.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
    }
.CodeMirror-lines {
    padding: 4px 0
    }
.CodeMirror pre {
    padding: 0 4px
    }
.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
    background-color: #fff
    }
.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
    }
.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
    }
.CodeMirror-guttermarker {
    color: #000
    }
.CodeMirror-guttermarker-subtle {
    color: #999
    }
.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
    }
.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid #c0c0c0
    }
.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
    }
.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
    }
.cm-fat-cursor-mark {
    background-color: rgba(20, 255, 20, 0.5);
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite
    }
.cm-animate-fat-cursor {
    width: auto;
    border: 0;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
    background-color: #7e7
    }
@-moz-keyframes blink {
    0% {
        } 50% {
        background-color: transparent
        } 100% {
        }
    }
@-webkit-keyframes blink {
    0% {
        } 50% {
        background-color: transparent
        } 100% {
        }
    }
@keyframes blink {
    0% {
        } 50% {
        background-color: transparent
        } 100% {
        }
    }
.cm-tab {
    display: inline-block;
    text-decoration: inherit
    }
.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: -20px;
    overflow: hidden
    }
.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
    }
.cm-s-default .cm-header {
    color: #00f
    }
.cm-s-default .cm-quote {
    color: #090
    }
.cm-negative {
    color: #d44
    }
.cm-positive {
    color: #292
    }
.cm-header, .cm-strong {
    font-weight: bold
    }
.cm-em {
    font-style: italic
    }
.cm-link {
    text-decoration: underline
    }
.cm-strikethrough {
    text-decoration: line-through
    }
.cm-s-default .cm-keyword {
    color: #708
    }
.cm-s-default .cm-atom {
    color: #219
    }
.cm-s-default .cm-number {
    color: #164
    }
.cm-s-default .cm-def {
    color: #00f
    }
.cm-s-default .cm-variable-2 {
    color: #05a
    }
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
    color: #085
    }
.cm-s-default .cm-comment {
    color: #a50
    }
.cm-s-default .cm-string {
    color: #a11
    }
.cm-s-default .cm-string-2 {
    color: #f50
    }
.cm-s-default .cm-meta {
    color: #555
    }
.cm-s-default .cm-qualifier {
    color: #555
    }
.cm-s-default .cm-builtin {
    color: #30a
    }
.cm-s-default .cm-bracket {
    color: #997
    }
.cm-s-default .cm-tag {
    color: #170
    }
.cm-s-default .cm-attribute {
    color: #00c
    }
.cm-s-default .cm-hr {
    color: #999
    }
.cm-s-default .cm-link {
    color: #00c
    }
.cm-s-default .cm-error {
    color: #f00
    }
.cm-invalidchar {
    color: #f00
    }
.CodeMirror-composing {
    border-bottom: 2px solid
    }
div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
    }
div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
    }
.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, 0.3)
    }
.CodeMirror-activeline-background {
    background: #e8f2ff
    }
.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
    }
.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    height: 100%;
    outline: none;
    position: relative
    }
.CodeMirror-sizer {
    position: relative;
    border-right: 30px solid transparent
    }
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
    position: absolute;
    z-index: 6;
    display: none
    }
.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
    }
.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
    }
.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
    }
.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
    }
.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
    }
.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -30px
    }
.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important
    }
.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
    }
.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
    }
.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
    }
.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
    }
.CodeMirror-lines {
    cursor: text;
    min-height: 1px
    }
.CodeMirror pre {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual
    }
.CodeMirror-wrap pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
    }
.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
    }
.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: 0.1px
    }
.CodeMirror-rtl pre {
    direction: rtl
    }
.CodeMirror-code {
    outline: none
    }
.CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber {
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
    }
.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
    }
.CodeMirror-measure pre {
    position: static
    }
div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
    }
div.CodeMirror-dragcursors {
    visibility: visible
    }
.CodeMirror-focused div.CodeMirror-cursors {
    visibility: visible
    }
.CodeMirror-selected {
    background: #d9d9d9
    }
.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
    }
.CodeMirror-crosshair {
    cursor: crosshair
    }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
    background: #d7d4f0
    }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
    background: #d7d4f0
    }
.cm-searching {
    background-color: #ffa;
    background-color: rgba(255, 255, 0, 0.4)
    }
.cm-force-border {
    padding-right: 0.1px
    }
@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
        }
    }
.cm-tab-wrap-hack:after {
    content: ""
    }
span.CodeMirror-selectedtext {
    background: none
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
textarea.fr-code {
    display: none;
    width: 100%;
    resize: none;
    -moz-resize: none;
    -webkit-resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    padding: 10px;
    margin: 0;
    font-family: "Courier New", monospace;
    font-size: 14px;
    background: #fff;
    color: #000;
    outline: 0
    }
.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
    }
.fr-box .CodeMirror {
    display: none
    }
.fr-box.fr-code-view textarea.fr-code {
    display: block
    }
.fr-box.fr-code-view.fr-inline {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-placeholder, .fr-box.fr-code-view .fr-iframe {
    display: none
    }
.fr-box.fr-code-view .CodeMirror {
    display: block
    }
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
    }
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    display: none;
    background: #fff;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    padding: 12px;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
    }
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    width: 14px;
    text-align: center
    }
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ebebeb
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-popup .fr-colors-tabs {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    margin-bottom: 5px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: -2px
    }
.fr-popup .fr-colors-tabs .fr-colors-tab {
    display: inline-block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    color: #222;
    font-size: 13px;
    padding: 8px 0;
    position: relative
    }
.fr-popup .fr-colors-tabs .fr-colors-tab:hover, .fr-popup .fr-colors-tabs .fr-colors-tab:focus {
    color: #1e88e5
    }
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e88e5;
    content: "";
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s
    }
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #1e88e5
    }
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0)
    }
.fr-popup .fr-color-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px
    }
.fr-popup .fr-color-hex-layer .fr-input-line {
    float: left;
    width: calc(100% - 50px);
    padding: 8px 0 0
    }
.fr-popup .fr-color-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
    }
.fr-popup .fr-color-hex-layer .fr-action-buttons button {
    background-color: #1e88e5;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    height: 32px
    }
.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
    background-color: #166dba;
    color: #fff
    }
.fr-popup .fr-separator + .fr-colors-tabs {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px
    }
.fr-popup .fr-color-set {
    line-height: 0;
    display: none
    }
.fr-popup .fr-color-set.fr-selected-set {
    display: block
    }
.fr-popup .fr-color-set > span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1
    }
.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    cursor: default;
    left: 0
    }
.fr-popup .fr-color-set > span .fr-selected-color {
    color: #fff;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    cursor: default
    }
.fr-popup .fr-color-set > span:hover, .fr-popup .fr-color-set > span:focus {
    outline: 1px solid #222;
    z-index: 2
    }
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0)
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-drag-helper {
    background: #1e88e5;
    height: 2px;
    margin-top: -1px;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    z-index: 2147483640;
    display: none
    }
.fr-drag-helper.fr-visible {
    display: block
    }
.fr-dragging {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "alpha(Opacity=0)"
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-popup .fr-emoticon {
    display: inline-block;
    font-size: 20px;
    width: 20px;
    padding: 5px;
    line-height: 1;
    cursor: default;
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.fr-popup .fr-emoticon img {
    height: 20px
    }
.fr-popup .fr-link:focus {
    outline: 0;
    background: #ebebeb
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-popup .fr-file-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
    }
.fr-popup .fr-file-upload-layer:hover {
    background: #ebebeb
    }
.fr-popup .fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
    }
.fr-popup .fr-file-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
    }
.fr-popup .fr-file-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px
    }
.fr-popup .fr-file-progress-bar-layer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.fr-popup .fr-file-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
    }
.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
    display: none
    }
.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
    }
.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
    display: block;
    height: 100%;
    width: 0;
    background: #1e88e5;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -ms-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s
    }
.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
    }
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
    display: none
    }
.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
    }
@keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-webkit-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-moz-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-o-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
body.fr-fullscreen {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed
    }
.fr-box.fr-fullscreen {
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483630 !important;
    width: auto !important
    }
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0 !important
    }
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0 !important
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-element img {
    cursor: pointer
    }
.fr-image-resizer {
    position: absolute;
    border: solid 1px #1e88e5;
    display: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.fr-image-resizer.fr-active {
    display: block
    }
.fr-image-resizer .fr-handler {
    display: block;
    position: absolute;
    background: #1e88e5;
    border: solid 1px #fff;
    z-index: 4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize
    }
.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize
    }
.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize
    }
.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize
    }
.fr-image-resizer .fr-handler {
    width: 12px;
    height: 12px
    }
.fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px
    }
.fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px
    }
.fr-image-resizer .fr-handler.fr-hsw {
    left: -6px;
    bottom: -6px
    }
.fr-image-resizer .fr-handler.fr-hse {
    right: -6px;
    bottom: -6px
    }
@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        width: 10px;
        height: 10px
        }
    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
        }
    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
        }
    .fr-image-resizer .fr-handler.fr-hsw {
        left: -5px;
        bottom: -5px
        }
    .fr-image-resizer .fr-handler.fr-hse {
        right: -5px;
        bottom: -5px
        }
    }
.fr-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2147483640;
    display: none
    }
