@charset "UTF-8";
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 *= require trix
*/
/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/*! 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;
}

trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: rgb(0, 0, 0);
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  overflow-wrap: break-word;
  word-break: break-word;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content img {
  max-width: 100%;
  height: auto;
}

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " •";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.card, .table {
  border-radius: 12px;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  padding: 20px;
  background: #fff;
}

.flash-alerts {
  width: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
}

.flash {
  width: 100%;
  pointer-events: none;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 100001;
  padding: 0 16px;
}
.flash.active {
  top: 4px;
  transition: all 230ms cubic-bezier(0.21, 1.02, 0.73, 1) 0s;
  transform: translateY(4px);
  justify-content: center;
}
.flash__content {
  pointer-events: initial;
  border-radius: 6px;
  width: fit-content;
  max-width: 350px;
  margin: 0 auto;
  padding: 8px 16px;
  background: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}
.flash__content i {
  cursor: pointer;
  margin-left: 8px;
}
.flash.success .flash__content {
  background: #c4df9b;
}
.flash.error .flash__content {
  color: #381e07;
  background: #f85e5e;
}

.field {
  margin-bottom: 16px;
}
.field--no-margin {
  margin-bottom: 0;
}

.fields {
  display: grid;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .fields--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .fields--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.field__label {
  display: block;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 400;
}

.field__label-desc {
  font-size: 1.4rem;
  font-weight: 400;
  color: #f9f9f9;
}

@keyframes field-error-animate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.field__error {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1.4rem;
  color: #f85e5e;
  white-space: pre-wrap;
  word-wrap: break-word;
  animation: field-error-animate 0.3s linear;
}

.field__input {
  border: 1px solid #dbd7d3;
  border-radius: 6px;
  width: 100%;
  outline: none;
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #381e07;
  background: #ffffff;
  transition: border-color ease-in 100ms;
}
.field__input:focus, .field__input:hover {
  border-color: #381e07;
}
.field__input--no-responsive {
  width: auto;
}
.field__input--date {
  padding: 8px 10px;
  -webkit-appearance: none;
}

.field__check {
  border: none;
  width: 100%;
  display: flex;
  outline: none;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #381e07;
  background: transparent;
}
.field__check label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.field__check label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Free";
  margin-right: 12px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #381e07;
}
.field__check input:checked + label::before {
  content: "\f14a";
  color: #381e07;
}
.field__check--circle label::before {
  content: "\f111";
  font-weight: 400;
  color: #484848;
}
.field__check--circle input:checked + label::before {
  content: "\f111";
  font-weight: 700;
  color: #484848;
}

.field__rich-text {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  font-size: 1.6rem;
}
.field__rich-text:focus {
  border: 1px solid #86c442;
}
.field__rich-text--responsive {
  width: 100%;
}

.field__select {
  border: 1px solid #dbd7d3;
  border-radius: 6px;
  appearance: none;
  outline: none;
  padding: 8px 10px;
  font-size: 1.4rem;
  color: #381e07;
  background: #ffffff url("angle-down-solid.svg") right no-repeat;
  background-size: 16px;
  background-position-y: 8px;
  background-position-x: 98%;
  transition: border-color ease-in 100ms;
}
.field__select:focus, .field__select:hover {
  border-color: #381e07;
}
.field__select--responsive {
  width: 100%;
}

.btn {
  border: 2px solid transparent;
  border-radius: 10px;
  width: fit-content;
  display: block;
  outline: none;
  cursor: pointer;
  outline: none;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 10px 20px;
  text-align: center;
}

.btn--s {
  padding: 4px 16px;
  font-size: 1.4rem;
}

.btn--l {
  padding: 18px 16px;
}

.btn--responsive {
  width: 100%;
}

.btn--primary {
  border-color: #fe9805;
  background: #fe9805;
  color: #ffffff;
}
.btn--primary:hover {
  border-color: #381e07;
  color: #ffffff;
  background: #381e07;
}
.btn--primary.btn--outline {
  border-color: #fe9805;
  background: #ffffff;
  color: #fe9805;
}
.btn--primary.btn--outline:hover {
  border-color: #381e07;
  color: #ffffff;
  background: #381e07;
}

.btn--secondary {
  border-color: #fe9805;
  background: #ffffff;
  color: #fe9805;
}
.btn--secondary:hover {
  border-color: #381e07;
  color: #ffffff;
  background: #381e07;
}

.btn--orange {
  border-color: #ff5733;
  background: #ff5733;
  color: #ff5733;
}
.btn--orange:hover {
  border-color: #ff5733;
  background: #ff5733;
  color: #ff5733;
  opacity: 0.8;
}

.filter {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 10px;
  color: #fe9805;
  background: #e7e7e7;
}
.filter span {
  margin-right: 8px;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .filter span {
    font-size: 1.4rem;
  }
}
.filter i {
  font-size: 1.2rem;
}
.filter img {
  margin-right: 8px;
  width: 16px;
}
@media (min-width: 576px) {
  .filter img {
    width: 24px;
  }
}

.pagination {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 1.6rem;
}
.pagination .page {
  border-radius: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #323232;
}
.pagination .page:not(.gap):hover, .pagination .page:not(.gap):focus {
  background: #eee6e2;
}
.pagination .page.active {
  padding: 4px 10px;
  background: #eee6e2;
}
.pagination .page a {
  display: block;
  padding: 4px 10px;
}

.iti__flag {
  background-image: url("flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("flags@2x.png");
  }
}

.iti.iti--allow-dropdown {
  width: 100%;
  max-width: 100%;
}

.table {
  overflow-x: auto;
  margin: 20px 0 0 0;
  padding: 0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1.4rem;
}
.table table th {
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
  font-weight: 400;
  color: #8898aa;
  background-color: #f6f9fc;
}
.table table th,
.table table td {
  padding: 10px 20px;
}
.table table tbody tr {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .table table tbody tr:nth-of-type(odd) {
    background: rgba(246, 249, 252, 0.6);
  }
}
.table table td:first-of-type {
  color: rgba(254, 152, 5, 0.8);
}
.reports__title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
}

.reports-form {
  margin: 20px 0 40px 0;
}

.reports-customs {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style: none;
}

.reports-customs-item {
  border: 1px solid #dcd8d5;
  display: block;
  padding: 20px;
  border-radius: 10px;
}
.reports-customs-item__name {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}
.reports-customs-item__name ion-icon {
  font-size: 1.6rem;
}
.reports-customs-item__desc {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.reports-customs-item__desc ion-icon {
  margin-right: 8px;
  font-size: 1.6rem;
  color: #dcd8d5;
}

.resource-documents {
  margin-top: 20px;
}

.resource-document {
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  display: grid;
  align-items: center;
  padding: 8px 0;
}
.resource-document--field {
  border-left: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resource-document--field .resource-document__name {
  padding-left: 34px;
}
.resource-document--field .field {
  margin-bottom: 0;
}
.resource-document--field .field__input {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.resource-document:not(:first-of-type) {
  border-top: 1px solid #f9f9f9;
}
.resource-document__icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  background: rgb(112, 122, 148);
}
.resource-document__icon--active {
  background: #fe9805;
}
.resource-document__name {
  font-weight: 400;
  font-size: 1.4rem;
}
.resource-document__action label {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  background: rgb(9, 13, 63);
}
.resource-document__action--delete label {
  background: #fb6340;
}

.visually-hidden {
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -1px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.empty-state {
  padding: 20px;
  text-align: center;
}
.empty-state__text {
  font-size: 1.4rem;
}
.empty-state a {
  margin: 0 auto;
}

.form__divider {
  border: none;
  height: 1px;
  margin: 10px 0;
  background: #f0f0f0;
}

.form__title {
  display: block;
  padding: 4px 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.2rem;
  color: #8898aa;
}

.search-results-container {
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  width: calc(100% - 16px);
  position: absolute;
  top: 50px;
  left: 16px;
  z-index: 2000;
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 16px;
  background: #ffffff;
}
@media (min-width: 576px) {
  .search-results-container {
    width: 100%;
    left: auto;
    right: 0;
  }
}
.search-results__heading {
  margin: 0;
  padding: 10px 8px;
  font-weight: 700;
  font-size: 1.4rem;
}
.search-results__avatar {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.search-results__item {
  border-radius: 6px;
  width: 100%;
  padding: 6px 8px;
  color: #381e07;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.search-results__item:hover, .search-results__item:focus, .search-results__item.active {
  background: rgba(254, 152, 5, 0.2);
}
.search-results__item span {
  display: block;
}
.search-results__item .search-results__address {
  color: #ccc;
  font-size: 1.4rem;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.telegram-feed {
  margin-top: 100px;
  width: 100%;
}

.main {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  grid-template-columns: minmax(0, 100%);
  gap: 64px;
  display: grid;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .main {
    padding: 0 16px;
    grid-template-columns: 300px minmax(0, 100%);
  }
  .main--aside {
    grid-template-columns: 300px minmax(0, 100%) 300px;
  }
  .main--lean {
    grid-template-columns: minmax(0, 100%);
  }
}
.main-container {
  margin-top: 40px;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .main-container {
    margin-top: 64px;
    padding: 0 16px;
  }
}

.header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 16px 20px;
}
.header-container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  max-width: 1500px;
  grid-template-columns: 1fr;
  gap: 10px 20px;
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  .header-container {
    grid-template-columns: auto 1fr 2fr;
  }
}
.header__brand {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__brand--icon {
  display: block;
  cursor: pointer;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .header__brand--icon {
    display: none;
  }
}
.header__brand img {
  height: 32px;
}

.nav {
  display: none;
  align-items: center;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .nav {
    display: flex;
  }
}
.nav__item {
  margin-left: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: 32px;
  font-weight: 600;
  font-size: 1.4rem;
  color: #484848;
}
.nav__item--alt {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .nav__item--alt {
    display: none;
  }
}
.nav__item:hover, .nav__item:focus {
  color: #381e07;
  background: #ffe4bc;
}
.nav__item--cta {
  border-radius: 6px;
  margin-right: 0;
  color: #ffffff;
  background: #fe9805;
}
.nav__item.active {
  color: #fe9805;
}
.nav__item i {
  margin-left: 10px;
  font-size: 1.2rem;
}

.search {
  position: relative;
  display: flex;
  z-index: 1000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.search__input {
  border: none;
  border-radius: 6px 0 0 6px;
  outline: none;
  width: 100%;
  height: 32px;
  padding: 0 16px;
  line-height: 1.6rem;
  font-size: 1.6rem;
  color: #381e07;
  background: #fbfbfb;
}
@media (min-width: 768px) {
  .search__input {
    max-width: 400px;
  }
}
.search__btn {
  border-radius: 0 6px 6px 0;
  border: none;
  height: 32px;
  outline: none;
  padding: 0 16px;
  cursor: pointer;
  font-size: 1.6rem;
  color: #484848;
  background: #fbfbfb;
}
.search__btn:hover, .search__btn:focus {
  color: #fe9805;
  background: #ffe4bc;
}

.sidebar {
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  width: 100%;
  display: none;
  padding: 0 16px;
  margin-top: 40px 0 0;
  background: #fffcf8;
}
.sidebar--show {
  margin-top: -48px;
  padding: 20px 20px;
  display: block;
  position: absolute;
  z-index: 99999;
}
@media (min-width: 768px) {
  .sidebar {
    display: block;
  }
}
@media (min-width: 992px) {
  .sidebar {
    margin-top: 64px;
  }
}

.sidebar-menu {
  display: grid;
  gap: 10px;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.sidebar-menu__more {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fe9805;
}
.sidebar-menu__title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #484848;
}
.sidebar-menu__item {
  display: block;
  border-radius: 6px;
  margin: 0;
  padding: 6px;
  font-size: 1.4rem;
  font-weight: 400;
  word-break: break-word;
  color: #381e07;
  background: #fff7ec;
}
.sidebar-menu__item:hover {
  background: #ffe4bc;
}

.sidebar-offer {
  margin: 40px 0 20px 0;
}

.sidebar-offer__time {
  margin: 0;
  color: #9c9c9c;
}

.sidebar-offer__item {
  border-radius: 6px;
  padding: 8px;
  display: flex;
  background: #fff;
}

.sidebar-offer__info {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
}

.sidebar-offer__name {
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

.sidebar-offer__cta {
  margin-top: 36px;
  align-self: flex-end;
  font-size: 14px;
  color: #fe9805;
}

.sidebar-offer__discount {
  border-bottom-left-radius: 6px;
  padding: 2px 4px;
  position: absolute;
  margin-top: 68px;
  font-size: 12px;
  color: #fff;
  background: #c5312d;
}

.aside {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  grid-template-columns: 1fr 50px;
  gap: 20px;
  display: grid;
  padding: 20px 20px 0 20px;
  background: #ffffff;
}

.aside-menu {
  border-left: 1px solid #dbd7d3;
  width: 50px;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-menu__item {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #5e72e4;
}
.aside-menu__item i {
  font-size: 1.6rem;
}

.section-header {
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}
.section-header__back {
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  transition: background ease-out 100ms;
}
.section-header__back:focus, .section-header__back:hover {
  color: inherit;
  background: rgba(254, 152, 5, 0.2);
}
.section-header__back h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
}
.section-header__back i {
  font-size: 1.4rem;
  margin-right: 8px;
}

.section-header-actions {
  grid-template-columns: auto auto auto;
  gap: 10px;
  display: grid;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-header-actions__item {
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 1.4rem;
  transition: background ease-out 100ms;
}
.section-header-actions__item:focus, .section-header-actions__item:hover {
  color: inherit;
  background: rgba(254, 152, 5, 0.2);
}
.section-header-actions__item ion-icon {
  font-size: 1.4rem;
  margin-right: 4px;
}
.section-header-actions__item--cta {
  font-size: 4rem;
  line-height: 4rem;
}
.section-header-actions__item--cta:focus, .section-header-actions__item--cta:hover {
  color: #fe9805;
  background: transparent;
}
.section-header-actions__item--cta ion-icon {
  font-size: 4rem;
}

.footer {
  margin-top: 64px;
  padding: 40px 50px;
  background: #fff;
  color: #000;
  grid-area: footer;
  box-shadow: 4px 0px 2px rgba(0, 0, 0, 0.2);
}

.footer__brand {
  width: 150px;
}

.footer-container {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  max-width: 1500px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list__title {
  padding: 10px 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fe9805;
}
.footer-list__item {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #484848;
}
.footer-list__item--socials {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-list__item--socials i {
  font-size: 2.4rem;
}
.footer-list__item:hover {
  color: #bababa;
}

.footer-copyright {
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.4rem;
}

.admin-section {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 64px;
  display: grid;
  align-items: flex-start;
  padding: 0 16px;
}
.admin-section-container {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .admin-section-container {
    margin-top: 64px;
  }
}

html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  box-sizing: border-box;
  font-size: 10px;
}

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

*:focus {
  outline: none;
}

body {
  height: 100%;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #381e07;
  background: #fefefe;
}
body.website {
  display: block;
  padding-left: 0;
}
body.modal-open {
  overflow-y: hidden;
}
body.search-open {
  overflow-y: hidden;
}
body.search-open .search {
  border-color: #1890f2;
}
body.search-open .search-overlay {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
a {
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: Poppins;
}

.offers-related {
  width: 100%;
  margin: 20px 0;
}

.offer-related {
  margin-top: 20px;
}

.offer-related-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.offer-related-info ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.offer-related-info li {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #b40000;
  list-style: none;
}

.offer-related-name {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
}

.offer-related-price {
  font-size: 14px;
}

.offer-related-price span {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #b40000;
}

.offer {
  gap: 20px;
  display: grid;
}
.offer__heading {
  font-weight: 600;
  font-size: 1.6rem;
  color: #484848;
}
.offer .offer-container {
  border-radius: 6px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.04);
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
  border: 1px solid #f1f1f1;
  margin: 40px 0 20px;
  padding: 16px;
}
@media (min-width: 992px) {
  .offer .offer-container {
    margin: 64px 0 20px;
  }
}
@media (min-width: 768px) {
  .offer .offer-container {
    grid-template-columns: auto 1fr;
  }
}
.offer .offer-preview {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer-preview__img {
  margin: 0 auto;
  width: 250px;
  height: 250px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .offer-preview__img {
    width: 130px;
    height: 130px;
  }
}
.offer-preview__time {
  margin-top: 20px;
  display: flex;
  justify-self: flex-end;
  align-items: center;
  font-size: 16px;
  color: #686868;
}
.offer .offer-time__expired {
  display: flex;
  justify-self: flex-end;
  align-items: center;
  color: #686868;
  font-size: 16px;
}
.offer .offer-time__icon {
  margin-right: 4px;
  font-size: 14px;
}
.offer__name {
  font-size: 1.6rem;
  font-weight: 500;
}
.offer .offer-detail {
  margin: 4px 0 0;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  color: #381e07;
}
.offer .offer-detail span {
  margin-left: 12px;
}
.offer .offer-price span {
  text-decoration: line-through;
}
.offer .offer-amazon {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.offer .offer-amazon span {
  font-weight: 800;
  color: #b40000;
}
.offer .offer-amazon--alt span {
  color: #989898;
}
.offer .offer-actions {
  margin: 20px 0 0;
  display: flex;
}
.offer .offer-actions__item {
  border-radius: 6px;
  border: 1px dashed #2d8f4e;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  color: green;
  cursor: pointer;
}
.offer .offer-actions__item input {
  border: none;
  padding: 0;
  width: 100%;
  cursor: pointer;
}
.offer .offer-actions__item .tooltip {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.offer .offer-actions__item--cta {
  border: 1px solid #cceda2;
  margin-right: 20px;
  font-weight: 700;
  color: #2d8f4e;
  background: #dbfcb0;
}
.offer .offer-actions__item--disabled {
  border-color: #d3d3d3;
  color: #989898;
  background: #eaeaea;
}
.offer .offer-warning {
  margin-top: 10px;
  font-size: 12px;
  color: #b8b8b8;
}
.offer .offer-footer {
  display: flex;
  flex-direction: row;
}

.offer-deal {
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff7070;
}
.offer-deal--alt {
  font-size: 1.4rem;
  font-weight: 700;
  background: #eaeaea;
  color: #989898;
}

.offers {
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .offers {
    grid-template-columns: repeat(2, 1fr);
  }
  .offers .pagination {
    grid-column: 1/2;
  }
}
@media (min-width: 1200px) {
  .offers {
    grid-template-columns: repeat(3, 1fr);
  }
  .offers .pagination {
    grid-column: 1/3;
  }
}

.offer-card {
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04);
  grid-template-columns: 80px 1fr;
  gap: 10px;
  display: grid;
  padding: 9px 7px;
  flex-direction: row;
  text-decoration: none;
  word-break: break-word;
}
@media (min-width: 768px) {
  .offer-card {
    grid-template-columns: 64px 1fr;
  }
}
.offer-card__img {
  border-radius: 6px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .offer-card__img {
    width: 64px;
    height: 64px;
  }
}
.offer-card-content {
  gap: 8px;
  display: grid;
  align-items: flex-start;
}
.offer-card__name {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #292929;
}

.offer-card-prices {
  display: flex;
  align-self: flex-end;
  flex-direction: row;
}
.offer-card-prices__old {
  margin-right: 10px;
  text-decoration: line-through;
  font-size: 1.8rem;
  font-weight: 400;
  color: #808080;
}
.offer-card-prices__new {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b40000;
}
.offer-card-prices__discount {
  border-radius: 6px;
  width: fit-content;
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ff7070;
  margin-left: 10px;
}

.auth {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 20px;
}
.auth__title {
  font-size: 2.4rem;
  color: #484848;
}

.auth-shared-actions {
  margin-top: 32px;
  font-size: 1.4rem;
}

.privacy-policies {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
  max-width: 1200px;
}
.privacy-policies h1 {
  margin: 10px 0;
}
.privacy-policies-list {
  font-size: 1.6rem;
  font-weight: 500;
}
.privacy-policies-list li {
  margin-top: 10px;
}

.change .hamburger-bar:nth-of-type(1) {
  transform: translate(0, 7px) rotate(-45deg);
}

.change .hamburger-bar:nth-of-type(2) {
  opacity: 0;
}

.change .hamburger-bar:nth-of-type(3) {
  transform: translate(0, -7px) rotate(45deg);
}

.hamburger-icon {
  display: inline-block;
}
@media (min-width: 768px) {
  .hamburger-icon {
    display: none;
  }
}

.hamburger-bar {
  width: 20px;
  height: 3px;
  background: #333;
  margin: 4px;
  transition: 0.4s;
}

.hero {
  border-radius: 10px;
  grid-template-columns: 100%;
  gap: 40px;
  width: 100%;
  display: grid;
}
@media (min-width: 992px) {
  .hero {
    grid-template-columns: 3fr 2fr;
  }
}
.hero-discover {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 400;
}
.hero-discover__title {
  max-width: 550px;
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.hero-discover__description {
  max-width: 550px;
  margin-bottom: 50px;
}
.hero-member {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  font-size: 1.8rem;
  color: #ffffff;
  background: #fb9001;
}
.hero-member__title {
  font-size: 2rem;
  line-height: 24px;
  font-weight: 700;
}
.hero-member__description {
  margin-top: 10px;
}
.hero-member__cta {
  border-radius: 6px;
  margin-top: 6px;
  padding: 4px 16px;
  display: inline-flex;
  align-self: flex-end;
  justify-self: flex-end;
  font-weight: 700;
  color: #000000;
  background: #ffffff;
}

.shortcuts {
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .shortcuts {
    grid-template-columns: repeat(2, 1fr);
  }
  .shortcuts .pagination {
    grid-column: 1/2;
  }
}
@media (min-width: 992px) {
  .shortcuts {
    grid-template-columns: repeat(4, 1fr);
  }
  .shortcuts .pagination {
    grid-column: 1/3;
  }
}
.shortcuts__item {
  border-radius: 10px;
  width: 100%;
  height: 100px;
  background: #f7f7f7;
}

.categories {
  margin-top: 20px;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  display: grid;
}

.category-card {
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #484848;
  background: #ffe4bc;
}
.category-card:hover, .category-card:focus {
  color: #ffffff;
  background: #fe9805;
}

.comments {
  gap: 20px;
  display: grid;
}

.comment {
  border-radius: 10px;
  gap: 10px;
  display: grid;
  padding: 22px 12px;
  font-size: 1.4rem;
  background: #fcfcfc;
}
.comment-header {
  gap: 20px;
  grid-template-columns: 1fr auto;
  display: grid;
}
.comment__user {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #343434;
}
.comment__date {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666666;
}

.comments-form {
  grid-template-columns: 1fr auto;
  gap: 20px;
  display: grid;
  align-items: flex-start;
}
