/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
  /*line-height: 1;*/
}

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main, .block-editor-block-list__block {
  /* Vertical rhythm */
  /* ============================================ */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics */
  /* ============================================ */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content */
  /* ============================================ */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms */
  /* ============================================ */
  /**
   * Reset form fields to make them styleable
   */
  /*
  button,
  input:not([type="radio"]):not([type="checkbox"]),
  optgroup,
  select,
  textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
  }
  */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Remove arrow in IE10 & IE11
   */
  /**
   * Remove padding
   */
  /**
   * Reset to invisible
   */
  /**
   * 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.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * Remove margin, padding & outline.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /**
   * Clickable labels
   */
  /* Interactive */
  /* ============================================ */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /*
   * Remove outline for editable content.
   */
  /* Table */
  /* ============================================ */
  /* Misc */
  /* ============================================ */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
}
main p,
main table,
main blockquote,
main address,
main pre,
main iframe,
main form,
main figure,
main dl, .block-editor-block-list__block p,
.block-editor-block-list__block table,
.block-editor-block-list__block blockquote,
.block-editor-block-list__block address,
.block-editor-block-list__block pre,
.block-editor-block-list__block iframe,
.block-editor-block-list__block form,
.block-editor-block-list__block figure,
.block-editor-block-list__block dl {
  margin: 0;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6, .block-editor-block-list__block h1,
.block-editor-block-list__block h2,
.block-editor-block-list__block h3,
.block-editor-block-list__block h4,
.block-editor-block-list__block h5,
.block-editor-block-list__block h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
main ul,
main ol, .block-editor-block-list__block ul,
.block-editor-block-list__block ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
main dt, .block-editor-block-list__block dt {
  font-weight: bold;
}
main dd, .block-editor-block-list__block dd {
  margin-left: 0;
}
main hr, .block-editor-block-list__block hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
main pre, .block-editor-block-list__block pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
main address, .block-editor-block-list__block address {
  font-style: inherit;
}
main a, .block-editor-block-list__block a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
main abbr[title], .block-editor-block-list__block abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
main b,
main strong, .block-editor-block-list__block b,
.block-editor-block-list__block strong {
  font-weight: bolder;
}
main code,
main kbd,
main samp, .block-editor-block-list__block code,
.block-editor-block-list__block kbd,
.block-editor-block-list__block samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
main small, .block-editor-block-list__block small {
  font-size: 80%;
}
main sub,
main sup, .block-editor-block-list__block sub,
.block-editor-block-list__block sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
main sub, .block-editor-block-list__block sub {
  bottom: -0.25em;
}
main sup, .block-editor-block-list__block sup {
  top: -0.5em;
}
main img, .block-editor-block-list__block img {
  border-style: none;
  vertical-align: bottom;
}
main embed,
main object,
main iframe, .block-editor-block-list__block embed,
.block-editor-block-list__block object,
.block-editor-block-list__block iframe {
  border: 0;
  vertical-align: bottom;
}
main button,
main input, .block-editor-block-list__block button,
.block-editor-block-list__block input {
  /* 1 */
  overflow: visible;
}
main button,
main select, .block-editor-block-list__block button,
.block-editor-block-list__block select {
  /* 1 */
  text-transform: none;
}
main button,
main [type=button],
main [type=reset],
main [type=submit], .block-editor-block-list__block button,
.block-editor-block-list__block [type=button],
.block-editor-block-list__block [type=reset],
.block-editor-block-list__block [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
main button[disabled],
main [type=button][disabled],
main [type=reset][disabled],
main [type=submit][disabled], .block-editor-block-list__block button[disabled],
.block-editor-block-list__block [type=button][disabled],
.block-editor-block-list__block [type=reset][disabled],
.block-editor-block-list__block [type=submit][disabled] {
  cursor: default;
}
main button::-moz-focus-inner,
main [type=button]::-moz-focus-inner,
main [type=reset]::-moz-focus-inner,
main [type=submit]::-moz-focus-inner, .block-editor-block-list__block button::-moz-focus-inner,
.block-editor-block-list__block [type=button]::-moz-focus-inner,
.block-editor-block-list__block [type=reset]::-moz-focus-inner,
.block-editor-block-list__block [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
main button:-moz-focusring,
main [type=button]:-moz-focusring,
main [type=reset]:-moz-focusring,
main [type=submit]:-moz-focusring, .block-editor-block-list__block button:-moz-focusring,
.block-editor-block-list__block [type=button]:-moz-focusring,
.block-editor-block-list__block [type=reset]:-moz-focusring,
.block-editor-block-list__block [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
main select::-ms-expand, .block-editor-block-list__block select::-ms-expand {
  display: none;
}
main option, .block-editor-block-list__block option {
  padding: 0;
}
main fieldset, .block-editor-block-list__block fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
main legend, .block-editor-block-list__block legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
main progress, .block-editor-block-list__block progress {
  vertical-align: baseline;
}
main textarea, .block-editor-block-list__block textarea {
  overflow: auto;
}
main [type=checkbox],
main [type=radio], .block-editor-block-list__block [type=checkbox],
.block-editor-block-list__block [type=radio] {
  padding: 0;
  margin: 0;
  outline: 0;
}
main [type=number]::-webkit-inner-spin-button,
main [type=number]::-webkit-outer-spin-button, .block-editor-block-list__block [type=number]::-webkit-inner-spin-button,
.block-editor-block-list__block [type=number]::-webkit-outer-spin-button {
  height: auto;
}
main [type=search], .block-editor-block-list__block [type=search] {
  outline-offset: -2px; /* 1 */
}
main [type=search]::-webkit-search-decoration, .block-editor-block-list__block [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main ::-webkit-file-upload-button, .block-editor-block-list__block ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
main label[for], .block-editor-block-list__block label[for] {
  cursor: pointer;
}
main details, .block-editor-block-list__block details {
  display: block;
}
main summary, .block-editor-block-list__block summary {
  display: list-item;
}
main [contenteditable], .block-editor-block-list__block [contenteditable] {
  outline: none;
}
main table, .block-editor-block-list__block table {
  border-collapse: collapse;
  border-spacing: 0;
}
main caption, .block-editor-block-list__block caption {
  text-align: left;
}
main td,
main th, .block-editor-block-list__block td,
.block-editor-block-list__block th {
  vertical-align: top;
  padding: 0;
}
main th, .block-editor-block-list__block th {
  text-align: left;
  font-weight: bold;
}
main template, .block-editor-block-list__block template {
  display: none;
}
main [hidden], .block-editor-block-list__block [hidden] {
  display: none;
}/*# sourceMappingURL=reset.css.map */