.fr-popup .fr-image-upload-layer {
    border: dashed 2px #bdbdbd;
    padding: 25px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    text-align: center
    }
.fr-popup .fr-image-upload-layer:hover {
    background: #ebebeb
    }
.fr-popup .fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
    }
.fr-popup .fr-image-upload-layer .fr-form {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2147483640;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
    }
.fr-popup .fr-image-upload-layer .fr-form input {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    margin: 0;
    font-size: 400px
    }
.fr-popup .fr-image-progress-bar-layer > h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400
    }
.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
    display: none
    }
.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative
    }
.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
    display: block;
    height: 100%;
    width: 0;
    background: #1e88e5;
    -webkit-transition: width 0.2s ease 0s;
    -moz-transition: width 0.2s ease 0s;
    -ms-transition: width 0.2s ease 0s;
    -o-transition: width 0.2s ease 0s
    }
.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    width: 30% !important;
    position: absolute;
    top: 0;
    -webkit-animation: loading 2s linear infinite;
    -moz-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite
    }
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
    display: none
    }
.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
    }
.fr-image-size-layer .fr-image-group .fr-input-line {
    width: calc(50% - 5px);
    display: inline-block
    }
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
    margin-left: 10px
    }
.fr-uploading {
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
    -ms-filter: "alpha(Opacity=0)"
    }
@keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-webkit-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-moz-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
@-o-keyframes loading {
    from {
        left: -25%
        } to {
        left: 100%
        }
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-modal-head .fr-modal-head-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.fr-modal-head .fr-modal-head-line i.fr-modal-more {
    float: left;
    opacity: 1;
    -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
    -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
    padding: 12px
    }
.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
    opacity: 0;
    width: 0;
    padding: 12px 0
    }
.fr-modal-head .fr-modal-tags {
    display: none;
    text-align: left
    }
.fr-modal-head .fr-modal-tags a {
    display: inline-block;
    opacity: 0;
    padding: 6px 8px;
    margin: 8px 0 8px 8px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #1e88e5;
    -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
    cursor: pointer
    }
.fr-modal-head .fr-modal-tags a:focus {
    outline: 0
    }
.fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6
    }
div.fr-modal-body .fr-preloader {
    display: block;
    margin: 50px auto
    }
div.fr-modal-body div.fr-image-list {
    text-align: center;
    margin: 0 10px;
    padding: 0
    }
div.fr-modal-body div.fr-image-list::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
div.fr-modal-body div.fr-image-list .fr-list-column {
    float: left
    }
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
    margin-left: 10px
    }
div.fr-modal-body div.fr-image-list div.fr-image-container {
    position: relative;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
    }
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
    margin-top: 10px
    }
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
    margin-top: 10px
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
    position: absolute;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    background: #000;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
    content: attr(data-deleting);
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 3;
    font-size: 15px;
    height: 20px
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
    height: 95px;
    background: #ccc;
    z-index: 1
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: attr(data-loading);
    display: inline-block;
    height: 20px
    }
div.fr-modal-body div.fr-image-list div.fr-image-container img {
    width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0)
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "alpha(Opacity=0)"
    }
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
    display: inline-block
    }
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    display: none;
    top: 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    cursor: pointer;
    margin: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    z-index: 3
    }
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
    background: #b8312f;
    color: #fff;
    left: 50%;
    -webkit-transform: translatey(-50%) translatex(25%);
    -moz-transform: translatey(-50%) translatex(25%);
    -ms-transform: translatey(-50%) translatex(25%);
    -o-transform: translatey(-50%) translatex(25%)
    }
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
    background: #fff;
    color: #1e88e5;
    left: 50%;
    -webkit-transform: translatey(-50%) translatex(-125%);
    -moz-transform: translatey(-50%) translatex(-125%);
    -ms-transform: translatey(-50%) translatex(-125%);
    -o-transform: translatey(-50%) translatex(-125%)
    }
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
    background: #ebebeb
    }
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
    background: #d6d6d6
    }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: "alpha(Opacity=0)"
    }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
    display: inline-block
    }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
    background: #bf4644;
    color: #fff
    }
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
    background: #ebebeb
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-line-breaker {
    cursor: text;
    border-top: 1px solid #1e88e5;
    position: fixed;
    z-index: 2;
    display: none
    }
.fr-line-breaker.fr-visible {
    display: block
    }
.fr-line-breaker a.fr-floating-btn {
    position: absolute;
    top: -16px
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-quick-insert {
    position: absolute;
    z-index: 2147483639;
    white-space: nowrap;
    padding-right: 5px;
    margin-left: -5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.fr-quick-insert.fr-on a.fr-floating-btn svg {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg)
    }
.fr-quick-insert.fr-hidden {
    display: none
    }
.fr-qi-helper {
    position: absolute;
    z-index: 3;
    padding-left: 16px;
    white-space: nowrap
    }
.fr-qi-helper a.fr-btn.fr-floating-btn {
    text-align: center;
    display: inline-block;
    color: #222;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
    }
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
    text-align: left;
    padding: 20px 20px 10px
    }
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
    margin-bottom: 20px
    }
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
    font-weight: 700;
    font-size: 14px;
    padding: 6px 0 4px;
    margin: 0 0 5px
    }
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
    display: inline-block;
    font-size: 16px;
    width: 20px;
    height: 20px;
    padding: 5px;
    line-height: 20px;
    cursor: default;
    font-weight: 400;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border: 1px solid #ccc;
    margin: -1px 0 0 -1px
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5
    }
.fr-element table tr {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
    }
.fr-element table td, .fr-element table th {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
    }
.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
    }
.fr-table-resizer {
    cursor: col-resize;
    position: absolute;
    z-index: 3;
    display: none
    }
.fr-table-resizer.fr-moving {
    z-index: 2
    }
.fr-table-resizer div {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "alpha(Opacity=0)";
    border-right: 1px solid #1e88e5
    }
.fr-no-selection {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
    }
.fr-popup .fr-table-colors-hex-layer {
    width: 100%;
    margin: 0;
    padding: 10px
    }
.fr-popup .fr-table-colors-hex-layer .fr-input-line {
    float: left;
    width: calc(100% - 50px);
    padding: 8px 0 0
    }
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
    }
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
    background-color: #1e88e5;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    height: 32px
    }
.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
    background-color: #166dba;
    color: #fff
    }
.fr-popup .fr-table-size .fr-table-size-info {
    text-align: center;
    font-size: 14px;
    padding: 8px
    }
.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap
    }
.fr-popup .fr-table-size .fr-select-table-size > span {
    display: inline-block;
    padding: 0 4px 4px 0;
    background: 0 0
    }
.fr-popup .fr-table-size .fr-select-table-size > span > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd
    }
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
    background: 0 0
    }
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
    background: rgba(30, 136, 229, 0.3);
    border: solid 1px #1e88e5
    }
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
    display: inline-block !important
    }
.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px
    }
.fr-popup .fr-table-colors {
    line-height: 0;
    display: block
    }
.fr-popup .fr-table-colors > span {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 1
    }
.fr-popup .fr-table-colors > span > i {
    text-align: center;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    cursor: default;
    left: 0
    }
.fr-popup .fr-table-colors > span:focus {
    outline: 1px solid #222;
    z-index: 2
    }
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
    width: 12px;
    height: 12px
    }
.fr-insert-helper {
    position: absolute;
    z-index: 9999;
    white-space: nowrap
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-element, .fr-element:focus {
    outline: 0 solid transparent
    }
.fr-box.fr-basic .fr-element {
    color: #000;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: auto;
    min-height: 52px
    }
.fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right
    }
.fr-element {
    background: transparent;
    position: relative;
    z-index: 2;
    -webkit-user-select: auto
    }
.fr-element a {
    user-select: auto;
    -o-user-select: auto;
    -moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto
    }
.fr-element.fr-disabled {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
    }
.fr-element [contenteditable="true"] {
    outline: 0 solid transparent
    }
.fr-box a.fr-floating-btn {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    height: 32px;
    width: 32px;
    background: #fff;
    color: #1e88e5;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
    outline: none;
    left: 0;
    top: 0;
    line-height: 32px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none
    }
.fr-box a.fr-floating-btn svg {
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    fill: #1e88e5
    }
.fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
    font-size: 14px;
    line-height: 32px
    }
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
    margin-left: 10px
    }
.fr-box a.fr-floating-btn:hover {
    background: #ebebeb;
    cursor: pointer
    }
.fr-box a.fr-floating-btn:hover svg {
    fill: #1e88e5
    }
.fr-box .fr-visible a.fr-floating-btn {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
    }
iframe.fr-iframe {
    width: 100%;
    border: none;
    position: relative;
    display: block;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.fr-wrapper {
    position: relative;
    z-index: 1
    }
.fr-wrapper::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.fr-wrapper .fr-placeholder {
    position: absolute;
    font-size: 12px;
    color: #aaa;
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden
    }
.fr-wrapper.show-placeholder .fr-placeholder {
    display: block
    }
.fr-wrapper ::-moz-selection {
    background: #b5d6fd;
    color: #000
    }
.fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000
    }
.fr-box.fr-basic .fr-wrapper {
    background: #fff;
    border: 0;
    border-top: 0;
    top: 0;
    left: 0
    }
