@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700,300&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-bacteria:before{content:""}.fa-bacterium:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caravan:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudflare:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dailymotion:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-deezer:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edge-legacy:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guilded:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-wash:before{content:""}.fa-handshake:before{content:""}.fa-handshake-alt-slash:before{content:""}.fa-handshake-slash:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-hdd:before{content:""}.fa-head-side-cough:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-head-side-mask:before{content:""}.fa-head-side-virus:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hive:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-house-user:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octopus-deploy:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-perbyte:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-square:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pump-medical:before{content:""}.fa-pump-soap:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rust:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-virus:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:""}.fa-store-slash:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-tiktok:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-trailer:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-uncharted:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-unsplash:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-users-slash:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vest:before{content:""}.fa-vest-patches:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-virus:before{content:""}.fa-virus-slash:before{content:""}.fa-viruses:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-watchman-monitoring:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wodu:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(/fa-solid-900.eot);src:url(/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fa-solid-900.woff2) format("woff2"),url(/fa-solid-900.woff) format("woff"),url(/fa-solid-900.ttf) format("truetype"),url(/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(/fa-regular-400.eot);src:url(/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fa-regular-400.woff2) format("woff2"),url(/fa-regular-400.woff) format("woff"),url(/fa-regular-400.ttf) format("truetype"),url(/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}*{box-sizing:border-box;outline:0}html{overflow-y:scroll}html,body{font-family:"Open Sans",sans-serif;margin:0;border:0;font-size:12px;background:#f5f5f5;color:#151515}h1,h2,h3,h4,h5,h6{font-family:"Roboto",sans-serif;margin:0}ul{margin:0;padding:0}a:link,a:active,a:visited{text-decoration:none;color:#151515}main{margin:111px 0 0 250px;min-height:calc(100% - 50px)}main .main-header{background:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;z-index:1;position:fixed;top:50px;left:250px;width:calc(100% - 250px);box-shadow:0px 0px 5px rgba(0,0,0,.1)}main .main-header .title{font-weight:400;font-size:20px;width:calc(100% - 150px)}main .main-header .title span{padding-top:5px;display:block;color:#999;font-size:12px}main .main-header .filters{display:flex;justify-content:flex-end}main .main-header .filters>div{width:150px;margin-left:15px}main .main-header .filters .order-status,main .main-header .filters .sort{width:150px}main .main-header .filters label{font-size:10px;text-transform:uppercase;font-weight:700;color:rgba(0,0,0,.5);padding-bottom:2px;display:block}main .main-header .filters .dropdown-widget{border-top:1px solid #e5e5e5}main .main-header .filters .dropdown-widget .dropdown__control{background:rgba(0,0,0,0);border:0;padding:2px 0}main .main-header .actions{width:150px;text-align:right}main .main-header .actions .btn{color:#fff}main .main-header .actions .preview{margin-right:10px}main .sub-header{background:rgba(0,0,0,.1);padding:70px 30px;display:flex;justify-content:space-between}main .sub-header .titles .title{font-family:"Roboto";font-weight:700;font-size:30px;color:#373737;letter-spacing:.03em;padding-bottom:5px}main .sub-header .titles .title-sub{font-size:26px;color:#777;font-family:"Roboto";font-weight:300}main .sub-header .points{list-style:none;width:200px}main .sub-header .points li{display:flex;justify-content:space-between;padding:5px 0}main .sub-header .points li span{font-weight:700;text-transform:uppercase;width:100px}main .main-content{padding:30px}main .main-content h1{text-transform:uppercase;color:#777;font-weight:700;font-family:"Roboto";font-size:12px}main .main-content section{margin-bottom:15px;border-radius:5px}main .main-content .empty{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 181px);flex-wrap:wrap;flex-direction:column;color:rgba(0,0,0,.1)}main .main-content .empty i{font-size:150px}main .main-content .empty h1{text-align:center;width:100%;font-size:30px;font-family:"Roboto";text-transform:uppercase;padding-top:30px;color:rgba(0,0,0,.1)}.loading{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 111px);flex-wrap:wrap;flex-direction:column;color:rgba(0,0,0,.1)}.loading i{font-size:150px}.loading h1{text-align:center;width:100%;font-size:30px;font-family:"Roboto";text-transform:uppercase;padding-top:30px;color:rgba(0,0,0,.1)}section{background:#fff;border:1px solid #e5e5e5;padding:25px}section h1{padding-bottom:30px}input,textarea{border-radius:3px;background:#fff;border:1px solid #bdc4c9;box-shadow:inset 0px 1px 0px #f1f0f1;padding:6px 10px;font-size:14px;color:#555;width:100%}input:focus,textarea:focus{background:#f7f7f7;box-shadow:none}header{background:#399bff;height:50px;position:fixed;z-index:2;top:0;left:0;width:100%;display:flex;font-family:"Roboto"}header .logo{font-weight:700;color:#fff;font-size:18px;width:250px;background:rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center}.header-search{padding:0 15px;width:calc(100% - 450px);display:flex;justify-content:flex-start;align-items:center;position:relative}.header-search.focus form{opacity:1;width:100%}.header-search.focus .results{display:block}.header-search form{width:200px;transition:all .25s ease;position:relative}.header-search input{width:100%;border-radius:999px;padding:5px 36px 5px 15px}.header-search .results{position:absolute;top:100%;left:15px;width:calc(100% - 30px);background:#fff;border:1px solid #ccc;border-radius:0 0 5px 5px;border-top:0;display:none}.header-search .results a{display:block;padding:15px;border-bottom:1px solid #ccc}.header-search .results a .meta{display:flex;justify-content:space-between;padding-bottom:10px}.header-search .results a .meta .title{font-weight:700}.header-search .results a .meta .type{color:rgba(0,0,0,.5)}.header-search .results a:hover{background-color:rgba(0,0,0,.1)}.header-search .results a:last-of-type{border-bottom:0}.sidebar{position:fixed;top:50px;width:250px;height:calc(100% - 50px);background:#232e35;color:hsla(0,0%,100%,.6)}.sidebar .scrollbars .track-vertical{height:100%;right:5px;z-index:1}.sidebar .scrollbars .track-vertical>div{border-radius:3px !important;background:hsla(0,0%,100%,.5) !important}.sidebar .group{font-family:"Roboto";padding:10px 0;position:relative}.sidebar .group:after{content:"";display:block;position:absolute;bottom:0;left:20px;height:1px;width:calc(100% - 40px);background:hsla(0,0%,100%,.2)}.sidebar .group .title{font-size:10px;padding:10px 20px}.sidebar .group a:link,.sidebar .group a:active,.sidebar .group a:visited,.sidebar .group a:hover{color:hsla(0,0%,100%,.6);text-decoration:none}.sidebar .group ul{list-style-type:none;font-size:14px}.sidebar .group ul li{font-weight:300}.sidebar .group ul li a,.sidebar .group ul li .parent-name{padding:10px 20px;display:block;cursor:pointer}.sidebar .group ul li a:hover,.sidebar .group ul li .parent-name:hover{background:rgba(0,0,0,.3)}.sidebar .group ul li a.active{background-color:rgba(0,0,0,.3)}.sidebar .group ul li ul{margin-top:15px;padding-left:30px;font-size:12px}.sidebar .group ul .parent .parent-name{position:relative}.sidebar .group ul .parent .parent-name .fa-caret-right{width:auto;position:absolute;right:20px;top:15px;font-size:12px}.sidebar .group ul .parent ul{display:none;margin:0;padding-left:0}.sidebar .group ul .parent ul a{padding-left:50px}.sidebar .group ul .parent.expanded{background-color:hsla(0,0%,100%,.05)}.sidebar .group ul .parent.expanded ul{display:block}.sidebar .group ul .parent.expanded .fa-caret-right{transform:rotate(90deg)}.sidebar .group ul i{display:inline-block;width:30px;font-size:18px}#page-404{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 75px);flex-wrap:wrap;flex-direction:column;color:rgba(0,0,0,.1)}#page-404 i{font-size:150px}#page-404 h1{text-align:center;width:100%;font-size:30px;font-family:"Roboto";text-transform:uppercase;padding-top:30px;color:rgba(0,0,0,.1)}.actors-add .view{display:block !important}.actors-add form{display:flex;align-items:flex-end;justify-content:space-between;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:30px;margin-bottom:30px}.actors-add form .field{width:calc(100% - 120px)}.actors-add form .field input{width:100%}.actors-add form button{width:100px;background:#399bff;border:1px solid #399bff;color:#fff;transition:background .3s ease,color .3s ease;font-weight:700;height:28px;cursor:pointer}.actors-add form button:hover{background:rgba(0,0,0,0);color:#399bff}.actors-add .actor-list .actor{display:flex;padding:15px;border:1px solid #e5e5e5;background:#f0f0f0;margin-bottom:10px;position:relative}.actors-add .actor-list .actor .image-wrap{width:200px;max-height:150px;position:relative;margin-right:15px}.actors-add .actor-list .actor .image-wrap img{max-width:100%;max-height:100%}.actors-add .actor-list .actor h1{font-size:18px}.actors-add .actor-list .actor .status{position:absolute;right:15px;top:15px;padding:10px;width:160px;text-align:center}.actors-add .actor-list .actor .status.exists{background:#26a65b;color:#fff}.actors-add .actor-list .actor .status.new{background:#f39c12;cursor:pointer}.actors-add .actor-list .actor .status.added{background:#399bff;color:#fff}.actors-add .actor-list .actor .status.error{background:#ef4836;color:#fff}.actors-add .actor-list .actor .status.pending{background:#a2d186;padding:8px}.actors-add .actor-list .actor .status.pending:after{content:"";display:inline-block;width:10px;height:10px;border:2px solid #fff;border-radius:100%;border-top-color:rgba(0,0,0,0);animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.actors-all .view{display:block !important}.actors-all .loading{font-size:24px;padding:100px;font-weight:700;min-height:calc(100vh - 190px);display:flex;justify-content:center;align-items:center}.actors-all .actor-list{display:flex;flex-wrap:wrap}.actors-search .view{display:block !important}.actors-search form{display:flex;align-items:flex-end;justify-content:space-between;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:30px;margin-bottom:30px}.actors-search form .field{width:calc(100% - 120px)}.actors-search form .field input{width:100%}.actors-search form button{width:100px;background:#399bff;border:1px solid #399bff;color:#fff;transition:background .3s ease,color .3s ease;font-weight:700;height:28px;cursor:pointer}.actors-search form button:hover{background:rgba(0,0,0,0);color:#399bff}.actors-search .actor-list{display:flex;justify-content:space-between;flex-wrap:wrap}.ad-edit .contents{width:calc(100% - 275px);max-width:900px}.ad-edit .contents.orders{width:100%;max-width:none}@media print{.ad-edit .contents{width:100%}}.ad-edit .actions .error-message h2{font-size:14px;margin-bottom:10px}.ad-edit .actions .error-message{text-align:center;margin-top:30px;width:250px;padding:15px;border:1px solid red;background:#f97a7a}.ad-edit .actions.status .dropdown-widget .placeholder,.ad-edit .actions.status .dropdown-widget .options{background:#fff;text-align:center}.ad-edit .field{padding:10px 0}.ad-edit .field label{font-weight:700;font-size:12px;display:block}.ad-edit .field input,.ad-edit .field textarea{width:100%}.ad-edit .field textarea{min-height:300px}.blog-post-edit .sub-header .title{width:calc(100% - 250px)}.blog-post-edit .sub-header .title label{font-weight:700;color:rgba(0,0,0,.2)}.blog-post-edit .sub-header .title input{background:rgba(0,0,0,0);width:100%;font-weight:700;font-family:"Roboto";font-size:30px;color:#373737}.blog-post-list .title{width:calc(100% - 250px);font-weight:700}.blog-post-list .date{width:125px}.blog-post-list .status{width:125px}.blog-post-list .status>div{border-radius:100px;color:#fff;text-align:center;padding:3px;font-weight:700;width:100%}.blog-post-list .status-0{background-color:#f39c12}.blog-post-list .status-1{background-color:#399bff}.blog-post-list .group>div{margin-left:50px}.dashboard{display:flex}.dashboard .main-content{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.dashboard section{width:calc(50% - 15px)}.dashboard section h1{padding-bottom:0}.login{display:flex;justify-content:center;align-items:center;height:100vh}.login .contents{padding:15px;width:350px;background:#fff;border:1px solid #e5e5e5}.login h2{font-weight:200;text-align:center}.login .invalid{padding:15px 0;color:red;text-align:center;opacity:0;transition:opacity .3s ease}.login .invalid.active{opacity:1}.login input{width:100%;margin-bottom:5px}.login input.error{border-color:red}.login button{cursor:pointer;margin-top:15px;width:100%;position:relative}.login button i{position:absolute;right:10px}.push-notifications{display:block}.push-notifications .message{width:100%}.push-notifications .message input{width:100%;display:block;margin-bottom:10px}.push-notifications .message .result-message{margin-top:50px}.newsletter-content-edit .scheduling{display:flex;flex-wrap:wrap}.newsletter-content-edit .scheduling h1{width:100%}.newsletter-content-edit .scheduling .row{padding-right:10px}.newsletter-content-list .status{width:125px}.newsletter-content-list .date,.newsletter-content-list .time{width:150px}.newsletter-content-list .date.inactive,.newsletter-content-list .time.inactive{color:#999}.newsletter-content-list .title{width:calc(100% - 425px)}.newsletter-subscriber-edit .details{display:flex;flex-wrap:wrap;justify-content:space-between}.newsletter-subscriber-edit .details h1{width:100%}.newsletter-subscriber-edit .details .row{width:calc(50% - 10px)}.newsletter-subscriber-edit .details .row.name-email{width:100%}.newsletter-subscribers-list .status{width:125px}.newsletter-subscribers-list .first,.newsletter-subscribers-list .last{width:150px}.newsletter-subscribers-list .email{width:calc(100% - 425px)}.order-edit .main-header .actions{display:flex;justify-content:space-between;width:200px}.order-edit .order-info{display:flex;flex-wrap:wrap;justify-content:space-between}.order-edit .order-info h1{width:100%;font-size:11px;padding-bottom:3px}.order-edit .order-info>div{width:calc(33% - 30px);font-size:14px;margin:10px 0;padding-bottom:10px;border-bottom:1px solid #e5e5e5}.order-edit .order-info label{font-weight:700;display:block;margin-bottom:3px;padding-bottom:3px}.order-edit .order-info .empty-field{font-style:italic;color:#ccc}.order-edit .order-info.address>div{border-bottom:0;margin:0;padding:0}.order-edit .order-info.address .residential{font-size:12px;padding-top:15px;font-style:italic}.order-edit .items{display:block}.order-edit .items .row:hover{background:rgba(0,0,0,0)}.order-edit .items .part-number{width:calc(100% - 300px);line-height:1.5em}.order-edit .items .part-number .spring{font-weight:700;padding-top:15px;color:#555}.order-edit .items .quantity,.order-edit .items .each,.order-edit .items .total{width:100px}.order-edit .items .quantity{text-align:center}.order-edit .items .each,.order-edit .items .total{text-align:right}.order-edit .items .totals{font-weight:700;width:250px;margin-left:calc(100% - 250px)}.order-edit .items .totals .name{width:calc(100% - 100px);text-align:right}.order-edit .notes>div{width:100%;border-bottom:0;margin:0;padding-bottom:0}@media print{@page{margin:0}body{margin:1cm}header,.sidebar,.main-header,.tabs,.points,.title-sub{display:none !important}main{width:100%;margin:0}main .sub-header{padding:5px}main .sub-header .titles .title{font-size:18px}main .main-content{padding:0}main .main-content section{padding:5px;border:0}main .order-edit .order-info h1{font-size:9px}main .order-edit .order-info>div{font-size:12px;margin:5px 0;padding-bottom:5px}main .table-format .titles{background:none;border:0;color:#777;border-bottom:1px solid #e5e5e5;padding:3px;font-size:9px;text-transform:uppercase}main .table-format .row{padding:0 3px}main .table-format .row>div{padding:3px 0}main .table-format .row.totals>div{padding:7px 0}}.orders-search form{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.orders-search form input{border-radius:3px 0 0 3px;width:calc(100% - 100px)}.orders-search form button{border-radius:0 3px 3px 0;width:100px}.pages-page-edit .tabs{padding:0 30px;background:rgba(0,0,0,.1);display:flex;justify-content:flex-start}.pages-page-edit .tabs .tab{text-transform:uppercase;padding:10px 30px;margin-right:5px;cursor:pointer;color:#373737;border-radius:3px 3px 0 0;background:#cfcfcf}.pages-page-edit .tabs .tab:hover{background:rgba(0,0,0,.1)}.pages-page-edit .tabs .tab i{margin-right:10px}.pages-page-edit .tabs .tab.active{background:#f7f7f7}.pages-page-edit .sub-header .points .dropdown-widget{width:100%}.pages-page-edit .all-fields{width:calc(100% - 275px);max-width:900px}.pages-page-edit .all-fields input,.pages-page-edit .all-fields textarea{width:100%}.pages-page-edit .all-fields textarea{min-height:200px}.pages-page-edit .field{padding-bottom:15px}.pages-page-edit .field h2{font-weight:400}.pages-page-edit .main-content .edit-contents,.pages-page-edit .main-content .edit-seo,.pages-page-edit .main-content .edit-history,.pages-page-edit .main-content .edit-settings,.pages-page-edit .main-content .edit-details,.pages-page-edit .main-content .edit-categories,.pages-page-edit .main-content .edit-orders,.pages-page-edit .main-content .edit-special-pricing{display:none}.pages-page-edit .main-content.tab-contents .edit-contents,.pages-page-edit .main-content.tab-seo .edit-seo,.pages-page-edit .main-content.tab-history .edit-history,.pages-page-edit .main-content.tab-settings .edit-settings,.pages-page-edit .main-content.tab-details .edit-details,.pages-page-edit .main-content.tab-categories .edit-categories,.pages-page-edit .main-content.tab-orders .edit-orders,.pages-page-edit .main-content.tab-special-pricing .edit-special-pricing{display:block}.pages-page-list .main-header .title{width:calc(100% - 300px)}.pages-page-list .main-header .actions{width:300px;display:flex;justify-content:space-between}.pages-page-list .title{width:calc(100% - 125px);font-weight:700}.pages-page-list .status{width:125px}.pages-page-list .status{width:125px}.pages-page-list .status>div{border-radius:100px;color:#fff;text-align:center;padding:3px;font-weight:700;width:100%}.pages-page-list .status-0{background-color:#f39c12}.pages-page-list .status-1{background-color:#399bff}.pages-page-list .group>div{margin-left:50px}.pages-templates-edit .add-section{margin-top:15px;background:#399bff;color:#fff}.pages-templates-edit section .actions{display:flex;justify-content:flex-end}.pages-templates-edit section .actions i{margin:0 15px}.pages-templates-edit section .actions i:not(.fa-arrows-alt){cursor:pointer}.pages-templates-edit section .actions i.delete{color:#ef4836}.pages-templates-edit section .row.title{display:flex;justify-content:space-between;padding-right:84px}.pages-templates-edit section .row.title>div{width:calc(50% - 5px)}.pages-templates-list .title{width:150px}.pages-templates-list .description{width:calc(100% - 150px)}.pages-templates-list .page-title{font-weight:700}.product-category-list .titles .status{text-align:center}.product-category-list .name{width:calc(100% - 125px)}.product-category-list .status{width:125px}.products-upload .processing,.products-upload .complete{width:100%;height:100px;display:flex;justify-content:center;align-items:center;border-radius:5px}.products-upload .processing{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;text-align:center}.products-upload .processing i{font-size:40px;color:#777}.products-upload .processing span{display:block;width:100%}.products-upload .complete{background:#bbf5c2;font-weight:700}.redirect-list .from{width:250px}.redirect-list .to{width:calc(100% - 375px)}.redirect-list .status{width:125px}.redirect-list .status>div{border-radius:100px;color:#fff;text-align:center;padding:3px;font-weight:700;width:100%}.redirect-list .status-inactive{background-color:#f39c12}.redirect-list .status-active{background-color:#399bff}.redirect-list .title{font-weight:700}.redirect-list .no-results{text-align:center;color:rgba(0,0,0,.35);font-size:18px;padding:50px}.users-add .btn{margin-top:30px}.users-all .view{display:block !important}.users-all .loading{font-size:24px;padding:100px;font-weight:700;min-height:calc(100vh - 190px);display:flex;justify-content:center;align-items:center}.users-browse .filters .sort{width:200px !important}.users-browse .status,.users-browse .first,.users-browse .last{width:125px}.users-browse .email{width:calc(100% - 375px)}.user-edit .actions{width:300px !important}.user-edit .actions .pending.green{margin-left:15px}.user-edit .edit-settings .access{display:flex;flex-wrap:wrap;justify-content:space-between}.user-edit .edit-settings .access h1{width:100%}.user-edit .edit-settings .access .parent{width:calc(50% - 10px);margin-bottom:20px;border-radius:5px;padding:15px;border:1px solid #e5e5e5}.user-edit .edit-settings .access .child{padding-left:30px}.user-edit .edit-settings .access .checkbox>label{display:none}.user-edit .edit-special-pricing{margin-bottom:100px}.user-edit .edit-special-pricing .title-row{display:flex;padding:10px;text-transform:uppercase;color:#777;font-weight:700;font-family:"Roboto";font-size:12px}.user-edit .edit-special-pricing .title-row div{width:200px;margin-right:20px}.user-edit .edit-special-pricing .sec-title{font-weight:bold;font-size:14px;margin-bottom:10px}.user-edit .edit-special-pricing .price-row{display:flex;align-items:flex-end;padding:20px 10px;border:1px solid rgba(0,0,0,0)}.user-edit .edit-special-pricing .price-row:not(.editing):hover{cursor:pointer;border:1px solid #e5e5e5;background:#f7f7f7}.user-edit .edit-special-pricing .price-row .row,.user-edit .edit-special-pricing .price-row .row-content{width:200px;margin-right:20px}.user-edit .edit-special-pricing .price-row .btn{margin-bottom:10px}.user-edit .edit-special-pricing .add-item{margin-top:40px}.user-edit .edit-special-pricing .delete-btn{cursor:pointer;padding:10px;margin:0 0 10px 20px}.user-edit .edit-special-pricing .delete-btn.delete-confirm{color:#ef4836}.users-search form{display:flex;align-items:flex-end;justify-content:space-between;width:100%}.users-search form input{border-radius:3px 0 0 3px;width:calc(100% - 100px)}.users-search form button{border-radius:0 3px 3px 0;width:100px}.vendor-quotes-list .row div,.vendor-quotes-list .titles div{width:150px}.vendor-quotes-list .row .status,.vendor-quotes-list .titles .status{margin-left:auto}.vendor-request-day{font-family:"Roboto"}.vendor-request-day .actions{width:400px !important}.vendor-request-day .actions .send-now{margin-right:15px;background-color:#f39c12}.vendor-request-day .sub-header{height:180px}.vendor-request-day .tabs{padding:0 30px;background:rgba(0,0,0,.1);display:flex;justify-content:flex-start}.vendor-request-day .tabs .tab{width:150px;text-align:center;text-transform:uppercase;padding:10px 30px;margin-right:5px;cursor:pointer;color:#373737;border-radius:3px 3px 0 0;background:#cfcfcf}.vendor-request-day .tabs .tab:hover{background:rgba(0,0,0,.1)}.vendor-request-day .tabs .tab i{margin-right:10px}.vendor-request-day .tabs .tab.active{background:#f7f7f7}.vendor-request-day .main-content .quote-request,.vendor-request-day .main-content .quote-responses{display:none}.vendor-request-day .main-content.tab-request .quote-request,.vendor-request-day .main-content.tab-responses .quote-responses{display:block}.vendor-request-day .quote-responses .quote-request-wrap{border:1px solid #e5e5e5;border-radius:3px;padding:15px 12px;margin-bottom:20px}.vendor-request-day .quote-responses .quote-request-wrap .quote-info{display:flex;flex-wrap:wrap;padding:0 0 20px}.vendor-request-day .quote-responses .quote-request-wrap .quote-info .info{margin-right:60px;font-weight:bold;font-size:14px;padding-bottom:10px}.vendor-request-day .quote-responses .quote-request-wrap .quote-info .info span{font-weight:normal}.vendor-request-day .quote-responses .quote-request-wrap .quote-info .info span p{margin:0;display:inline-block}.vendor-request-day .quote-responses .quote-request-wrap .quote-responses{display:flex;justify-content:flex-start}.vendor-request-day .quote-responses .quote-request-wrap .quote-responses .vendor-column{max-width:250px;flex-grow:1}.vendor-request-day .quote-responses .quote-request-wrap .quote-responses .vendor-column.labels{font-weight:bold;flex-grow:unset;min-width:145px}.vendor-request-day .quote-responses .quote-request-wrap .quote-responses .vendor-column .title{font-weight:bold;min-height:18px;padding:0 0 3px 0;border-bottom:1px solid #b2b2b2}.vendor-request-day .quote-responses .quote-request-wrap .quote-responses .vendor-column .item{min-height:35px;padding:10px 0;border-bottom:1px solid #b2b2b2}.active-users-widget{width:100% !important}.active-users-widget .number{font-size:80px}.active-users-widget .active-pages{height:145px}.active-users-widget .active-pages ul{margin-top:30px;list-style:none}.active-users-widget .active-pages ul li{display:flex;justify-content:space-between;padding:5px 0;border-top:1px solid #e5e5e5}.active-users-widget .active-pages ul li.title{font-weight:700;border-top:0;color:#999}.active-users-widget .active-pages ul li:last-of-type{border-bottom:1px solid #e5e5e5}.active-users-widget .active-pages ul .unknown{font-style:italic}.btn-loading-widget .spinner{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:100%}.btn-loading-widget.is-loading{color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.btn-loading-widget.is-loading .spinner{width:20px;height:20px;animation:changeToCircle .2s linear .1s forwards,btnSpin .5s linear .3s infinite}.btn-loading-widget.complete .label-complete,.btn-loading-widget.error .label-error{opacity:1;visibility:visible}.btn-loading-widget .label{width:100%;height:100%;position:absolute;top:0;left:0;color:#fff;border-radius:3px;justify-content:center;align-items:center;display:flex;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.btn-loading-widget .label-error{background:#ef4836}.btn-loading-widget .label-complete{background:#26a65b}@keyframes changeToCircle{from{width:100%;height:33px;border:3px solid #399bff;border-radius:3px}to{width:20px;height:20px;border:3px solid #399bff;border-top-color:rgba(0,0,0,0);border-radius:100%}}@keyframes btnSpin{from{transform:rotateZ(0)}to{transform:rotateZ(360deg)}}.btn{letter-spacing:.01em;font-family:"Roboto";font-weight:700;border:0;border-radius:3px;transition:background .15s ease;cursor:pointer;padding:10px 20px 8px 20px;background:#399bff;color:#fff;display:inline-block;text-transform:uppercase;position:relative;transition:all .1s ease}.btn:hover{background:#4da5ff}.btn i{margin-right:5px}.btn.green{background:#26a65b}.btn.yellow{background:#f39c12}.btn.red{background:#ef4836}.dropdown-widget .dropdown__control{border-radius:3px;background:#fff;border:1px solid #bdc4c9;box-shadow:inset 0px 1px 0px #f1f0f1;padding:2px 10px;font-size:14px;color:#555;width:100%;min-height:0}.dropdown-widget .dropdown__control--is-focused{background:#f7f7f7}.dropdown-widget .dropdown__control:hover{border-color:#bdc4c9}.dropdown-widget .dropdown__value-container{padding:0}.dropdown-widget .dropdown__indicator{padding:0}.dropdown-widget .dropdown__indicator svg{width:16px;height:16px}.dropdown-widget .dropdown__indicator-separator{display:none}.form-layout .row{padding:10px 0}.form-layout .row.error label{color:#ef4836}.form-layout .row.error input,.form-layout .row.error textarea{border-color:#ef4836}.form-layout .row label{display:flex;justify-content:space-between;font-size:13px;color:#373737;padding-bottom:8px}.form-layout .row label span{font-weight:700}.form-layout .row label .hint{font-style:italic;font-size:12px}.form-layout .row>input,.form-layout .row textarea{width:100%}.most-popular-pages-widget{width:100% !important}.most-popular-pages-widget h1{margin-bottom:20px}.most-popular-pages-widget .recharts-label-list{fill:#fff}.orders-list-widget .list .row{align-items:flex-start}.orders-list-widget .list .row .number,.orders-list-widget .list .row .date .day,.orders-list-widget .list .row .placed-by .name{font-weight:700;color:rgba(0,0,0,.7)}.orders-list-widget .list .number,.orders-list-widget .list .date,.orders-list-widget .list .total,.orders-list-widget .list .status{width:100px}.orders-list-widget .list .placed-by{width:calc(100% - 400px)}.orders-list-widget .list .total{text-align:right;padding-right:35px}.orders-list-widget .list .date .time,.orders-list-widget .list .placed-by .user{padding-top:3px;font-size:11px}.orders-list-widget .name{display:flex;justify-content:space-between}.orders-list-widget .name .business{font-size:11px;font-weight:400}.orders-list-widget .details{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px}.orders-list-widget .details label{font-weight:700;color:rgba(0,0,0,.7);border-bottom:1px solid #e5e5e5;display:block;margin-bottom:3px;padding-bottom:3px}.orders-list-widget .details .billing,.orders-list-widget .details .shipping,.orders-list-widget .details .po,.orders-list-widget .details .tag{margin-top:10px;width:calc(50% - 10px);line-height:1.5em}.page-visits-widget h1{margin-bottom:20px}.pagination-widget{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:5px;padding:3px 25px;margin-bottom:15px}.pagination-widget .prev,.pagination-widget .next{width:100px;cursor:pointer;background:rgba(0,0,0,0);border:0;border-radius:5px;padding:5px 10px;transition:background .15s ease}.pagination-widget .prev:hover,.pagination-widget .next:hover{background:rgba(0,0,0,.1)}.pagination-widget .blank{width:100px}.pagination-widget .prev{text-align:left}.pagination-widget .prev i{padding-right:5px}.pagination-widget .next{text-align:right}.pagination-widget .next i{padding-left:5px}.pagination-widget .page-indicator{width:200px;text-align:center}.pagination-widget .page-indicator input{width:60px;margin-right:5px;text-align:center;font-size:12px;padding:3px 5px}.profile-widget{width:200px;border-left:1px solid rgba(0,0,0,.15);display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;background:rgba(0,0,0,0);cursor:pointer;transition:background .15s ease;position:relative}.profile-widget.show-dropdown{background-color:rgba(0,0,0,.1)}.profile-widget.show-dropdown .popup{visibility:visible;opacity:1}.profile-widget .icon{background:rgba(0,0,0,.3);border-radius:100%;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.profile-widget .name{margin-left:15px;text-transform:uppercase;letter-spacing:.05em}.profile-widget .popup{position:absolute;z-index:1;top:100%;left:5px;background-color:#fff;border:1px solid #ccc;width:calc(100% - 10px);border-radius:0 0 5px 5px;box-shadow:0px 0px 5px rgba(0,0,0,.1);border-top:0;color:#999;visibility:hidden;opacity:0;transition:visibility .15s ease,opacity .15s ease}.profile-widget .popup h2{font-weight:400;font-size:12px;padding:10px}.profile-widget .popup ul{list-style:none;font-weight:400;color:#151515}.profile-widget .popup ul li{padding:10px}.profile-widget .popup ul li:hover{background-color:rgba(0,0,0,.1)}.profile-widget .popup ul li i{margin-right:10px}.show-tile{display:block;width:20%;padding:15px;color:#000 !important;text-align:center}.show-tile:hover{background:#f7f7f7;text-decoration:none}.show-tile .image{margin:auto;width:92px;height:138px;background:#f7f7f7;overflow:hidden}.show-tile h2{font-size:12px}table{width:100%;border-spacing:0}table thead{font-family:"Roboto";font-weight:700;text-transform:uppercase}table td{padding:15px;border-bottom:1px solid #e5e5e5}.table-format .titles{background:rgba(0,0,0,.03);display:flex;font-weight:700;font-size:14px;color:rgba(0,0,0,.5);padding:10px;border:1px solid #e5e5e5;border-width:1px}.table-format .row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;background:rgba(0,0,0,0);transition:background .15s ease;transform:translateY(30px);opacity:0;animation:rowUp .5s ease 1 forwards;padding:0 10px}.table-format .row:nth-child(1){animation-delay:.05s}.table-format .row:nth-child(2){animation-delay:.1s}.table-format .row:nth-child(3){animation-delay:.15s}.table-format .row:nth-child(4){animation-delay:.2s}.table-format .row:nth-child(5){animation-delay:.25s}.table-format .row:nth-child(6){animation-delay:.3s}.table-format .row:nth-child(7){animation-delay:.35s}.table-format .row:nth-child(8){animation-delay:.4s}.table-format .row:nth-child(9){animation-delay:.45s}.table-format .row:nth-child(10){animation-delay:.5s}.table-format .row:nth-child(11){animation-delay:.55s}.table-format .row:nth-child(12){animation-delay:.6s}.table-format .row:nth-child(13){animation-delay:.65s}.table-format .row:nth-child(14){animation-delay:.7s}.table-format .row:nth-child(15){animation-delay:.75s}.table-format .row:nth-child(16){animation-delay:.8s}.table-format .row:nth-child(17){animation-delay:.85s}.table-format .row:nth-child(18){animation-delay:.9s}.table-format .row:nth-child(19){animation-delay:.95s}.table-format .row:nth-child(20){animation-delay:1s}.table-format .row:nth-child(21){animation-delay:1.05s}.table-format .row:nth-child(22){animation-delay:1.1s}.table-format .row:nth-child(23){animation-delay:1.15s}.table-format .row:nth-child(24){animation-delay:1.2s}.table-format .row:nth-child(25){animation-delay:1.25s}.table-format .row:nth-child(26){animation-delay:1.3s}.table-format .row:nth-child(27){animation-delay:1.35s}.table-format .row:nth-child(28){animation-delay:1.4s}.table-format .row:nth-child(29){animation-delay:1.45s}.table-format .row:nth-child(30){animation-delay:1.5s}.table-format .row:nth-child(31){animation-delay:1.55s}.table-format .row:nth-child(32){animation-delay:1.6s}.table-format .row:nth-child(33){animation-delay:1.65s}.table-format .row:nth-child(34){animation-delay:1.7s}.table-format .row:nth-child(35){animation-delay:1.75s}.table-format .row:nth-child(36){animation-delay:1.8s}.table-format .row:nth-child(37){animation-delay:1.85s}.table-format .row:nth-child(38){animation-delay:1.9s}.table-format .row:nth-child(39){animation-delay:1.95s}.table-format .row:nth-child(40){animation-delay:2s}.table-format .row:nth-child(41){animation-delay:2.05s}.table-format .row:nth-child(42){animation-delay:2.1s}.table-format .row:nth-child(43){animation-delay:2.15s}.table-format .row:nth-child(44){animation-delay:2.2s}.table-format .row:nth-child(45){animation-delay:2.25s}.table-format .row:nth-child(46){animation-delay:2.3s}.table-format .row:nth-child(47){animation-delay:2.35s}.table-format .row:nth-child(48){animation-delay:2.4s}.table-format .row:nth-child(49){animation-delay:2.45s}.table-format .row:nth-child(50){animation-delay:2.5s}.table-format .row:nth-child(51){animation-delay:2.55s}.table-format .row:nth-child(52){animation-delay:2.6s}.table-format .row:nth-child(53){animation-delay:2.65s}.table-format .row:nth-child(54){animation-delay:2.7s}.table-format .row:nth-child(55){animation-delay:2.75s}.table-format .row:nth-child(56){animation-delay:2.8s}.table-format .row:nth-child(57){animation-delay:2.85s}.table-format .row:nth-child(58){animation-delay:2.9s}.table-format .row:nth-child(59){animation-delay:2.95s}.table-format .row:nth-child(60){animation-delay:3s}.table-format .row:nth-child(61){animation-delay:3.05s}.table-format .row:nth-child(62){animation-delay:3.1s}.table-format .row:nth-child(63){animation-delay:3.15s}.table-format .row:nth-child(64){animation-delay:3.2s}.table-format .row:nth-child(65){animation-delay:3.25s}.table-format .row:nth-child(66){animation-delay:3.3s}.table-format .row:nth-child(67){animation-delay:3.35s}.table-format .row:nth-child(68){animation-delay:3.4s}.table-format .row:nth-child(69){animation-delay:3.45s}.table-format .row:nth-child(70){animation-delay:3.5s}.table-format .row:nth-child(71){animation-delay:3.55s}.table-format .row:nth-child(72){animation-delay:3.6s}.table-format .row:nth-child(73){animation-delay:3.65s}.table-format .row:nth-child(74){animation-delay:3.7s}.table-format .row:nth-child(75){animation-delay:3.75s}.table-format .row:nth-child(76){animation-delay:3.8s}.table-format .row:nth-child(77){animation-delay:3.85s}.table-format .row:nth-child(78){animation-delay:3.9s}.table-format .row:nth-child(79){animation-delay:3.95s}.table-format .row:nth-child(80){animation-delay:4s}.table-format .row:nth-child(81){animation-delay:4.05s}.table-format .row:nth-child(82){animation-delay:4.1s}.table-format .row:nth-child(83){animation-delay:4.15s}.table-format .row:nth-child(84){animation-delay:4.2s}.table-format .row:nth-child(85){animation-delay:4.25s}.table-format .row:nth-child(86){animation-delay:4.3s}.table-format .row:nth-child(87){animation-delay:4.35s}.table-format .row:nth-child(88){animation-delay:4.4s}.table-format .row:nth-child(89){animation-delay:4.45s}.table-format .row:nth-child(90){animation-delay:4.5s}.table-format .row:nth-child(91){animation-delay:4.55s}.table-format .row:nth-child(92){animation-delay:4.6s}.table-format .row:nth-child(93){animation-delay:4.65s}.table-format .row:nth-child(94){animation-delay:4.7s}.table-format .row:nth-child(95){animation-delay:4.75s}.table-format .row:nth-child(96){animation-delay:4.8s}.table-format .row:nth-child(97){animation-delay:4.85s}.table-format .row:nth-child(98){animation-delay:4.9s}.table-format .row:nth-child(99){animation-delay:4.95s}.table-format .row:nth-child(100){animation-delay:5s}.table-format .row>div{padding:15px 0}.table-format .row:hover{background:rgba(0,0,0,.05)}.table-format .status-label{border-radius:100px;color:#fff;padding:3px;width:100%;font-weight:700;text-align:center}.table-format .status-label.active,.table-format .status-label.blue{background-color:#399bff}.table-format .status-label.inactive,.table-format .status-label.yellow{background-color:#f39c12}.table-format .status-label.green{background-color:#26a65b}.table-format .status-label.red{background-color:#ef4836}.table-format .status-label.gray{background-color:#aaa}@keyframes rowUp{from{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.template-field{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e5e5;flex-wrap:wrap}.template-field .item{width:calc(25% - 28px)}.template-field .item.full-width{width:100%}.template-field .item label{color:#777;font-weight:700}.template-field .item i.delete{color:#ef4836}.template-field .actions{justify-content:center;align-items:center;width:75px}.template-field .actions i{margin:0 5px !important}.template-field .actions .fa-plus,.template-field .actions .fa-caret-down,.template-field .actions .fa-caret-up{display:none}.template-field .actions .fa-plus.active,.template-field .actions .fa-caret-down.active,.template-field .actions .fa-caret-up.active{display:block}.template-field .actions .fa-caret-down,.template-field .actions .fa-caret-up{font-size:18px}.template-field .children{position:relative;width:calc(100% - 80px);padding-left:50px}.template-field .children:before{content:"";display:block;position:absolute;left:34px;height:calc(100% - 31px);border-left:1px solid #e5e5e5}.template-field .children .template-field{position:relative;border-bottom:0}.template-field .children .template-field:before{content:"";position:absolute;top:50px;left:-15px;display:block;width:15px;border:1px solid #e5e5e5;border-width:0 0 1px 1px}.template-field .children .template-field.dropdown{justify-content:flex-start}.template-field .children .template-field.dropdown .item{margin-right:10px}.template-field .children .template-field.dropdown .actions{justify-content:center}.template-field .children .template-field.dropdown .type,.template-field .children .template-field.dropdown .hint{display:none}.user-tile{border:1px solid #373737;margin:5px 0;width:100%;padding:15px;color:#000 !important;display:flex;justify-content:space-between}.user-tile:hover{background:#f7f7f7;text-decoration:none}.user-tile>div{width:calc(33.33% - 150px);font-size:18px;font-weight:300}.user-tile>div span:first-of-type{display:block;font-weight:700;font-size:12px}@media(max-width: 1300px){.user-tile>div span:last-of-type{font-size:12px}}.user-tile .stat-wrap{text-align:right}.user-tile .status{width:100px;display:inline-block;padding:5px;font-weight:700;font-size:12px;text-align:center}.user-tile .status.active{background:#26a65b;color:#fff}.user-tile .status.pending{background:#f39c12}.user-tile .status.rejected{background:#ef4836;color:#fff}.field.checkbox .checkbox-container{position:relative;padding-left:25px}.field.checkbox .checkbox-container.checked .title:before{background-color:#399bff;border-color:#399bff}.field.checkbox .checkbox-container input[type=checkbox]{position:absolute;left:0;border:0;width:15px;height:15px;box-shadow:none;opacity:0}.field.checkbox .checkbox-container .title{cursor:pointer;display:inline-block;padding:2px 0 0}.field.checkbox .checkbox-container .title:before{display:block;position:absolute;left:0;top:0;content:"";border:1px solid #bdc4c9;border-radius:3px;width:16px;height:16px}.field.checkbox .checkbox-container .title:after{position:absolute;left:3px;top:3px;font-family:"Font Awesome 5 Free";font-weight:900;content:"";font-size:11px;color:#fff}.field.code .container_editor_area{tab-size:4ch;max-height:400px;overflow:auto;margin:1.67em 0}.field.code .container__editor{font-size:12px;font-variant-ligatures:common-ligatures;background-color:#f7f7f7;border-radius:5px;min-height:250px}.field.code .container__editor textarea{outline:0}.field.code .button{display:inline-block;padding:0 6px;text-decoration:none;background:#000;color:#fff}.field.code .button:hover{background:linear-gradient(45deg, #E42B66, #E2433F)}.field.code .token.comment,.field.code .token.prolog,.field.code .token.doctype,.field.code .token.cdata{color:#90a4ae}.field.code .token.punctuation{color:#9e9e9e}.field.code .namespace{opacity:.7}.field.code .token.property,.field.code .token.tag,.field.code .token.boolean,.field.code .token.number,.field.code .token.constant,.field.code .token.symbol,.field.code .token.deleted{color:#e91e63}.field.code .token.selector,.field.code .token.attr-name,.field.code .token.string,.field.code .token.char,.field.code .token.builtin,.field.code .token.inserted{color:#4caf50}.field.code .token.operator,.field.code .token.entity,.field.code .token.url,.field.code .language-css .token.string,.field.code .style .token.string{color:#795548}.field.code .token.atrule,.field.code .token.attr-value,.field.code .token.keyword{color:#3f51b5}.field.code .token.function{color:#f44336}.field.code .token.regex,.field.code .token.important,.field.code .token.variable{color:#ff9800}.field.code .token.important,.field.code .token.bold{font-weight:bold}.field.code .token.italic{font-style:italic}.field.code .token.entity{cursor:help}.field.date input[type=date]{max-width:250px}.field.fieldset ul{list-style:none}.field.fieldset ul li{padding:3px 0 3px 20px;position:relative}.field.fieldset ul li:before{content:"";display:block;position:absolute;top:0;left:0;width:1px;height:100%;background:#e5e5e5}.field.fieldset ul li:after{content:"";display:block;position:absolute;top:calc(50% - 1px);left:0;width:15px;height:1px;background:#e5e5e5}.field.fieldset ul li:last-of-type:before{height:50%}.field.fieldset ul li .preview{border:1px solid rgba(0,0,0,0);padding:5px;position:relative;cursor:pointer;font-size:14px;display:flex;justify-content:flex-start;align-items:center}.field.fieldset ul li .preview .img{width:75px;height:75px;background-position:center center;background-size:contain;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:5px;display:flex;justify-content:center;align-items:center;margin-right:15px}.field.fieldset ul li .preview .img img{max-width:100%;max-height:100%}.field.fieldset ul li .preview:hover{border:1px solid #e5e5e5;background:#f7f7f7}.field.fieldset ul .edit-wrapper{background:rgba(0,0,0,.01);padding:10px;border:1px solid #e5e5e5;border-radius:5px;position:relative;display:none}.field.fieldset ul .edit .edit-wrapper{display:block}.field.fieldset ul .edit .preview{display:none}.field.fieldset .add-item{margin-top:30px}.field.fieldset .actions .btn{margin-right:10px}.field.fieldset .view-only-item{padding:10px;margin-right:30px}.field.fieldset .view-only-item .name{font-size:13px;font-weight:bold}.field.fieldset .view-only-item .value{font-size:17px;padding:0 8px;font-weight:300;min-height:20px}.field.fieldset .view-only-item .value p{margin:0}.field.fieldset.preview-all .preview{background:rgba(0,0,0,.01);border:1px solid #e5e5e5;padding:10px;border-radius:5px;align-items:flex-start}@media(max-width: 1450px){.field.fieldset.preview-all .preview{flex-wrap:wrap}}.field.file .file-contents{display:flex;justify-content:space-between}.field.file .file-contents .source-container{width:150px;height:150px;border:1px solid #bdc4c9;display:flex;justify-content:center;align-items:center;flex-direction:column;border-radius:3px}.field.file .file-contents .source-container i{font-size:70px;color:#bdc4c9}.field.file .file-contents .source-container span{padding-top:5px;display:block;font-weight:700;color:#bdc4c9}.field.file .file-contents .source-container a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.field.file .file-contents .source-container img{max-width:100%;max-height:100%}.field.file .file-contents input{width:calc(100% - 165px)}.field.file .dropzone{width:calc(100% - 165px);border:2px dashed #bdc4c9;border-radius:3px;display:flex;justify-content:center;align-items:center;color:#bdc4c9;cursor:pointer;transition:border .15s ease,background .15s ease,color .15s ease}.field.file .dropzone:hover{background-color:#f7f7f7}.field.file .dropzone.drag{color:#26a65b;border-color:#26a65b;background-color:#ecfcf1}.field.file .dropzone>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}.field.file .dropzone>div p{display:block;text-align:center;width:100%;margin-bottom:5px}.field.file .dropzone>div .reject-message{color:#ef4836}.field.file .file-meta{width:calc(100% - 165px)}.field.file .file-meta label{margin-top:25px;width:100%}.field.file .file-meta input,.field.file .file-meta .link{display:block;width:100%}.field.file .file-meta .btn{margin-top:19px}.field.image{min-height:150px}.field.image .drop{padding:30px;text-align:center;background-color:#f7f7f7;border:1px solid #e5e5e5}.field.image .drop input{background:#373737;width:200px;border:0}.field.image img{max-width:150px;max-height:150px}.field.image .contents{display:flex;align-items:center;position:relative}.field.image .contents .drag-enter{background:rgba(20,131,201,.8);position:absolute;z-index:1;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.field.image .contents .drag-enter.active{opacity:1;visibility:visible}.field.image .contents .image-container{width:250px}.field.image .contents .image-container .no-image{width:100px;height:100px;border:1px solid #373737;background:#ccc;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700}.field.image .contents .select-container{width:100%;height:34px;position:relative}.field.image .contents .select-container input{width:100%;height:100%}.field.image .contents .select-container .error{position:absolute;top:calc(100% + 5px);color:#ef4836;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.field.image .contents .select-container .error.active{opacity:1;visibility:visible}.field.image .contents .select-container .progress{height:100%;background:rgba(20,131,201,.8);position:absolute;top:0;left:0;transition:width 1s ease}.field.link .field-contents{display:flex;align-items:center;justify-content:flex-start}.field.link .field-contents input,.field.link .field-contents .dropdown-widget,.field.link .field-contents .pages-autocomplete{width:calc(33.33% - 10px);margin-right:10px}.field.video .contents{display:flex;align-items:center;justify-content:space-between;position:relative}.field.video .contents .image-container{height:100px;position:relative}.field.video .contents .image-container img{max-height:100%}.field.video .contents .image-container .no-image{width:100px;height:100px;border:1px solid #373737;background:#ccc;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700}.field.video .title-container{width:calc(100% - 100px);position:relative}.field.video .title-container .title{font-weight:700}.field.video .title-container .change{position:absolute;right:0;top:0;width:15px;height:15px;cursor:pointer}.field.video .title-container .change:before,.field.video .title-container .change:after{display:block;width:100%;height:2px;background:#000;content:"";position:absolute;top:6px}.field.video .title-container .change:before{transform:rotate(45deg)}.field.video .title-container .change:after{transform:rotate(-45deg)}.field.video .shows-autocomplete{width:calc(100% - 100px)}.shows-autocomplete{position:relative}.shows-autocomplete .results{position:absolute;bottom:30px;width:100%;background:#fff;z-index:5;border:1px solid #ececec;color:#000}.shows-autocomplete .results li{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #ececec;cursor:pointer}.shows-autocomplete .results li:hover{background:#ececec}.shows-autocomplete .results li:last-of-type{border-bottom:none}.shows-autocomplete .results li img{height:70px}.shows-autocomplete .results li span{width:calc(100% - 60px)}.shows-autocomplete .results li:before,.shows-autocomplete .results li:after{display:none !important}.shows-autocomplete .no-results{text-align:center}.shows-autocomplete.results-below .results{top:30px;bottom:auto;color:#000}.shows-images-widget.active .overlay{visibility:visible;opacity:1}.shows-images-widget .toggle-button{margin-top:10px;background:#399bff;color:#fff;display:inline-block;padding:5px;cursor:pointer;font-size:10px;transition:opacity .15s ease}.shows-images-widget .toggle-button:hover{opacity:.7}.shows-images-widget .overlay{background:rgba(0,0,0,.7);position:fixed;top:0;left:0;width:100%;height:100%;padding:100px;z-index:2;visibility:hidden;opacity:0;transition:opacity .3s ease,visibiltiy .3s ease}.shows-images-widget .overlay .widget-contents{position:relative;background:#fff;width:100%;height:100%;padding:30px}.shows-images-widget .overlay .widget-contents .close{width:25px;height:25px;position:absolute;top:-30px;right:-30px;cursor:pointer}.shows-images-widget .overlay .widget-contents .close:before,.shows-images-widget .overlay .widget-contents .close:after{display:block;content:"";width:100%;height:1px;background:#fff;position:absolute;top:12px}.shows-images-widget .overlay .widget-contents .close:before{transform:rotate(45deg)}.shows-images-widget .overlay .widget-contents .close:after{transform:rotate(-45deg)}.shows-images-widget .search{position:relative}.shows-images-widget .search form{display:flex;align-items:flex-end;justify-content:space-between;width:100%;border-bottom:1px solid #e5e5e5;padding-bottom:30px;margin-bottom:30px}.shows-images-widget .search form .field{width:calc(100% - 120px);padding-bottom:0}.shows-images-widget .search form .field input{width:100%}.shows-images-widget .search form button{width:100px;background:#399bff;border:1px solid #399bff;color:#fff;transition:background .3s ease,color .3s ease;font-weight:700;height:28px;cursor:pointer}.shows-images-widget .search form button:hover{background:rgba(0,0,0,0);color:#399bff}.shows-images-widget .search .show-list{display:flex;justify-content:space-between;flex-wrap:wrap;overflow-y:scroll;width:100%;height:calc(100vh - 365px)}.shows-images-widget .search .show-list .show-tile{cursor:pointer}.shows-images-widget .search .show-list .no-results{text-align:center;width:100%}.shows-images-widget .images{position:relative}.shows-images-widget .images .header{height:75px;border-bottom:1px solid #e5e5e5;margin-bottom:30px;width:100%}.shows-images-widget .images .header .back{color:#399bff;cursor:pointer}.shows-images-widget .images .header .back:hover{text-decoration:underline}.shows-images-widget .images .header .title{margin-top:10px;font-weight:700;font-size:24px}.shows-images-widget .images .images-list{display:flex;justify-content:space-between;flex-wrap:wrap;overflow-y:scroll;width:100%;height:calc(100vh - 365px)}.shows-images-widget .images .images-list .no-results{text-align:center;width:100%}.shows-images-widget .images .images-list .image-tile{width:33.33%;padding:25px;text-align:center}.shows-images-widget .images .images-list .image-tile:hover{background:#e0e0e0}.shows-images-widget .images .images-list .image-tile:hover .select{opacity:1;visibility:visible}.shows-images-widget .images .images-list .image-tile img{max-width:100%;max-height:100%;margin-bottom:10px}.shows-images-widget .images .images-list .image-tile .dimensions{margin-bottom:10px}.shows-images-widget .images .images-list .image-tile .select{color:#fff;padding:5px 10px;background:#399bff;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;cursor:pointer}.field.hidden{display:none}.field.textarea .ql-toolbar.ql-snow,.field.textarea .ql-container{border-color:#bdc4c9}.field.textarea .ql-toolbar{border-radius:3px 3px 0 0}.field.textarea .ql-container{border-radius:0 0 3px 3px}.field.textarea .ql-editor{background-color:#fff !important;min-height:100px;max-height:500px}.field.textarea .ql-editor p{padding-bottom:15px}.field.textarea .ql-editor ul,.field.textarea .ql-editor ol{padding-left:0}.field.textarea .ql-editor li{padding-bottom:5px}.field.textarea .ql-editor h1,.field.textarea .ql-editor h2{color:#555}.field.time input[type=time]{max-width:250px}.field.view-fieldset ul{list-style:none}.field.view-fieldset ul li{padding:3px 0 3px 20px;position:relative}.field.view-fieldset ul li:before{content:"";display:block;position:absolute;top:0;left:0;width:1px;height:100%;background:#e5e5e5}.field.view-fieldset ul li:after{content:"";display:block;position:absolute;top:calc(50% - 1px);left:0;width:15px;height:1px;background:#e5e5e5}.field.view-fieldset ul li:last-of-type:before{height:50%}.field.view-fieldset ul li .preview{border:1px solid rgba(0,0,0,0);padding:5px;position:relative;cursor:pointer;font-size:14px;display:flex;justify-content:flex-start;align-items:center}.field.view-fieldset ul li .preview .img{width:75px;height:75px;background-position:center center;background-size:contain;background-repeat:no-repeat;border:1px solid #e5e5e5;border-radius:5px;display:flex;justify-content:center;align-items:center;margin-right:15px}.field.view-fieldset ul li .preview .img img{max-width:100%;max-height:100%}.field.view-fieldset ul li .preview:hover{border:1px solid #e5e5e5;background:#f7f7f7}.field.view-fieldset ul .view-wrapper{background:rgba(0,0,0,.01);border:1px solid #e5e5e5;padding:10px;border-radius:5px;position:relative;display:none}@media(max-width: 1450px){.field.view-fieldset ul .view-wrapper{flex-wrap:wrap}}.field.view-fieldset ul .view .view-wrapper{display:flex}.field.view-fieldset ul .view .preview{display:none}.field.view-fieldset .view-only-item{padding:10px;margin-right:30px}.field.view-fieldset .view-only-item .name{font-size:13px;font-weight:bold}.field.view-fieldset .view-only-item .value{font-size:17px;padding:0 8px;font-weight:300;min-height:20px}.field.view-fieldset .view-only-item .value p{margin:0}