.fr-box.fr-basic.fr-top .fr-wrapper {
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    background: #222;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    -ms-transition: opacity 0.2s ease 0s;
    -o-transition: opacity 0.2s ease 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -3000px;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483647;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.fr-tooltip.fr-visible {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
.fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn {
    background: transparent;
    color: #222;
    -moz-outline: 0;
    outline: 0;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 0 2px;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    float: left;
    padding: 0;
    width: 38px;
    height: 38px
    }
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner {
    border: 0;
    padding: 0
    }
.fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text {
    width: auto
    }
.fr-toolbar .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn svg {
    display: block;
    font-size: 14px;
    width: 14px;
    margin: 12px 12px;
    text-align: center;
    float: none
    }
.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span {
    font-size: 14px;
    display: block;
    line-height: 17px;
    min-width: 34px;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 17px;
    font-weight: bold;
    padding: 0 2px
    }
.fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img {
    margin: 12px 12px;
    width: 14px
    }
.fr-toolbar .fr-command.fr-btn.fr-active, .fr-popup .fr-command.fr-btn.fr-active {
    color: #1e88e5;
    background: transparent
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: normal
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown svg {
    margin-left: 8px;
    margin-right: 16px
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    color: #222;
    background: #d6d6d6
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #d6d6d6 !important;
    color: #222 !important
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
    border-top-color: #222 !important
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after, .fr-popup .fr-command.fr-btn.fr-dropdown::after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #222;
    right: 4px;
    top: 17px;
    content: ""
    }
.fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default
    }
.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after {
    border-top-color: #bdbdbd !important
    }
.fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden {
    display: none
    }
.fr-toolbar.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd
    }
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
    border-top-color: #bdbdbd
    }
.fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-command.fr-btn {
    float: right
    }
.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden) {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none
    }
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus {
    outline: 0;
    color: #222;
    background: #ebebeb
    }
.fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after {
    border-top-color: #222 !important
    }
.fr-desktop .fr-command.fr-selected {
    color: #222;
    background: #d6d6d6
    }
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus {
    color: #1e88e5;
    background: #ebebeb
    }
.fr-desktop .fr-command.fr-active.fr-selected {
    color: #1e88e5;
    background: #d6d6d6
    }
.fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
    background: transparent
    }
.fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
    background: transparent
    }
.fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
    background: transparent
    }
.fr-command.fr-btn + .fr-dropdown-menu {
    display: inline-block;
    position: absolute;
    right: auto;
    bottom: auto;
    height: auto;
    z-index: 4;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    zoom: 1;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    height: auto;
    max-height: 275px
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
    background: #fff;
    padding: 0;
    margin: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height 0.2s ease 0s;
    -moz-transition: max-height 0.2s ease 0s;
    -ms-transition: max-height 0.2s ease 0s;
    -o-transition: max-height 0.2s ease 0s;
    margin-top: 0;
    float: left;
    max-height: 0;
    height: 0;
    margin-top: 0 !important
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    overflow: auto;
    position: relative;
    max-height: 275px
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    list-style-type: none;
    margin: 0;
    padding: 0
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    padding: 0;
    margin: 0;
    font-size: 15px
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    padding: 0 24px;
    line-height: 200%;
    display: block;
    cursor: pointer;
    white-space: nowrap
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #d6d6d6
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: #bdbdbd;
    cursor: default
    }
.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
    left: -3000px !important
    }
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14)
    }
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px
    }
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
.fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important
    }
body.prevent-scroll {
    overflow: hidden
    }
body.prevent-scroll.fr-mobile {
    position: fixed;
    -webkit-overflow-scrolling: touch
    }
.fr-modal {
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    overflow-x: auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2147483640;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.2
    }
.fr-modal.fr-middle .fr-modal-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute
    }
.fr-modal .fr-modal-wrapper {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 20px auto;
    display: inline-block;
    background: #fff;
    min-width: 300px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
    border: 0;
    border-top: 5px solid #222;
    overflow: hidden;
    width: 90%;
    position: relative
    }
@media (min-width: 768px) and (max-width: 991px) {
    .fr-modal .fr-modal-wrapper {
        margin: 30px auto;
        width: 70%
        }
    }
@media (min-width: 992px) {
    .fr-modal .fr-modal-wrapper {
        margin: 50px auto;
        width: 600px
        }
    }
.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
    border-bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    min-height: 42px;
    z-index: 3;
    -webkit-transition: height 0.2s ease 0s;
    -moz-transition: height 0.2s ease 0s;
    -ms-transition: height 0.2s ease 0s;
    -o-transition: height 0.2s ease 0s
    }
.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
    padding: 12px;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    color: #222;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s
    }
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    font-size: 18px;
    padding: 12px 10px;
    margin: 0;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    float: left
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
    padding-bottom: 10px
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
    outline: 0
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    outline: none;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
    margin-left: 24px
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
    background: #ebebeb;
    color: #1e88e5
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5
    }
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
    border: 0
    }
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb
    }
.fr-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2147483639
    }
.fr-popup {
    position: absolute;
    display: none;
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
    z-index: 2147483635;
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
    }
.fr-popup .fr-input-focus {
    background: #f5f5f5
    }
.fr-popup.fr-above {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 5px solid #222;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-popup.fr-active {
    display: block
    }
.fr-popup.fr-hidden {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
.fr-popup.fr-empty {
    display: none !important
    }
.fr-popup .fr-hs {
    display: block !important
    }
.fr-popup .fr-hs.fr-hidden {
    display: none !important
    }
.fr-popup .fr-input-line {
    position: relative;
    padding: 8px 0
    }
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
    width: 100%;
    margin: 0 0 1px 0;
    border: none;
    border-bottom: solid 1px #bdbdbd;
    color: #222;
    font-size: 14px;
    padding: 6px 0 2px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
    border-bottom: solid 2px #1e88e5;
    margin-bottom: 0
    }
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    z-index: 3;
    width: 100%;
    display: block;
    background: #fff
    }
.fr-popup .fr-input-line input.fr-not-empty:focus + label, .fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
    color: #1e88e5
    }
.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
    color: #808080
    }
.fr-popup input, .fr-popup textarea {
    user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
    }
.fr-popup textarea {
    resize: none
    }
.fr-popup .fr-buttons {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    padding: 0 2px;
    white-space: nowrap;
    line-height: 0;
    border-bottom: 0
    }
.fr-popup .fr-buttons::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.fr-popup .fr-buttons .fr-btn {
    display: inline-block;
    float: none
    }
.fr-popup .fr-buttons .fr-btn i {
    float: left
    }
.fr-popup .fr-buttons .fr-separator {
    display: inline-block;
    float: none
    }
.fr-popup .fr-layer {
    width: 225px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    display: none
    }
@media (min-width: 768px) {
    .fr-popup .fr-layer {
        width: 300px
        }
    }
.fr-popup .fr-layer.fr-active {
    display: inline-block
    }
.fr-popup .fr-action-buttons {
    z-index: 7;
    height: 36px;
    text-align: right
    }
.fr-popup .fr-action-buttons button.fr-command {
    height: 36px;
    line-height: 1;
    color: #1e88e5;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    background: none;
    font-size: 16px;
    outline: none;
    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
.fr-popup .fr-action-buttons button.fr-command + button {
    margin-left: 24px
    }
.fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
    background: #ebebeb;
    color: #1e88e5
    }
.fr-popup .fr-action-buttons button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5
    }
.fr-popup .fr-action-buttons button::-moz-focus-inner {
    border: 0
    }
.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle
    }
.fr-popup .fr-checkbox svg {
    margin-left: 2px;
    margin-top: 2px;
    display: none;
    width: 10px;
    height: 10px
    }
.fr-popup .fr-checkbox span {
    border: solid 1px #222;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
    -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s
    }
.fr-popup .fr-checkbox input {
    position: absolute;
    z-index: 2;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border: 0 none;
    cursor: pointer;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
    top: 1px;
    left: 1px
    }
.fr-popup .fr-checkbox input:checked + span {
    background: #1e88e5;
    border-color: #1e88e5
    }
.fr-popup .fr-checkbox input:checked + span svg {
    display: block
    }
.fr-popup .fr-checkbox input:focus + span {
    border-color: #1e88e5
    }
.fr-popup .fr-checkbox-line {
    font-size: 14px;
    line-height: 1.4px;
    margin-top: 10px
    }
.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle
    }
.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right
    }
.fr-popup.fr-rtl .fr-action-buttons {
    text-align: left
    }
.fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
    left: auto;
    right: 0
    }
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
    float: right
    }
.fr-popup .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block
    }
.fr-popup.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top: 5px solid #222
    }
.fr-text-edit-layer {
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important
    }
.fr-toolbar {
    color: #222;
    background: #fff;
    position: relative;
    z-index: 4;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    text-align: left;
    border: 0;
    border-top: 5px solid #222;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.2
    }
.fr-toolbar::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.fr-toolbar.fr-rtl {
    text-align: right
    }
.fr-toolbar.fr-inline {
    display: none;
    white-space: nowrap;
    position: absolute;
    margin-top: 10px
    }
.fr-toolbar.fr-inline .fr-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #222;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    display: inline-block
    }
.fr-toolbar.fr-inline.fr-above {
    margin-top: -10px;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
    border-bottom: 5px solid #222;
    border-top: 0
    }
.fr-toolbar.fr-inline.fr-above .fr-arrow {
    top: auto;
    bottom: -9px;
    border-bottom: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 5px
    }
.fr-toolbar.fr-top {
    top: 0;
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-toolbar.fr-bottom {
    bottom: 0;
    border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-separator {
    background: #ebebeb;
    display: block;
    vertical-align: top;
    float: left
    }
.fr-separator + .fr-separator {
    display: none
    }
.fr-separator.fr-vs {
    height: 34px;
    width: 1px;
    margin: 2px
    }
.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    margin: 0 2px
    }
.fr-separator.fr-hidden {
    display: none !important
    }
.fr-rtl .fr-separator {
    float: right
    }
.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none
    }
.fr-toolbar.fr-inline .fr-separator.fr-vs {
    float: none;
    display: inline-block
    }
.fr-visibility-helper {
    display: none;
    margin-left: 0 !important
    }
@media (min-width: 768px) {
    .fr-visibility-helper {
        margin-left: 1px !important
        }
    }
@media (min-width: 992px) {
    .fr-visibility-helper {
        margin-left: 2px !important
        }
    }
@media (min-width: 1200px) {
    .fr-visibility-helper {
        margin-left: 3px !important
        }
    }
.fr-opacity-0 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
.fr-box {
    position: relative
    }
.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
    }
.fr-sticky-off {
    position: relative
    }
.fr-sticky-on {
    position: fixed
    }
.fr-sticky-on.fr-sticky-ios {
    position: absolute;
    left: 0;
    right: 0;
    width: auto !important
    }
.fr-sticky-dummy {
    display: none
    }
.fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
    display: block
    }
span.fr-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
/*!
 * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2018 Froala Labs
 */
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
    }
.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
img.fr-rounded, .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
img.fr-bordered, .fr-img-caption.fr-bordered img {
    border: solid 5px #ccc
    }
img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
    }
.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
img.fr-shadow, .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16)
    }
.fr-view span[style~="color:"] a {
    color: inherit
    }
.fr-view strong {
    font-weight: 700
    }
.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
    }
.fr-view table td {
    min-width: 5px
    }
.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed
    }
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
    }
.fr-view table td, .fr-view table th {
    border: 1px solid #ddd
    }
.fr-view table td:empty, .fr-view table th:empty {
    height: 20px
    }
.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
    border: 1px double #f00
    }
.fr-view table td.fr-thick, .fr-view table th.fr-thick {
    border-width: 2px
    }
.fr-view table th {
    background: #e6e6e6
    }
.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
    }
.fr-view .fr-file {
    position: relative
    }
.fr-view .fr-file::after {
    position: relative;
    content: "ð";
    font-weight: 400
    }
.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible
    }
.fr-view[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
    }
.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
    }
.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
    }
.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
    }
.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
    }
.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
    }
.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0
    }
.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle
    }
.fr-view .fr-text-gray {
    color: #aaa !important
    }
.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
    }
.fr-view .fr-text-spaced {
    letter-spacing: 1px
    }
.fr-view .fr-text-uppercase {
    text-transform: uppercase
    }
.fr-view img {
    position: relative;
    max-width: 100%
    }
.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
    }
.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
    }
.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
    }
.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px
    }
.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
    }
.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
    }
.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%
    }
.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
    }
.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
    }
.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
    }
.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px
    }
.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
    }
.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
    }
.fr-view .fr-video {
    text-align: center;
    position: relative
    }
.fr-view .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0
    }
.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
    }
.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
    }
.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
    }
.fr-view .fr-video.fr-dvi {
    display: inline-block
    }
.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
    }
.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
    }
.fr-view a.fr-strong {
    font-weight: 700
    }
.fr-view a.fr-green {
    color: #008000
    }
.fr-view .fr-img-caption {
    text-align: center
    }
.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%
    }
.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
    }
.fr-view .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center
    }
.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
    }
.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px
    }
a.fr-view.fr-strong {
    font-weight: 700
    }
a.fr-view.fr-green {
    color: #008000
    }
img.fr-view {
    position: relative;
    max-width: 100%
    }
img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
    }
img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
    }
img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
    }
img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px
    }
img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
    }
img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
    }
span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
    }
span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
    }
span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
    }
span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
    }
span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px
    }
span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
    }
span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
    }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal
    }
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }
.fa-lg {
    font-size: 1.333333em;
    line-height: 0.75em;
    vertical-align: -15%
    }
.fa-2x {
    font-size: 2em
    }
.fa-3x {
    font-size: 3em
    }
.fa-4x {
    font-size: 4em
    }
.fa-5x {
    font-size: 5em
    }
.fa-fw {
    width: 1.285714em;
    text-align: center
    }
.fa-ul {
    padding-left: 0;
    margin-left: 2.142857em;
    list-style-type: none
    }
.fa-ul > li {
    position: relative
    }
.fa-li {
    position: absolute;
    left: -2.142857em;
    width: 2.142857em;
    top: 0.142857em;
    text-align: center
    }
.fa-li.fa-lg {
    left: -1.857143em
    }
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em
    }
.fa-pull-left {
    float: left
    }
.fa-pull-right {
    float: right
    }
.fa.fa-pull-left {
    margin-right: 0.3em
    }
.fa.fa-pull-right {
    margin-left: 0.3em
    }
.pull-right {
    float: right
    }
.pull-left {
    float: left
    }
.fa.pull-left {
    margin-right: 0.3em
    }
.fa.pull-right {
    margin-left: 0.3em
    }
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
    }
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
    }
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
        } 100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
        }
    }
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
    }
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
    }
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
    }
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
    }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
    }
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
    }
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
    }
.fa-stack-1x {
    line-height: inherit
    }
.fa-stack-2x {
    font-size: 2em
    }
.fa-inverse {
    color: #fff
    }
.fa-glass:before {
    content: "ï"
    }
.fa-music:before {
    content: "ï"
    }
.fa-search:before {
    content: "ï"
    }
.fa-envelope-o:before {
    content: "ï"
    }
.fa-heart:before {
    content: "ï"
    }
.fa-star:before {
    content: "ï"
    }
.fa-star-o:before {
    content: "ï"
    }
.fa-user:before {
    content: "ï"
    }
.fa-film:before {
    content: "ï"
    }
.fa-th-large:before {
    content: "ï"
    }
.fa-th:before {
    content: "ï"
    }
.fa-th-list:before {
    content: "ï"
    }
.fa-check:before {
    content: "ï"
    }
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "ï"
    }
.fa-search-plus:before {
    content: "ï"
    }
.fa-search-minus:before {
    content: "ï"
    }
.fa-power-off:before {
    content: "ï"
    }
.fa-signal:before {
    content: "ï"
    }
.fa-gear:before, .fa-cog:before {
    content: "ï"
    }
.fa-trash-o:before {
    content: "ï"
    }
.fa-home:before {
    content: "ï"
    }
.fa-file-o:before {
    content: "ï"
    }
.fa-clock-o:before {
    content: "ï"
    }
.fa-road:before {
    content: "ï"
    }
.fa-download:before {
    content: "ï"
    }
.fa-arrow-circle-o-down:before {
    content: "ï"
    }
.fa-arrow-circle-o-up:before {
    content: "ï"
    }
.fa-inbox:before {
    content: "ï"
    }
.fa-play-circle-o:before {
    content: "ï"
    }
.fa-rotate-right:before, .fa-repeat:before {
    content: "ï"
    }
.fa-refresh:before {
    content: "ï¡"
    }
.fa-list-alt:before {
    content: "ï¢"
    }
.fa-lock:before {
    content: "ï£"
    }
.fa-flag:before {
    content: "ï¤"
    }
.fa-headphones:before {
    content: "ï¥"
    }
.fa-volume-off:before {
    content: "ï¦"
    }
.fa-volume-down:before {
    content: "ï§"
    }
.fa-volume-up:before {
    content: "ï¨"
    }
.fa-qrcode:before {
    content: "ï©"
    }
.fa-barcode:before {
    content: "ïª"
    }
.fa-tag:before {
    content: "ï«"
    }
.fa-tags:before {
    content: "ï¬"
    }
.fa-book:before {
    content: "ï­"
    }
.fa-bookmark:before {
    content: "ï®"
    }
.fa-print:before {
    content: "ï¯"
    }
.fa-camera:before {
    content: "ï°"
    }
.fa-font:before {
    content: "ï±"
    }
.fa-bold:before {
    content: "ï²"
    }
.fa-italic:before {
    content: "ï³"
    }
.fa-text-height:before {
    content: "ï´"
    }
.fa-text-width:before {
    content: "ïµ"
    }
.fa-align-left:before {
    content: "ï¶"
    }
.fa-align-center:before {
    content: "ï·"
    }
.fa-align-right:before {
    content: "ï¸"
    }
.fa-align-justify:before {
    content: "ï¹"
    }
.fa-list:before {
    content: "ïº"
    }
.fa-dedent:before, .fa-outdent:before {
    content: "ï»"
    }
.fa-indent:before {
    content: "ï¼"
    }
.fa-video-camera:before {
    content: "ï½"
    }
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "ï¾"
    }
.fa-pencil:before {
    content: "ï"
    }
.fa-map-marker:before {
    content: "ï"
    }
.fa-adjust:before {
    content: "ï"
    }
.fa-tint:before {
    content: "ï"
    }
.fa-edit:before, .fa-pencil-square-o:before {
    content: "ï"
    }
.fa-share-square-o:before {
    content: "ï"
    }
.fa-check-square-o:before {
    content: "ï"
    }
.fa-arrows:before {
    content: "ï"
    }
.fa-step-backward:before {
    content: "ï"
    }
.fa-fast-backward:before {
    content: "ï"
    }
.fa-backward:before {
    content: "ï"
    }
.fa-play:before {
    content: "ï"
    }
.fa-pause:before {
    content: "ï"
    }
.fa-stop:before {
    content: "ï"
    }
.fa-forward:before {
    content: "ï"
    }
.fa-fast-forward:before {
    content: "ï"
    }
.fa-step-forward:before {
    content: "ï"
    }
.fa-eject:before {
    content: "ï"
    }
.fa-chevron-left:before {
    content: "ï"
    }
.fa-chevron-right:before {
    content: "ï"
    }
.fa-plus-circle:before {
    content: "ï"
    }
.fa-minus-circle:before {
    content: "ï"
    }
.fa-times-circle:before {
    content: "ï"
    }
.fa-check-circle:before {
    content: "ï"
    }
.fa-question-circle:before {
    content: "ï"
    }
.fa-info-circle:before {
    content: "ï"
    }
.fa-crosshairs:before {
    content: "ï"
    }
.fa-times-circle-o:before {
    content: "ï"
    }
.fa-check-circle-o:before {
    content: "ï"
    }
.fa-ban:before {
    content: "ï"
    }
.fa-arrow-left:before {
    content: "ï "
    }
.fa-arrow-right:before {
    content: "ï¡"
    }
.fa-arrow-up:before {
    content: "ï¢"
    }
.fa-arrow-down:before {
    content: "ï£"
    }
.fa-mail-forward:before, .fa-share:before {
    content: "ï¤"
    }
.fa-expand:before {
    content: "ï¥"
    }
.fa-compress:before {
    content: "ï¦"
    }
.fa-plus:before {
    content: "ï§"
    }
.fa-minus:before {
    content: "ï¨"
    }
.fa-asterisk:before {
    content: "ï©"
    }
.fa-exclamation-circle:before {
    content: "ïª"
    }
.fa-gift:before {
    content: "ï«"
    }
.fa-leaf:before {
    content: "ï¬"
    }
.fa-fire:before {
    content: "ï­"
    }
.fa-eye:before {
    content: "ï®"
    }
.fa-eye-slash:before {
    content: "ï°"
    }
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "ï±"
    }
.fa-plane:before {
    content: "ï²"
    }
.fa-calendar:before {
    content: "ï³"
    }
.fa-random:before {
    content: "ï´"
    }
.fa-comment:before {
    content: "ïµ"
    }
.fa-magnet:before {
    content: "ï¶"
    }
.fa-chevron-up:before {
    content: "ï·"
    }
.fa-chevron-down:before {
    content: "ï¸"
    }
.fa-retweet:before {
    content: "ï¹"
    }
.fa-shopping-cart:before {
    content: "ïº"
    }
.fa-folder:before {
    content: "ï»"
    }
.fa-folder-open:before {
    content: "ï¼"
    }
.fa-arrows-v:before {
    content: "ï½"
    }
.fa-arrows-h:before {
    content: "ï¾"
    }
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "ï"
    }
.fa-twitter-square:before {
    content: "ï"
    }
.fa-facebook-square:before {
    content: "ï"
    }
.fa-camera-retro:before {
    content: "ï"
    }
.fa-key:before {
    content: "ï"
    }
.fa-gears:before, .fa-cogs:before {
    content: "ï"
    }
.fa-comments:before {
    content: "ï"
    }
.fa-thumbs-o-up:before {
    content: "ï"
    }
.fa-thumbs-o-down:before {
    content: "ï"
    }
.fa-star-half:before {
    content: "ï"
    }
.fa-heart-o:before {
    content: "ï"
    }
.fa-sign-out:before {
    content: "ï"
    }
.fa-linkedin-square:before {
    content: "ï"
    }
.fa-thumb-tack:before {
    content: "ï"
    }
.fa-external-link:before {
    content: "ï"
    }
.fa-sign-in:before {
    content: "ï"
    }
.fa-trophy:before {
    content: "ï"
    }
.fa-github-square:before {
    content: "ï"
    }
.fa-upload:before {
    content: "ï"
    }
.fa-lemon-o:before {
    content: "ï"
    }
.fa-phone:before {
    content: "ï"
    }
.fa-square-o:before {
    content: "ï"
    }
.fa-bookmark-o:before {
    content: "ï"
    }
.fa-phone-square:before {
    content: "ï"
    }
.fa-twitter:before {
    content: "ï"
    }
.fa-facebook-f:before, .fa-facebook:before {
    content: "ï"
    }
.fa-github:before {
    content: "ï"
    }
.fa-unlock:before {
    content: "ï"
    }
.fa-credit-card:before {
    content: "ï"
    }
.fa-feed:before, .fa-rss:before {
    content: "ï"
    }
.fa-hdd-o:before {
    content: "ï "
    }
.fa-bullhorn:before {
    content: "ï¡"
    }
.fa-bell:before {
    content: "ï³"
    }
.fa-certificate:before {
    content: "ï£"
    }
.fa-hand-o-right:before {
    content: "ï¤"
    }
.fa-hand-o-left:before {
    content: "ï¥"
    }
.fa-hand-o-up:before {
    content: "ï¦"
    }
.fa-hand-o-down:before {
    content: "ï§"
    }
.fa-arrow-circle-left:before {
    content: "ï¨"
    }
.fa-arrow-circle-right:before {
    content: "ï©"
    }
.fa-arrow-circle-up:before {
    content: "ïª"
    }
.fa-arrow-circle-down:before {
    content: "ï«"
    }
.fa-globe:before {
    content: "ï¬"
    }
.fa-wrench:before {
    content: "ï­"
    }
.fa-tasks:before {
    content: "ï®"
    }
.fa-filter:before {
    content: "ï°"
    }
.fa-briefcase:before {
    content: "ï±"
    }
.fa-arrows-alt:before {
    content: "ï²"
    }
.fa-group:before, .fa-users:before {
    content: "ï"
    }
.fa-chain:before, .fa-link:before {
    content: "ï"
    }
.fa-cloud:before {
    content: "ï"
    }
.fa-flask:before {
    content: "ï"
    }
.fa-cut:before, .fa-scissors:before {
    content: "ï"
    }
.fa-copy:before, .fa-files-o:before {
    content: "ï"
    }
.fa-paperclip:before {
    content: "ï"
    }
.fa-save:before, .fa-floppy-o:before {
    content: "ï"
    }
.fa-square:before {
    content: "ï"
    }
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "ï"
    }
.fa-list-ul:before {
    content: "ï"
    }
.fa-list-ol:before {
    content: "ï"
    }
.fa-strikethrough:before {
    content: "ï"
    }
.fa-underline:before {
    content: "ï"
    }
.fa-table:before {
    content: "ï"
    }
.fa-magic:before {
    content: "ï"
    }
.fa-truck:before {
    content: "ï"
    }
.fa-pinterest:before {
    content: "ï"
    }
.fa-pinterest-square:before {
    content: "ï"
    }
.fa-google-plus-square:before {
    content: "ï"
    }
.fa-google-plus:before {
    content: "ï"
    }
.fa-money:before {
    content: "ï"
    }
.fa-caret-down:before {
    content: "ï"
    }
.fa-caret-up:before {
    content: "ï"
    }
.fa-caret-left:before {
    content: "ï"
    }
.fa-caret-right:before {
    content: "ï"
    }
.fa-columns:before {
    content: "ï"
    }
.fa-unsorted:before, .fa-sort:before {
    content: "ï"
    }
.fa-sort-down:before, .fa-sort-desc:before {
    content: "ï"
    }
.fa-sort-up:before, .fa-sort-asc:before {
    content: "ï"
    }
.fa-envelope:before {
    content: "ï "
    }
.fa-linkedin:before {
    content: "ï¡"
    }
.fa-rotate-left:before, .fa-undo:before {
    content: "ï¢"
    }
.fa-legal:before, .fa-gavel:before {
    content: "ï£"
    }
.fa-dashboard:before, .fa-tachometer:before {
    content: "ï¤"
    }
.fa-comment-o:before {
    content: "ï¥"
    }
.fa-comments-o:before {
    content: "ï¦"
    }
.fa-flash:before, .fa-bolt:before {
    content: "ï§"
    }
.fa-sitemap:before {
    content: "ï¨"
    }
.fa-umbrella:before {
    content: "ï©"
    }
.fa-paste:before, .fa-clipboard:before {
    content: "ïª"
    }
.fa-lightbulb-o:before {
    content: "ï«"
    }
.fa-exchange:before {
    content: "ï¬"
    }
.fa-cloud-download:before {
    content: "ï­"
    }
.fa-cloud-upload:before {
    content: "ï®"
    }
.fa-user-md:before {
    content: "ï°"
    }
.fa-stethoscope:before {
    content: "ï±"
    }
.fa-suitcase:before {
    content: "ï²"
    }
.fa-bell-o:before {
    content: "ï¢"
    }
.fa-coffee:before {
    content: "ï´"
    }
.fa-cutlery:before {
    content: "ïµ"
    }
.fa-file-text-o:before {
    content: "ï¶"
    }
.fa-building-o:before {
    content: "ï·"
    }
.fa-hospital-o:before {
    content: "ï¸"
    }
.fa-ambulance:before {
    content: "ï¹"
    }
.fa-medkit:before {
    content: "ïº"
    }
.fa-fighter-jet:before {
    content: "ï»"
    }
.fa-beer:before {
    content: "ï¼"
    }
.fa-h-square:before {
    content: "ï½"
    }
.fa-plus-square:before {
    content: "ï¾"
    }
.fa-angle-double-left:before {
    content: "ï"
    }
.fa-angle-double-right:before {
    content: "ï"
    }
.fa-angle-double-up:before {
    content: "ï"
    }
.fa-angle-double-down:before {
    content: "ï"
    }
.fa-angle-left:before {
    content: "ï"
    }
.fa-angle-right:before {
    content: "ï"
    }
.fa-angle-up:before {
    content: "ï"
    }
.fa-angle-down:before {
    content: "ï"
    }
.fa-desktop:before {
    content: "ï"
    }
.fa-laptop:before {
    content: "ï"
    }
.fa-tablet:before {
    content: "ï"
    }
.fa-mobile-phone:before, .fa-mobile:before {
    content: "ï"
    }
.fa-circle-o:before {
    content: "ï"
    }
.fa-quote-left:before {
    content: "ï"
    }
.fa-quote-right:before {
    content: "ï"
    }
.fa-spinner:before {
    content: "ï"
    }
.fa-circle:before {
    content: "ï"
    }
.fa-mail-reply:before, .fa-reply:before {
    content: "ï"
    }
.fa-github-alt:before {
    content: "ï"
    }
.fa-folder-o:before {
    content: "ï"
    }
.fa-folder-open-o:before {
    content: "ï"
    }
.fa-smile-o:before {
    content: "ï"
    }
.fa-frown-o:before {
    content: "ï"
    }
.fa-meh-o:before {
    content: "ï"
    }
.fa-gamepad:before {
    content: "ï"
    }
.fa-keyboard-o:before {
    content: "ï"
    }
.fa-flag-o:before {
    content: "ï"
    }
.fa-flag-checkered:before {
    content: "ï"
    }
.fa-terminal:before {
    content: "ï "
    }
.fa-code:before {
    content: "ï¡"
    }
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "ï¢"
    }
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "ï£"
    }
.fa-location-arrow:before {
    content: "ï¤"
    }
.fa-crop:before {
    content: "ï¥"
    }
.fa-code-fork:before {
    content: "ï¦"
    }
.fa-unlink:before, .fa-chain-broken:before {
    content: "ï§"
    }
.fa-question:before {
    content: "ï¨"
    }
.fa-info:before {
    content: "ï©"
    }
.fa-exclamation:before {
    content: "ïª"
    }
.fa-superscript:before {
    content: "ï«"
    }
.fa-subscript:before {
    content: "ï¬"
    }
.fa-eraser:before {
    content: "ï­"
    }
.fa-puzzle-piece:before {
    content: "ï®"
    }
.fa-microphone:before {
    content: "ï°"
    }
.fa-microphone-slash:before {
    content: "ï±"
    }
.fa-shield:before {
    content: "ï²"
    }
.fa-calendar-o:before {
    content: "ï³"
    }
.fa-fire-extinguisher:before {
    content: "ï´"
    }
.fa-rocket:before {
    content: "ïµ"
    }
.fa-maxcdn:before {
    content: "ï¶"
    }
.fa-chevron-circle-left:before {
    content: "ï·"
    }
.fa-chevron-circle-right:before {
    content: "ï¸"
    }
.fa-chevron-circle-up:before {
    content: "ï¹"
    }
.fa-chevron-circle-down:before {
    content: "ïº"
    }
.fa-html5:before {
    content: "ï»"
    }
.fa-css3:before {
    content: "ï¼"
    }
.fa-anchor:before {
    content: "ï½"
    }
.fa-unlock-alt:before {
    content: "ï¾"
    }
.fa-bullseye:before {
    content: "ï"
    }
.fa-ellipsis-h:before {
    content: "ï"
    }
.fa-ellipsis-v:before {
    content: "ï"
    }
.fa-rss-square:before {
    content: "ï"
    }
.fa-play-circle:before {
    content: "ï"
    }
.fa-ticket:before {
    content: "ï"
    }
.fa-minus-square:before {
    content: "ï"
    }
.fa-minus-square-o:before {
    content: "ï"
    }
.fa-level-up:before {
    content: "ï"
    }
.fa-level-down:before {
    content: "ï"
    }
.fa-check-square:before {
    content: "ï"
    }
.fa-pencil-square:before {
    content: "ï"
    }
.fa-external-link-square:before {
    content: "ï"
    }
.fa-share-square:before {
    content: "ï"
    }
.fa-compass:before {
    content: "ï"
    }
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "ï"
    }
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "ï"
    }
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "ï"
    }
.fa-euro:before, .fa-eur:before {
    content: "ï"
    }
.fa-gbp:before {
    content: "ï"
    }
.fa-dollar:before, .fa-usd:before {
    content: "ï"
    }
.fa-rupee:before, .fa-inr:before {
    content: "ï"
    }
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "ï"
    }
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "ï"
    }
.fa-won:before, .fa-krw:before {
    content: "ï"
    }
.fa-bitcoin:before, .fa-btc:before {
    content: "ï"
    }
.fa-file:before {
    content: "ï"
    }
.fa-file-text:before {
    content: "ï"
    }
.fa-sort-alpha-asc:before {
    content: "ï"
    }
.fa-sort-alpha-desc:before {
    content: "ï"
    }
.fa-sort-amount-asc:before {
    content: "ï "
    }
.fa-sort-amount-desc:before {
    content: "ï¡"
    }
.fa-sort-numeric-asc:before {
    content: "ï¢"
    }
.fa-sort-numeric-desc:before {
    content: "ï£"
    }
.fa-thumbs-up:before {
    content: "ï¤"
    }
.fa-thumbs-down:before {
    content: "ï¥"
    }
.fa-youtube-square:before {
    content: "ï¦"
    }
.fa-youtube:before {
    content: "ï§"
    }
.fa-xing:before {
    content: "ï¨"
    }
.fa-xing-square:before {
    content: "ï©"
    }
.fa-youtube-play:before {
    content: "ïª"
    }
.fa-dropbox:before {
    content: "ï«"
    }
.fa-stack-overflow:before {
    content: "ï¬"
    }
.fa-instagram:before {
    content: "ï­"
    }
.fa-flickr:before {
    content: "ï®"
    }
.fa-adn:before {
    content: "ï°"
    }
.fa-bitbucket:before {
    content: "ï±"
    }
.fa-bitbucket-square:before {
    content: "ï²"
    }
.fa-tumblr:before {
    content: "ï³"
    }
.fa-tumblr-square:before {
    content: "ï´"
    }
.fa-long-arrow-down:before {
    content: "ïµ"
    }
.fa-long-arrow-up:before {
    content: "ï¶"
    }
.fa-long-arrow-left:before {
    content: "ï·"
    }
.fa-long-arrow-right:before {
    content: "ï¸"
    }
.fa-apple:before {
    content: "ï¹"
    }
.fa-windows:before {
    content: "ïº"
    }
.fa-android:before {
    content: "ï»"
    }
.fa-linux:before {
    content: "ï¼"
    }
.fa-dribbble:before {
    content: "ï½"
    }
.fa-skype:before {
    content: "ï¾"
    }
.fa-foursquare:before {
    content: "ï"
    }
.fa-trello:before {
    content: "ï"
    }
.fa-female:before {
    content: "ï"
    }
.fa-male:before {
    content: "ï"
    }
.fa-gittip:before, .fa-gratipay:before {
    content: "ï"
    }
.fa-sun-o:before {
    content: "ï"
    }
.fa-moon-o:before {
    content: "ï"
    }
.fa-archive:before {
    content: "ï"
    }
.fa-bug:before {
    content: "ï"
    }
.fa-vk:before {
    content: "ï"
    }
.fa-weibo:before {
    content: "ï"
    }
.fa-renren:before {
    content: "ï"
    }
.fa-pagelines:before {
    content: "ï"
    }
.fa-stack-exchange:before {
    content: "ï"
    }
.fa-arrow-circle-o-right:before {
    content: "ï"
    }
.fa-arrow-circle-o-left:before {
    content: "ï"
    }
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "ï"
    }
.fa-dot-circle-o:before {
    content: "ï"
    }
.fa-wheelchair:before {
    content: "ï"
    }
.fa-vimeo-square:before {
    content: "ï"
    }
.fa-turkish-lira:before, .fa-try:before {
    content: "ï"
    }
.fa-plus-square-o:before {
    content: "ï"
    }
.fa-space-shuttle:before {
    content: "ï"
    }
.fa-slack:before {
    content: "ï"
    }
.fa-envelope-square:before {
    content: "ï"
    }
.fa-wordpress:before {
    content: "ï"
    }
.fa-openid:before {
    content: "ï"
    }
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "ï"
    }
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "ï"
    }
.fa-yahoo:before {
    content: "ï"
    }
.fa-google:before {
    content: "ï "
    }
.fa-reddit:before {
    content: "ï¡"
    }
.fa-reddit-square:before {
    content: "ï¢"
    }
.fa-stumbleupon-circle:before {
    content: "ï£"
    }
.fa-stumbleupon:before {
    content: "ï¤"
    }
.fa-delicious:before {
    content: "ï¥"
    }
.fa-digg:before {
    content: "ï¦"
    }
.fa-pied-piper-pp:before {
    content: "ï§"
    }
.fa-pied-piper-alt:before {
    content: "ï¨"
    }
.fa-drupal:before {
    content: "ï©"
    }
.fa-joomla:before {
    content: "ïª"
    }
.fa-language:before {
    content: "ï«"
    }
.fa-fax:before {
    content: "ï¬"
    }
.fa-building:before {
    content: "ï­"
    }
.fa-child:before {
    content: "ï®"
    }
.fa-paw:before {
    content: "ï°"
    }
.fa-spoon:before {
    content: "ï±"
    }
.fa-cube:before {
    content: "ï²"
    }
.fa-cubes:before {
    content: "ï³"
    }
.fa-behance:before {
    content: "ï´"
    }
.fa-behance-square:before {
    content: "ïµ"
    }
.fa-steam:before {
    content: "ï¶"
    }
.fa-steam-square:before {
    content: "ï·"
    }
.fa-recycle:before {
    content: "ï¸"
    }
.fa-automobile:before, .fa-car:before {
    content: "ï¹"
    }
.fa-cab:before, .fa-taxi:before {
    content: "ïº"
    }
.fa-tree:before {
    content: "ï»"
    }
.fa-spotify:before {
    content: "ï¼"
    }
.fa-deviantart:before {
    content: "ï½"
    }
.fa-soundcloud:before {
    content: "ï¾"
    }
.fa-database:before {
    content: "ï"
    }
.fa-file-pdf-o:before {
    content: "ï"
    }
.fa-file-word-o:before {
    content: "ï"
    }
.fa-file-excel-o:before {
    content: "ï"
    }
.fa-file-powerpoint-o:before {
    content: "ï"
    }
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "ï"
    }
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "ï"
    }
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "ï"
    }
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "ï"
    }
.fa-file-code-o:before {
    content: "ï"
    }
.fa-vine:before {
    content: "ï"
    }
.fa-codepen:before {
    content: "ï"
    }
.fa-jsfiddle:before {
    content: "ï"
    }
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "ï"
    }
.fa-circle-o-notch:before {
    content: "ï"
    }
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "ï"
    }
.fa-ge:before, .fa-empire:before {
    content: "ï"
    }
.fa-git-square:before {
    content: "ï"
    }
.fa-git:before {
    content: "ï"
    }
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "ï"
    }
.fa-tencent-weibo:before {
    content: "ï"
    }
.fa-qq:before {
    content: "ï"
    }
.fa-wechat:before, .fa-weixin:before {
    content: "ï"
    }
.fa-send:before, .fa-paper-plane:before {
    content: "ï"
    }
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "ï"
    }
.fa-history:before {
    content: "ï"
    }
.fa-circle-thin:before {
    content: "ï"
    }
.fa-header:before {
    content: "ï"
    }
.fa-paragraph:before {
    content: "ï"
    }
.fa-sliders:before {
    content: "ï"
    }
.fa-share-alt:before {
    content: "ï "
    }
.fa-share-alt-square:before {
    content: "ï¡"
    }
.fa-bomb:before {
    content: "ï¢"
    }
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "ï£"
    }
.fa-tty:before {
    content: "ï¤"
    }
.fa-binoculars:before {
    content: "ï¥"
    }
.fa-plug:before {
    content: "ï¦"
    }
.fa-slideshare:before {
    content: "ï§"
    }
.fa-twitch:before {
    content: "ï¨"
    }
.fa-yelp:before {
    content: "ï©"
    }
.fa-newspaper-o:before {
    content: "ïª"
    }
.fa-wifi:before {
    content: "ï«"
    }
.fa-calculator:before {
    content: "ï¬"
    }
.fa-paypal:before {
    content: "ï­"
    }
.fa-google-wallet:before {
    content: "ï®"
    }
.fa-cc-visa:before {
    content: "ï°"
    }
.fa-cc-mastercard:before {
    content: "ï±"
    }
.fa-cc-discover:before {
    content: "ï²"
    }
.fa-cc-amex:before {
    content: "ï³"
    }
.fa-cc-paypal:before {
    content: "ï´"
    }
.fa-cc-stripe:before {
    content: "ïµ"
    }
.fa-bell-slash:before {
    content: "ï¶"
    }
.fa-bell-slash-o:before {
    content: "ï·"
    }
.fa-trash:before {
    content: "ï¸"
    }
.fa-copyright:before {
    content: "ï¹"
    }
.fa-at:before {
    content: "ïº"
    }
.fa-eyedropper:before {
    content: "ï»"
    }
.fa-paint-brush:before {
    content: "ï¼"
    }
.fa-birthday-cake:before {
    content: "ï½"
    }
.fa-area-chart:before {
    content: "ï¾"
    }
.fa-pie-chart:before {
    content: "ï"
    }
.fa-line-chart:before {
    content: "ï"
    }
.fa-lastfm:before {
    content: "ï"
    }
.fa-lastfm-square:before {
    content: "ï"
    }
.fa-toggle-off:before {
    content: "ï"
    }
.fa-toggle-on:before {
    content: "ï"
    }
.fa-bicycle:before {
    content: "ï"
    }
.fa-bus:before {
    content: "ï"
    }
.fa-ioxhost:before {
    content: "ï"
    }
.fa-angellist:before {
    content: "ï"
    }
.fa-cc:before {
    content: "ï"
    }
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "ï"
    }
.fa-meanpath:before {
    content: "ï"
    }
.fa-buysellads:before {
    content: "ï"
    }
.fa-connectdevelop:before {
    content: "ï"
    }
.fa-dashcube:before {
    content: "ï"
    }
.fa-forumbee:before {
    content: "ï"
    }
.fa-leanpub:before {
    content: "ï"
    }
.fa-sellsy:before {
    content: "ï"
    }
.fa-shirtsinbulk:before {
    content: "ï"
    }
.fa-simplybuilt:before {
    content: "ï"
    }
.fa-skyatlas:before {
    content: "ï"
    }
.fa-cart-plus:before {
    content: "ï"
    }
.fa-cart-arrow-down:before {
    content: "ï"
    }
.fa-diamond:before {
    content: "ï"
    }
.fa-ship:before {
    content: "ï"
    }
.fa-user-secret:before {
    content: "ï"
    }
.fa-motorcycle:before {
    content: "ï"
    }
.fa-street-view:before {
    content: "ï"
    }
.fa-heartbeat:before {
    content: "ï"
    }
.fa-venus:before {
    content: "ï¡"
    }
.fa-mars:before {
    content: "ï¢"
    }
.fa-mercury:before {
    content: "ï£"
    }
.fa-intersex:before, .fa-transgender:before {
    content: "ï¤"
    }
.fa-transgender-alt:before {
    content: "ï¥"
    }
.fa-venus-double:before {
    content: "ï¦"
    }
.fa-mars-double:before {
    content: "ï§"
    }
.fa-venus-mars:before {
    content: "ï¨"
    }
.fa-mars-stroke:before {
    content: "ï©"
    }
.fa-mars-stroke-v:before {
    content: "ïª"
    }
.fa-mars-stroke-h:before {
    content: "ï«"
    }
.fa-neuter:before {
    content: "ï¬"
    }
.fa-genderless:before {
    content: "ï­"
    }
.fa-facebook-official:before {
    content: "ï°"
    }
.fa-pinterest-p:before {
    content: "ï±"
    }
.fa-whatsapp:before {
    content: "ï²"
    }
.fa-server:before {
    content: "ï³"
    }
.fa-user-plus:before {
    content: "ï´"
    }
.fa-user-times:before {
    content: "ïµ"
    }
.fa-hotel:before, .fa-bed:before {
    content: "ï¶"
    }
.fa-viacoin:before {
    content: "ï·"
    }
.fa-train:before {
    content: "ï¸"
    }
.fa-subway:before {
    content: "ï¹"
    }
.fa-medium:before {
    content: "ïº"
    }
.fa-yc:before, .fa-y-combinator:before {
    content: "ï»"
    }
.fa-optin-monster:before {
    content: "ï¼"
    }
.fa-opencart:before {
    content: "ï½"
    }
.fa-expeditedssl:before {
    content: "ï¾"
    }
.fa-battery-4:before, .fa-battery-full:before {
    content: "ï"
    }
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "ï"
    }
.fa-battery-2:before, .fa-battery-half:before {
    content: "ï"
    }
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "ï"
    }
.fa-battery-0:before, .fa-battery-empty:before {
    content: "ï"
    }
.fa-mouse-pointer:before {
    content: "ï"
    }
.fa-i-cursor:before {
    content: "ï"
    }
.fa-object-group:before {
    content: "ï"
    }
.fa-object-ungroup:before {
    content: "ï"
    }
.fa-sticky-note:before {
    content: "ï"
    }
.fa-sticky-note-o:before {
    content: "ï"
    }
.fa-cc-jcb:before {
    content: "ï"
    }
.fa-cc-diners-club:before {
    content: "ï"
    }
.fa-clone:before {
    content: "ï"
    }
.fa-balance-scale:before {
    content: "ï"
    }
.fa-hourglass-o:before {
    content: "ï"
    }
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "ï"
    }
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "ï"
    }
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "ï"
    }
.fa-hourglass:before {
    content: "ï"
    }
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "ï"
    }
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "ï"
    }
.fa-hand-scissors-o:before {
    content: "ï"
    }
.fa-hand-lizard-o:before {
    content: "ï"
    }
.fa-hand-spock-o:before {
    content: "ï"
    }
.fa-hand-pointer-o:before {
    content: "ï"
    }
.fa-hand-peace-o:before {
    content: "ï"
    }
.fa-trademark:before {
    content: "ï"
    }
.fa-registered:before {
    content: "ï"
    }
.fa-creative-commons:before {
    content: "ï"
    }
.fa-gg:before {
    content: "ï "
    }
.fa-gg-circle:before {
    content: "ï¡"
    }
.fa-tripadvisor:before {
    content: "ï¢"
    }
.fa-odnoklassniki:before {
    content: "ï£"
    }
.fa-odnoklassniki-square:before {
    content: "ï¤"
    }
.fa-get-pocket:before {
    content: "ï¥"
    }
.fa-wikipedia-w:before {
    content: "ï¦"
    }
.fa-safari:before {
    content: "ï§"
    }
.fa-chrome:before {
    content: "ï¨"
    }
.fa-firefox:before {
    content: "ï©"
    }
.fa-opera:before {
    content: "ïª"
    }
.fa-internet-explorer:before {
    content: "ï«"
    }
.fa-tv:before, .fa-television:before {
    content: "ï¬"
    }
.fa-contao:before {
    content: "ï­"
    }
.fa-500px:before {
    content: "ï®"
    }
.fa-amazon:before {
    content: "ï°"
    }
.fa-calendar-plus-o:before {
    content: "ï±"
    }
.fa-calendar-minus-o:before {
    content: "ï²"
    }
.fa-calendar-times-o:before {
    content: "ï³"
    }
.fa-calendar-check-o:before {
    content: "ï´"
    }
.fa-industry:before {
    content: "ïµ"
    }
.fa-map-pin:before {
    content: "ï¶"
    }
.fa-map-signs:before {
    content: "ï·"
    }
.fa-map-o:before {
    content: "ï¸"
    }
.fa-map:before {
    content: "ï¹"
    }
.fa-commenting:before {
    content: "ïº"
    }
.fa-commenting-o:before {
    content: "ï»"
    }
.fa-houzz:before {
    content: "ï¼"
    }
.fa-vimeo:before {
    content: "ï½"
    }
.fa-black-tie:before {
    content: "ï¾"
    }
.fa-fonticons:before {
    content: "ï"
    }
.fa-reddit-alien:before {
    content: "ï"
    }
.fa-edge:before {
    content: "ï"
    }
.fa-credit-card-alt:before {
    content: "ï"
    }
.fa-codiepie:before {
    content: "ï"
    }
.fa-modx:before {
    content: "ï"
    }
.fa-fort-awesome:before {
    content: "ï"
    }
.fa-usb:before {
    content: "ï"
    }
.fa-product-hunt:before {
    content: "ï"
    }
.fa-mixcloud:before {
    content: "ï"
    }
.fa-scribd:before {
    content: "ï"
    }
.fa-pause-circle:before {
    content: "ï"
    }
.fa-pause-circle-o:before {
    content: "ï"
    }
.fa-stop-circle:before {
    content: "ï"
    }
.fa-stop-circle-o:before {
    content: "ï"
    }
.fa-shopping-bag:before {
    content: "ï"
    }
.fa-shopping-basket:before {
    content: "ï"
    }
.fa-hashtag:before {
    content: "ï"
    }
.fa-bluetooth:before {
    content: "ï"
    }
.fa-bluetooth-b:before {
    content: "ï"
    }
.fa-percent:before {
    content: "ï"
    }
.fa-gitlab:before {
    content: "ï"
    }
.fa-wpbeginner:before {
    content: "ï"
    }
.fa-wpforms:before {
    content: "ï"
    }
.fa-envira:before {
    content: "ï"
    }
.fa-universal-access:before {
    content: "ï"
    }
.fa-wheelchair-alt:before {
    content: "ï"
    }
.fa-question-circle-o:before {
    content: "ï"
    }
.fa-blind:before {
    content: "ï"
    }
.fa-audio-description:before {
    content: "ï"
    }
.fa-volume-control-phone:before {
    content: "ï "
    }
.fa-braille:before {
    content: "ï¡"
    }
.fa-assistive-listening-systems:before {
    content: "ï¢"
    }
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "ï£"
    }
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "ï¤"
    }
.fa-glide:before {
    content: "ï¥"
    }
.fa-glide-g:before {
    content: "ï¦"
    }
.fa-signing:before, .fa-sign-language:before {
    content: "ï§"
    }
.fa-low-vision:before {
    content: "ï¨"
    }
.fa-viadeo:before {
    content: "ï©"
    }
.fa-viadeo-square:before {
    content: "ïª"
    }
.fa-snapchat:before {
    content: "ï«"
    }
.fa-snapchat-ghost:before {
    content: "ï¬"
    }
.fa-snapchat-square:before {
    content: "ï­"
    }
.fa-pied-piper:before {
    content: "ï®"
    }
.fa-first-order:before {
    content: "ï°"
    }
.fa-yoast:before {
    content: "ï±"
    }
.fa-themeisle:before {
    content: "ï²"
    }
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "ï³"
    }
.fa-fa:before, .fa-font-awesome:before {
    content: "ï´"
    }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    padding: 0 24px;
    line-height: 200%;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 0
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a:not(.fr-command) {
    color: inherit;
    text-decoration: none
    }
.fr-view > ul ul {
    display: block;
    list-style-type: circle;
    width: inherit
    }
.fr-view {
    cursor: auto !important
    }
.fr-view div.cpSlideshow.fr-dib, div.widget.editor div.cpSlideshow.fr-dib, div.widget.editor img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
    }
.fr-view div.cpSlideshow.fr-dib.fr-fil, div.widget.editor div.cpSlideshow.fr-dib.fr-fil, div.widget.editor img.fr-dib.fr-fil {
    margin-left: 0
    }
.fr-view div.cpSlideshow.fr-dib.fr-fir, div.widget.editor div.cpSlideshow.fr-dib.fr-fir, div.widget.editor img.fr-dib.fr-fir {
    margin-right: 0
    }
.fr-view div.cpSlideshow.fr-dii, div.widget.editor div.cpSlideshow.fr-dii, div.widget.editor img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px
    }
.fr-view div.cpSlideshow.fr-dii.fr-fil, div.widget.editor div.cpSlideshow.fr-dii.fr-fil, div.widget.editor img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
    }
.fr-view div.cpSlideshow.fr-dii.fr-fir, div.widget.editor div.cpSlideshow.fr-dii.fr-fir, div.widget.editor img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
    }
.fr-toolbar {
    background: #e9eef3;
    border-top: 5px solid #12639d
    }
.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 5px solid #12639d
    }
.fr-toolbar.fr-inline.fr-above {
    border-bottom: 5px solid #12639d
    }
.fr-separator {
    background: #a7c6e4
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #a7c6e4
    }
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
    background: #a7c6e4 !important
    }
.fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus {
    background: #dae4f0
    }
.fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus {
    background: #dae4f0
    }
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: #dae4f0
    }
.fr-popup {
    border-top: 5px solid #12639d
    }
.fr-popup.fr-above {
    border-bottom: 5px solid #12639d
    }
.fr-popup .fr-buttons {
    background: #e9eef3
    }
.fr-popup .fr-arrow {
    border-bottom: 5px solid #12639d
    }
.fr-popup.fr-above .fr-arrow {
    border-top: 5px solid #12639d
    }
.fr-toolbar .fr-command.fr-btn span.fr-sr-only {
    display: none
    }
.fr-element.fr-view {
    cursor: text
    }
.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
    height: 32px;
    width: 100%;
    margin: 0 0 1px 0;
    border: none;
    border-bottom: solid 1px #bdbdbd;
    color: #222;
    font-size: 14px;
    padding: 6px 0 2px;
    background: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
    border-bottom: solid 2px #1e88e5;
    margin-bottom: 0
    }
.formline .fr-sticky-on {
    position: relative
    }
.formline .fr-sticky-on.fr-sticky-ios {
    position: absolute;
    left: 0;
    right: 0;
    width: auto !important
    }
.formline .fr-sticky-on + .fr-sticky-dummy, .formline .fr-sticky-box > .fr-sticky-dummy {
    display: none
    }
.newCP .fr-view table caption {
    text-align: center
    }
.fr-view table th {
    vertical-align: top
    }
.fr-view table td {
    padding: 0.35em;
    vertical-align: top
    }
.formline .fr-view table img {
    box-sizing: border-box
    }
.formline .fr-view table caption {
    text-align: center;
    caption-side: bottom
    }
.adaViolation {
    border: 2px solid #f00 !important
    }
div.modalContainerCP.adaScanModal {
    margin-left: -300px !important;
    transform: translatey(-50%);
    top: 50% !important;
    position: fixed;
    width: 600px !important
    }