@charset "UTF-8";
*:not(iframe) {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: none;
  border-radius: 0; }
  *:not(iframe):focus {
    outline: 0; }

.h1 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  font-style: normal;
  text-transform: none;
  font-variant: none;
  margin-top: 1.5rem; }
  .h1:first-child {
    margin-top: 0; }
  @media (min-width: 1280px) {
    .h1 {
      font-size: 3.5rem;
      line-height: 4rem;
      margin-top: 2rem; } }

.h1-projeto {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: normal;
  text-transform: none;
  font-variant: none;
  margin-top: 3rem; }
  @media (min-width: 1280px) {
    .h1-projeto {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-top: 4.5rem; } }

.h2 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.1666666rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-variant: none; }
  @media (min-width: 800px) {
    .h2 {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media (min-width: 1280px) {
    .h2 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }

.h3 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
  font-variant: none;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .h3 {
      font-size: 1.5rem;
      letter-spacing: 1px;
      word-spacing: 1px;
      line-height: 2rem;
      margin-top: 2rem; } }

.h4 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .h4 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 2rem; } }

.h5 {
  font-family: 'brother-1816', sans-serif;
  font-size: 0.833333333rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .h5 {
      font-size: 1.3333333333rem;
      line-height: 1.5rem;
      margin-top: 1.5rem; } }

.h6 {
  font-family: 'brother-1816', sans-serif;
  font-size: .66666666rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  letter-spacing: 0;
  word-spacing: 0;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .h6 {
      font-size: .91666666666666rem; } }

.text-large {
  font-family: 'brother-1816', sans-serif;
  font-size: .91666666666666rem;
  line-height: 1.5rem;
  font-weight: 100; }
  @media (min-width: 1280px) {
    .text-large {
      font-size: 1.3333333333rem;
      line-height: 2rem;
      font-weight: 100; } }

.text-medium {
  font-size: 0.6666666666rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif; }
  @media (min-width: 1280px) {
    .text-medium {
      font-size: .91666666666666rem;
      line-height: 1.5rem; } }

.text-small {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif; }
  @media (min-width: 1280px) {
    .text-small {
      font-weight: 200; } }

.text-button {
  font-family: 'brother-1816', sans-serif;
  font-weight: 400;
  line-height: 1rem;
  font-size: 16px;
  letter-spacing: 1px;
  font-variant: all-small-caps;
  text-decoration: none;
  color: var(--cliente-primaria); }
  .text-button:hover {
    color: var(--cliente-secundaria); }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

@media (min-width: 600px) {
  .d-none-sm {
    display: none !important; }

  .d-block-sm {
    display: block !important; }

  .d-flex-sm {
    display: flex !important; } }
@media (min-width: 800px) {
  .d-none-md {
    display: none !important; }

  .d-block-md {
    display: block !important; }

  .d-flex-md {
    display: flex !important; } }
@media (min-width: 1280px) {
  .d-none-lg {
    display: none !important; }

  .d-block-lg {
    display: block !important; }

  .d-flex-lg {
    display: flex !important; } }
@media (min-width: 1920px) {
  .d-none-hg {
    display: none !important; }

  .d-block-hg {
    display: block !important; }

  .d-flex-hg {
    display: flex !important; } }
.button, .link {
  transition: color .1s linear; }
  .button .icon, .link .icon {
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
    margin-right: .125rem; }
    .button .icon path, .link .icon path {
      stroke-width: 2;
      stroke: var(--cliente-primaria);
      fill: none;
      transition: stroke .1s linear; }
  .button:hover, .link:hover {
    color: var(--cliente-secundaria); }
    .button:hover path, .link:hover path {
      stroke: var(--cliente-secundaria); }

.button-download {
  margin-top: 1.5rem; }
  .button-download:first-child {
    margin-top: 0; }
  .button-download a {
    font-family: 'brother-1816', sans-serif;
    font-weight: 400;
    line-height: 1rem;
    font-size: 16px;
    letter-spacing: 1px;
    font-variant: all-small-caps;
    text-decoration: none;
    color: var(--cliente-primaria); }
    .button-download a:hover {
      color: var(--cliente-secundaria); }

.wp-block[data-type="acf/button-download"] {
  margin-top: 1.5rem; }

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
  font-family: 'brother-1816', sans-serif;
  font-weight: 400;
  line-height: 1rem;
  font-size: 16px;
  letter-spacing: 1px;
  font-variant: all-small-caps;
  text-decoration: none;
  color: var(--cliente-primaria);
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  border: 1px solid var(--cliente-primaria);
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: 0;
  background-color: transparent; }
  .wp-core-ui .button:hover, .wp-core-ui .button-primary:hover, .wp-core-ui .button-secondary:hover {
    color: var(--cliente-secundaria); }

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
  background: transparent;
  border-color: var(--cliente-secundaria); }

.login form .forgetmenot label,
.login form .input,
.login input[type=text],
label,
input[type=text] {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif; }
  @media (min-width: 1280px) {
    .login form .forgetmenot label,
    .login form .input,
    .login input[type=text],
    label,
    input[type=text] {
      font-weight: 200; } }

.login label {
  display: block; }
  .login label input[type=text], .login label input[type=password] {
    display: block;
    margin-top: .5rem; }
.login input[type=password], .login input[type=password] {
  font-size: 0.6666666666rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif; }
  @media (min-width: 1280px) {
    .login input[type=password], .login input[type=password] {
      font-size: .91666666666666rem;
      line-height: 1.5rem; } }
.login form .input, .login input[type=text], .login input[type=password] {
  line-height: 1rem;
  padding: .25rem;
  margin: 0;
  margin-bottom: 1rem; }
.login #backtoblog, .login #nav {
  text-align: center; }
  .login #backtoblog a, .login #nav a {
    color: var(--cliente-primaria); }
    .login #backtoblog a:hover, .login #nav a:hover {
      color: var(--cliente-secundaria); }
.login #backtoblog {
  display: none; }
.login #login_error, .login .message, .login .success {
  font-size: 0.6666666666rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif;
  font-style: italic;
  border-left: 4px solid var(--cliente-secundaria);
  padding: 0;
  padding-left: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  background-color: transparent;
  box-shadow: none; }
  @media (min-width: 1280px) {
    .login #login_error, .login .message, .login .success {
      font-size: .91666666666666rem;
      line-height: 1.5rem; } }

html {
  font-size: 150%;
  font-weight: 400;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333333; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::selection {
  background-color: var(--cliente-secundaria); }

button, input[type="submit"] {
  cursor: pointer; }

table {
  font-variant-numeric: lining-nums; }

body {
  min-height: 100%; }

img {
  max-width: 100%; }

h1 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
  font-style: normal;
  text-transform: none;
  font-variant: none;
  margin-top: 1.5rem; }
  h1:first-child {
    margin-top: 0; }
  @media (min-width: 1280px) {
    h1 {
      font-size: 3.5rem;
      line-height: 4rem;
      margin-top: 2rem; } }

h2 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.1666666rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-variant: none; }
  @media (min-width: 800px) {
    h2 {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media (min-width: 1280px) {
    h2 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }

h3 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
  font-variant: none;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    h3 {
      font-size: 1.5rem;
      letter-spacing: 1px;
      word-spacing: 1px;
      line-height: 2rem;
      margin-top: 2rem; } }

h4 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    h4 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 2rem; } }

h5 {
  font-family: 'brother-1816', sans-serif;
  font-size: 0.833333333rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    h5 {
      font-size: 1.3333333333rem;
      line-height: 1.5rem;
      margin-top: 1.5rem; } }

h6 {
  font-family: 'brother-1816', sans-serif;
  font-size: .66666666rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  letter-spacing: 0;
  word-spacing: 0;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    h6 {
      font-size: .91666666666666rem; } }

a, input[type="submit"], button {
  font-family: 'brother-1816', sans-serif;
  font-weight: 400;
  line-height: 1rem;
  font-size: 16px;
  letter-spacing: 1px;
  font-variant: all-small-caps;
  text-decoration: none;
  color: var(--cliente-primaria); }
  a:hover, input[type="submit"]:hover, button:hover {
    color: var(--cliente-secundaria); }

input[type="submit"], button {
  text-align: center;
  border: 1px solid var(--cliente-primaria);
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-radius: 0; }

.list-pages li {
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #D8D8D8; }
  .list-pages li.current-menu-item a {
    font-weight: 700;
    color: var(--cliente-secundaria); }
  .list-pages li a {
    font-weight: 200;
    color: #646464;
    display: block; }
    .list-pages li a:hover {
      color: var(--cliente-secundaria); }

.menu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background-color: #F4F4F4;
  box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.1);
  z-index: 3;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  transition: height .25s ease; }
  @media (min-width: 600px) {
    .menu-main {
      height: 3rem; } }
  @media (max-width: 1279px) {
    .menu-main.aberto {
      height: 100%; }
      .menu-main.aberto .header #button-menu .linha-1 {
        transform: translateY(8px) rotate(45deg); }
      .menu-main.aberto .header #button-menu .linha-2 {
        transform: scaleX(0); }
      .menu-main.aberto .header #button-menu .linha-3 {
        transform: translateY(-8px) rotate(-45deg); } }
  @media (min-width: 800px) {
    .menu-main {
      width: 10rem;
      height: 100%;
      box-shadow: 0.125rem 0 0.25rem rgba(51, 51, 51, 0.1); } }
  @media (min-width: 1920px) {
    .menu-main {
      width: 15rem; } }
  .menu-main .header, .menu-main .list-pages, .menu-main .pacote, .menu-main .logout {
    padding: 0.75rem; }
    @media (min-width: 1920px) {
      .menu-main .header, .menu-main .list-pages, .menu-main .pacote, .menu-main .logout {
        padding: 2rem; } }
  .menu-main .header {
    background-color: #F4F4F4;
    border-bottom: 2px solid #D8D8D8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    .menu-main .header .logo {
      height: 1rem;
      width: auto; }
      @media (min-width: 800px) {
        .menu-main .header .logo {
          width: 100%; } }
      .menu-main .header .logo img {
        width: auto;
        height: 1rem;
        object-fit: contain;
        display: block; }
        @media (min-width: 800px) {
          .menu-main .header .logo img {
            width: 100%; } }
    .menu-main .header #button-menu {
      padding: 0;
      border: 0;
      width: 24px;
      height: 24px;
      position: relative; }
      @media (min-width: 800px) {
        .menu-main .header #button-menu {
          display: none; } }
      .menu-main .header #button-menu .linha-1 {
        top: 3px;
        transform: rotate(0) translateY(0); }
      .menu-main .header #button-menu .linha-2 {
        top: 11px;
        transform: scaleX(1); }
      .menu-main .header #button-menu .linha-3 {
        top: 19px;
        transform: rotate(0) translateY(0); }
      .menu-main .header #button-menu .linha {
        background-color: var(--cliente-primaria);
        display: block;
        position: absolute;
        border-radius: 0;
        height: 2px;
        transition: transform .15s ease-in-out;
        width: 24px; }
    @media (min-width: 600px) {
      .menu-main .header .logo, .menu-main .header .logo img {
        height: 1.5rem; } }
    @media (min-width: 800px) {
      .menu-main .header {
        padding: 1rem; }
        .menu-main .header .logo, .menu-main .header .logo img {
          height: 2rem; } }
    @media (min-width: 1920px) {
      .menu-main .header {
        padding: 2rem; }
        .menu-main .header .logo, .menu-main .header .logo img {
          height: 2.5rem; } }
  .menu-main .content-menu {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: auto;
    display: flex;
    flex-flow: column nowrap; }
    .menu-main .content-menu .pacote {
      padding-bottom: 0;
      flex-grow: 0;
      margin-top: calc(1.5rem + 1rem); }
      .menu-main .content-menu .pacote a {
        display: block;
        width: 100%;
        text-align: center;
        border: 1px solid var(--cliente-primaria);
        padding-top: .5rem;
        padding-bottom: .5rem; }
      @media (min-width: 600px) {
        .menu-main .content-menu .pacote {
          margin-top: calc(1.5rem + 1.5rem); } }
      @media (min-width: 800px) {
        .menu-main .content-menu .pacote {
          margin-top: calc(2rem + 2rem); } }
      @media (min-width: 1920px) {
        .menu-main .content-menu .pacote {
          margin-top: calc(4rem + 2.5rem); } }
    .menu-main .content-menu .list-pages {
      flex-grow: 0; }
      .menu-main .content-menu .list-pages:first-child {
        margin-top: calc(1.5rem + 1rem); }
        @media (min-width: 600px) {
          .menu-main .content-menu .list-pages:first-child {
            margin-top: calc(1.5rem + 1.5rem); } }
        @media (min-width: 800px) {
          .menu-main .content-menu .list-pages:first-child {
            margin-top: calc(2rem + 2rem); } }
        @media (min-width: 1920px) {
          .menu-main .content-menu .list-pages:first-child {
            margin-top: calc(4rem + 2.5rem); } }
    .menu-main .content-menu .logout {
      padding-top: 0;
      flex-grow: 1; }
      .menu-main .content-menu .logout a {
        color: #B2B2B2;
        font-variant: normal;
        letter-spacing: 0;
        font-weight: 200;
        font-style: italic; }
        .menu-main .content-menu .logout a:hover {
          color: var(--cliente-secundaria); }
    .menu-main .content-menu .footer {
      width: 100%;
      height: auto;
      background-color: #D8D8D8;
      bottom: 0;
      position: relative;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .menu-main .content-menu .footer .logo {
        height: auto;
        display: inline-block;
        margin: auto; }
        .menu-main .content-menu .footer .logo svg {
          height: 2rem;
          width: auto; }

@media (min-width: 800px) {
  .page {
    padding-left: 10rem; } }
@media (min-width: 1920px) {
  .page {
    padding-left: 15rem; } }

.edit-post-layout__content {
  padding-left: calc(0.5rem + 5%);
  padding-right: calc(0.5rem + 5%);
  background-color: #F4F4F4; }
  .edit-post-layout__content .editor-styles-wrapper {
    background-color: #fff; }

.edit-post-visual-editor .editor-block-list__block .editor-block-list__block-edit {
  margin-left: 0;
  margin-right: 0; }

.wrapper {
  overflow: hidden; }

.wrapper, .editor-styles-wrapper {
  padding-bottom: 2rem;
  padding-top: 0; }
  .wrapper .editor-post-title, .wrapper .title-main, .editor-styles-wrapper .editor-post-title, .editor-styles-wrapper .title-main {
    margin-top: 2.5rem; }
    @media (min-width: 600px) {
      .wrapper .editor-post-title, .wrapper .title-main, .editor-styles-wrapper .editor-post-title, .editor-styles-wrapper .title-main {
        margin-top: 3rem; } }
    @media (min-width: 800px) {
      .wrapper .editor-post-title, .wrapper .title-main, .editor-styles-wrapper .editor-post-title, .editor-styles-wrapper .title-main {
        margin-top: 0rem; } }
    @media (min-width: 1280px) {
      .wrapper .editor-post-title, .wrapper .title-main, .editor-styles-wrapper .editor-post-title, .editor-styles-wrapper .title-main {
        margin-top: 4.5rem; } }
    .wrapper .editor-post-title + *, .wrapper .title-main + *, .editor-styles-wrapper .editor-post-title + *, .editor-styles-wrapper .title-main + * {
      margin-top: 1.5rem; }
      @media (min-width: 1280px) {
        .wrapper .editor-post-title + *, .wrapper .title-main + *, .editor-styles-wrapper .editor-post-title + *, .editor-styles-wrapper .title-main + * {
          margin-top: 2rem; } }
  .wrapper .editor-block-list__layout, .editor-styles-wrapper .editor-block-list__layout {
    margin-top: 1.5rem; }
    @media (min-width: 1280px) {
      .wrapper .editor-block-list__layout, .editor-styles-wrapper .editor-block-list__layout {
        margin-top: 2rem; } }
  .wrapper .editor-post-title, .editor-styles-wrapper .editor-post-title {
    padding-left: 0;
    padding-right: 0; }
  .wrapper .row, .wrapper .editor-post-title, .wrapper .editor-block-list__layout, .editor-styles-wrapper .row, .editor-styles-wrapper .editor-post-title, .editor-styles-wrapper .editor-block-list__layout {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: flex;
    flex-flow: row wrap; }
    .wrapper .row .editor-post-title__block, .wrapper .editor-post-title .editor-post-title__block, .wrapper .editor-block-list__layout .editor-post-title__block, .editor-styles-wrapper .row .editor-post-title__block, .editor-styles-wrapper .editor-post-title .editor-post-title__block, .editor-styles-wrapper .editor-block-list__layout .editor-post-title__block {
      padding-top: 0;
      padding-bottom: 0; }
    .wrapper .row .editor-post-title__block .editor-post-title__input, .wrapper .row .title-main, .wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .wrapper .editor-post-title .title-main, .wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input, .wrapper .editor-block-list__layout .title-main, .editor-styles-wrapper .row .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .row .title-main, .editor-styles-wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-post-title .title-main, .editor-styles-wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-block-list__layout .title-main {
      font-family: 'brother-1816', sans-serif;
      font-size: 1.5rem;
      line-height: 2rem;
      font-style: normal;
      text-transform: none;
      font-variant: none;
      margin-top: 3rem;
      color: var(--cliente-secundaria);
      border: none;
      padding: 0; }
      @media (min-width: 1280px) {
        .wrapper .row .editor-post-title__block .editor-post-title__input, .wrapper .row .title-main, .wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .wrapper .editor-post-title .title-main, .wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input, .wrapper .editor-block-list__layout .title-main, .editor-styles-wrapper .row .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .row .title-main, .editor-styles-wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-post-title .title-main, .editor-styles-wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-block-list__layout .title-main {
          font-size: 2.5rem;
          line-height: 2.5rem;
          margin-top: 4.5rem; } }
    .wrapper .row .editor-post-title__block .editor-post-title__input, .wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .row .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-post-title .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .editor-block-list__layout .editor-post-title__block .editor-post-title__input {
      margin-top: 0; }
    .wrapper .row > *:not([class^=col]), .wrapper .editor-post-title > *:not([class^=col]), .wrapper .editor-block-list__layout > *:not([class^=col]), .editor-styles-wrapper .row > *:not([class^=col]), .editor-styles-wrapper .editor-post-title > *:not([class^=col]), .editor-styles-wrapper .editor-block-list__layout > *:not([class^=col]) {
      width: 83.3333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 8.3333333333%;
      margin-right: 8.3333333333%; }
      @media (min-width: 1280px) {
        .wrapper .row > *:not([class^=col]), .wrapper .editor-post-title > *:not([class^=col]), .wrapper .editor-block-list__layout > *:not([class^=col]), .editor-styles-wrapper .row > *:not([class^=col]), .editor-styles-wrapper .editor-post-title > *:not([class^=col]), .editor-styles-wrapper .editor-block-list__layout > *:not([class^=col]) {
          width: 66.6666666667%;
          margin-left: 16.6666666667%;
          margin-right: 16.6666666667%; } }
    .wrapper .row > .col-1, .wrapper .editor-post-title > .col-1, .wrapper .editor-block-list__layout > .col-1, .editor-styles-wrapper .row > .col-1, .editor-styles-wrapper .editor-post-title > .col-1, .editor-styles-wrapper .editor-block-list__layout > .col-1 {
      width: 4.1666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-2, .wrapper .editor-post-title > .col-2, .wrapper .editor-block-list__layout > .col-2, .editor-styles-wrapper .row > .col-2, .editor-styles-wrapper .editor-post-title > .col-2, .editor-styles-wrapper .editor-block-list__layout > .col-2 {
      width: 8.3333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-3, .wrapper .editor-post-title > .col-3, .wrapper .editor-block-list__layout > .col-3, .editor-styles-wrapper .row > .col-3, .editor-styles-wrapper .editor-post-title > .col-3, .editor-styles-wrapper .editor-block-list__layout > .col-3 {
      width: 12.5%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-4, .wrapper .editor-post-title > .col-4, .wrapper .editor-block-list__layout > .col-4, .editor-styles-wrapper .row > .col-4, .editor-styles-wrapper .editor-post-title > .col-4, .editor-styles-wrapper .editor-block-list__layout > .col-4 {
      width: 16.6666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-5, .wrapper .editor-post-title > .col-5, .wrapper .editor-block-list__layout > .col-5, .editor-styles-wrapper .row > .col-5, .editor-styles-wrapper .editor-post-title > .col-5, .editor-styles-wrapper .editor-block-list__layout > .col-5 {
      width: 20.8333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-6, .wrapper .editor-post-title > .col-6, .wrapper .editor-block-list__layout > .col-6, .editor-styles-wrapper .row > .col-6, .editor-styles-wrapper .editor-post-title > .col-6, .editor-styles-wrapper .editor-block-list__layout > .col-6 {
      width: 25%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-7, .wrapper .editor-post-title > .col-7, .wrapper .editor-block-list__layout > .col-7, .editor-styles-wrapper .row > .col-7, .editor-styles-wrapper .editor-post-title > .col-7, .editor-styles-wrapper .editor-block-list__layout > .col-7 {
      width: 29.1666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-8, .wrapper .editor-post-title > .col-8, .wrapper .editor-block-list__layout > .col-8, .editor-styles-wrapper .row > .col-8, .editor-styles-wrapper .editor-post-title > .col-8, .editor-styles-wrapper .editor-block-list__layout > .col-8 {
      width: 33.3333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-9, .wrapper .editor-post-title > .col-9, .wrapper .editor-block-list__layout > .col-9, .editor-styles-wrapper .row > .col-9, .editor-styles-wrapper .editor-post-title > .col-9, .editor-styles-wrapper .editor-block-list__layout > .col-9 {
      width: 37.5%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-10, .wrapper .editor-post-title > .col-10, .wrapper .editor-block-list__layout > .col-10, .editor-styles-wrapper .row > .col-10, .editor-styles-wrapper .editor-post-title > .col-10, .editor-styles-wrapper .editor-block-list__layout > .col-10 {
      width: 41.6666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-11, .wrapper .editor-post-title > .col-11, .wrapper .editor-block-list__layout > .col-11, .editor-styles-wrapper .row > .col-11, .editor-styles-wrapper .editor-post-title > .col-11, .editor-styles-wrapper .editor-block-list__layout > .col-11 {
      width: 45.8333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-12, .wrapper .editor-post-title > .col-12, .wrapper .editor-block-list__layout > .col-12, .editor-styles-wrapper .row > .col-12, .editor-styles-wrapper .editor-post-title > .col-12, .editor-styles-wrapper .editor-block-list__layout > .col-12 {
      width: 50%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-13, .wrapper .editor-post-title > .col-13, .wrapper .editor-block-list__layout > .col-13, .editor-styles-wrapper .row > .col-13, .editor-styles-wrapper .editor-post-title > .col-13, .editor-styles-wrapper .editor-block-list__layout > .col-13 {
      width: 54.1666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-14, .wrapper .editor-post-title > .col-14, .wrapper .editor-block-list__layout > .col-14, .editor-styles-wrapper .row > .col-14, .editor-styles-wrapper .editor-post-title > .col-14, .editor-styles-wrapper .editor-block-list__layout > .col-14 {
      width: 58.3333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-15, .wrapper .editor-post-title > .col-15, .wrapper .editor-block-list__layout > .col-15, .editor-styles-wrapper .row > .col-15, .editor-styles-wrapper .editor-post-title > .col-15, .editor-styles-wrapper .editor-block-list__layout > .col-15 {
      width: 62.5%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-16, .wrapper .editor-post-title > .col-16, .wrapper .editor-block-list__layout > .col-16, .editor-styles-wrapper .row > .col-16, .editor-styles-wrapper .editor-post-title > .col-16, .editor-styles-wrapper .editor-block-list__layout > .col-16 {
      width: 66.6666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-17, .wrapper .editor-post-title > .col-17, .wrapper .editor-block-list__layout > .col-17, .editor-styles-wrapper .row > .col-17, .editor-styles-wrapper .editor-post-title > .col-17, .editor-styles-wrapper .editor-block-list__layout > .col-17 {
      width: 70.8333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-18, .wrapper .editor-post-title > .col-18, .wrapper .editor-block-list__layout > .col-18, .editor-styles-wrapper .row > .col-18, .editor-styles-wrapper .editor-post-title > .col-18, .editor-styles-wrapper .editor-block-list__layout > .col-18 {
      width: 75%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-19, .wrapper .editor-post-title > .col-19, .wrapper .editor-block-list__layout > .col-19, .editor-styles-wrapper .row > .col-19, .editor-styles-wrapper .editor-post-title > .col-19, .editor-styles-wrapper .editor-block-list__layout > .col-19 {
      width: 79.1666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-20, .wrapper .editor-post-title > .col-20, .wrapper .editor-block-list__layout > .col-20, .editor-styles-wrapper .row > .col-20, .editor-styles-wrapper .editor-post-title > .col-20, .editor-styles-wrapper .editor-block-list__layout > .col-20 {
      width: 83.3333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-21, .wrapper .editor-post-title > .col-21, .wrapper .editor-block-list__layout > .col-21, .editor-styles-wrapper .row > .col-21, .editor-styles-wrapper .editor-post-title > .col-21, .editor-styles-wrapper .editor-block-list__layout > .col-21 {
      width: 87.5%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-22, .wrapper .editor-post-title > .col-22, .wrapper .editor-block-list__layout > .col-22, .editor-styles-wrapper .row > .col-22, .editor-styles-wrapper .editor-post-title > .col-22, .editor-styles-wrapper .editor-block-list__layout > .col-22 {
      width: 91.6666666667%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-23, .wrapper .editor-post-title > .col-23, .wrapper .editor-block-list__layout > .col-23, .editor-styles-wrapper .row > .col-23, .editor-styles-wrapper .editor-post-title > .col-23, .editor-styles-wrapper .editor-block-list__layout > .col-23 {
      width: 95.8333333333%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    .wrapper .row > .col-24, .wrapper .editor-post-title > .col-24, .wrapper .editor-block-list__layout > .col-24, .editor-styles-wrapper .row > .col-24, .editor-styles-wrapper .editor-post-title > .col-24, .editor-styles-wrapper .editor-block-list__layout > .col-24 {
      width: 100%;
      max-width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 600px) {
      .wrapper .row > .col-sm-1, .wrapper .editor-post-title > .col-sm-1, .wrapper .editor-block-list__layout > .col-sm-1, .editor-styles-wrapper .row > .col-sm-1, .editor-styles-wrapper .editor-post-title > .col-sm-1, .editor-styles-wrapper .editor-block-list__layout > .col-sm-1 {
        width: 4.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-2, .wrapper .editor-post-title > .col-sm-2, .wrapper .editor-block-list__layout > .col-sm-2, .editor-styles-wrapper .row > .col-sm-2, .editor-styles-wrapper .editor-post-title > .col-sm-2, .editor-styles-wrapper .editor-block-list__layout > .col-sm-2 {
        width: 8.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-3, .wrapper .editor-post-title > .col-sm-3, .wrapper .editor-block-list__layout > .col-sm-3, .editor-styles-wrapper .row > .col-sm-3, .editor-styles-wrapper .editor-post-title > .col-sm-3, .editor-styles-wrapper .editor-block-list__layout > .col-sm-3 {
        width: 12.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-4, .wrapper .editor-post-title > .col-sm-4, .wrapper .editor-block-list__layout > .col-sm-4, .editor-styles-wrapper .row > .col-sm-4, .editor-styles-wrapper .editor-post-title > .col-sm-4, .editor-styles-wrapper .editor-block-list__layout > .col-sm-4 {
        width: 16.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-5, .wrapper .editor-post-title > .col-sm-5, .wrapper .editor-block-list__layout > .col-sm-5, .editor-styles-wrapper .row > .col-sm-5, .editor-styles-wrapper .editor-post-title > .col-sm-5, .editor-styles-wrapper .editor-block-list__layout > .col-sm-5 {
        width: 20.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-6, .wrapper .editor-post-title > .col-sm-6, .wrapper .editor-block-list__layout > .col-sm-6, .editor-styles-wrapper .row > .col-sm-6, .editor-styles-wrapper .editor-post-title > .col-sm-6, .editor-styles-wrapper .editor-block-list__layout > .col-sm-6 {
        width: 25%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-7, .wrapper .editor-post-title > .col-sm-7, .wrapper .editor-block-list__layout > .col-sm-7, .editor-styles-wrapper .row > .col-sm-7, .editor-styles-wrapper .editor-post-title > .col-sm-7, .editor-styles-wrapper .editor-block-list__layout > .col-sm-7 {
        width: 29.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-8, .wrapper .editor-post-title > .col-sm-8, .wrapper .editor-block-list__layout > .col-sm-8, .editor-styles-wrapper .row > .col-sm-8, .editor-styles-wrapper .editor-post-title > .col-sm-8, .editor-styles-wrapper .editor-block-list__layout > .col-sm-8 {
        width: 33.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-9, .wrapper .editor-post-title > .col-sm-9, .wrapper .editor-block-list__layout > .col-sm-9, .editor-styles-wrapper .row > .col-sm-9, .editor-styles-wrapper .editor-post-title > .col-sm-9, .editor-styles-wrapper .editor-block-list__layout > .col-sm-9 {
        width: 37.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-10, .wrapper .editor-post-title > .col-sm-10, .wrapper .editor-block-list__layout > .col-sm-10, .editor-styles-wrapper .row > .col-sm-10, .editor-styles-wrapper .editor-post-title > .col-sm-10, .editor-styles-wrapper .editor-block-list__layout > .col-sm-10 {
        width: 41.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-11, .wrapper .editor-post-title > .col-sm-11, .wrapper .editor-block-list__layout > .col-sm-11, .editor-styles-wrapper .row > .col-sm-11, .editor-styles-wrapper .editor-post-title > .col-sm-11, .editor-styles-wrapper .editor-block-list__layout > .col-sm-11 {
        width: 45.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-12, .wrapper .editor-post-title > .col-sm-12, .wrapper .editor-block-list__layout > .col-sm-12, .editor-styles-wrapper .row > .col-sm-12, .editor-styles-wrapper .editor-post-title > .col-sm-12, .editor-styles-wrapper .editor-block-list__layout > .col-sm-12 {
        width: 50%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-13, .wrapper .editor-post-title > .col-sm-13, .wrapper .editor-block-list__layout > .col-sm-13, .editor-styles-wrapper .row > .col-sm-13, .editor-styles-wrapper .editor-post-title > .col-sm-13, .editor-styles-wrapper .editor-block-list__layout > .col-sm-13 {
        width: 54.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-14, .wrapper .editor-post-title > .col-sm-14, .wrapper .editor-block-list__layout > .col-sm-14, .editor-styles-wrapper .row > .col-sm-14, .editor-styles-wrapper .editor-post-title > .col-sm-14, .editor-styles-wrapper .editor-block-list__layout > .col-sm-14 {
        width: 58.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-15, .wrapper .editor-post-title > .col-sm-15, .wrapper .editor-block-list__layout > .col-sm-15, .editor-styles-wrapper .row > .col-sm-15, .editor-styles-wrapper .editor-post-title > .col-sm-15, .editor-styles-wrapper .editor-block-list__layout > .col-sm-15 {
        width: 62.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-16, .wrapper .editor-post-title > .col-sm-16, .wrapper .editor-block-list__layout > .col-sm-16, .editor-styles-wrapper .row > .col-sm-16, .editor-styles-wrapper .editor-post-title > .col-sm-16, .editor-styles-wrapper .editor-block-list__layout > .col-sm-16 {
        width: 66.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-17, .wrapper .editor-post-title > .col-sm-17, .wrapper .editor-block-list__layout > .col-sm-17, .editor-styles-wrapper .row > .col-sm-17, .editor-styles-wrapper .editor-post-title > .col-sm-17, .editor-styles-wrapper .editor-block-list__layout > .col-sm-17 {
        width: 70.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-18, .wrapper .editor-post-title > .col-sm-18, .wrapper .editor-block-list__layout > .col-sm-18, .editor-styles-wrapper .row > .col-sm-18, .editor-styles-wrapper .editor-post-title > .col-sm-18, .editor-styles-wrapper .editor-block-list__layout > .col-sm-18 {
        width: 75%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-19, .wrapper .editor-post-title > .col-sm-19, .wrapper .editor-block-list__layout > .col-sm-19, .editor-styles-wrapper .row > .col-sm-19, .editor-styles-wrapper .editor-post-title > .col-sm-19, .editor-styles-wrapper .editor-block-list__layout > .col-sm-19 {
        width: 79.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-20, .wrapper .editor-post-title > .col-sm-20, .wrapper .editor-block-list__layout > .col-sm-20, .editor-styles-wrapper .row > .col-sm-20, .editor-styles-wrapper .editor-post-title > .col-sm-20, .editor-styles-wrapper .editor-block-list__layout > .col-sm-20 {
        width: 83.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-21, .wrapper .editor-post-title > .col-sm-21, .wrapper .editor-block-list__layout > .col-sm-21, .editor-styles-wrapper .row > .col-sm-21, .editor-styles-wrapper .editor-post-title > .col-sm-21, .editor-styles-wrapper .editor-block-list__layout > .col-sm-21 {
        width: 87.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-22, .wrapper .editor-post-title > .col-sm-22, .wrapper .editor-block-list__layout > .col-sm-22, .editor-styles-wrapper .row > .col-sm-22, .editor-styles-wrapper .editor-post-title > .col-sm-22, .editor-styles-wrapper .editor-block-list__layout > .col-sm-22 {
        width: 91.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-23, .wrapper .editor-post-title > .col-sm-23, .wrapper .editor-block-list__layout > .col-sm-23, .editor-styles-wrapper .row > .col-sm-23, .editor-styles-wrapper .editor-post-title > .col-sm-23, .editor-styles-wrapper .editor-block-list__layout > .col-sm-23 {
        width: 95.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-sm-24, .wrapper .editor-post-title > .col-sm-24, .wrapper .editor-block-list__layout > .col-sm-24, .editor-styles-wrapper .row > .col-sm-24, .editor-styles-wrapper .editor-post-title > .col-sm-24, .editor-styles-wrapper .editor-block-list__layout > .col-sm-24 {
        width: 100%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 800px) {
      .wrapper .row > .col-md-1, .wrapper .editor-post-title > .col-md-1, .wrapper .editor-block-list__layout > .col-md-1, .editor-styles-wrapper .row > .col-md-1, .editor-styles-wrapper .editor-post-title > .col-md-1, .editor-styles-wrapper .editor-block-list__layout > .col-md-1 {
        width: 4.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-2, .wrapper .editor-post-title > .col-md-2, .wrapper .editor-block-list__layout > .col-md-2, .editor-styles-wrapper .row > .col-md-2, .editor-styles-wrapper .editor-post-title > .col-md-2, .editor-styles-wrapper .editor-block-list__layout > .col-md-2 {
        width: 8.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-3, .wrapper .editor-post-title > .col-md-3, .wrapper .editor-block-list__layout > .col-md-3, .editor-styles-wrapper .row > .col-md-3, .editor-styles-wrapper .editor-post-title > .col-md-3, .editor-styles-wrapper .editor-block-list__layout > .col-md-3 {
        width: 12.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-4, .wrapper .editor-post-title > .col-md-4, .wrapper .editor-block-list__layout > .col-md-4, .editor-styles-wrapper .row > .col-md-4, .editor-styles-wrapper .editor-post-title > .col-md-4, .editor-styles-wrapper .editor-block-list__layout > .col-md-4 {
        width: 16.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-5, .wrapper .editor-post-title > .col-md-5, .wrapper .editor-block-list__layout > .col-md-5, .editor-styles-wrapper .row > .col-md-5, .editor-styles-wrapper .editor-post-title > .col-md-5, .editor-styles-wrapper .editor-block-list__layout > .col-md-5 {
        width: 20.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-6, .wrapper .editor-post-title > .col-md-6, .wrapper .editor-block-list__layout > .col-md-6, .editor-styles-wrapper .row > .col-md-6, .editor-styles-wrapper .editor-post-title > .col-md-6, .editor-styles-wrapper .editor-block-list__layout > .col-md-6 {
        width: 25%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-7, .wrapper .editor-post-title > .col-md-7, .wrapper .editor-block-list__layout > .col-md-7, .editor-styles-wrapper .row > .col-md-7, .editor-styles-wrapper .editor-post-title > .col-md-7, .editor-styles-wrapper .editor-block-list__layout > .col-md-7 {
        width: 29.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-8, .wrapper .editor-post-title > .col-md-8, .wrapper .editor-block-list__layout > .col-md-8, .editor-styles-wrapper .row > .col-md-8, .editor-styles-wrapper .editor-post-title > .col-md-8, .editor-styles-wrapper .editor-block-list__layout > .col-md-8 {
        width: 33.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-9, .wrapper .editor-post-title > .col-md-9, .wrapper .editor-block-list__layout > .col-md-9, .editor-styles-wrapper .row > .col-md-9, .editor-styles-wrapper .editor-post-title > .col-md-9, .editor-styles-wrapper .editor-block-list__layout > .col-md-9 {
        width: 37.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-10, .wrapper .editor-post-title > .col-md-10, .wrapper .editor-block-list__layout > .col-md-10, .editor-styles-wrapper .row > .col-md-10, .editor-styles-wrapper .editor-post-title > .col-md-10, .editor-styles-wrapper .editor-block-list__layout > .col-md-10 {
        width: 41.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-11, .wrapper .editor-post-title > .col-md-11, .wrapper .editor-block-list__layout > .col-md-11, .editor-styles-wrapper .row > .col-md-11, .editor-styles-wrapper .editor-post-title > .col-md-11, .editor-styles-wrapper .editor-block-list__layout > .col-md-11 {
        width: 45.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-12, .wrapper .editor-post-title > .col-md-12, .wrapper .editor-block-list__layout > .col-md-12, .editor-styles-wrapper .row > .col-md-12, .editor-styles-wrapper .editor-post-title > .col-md-12, .editor-styles-wrapper .editor-block-list__layout > .col-md-12 {
        width: 50%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-13, .wrapper .editor-post-title > .col-md-13, .wrapper .editor-block-list__layout > .col-md-13, .editor-styles-wrapper .row > .col-md-13, .editor-styles-wrapper .editor-post-title > .col-md-13, .editor-styles-wrapper .editor-block-list__layout > .col-md-13 {
        width: 54.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-14, .wrapper .editor-post-title > .col-md-14, .wrapper .editor-block-list__layout > .col-md-14, .editor-styles-wrapper .row > .col-md-14, .editor-styles-wrapper .editor-post-title > .col-md-14, .editor-styles-wrapper .editor-block-list__layout > .col-md-14 {
        width: 58.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-15, .wrapper .editor-post-title > .col-md-15, .wrapper .editor-block-list__layout > .col-md-15, .editor-styles-wrapper .row > .col-md-15, .editor-styles-wrapper .editor-post-title > .col-md-15, .editor-styles-wrapper .editor-block-list__layout > .col-md-15 {
        width: 62.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-16, .wrapper .editor-post-title > .col-md-16, .wrapper .editor-block-list__layout > .col-md-16, .editor-styles-wrapper .row > .col-md-16, .editor-styles-wrapper .editor-post-title > .col-md-16, .editor-styles-wrapper .editor-block-list__layout > .col-md-16 {
        width: 66.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-17, .wrapper .editor-post-title > .col-md-17, .wrapper .editor-block-list__layout > .col-md-17, .editor-styles-wrapper .row > .col-md-17, .editor-styles-wrapper .editor-post-title > .col-md-17, .editor-styles-wrapper .editor-block-list__layout > .col-md-17 {
        width: 70.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-18, .wrapper .editor-post-title > .col-md-18, .wrapper .editor-block-list__layout > .col-md-18, .editor-styles-wrapper .row > .col-md-18, .editor-styles-wrapper .editor-post-title > .col-md-18, .editor-styles-wrapper .editor-block-list__layout > .col-md-18 {
        width: 75%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-19, .wrapper .editor-post-title > .col-md-19, .wrapper .editor-block-list__layout > .col-md-19, .editor-styles-wrapper .row > .col-md-19, .editor-styles-wrapper .editor-post-title > .col-md-19, .editor-styles-wrapper .editor-block-list__layout > .col-md-19 {
        width: 79.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-20, .wrapper .editor-post-title > .col-md-20, .wrapper .editor-block-list__layout > .col-md-20, .editor-styles-wrapper .row > .col-md-20, .editor-styles-wrapper .editor-post-title > .col-md-20, .editor-styles-wrapper .editor-block-list__layout > .col-md-20 {
        width: 83.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-21, .wrapper .editor-post-title > .col-md-21, .wrapper .editor-block-list__layout > .col-md-21, .editor-styles-wrapper .row > .col-md-21, .editor-styles-wrapper .editor-post-title > .col-md-21, .editor-styles-wrapper .editor-block-list__layout > .col-md-21 {
        width: 87.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-22, .wrapper .editor-post-title > .col-md-22, .wrapper .editor-block-list__layout > .col-md-22, .editor-styles-wrapper .row > .col-md-22, .editor-styles-wrapper .editor-post-title > .col-md-22, .editor-styles-wrapper .editor-block-list__layout > .col-md-22 {
        width: 91.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-23, .wrapper .editor-post-title > .col-md-23, .wrapper .editor-block-list__layout > .col-md-23, .editor-styles-wrapper .row > .col-md-23, .editor-styles-wrapper .editor-post-title > .col-md-23, .editor-styles-wrapper .editor-block-list__layout > .col-md-23 {
        width: 95.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-md-24, .wrapper .editor-post-title > .col-md-24, .wrapper .editor-block-list__layout > .col-md-24, .editor-styles-wrapper .row > .col-md-24, .editor-styles-wrapper .editor-post-title > .col-md-24, .editor-styles-wrapper .editor-block-list__layout > .col-md-24 {
        width: 100%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 1280px) {
      .wrapper .row > .col-lg-1, .wrapper .editor-post-title > .col-lg-1, .wrapper .editor-block-list__layout > .col-lg-1, .editor-styles-wrapper .row > .col-lg-1, .editor-styles-wrapper .editor-post-title > .col-lg-1, .editor-styles-wrapper .editor-block-list__layout > .col-lg-1 {
        width: 4.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-2, .wrapper .editor-post-title > .col-lg-2, .wrapper .editor-block-list__layout > .col-lg-2, .editor-styles-wrapper .row > .col-lg-2, .editor-styles-wrapper .editor-post-title > .col-lg-2, .editor-styles-wrapper .editor-block-list__layout > .col-lg-2 {
        width: 8.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-3, .wrapper .editor-post-title > .col-lg-3, .wrapper .editor-block-list__layout > .col-lg-3, .editor-styles-wrapper .row > .col-lg-3, .editor-styles-wrapper .editor-post-title > .col-lg-3, .editor-styles-wrapper .editor-block-list__layout > .col-lg-3 {
        width: 12.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-4, .wrapper .editor-post-title > .col-lg-4, .wrapper .editor-block-list__layout > .col-lg-4, .editor-styles-wrapper .row > .col-lg-4, .editor-styles-wrapper .editor-post-title > .col-lg-4, .editor-styles-wrapper .editor-block-list__layout > .col-lg-4 {
        width: 16.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-5, .wrapper .editor-post-title > .col-lg-5, .wrapper .editor-block-list__layout > .col-lg-5, .editor-styles-wrapper .row > .col-lg-5, .editor-styles-wrapper .editor-post-title > .col-lg-5, .editor-styles-wrapper .editor-block-list__layout > .col-lg-5 {
        width: 20.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-6, .wrapper .editor-post-title > .col-lg-6, .wrapper .editor-block-list__layout > .col-lg-6, .editor-styles-wrapper .row > .col-lg-6, .editor-styles-wrapper .editor-post-title > .col-lg-6, .editor-styles-wrapper .editor-block-list__layout > .col-lg-6 {
        width: 25%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-7, .wrapper .editor-post-title > .col-lg-7, .wrapper .editor-block-list__layout > .col-lg-7, .editor-styles-wrapper .row > .col-lg-7, .editor-styles-wrapper .editor-post-title > .col-lg-7, .editor-styles-wrapper .editor-block-list__layout > .col-lg-7 {
        width: 29.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-8, .wrapper .editor-post-title > .col-lg-8, .wrapper .editor-block-list__layout > .col-lg-8, .editor-styles-wrapper .row > .col-lg-8, .editor-styles-wrapper .editor-post-title > .col-lg-8, .editor-styles-wrapper .editor-block-list__layout > .col-lg-8 {
        width: 33.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-9, .wrapper .editor-post-title > .col-lg-9, .wrapper .editor-block-list__layout > .col-lg-9, .editor-styles-wrapper .row > .col-lg-9, .editor-styles-wrapper .editor-post-title > .col-lg-9, .editor-styles-wrapper .editor-block-list__layout > .col-lg-9 {
        width: 37.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-10, .wrapper .editor-post-title > .col-lg-10, .wrapper .editor-block-list__layout > .col-lg-10, .editor-styles-wrapper .row > .col-lg-10, .editor-styles-wrapper .editor-post-title > .col-lg-10, .editor-styles-wrapper .editor-block-list__layout > .col-lg-10 {
        width: 41.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-11, .wrapper .editor-post-title > .col-lg-11, .wrapper .editor-block-list__layout > .col-lg-11, .editor-styles-wrapper .row > .col-lg-11, .editor-styles-wrapper .editor-post-title > .col-lg-11, .editor-styles-wrapper .editor-block-list__layout > .col-lg-11 {
        width: 45.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-12, .wrapper .editor-post-title > .col-lg-12, .wrapper .editor-block-list__layout > .col-lg-12, .editor-styles-wrapper .row > .col-lg-12, .editor-styles-wrapper .editor-post-title > .col-lg-12, .editor-styles-wrapper .editor-block-list__layout > .col-lg-12 {
        width: 50%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-13, .wrapper .editor-post-title > .col-lg-13, .wrapper .editor-block-list__layout > .col-lg-13, .editor-styles-wrapper .row > .col-lg-13, .editor-styles-wrapper .editor-post-title > .col-lg-13, .editor-styles-wrapper .editor-block-list__layout > .col-lg-13 {
        width: 54.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-14, .wrapper .editor-post-title > .col-lg-14, .wrapper .editor-block-list__layout > .col-lg-14, .editor-styles-wrapper .row > .col-lg-14, .editor-styles-wrapper .editor-post-title > .col-lg-14, .editor-styles-wrapper .editor-block-list__layout > .col-lg-14 {
        width: 58.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-15, .wrapper .editor-post-title > .col-lg-15, .wrapper .editor-block-list__layout > .col-lg-15, .editor-styles-wrapper .row > .col-lg-15, .editor-styles-wrapper .editor-post-title > .col-lg-15, .editor-styles-wrapper .editor-block-list__layout > .col-lg-15 {
        width: 62.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-16, .wrapper .editor-post-title > .col-lg-16, .wrapper .editor-block-list__layout > .col-lg-16, .editor-styles-wrapper .row > .col-lg-16, .editor-styles-wrapper .editor-post-title > .col-lg-16, .editor-styles-wrapper .editor-block-list__layout > .col-lg-16 {
        width: 66.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-17, .wrapper .editor-post-title > .col-lg-17, .wrapper .editor-block-list__layout > .col-lg-17, .editor-styles-wrapper .row > .col-lg-17, .editor-styles-wrapper .editor-post-title > .col-lg-17, .editor-styles-wrapper .editor-block-list__layout > .col-lg-17 {
        width: 70.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-18, .wrapper .editor-post-title > .col-lg-18, .wrapper .editor-block-list__layout > .col-lg-18, .editor-styles-wrapper .row > .col-lg-18, .editor-styles-wrapper .editor-post-title > .col-lg-18, .editor-styles-wrapper .editor-block-list__layout > .col-lg-18 {
        width: 75%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-19, .wrapper .editor-post-title > .col-lg-19, .wrapper .editor-block-list__layout > .col-lg-19, .editor-styles-wrapper .row > .col-lg-19, .editor-styles-wrapper .editor-post-title > .col-lg-19, .editor-styles-wrapper .editor-block-list__layout > .col-lg-19 {
        width: 79.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-20, .wrapper .editor-post-title > .col-lg-20, .wrapper .editor-block-list__layout > .col-lg-20, .editor-styles-wrapper .row > .col-lg-20, .editor-styles-wrapper .editor-post-title > .col-lg-20, .editor-styles-wrapper .editor-block-list__layout > .col-lg-20 {
        width: 83.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-21, .wrapper .editor-post-title > .col-lg-21, .wrapper .editor-block-list__layout > .col-lg-21, .editor-styles-wrapper .row > .col-lg-21, .editor-styles-wrapper .editor-post-title > .col-lg-21, .editor-styles-wrapper .editor-block-list__layout > .col-lg-21 {
        width: 87.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-22, .wrapper .editor-post-title > .col-lg-22, .wrapper .editor-block-list__layout > .col-lg-22, .editor-styles-wrapper .row > .col-lg-22, .editor-styles-wrapper .editor-post-title > .col-lg-22, .editor-styles-wrapper .editor-block-list__layout > .col-lg-22 {
        width: 91.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-23, .wrapper .editor-post-title > .col-lg-23, .wrapper .editor-block-list__layout > .col-lg-23, .editor-styles-wrapper .row > .col-lg-23, .editor-styles-wrapper .editor-post-title > .col-lg-23, .editor-styles-wrapper .editor-block-list__layout > .col-lg-23 {
        width: 95.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-lg-24, .wrapper .editor-post-title > .col-lg-24, .wrapper .editor-block-list__layout > .col-lg-24, .editor-styles-wrapper .row > .col-lg-24, .editor-styles-wrapper .editor-post-title > .col-lg-24, .editor-styles-wrapper .editor-block-list__layout > .col-lg-24 {
        width: 100%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 1920px) {
      .wrapper .row > .col-hg-1, .wrapper .editor-post-title > .col-hg-1, .wrapper .editor-block-list__layout > .col-hg-1, .editor-styles-wrapper .row > .col-hg-1, .editor-styles-wrapper .editor-post-title > .col-hg-1, .editor-styles-wrapper .editor-block-list__layout > .col-hg-1 {
        width: 4.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-2, .wrapper .editor-post-title > .col-hg-2, .wrapper .editor-block-list__layout > .col-hg-2, .editor-styles-wrapper .row > .col-hg-2, .editor-styles-wrapper .editor-post-title > .col-hg-2, .editor-styles-wrapper .editor-block-list__layout > .col-hg-2 {
        width: 8.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-3, .wrapper .editor-post-title > .col-hg-3, .wrapper .editor-block-list__layout > .col-hg-3, .editor-styles-wrapper .row > .col-hg-3, .editor-styles-wrapper .editor-post-title > .col-hg-3, .editor-styles-wrapper .editor-block-list__layout > .col-hg-3 {
        width: 12.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-4, .wrapper .editor-post-title > .col-hg-4, .wrapper .editor-block-list__layout > .col-hg-4, .editor-styles-wrapper .row > .col-hg-4, .editor-styles-wrapper .editor-post-title > .col-hg-4, .editor-styles-wrapper .editor-block-list__layout > .col-hg-4 {
        width: 16.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-5, .wrapper .editor-post-title > .col-hg-5, .wrapper .editor-block-list__layout > .col-hg-5, .editor-styles-wrapper .row > .col-hg-5, .editor-styles-wrapper .editor-post-title > .col-hg-5, .editor-styles-wrapper .editor-block-list__layout > .col-hg-5 {
        width: 20.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-6, .wrapper .editor-post-title > .col-hg-6, .wrapper .editor-block-list__layout > .col-hg-6, .editor-styles-wrapper .row > .col-hg-6, .editor-styles-wrapper .editor-post-title > .col-hg-6, .editor-styles-wrapper .editor-block-list__layout > .col-hg-6 {
        width: 25%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-7, .wrapper .editor-post-title > .col-hg-7, .wrapper .editor-block-list__layout > .col-hg-7, .editor-styles-wrapper .row > .col-hg-7, .editor-styles-wrapper .editor-post-title > .col-hg-7, .editor-styles-wrapper .editor-block-list__layout > .col-hg-7 {
        width: 29.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-8, .wrapper .editor-post-title > .col-hg-8, .wrapper .editor-block-list__layout > .col-hg-8, .editor-styles-wrapper .row > .col-hg-8, .editor-styles-wrapper .editor-post-title > .col-hg-8, .editor-styles-wrapper .editor-block-list__layout > .col-hg-8 {
        width: 33.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-9, .wrapper .editor-post-title > .col-hg-9, .wrapper .editor-block-list__layout > .col-hg-9, .editor-styles-wrapper .row > .col-hg-9, .editor-styles-wrapper .editor-post-title > .col-hg-9, .editor-styles-wrapper .editor-block-list__layout > .col-hg-9 {
        width: 37.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-10, .wrapper .editor-post-title > .col-hg-10, .wrapper .editor-block-list__layout > .col-hg-10, .editor-styles-wrapper .row > .col-hg-10, .editor-styles-wrapper .editor-post-title > .col-hg-10, .editor-styles-wrapper .editor-block-list__layout > .col-hg-10 {
        width: 41.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-11, .wrapper .editor-post-title > .col-hg-11, .wrapper .editor-block-list__layout > .col-hg-11, .editor-styles-wrapper .row > .col-hg-11, .editor-styles-wrapper .editor-post-title > .col-hg-11, .editor-styles-wrapper .editor-block-list__layout > .col-hg-11 {
        width: 45.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-12, .wrapper .editor-post-title > .col-hg-12, .wrapper .editor-block-list__layout > .col-hg-12, .editor-styles-wrapper .row > .col-hg-12, .editor-styles-wrapper .editor-post-title > .col-hg-12, .editor-styles-wrapper .editor-block-list__layout > .col-hg-12 {
        width: 50%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-13, .wrapper .editor-post-title > .col-hg-13, .wrapper .editor-block-list__layout > .col-hg-13, .editor-styles-wrapper .row > .col-hg-13, .editor-styles-wrapper .editor-post-title > .col-hg-13, .editor-styles-wrapper .editor-block-list__layout > .col-hg-13 {
        width: 54.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-14, .wrapper .editor-post-title > .col-hg-14, .wrapper .editor-block-list__layout > .col-hg-14, .editor-styles-wrapper .row > .col-hg-14, .editor-styles-wrapper .editor-post-title > .col-hg-14, .editor-styles-wrapper .editor-block-list__layout > .col-hg-14 {
        width: 58.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-15, .wrapper .editor-post-title > .col-hg-15, .wrapper .editor-block-list__layout > .col-hg-15, .editor-styles-wrapper .row > .col-hg-15, .editor-styles-wrapper .editor-post-title > .col-hg-15, .editor-styles-wrapper .editor-block-list__layout > .col-hg-15 {
        width: 62.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-16, .wrapper .editor-post-title > .col-hg-16, .wrapper .editor-block-list__layout > .col-hg-16, .editor-styles-wrapper .row > .col-hg-16, .editor-styles-wrapper .editor-post-title > .col-hg-16, .editor-styles-wrapper .editor-block-list__layout > .col-hg-16 {
        width: 66.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-17, .wrapper .editor-post-title > .col-hg-17, .wrapper .editor-block-list__layout > .col-hg-17, .editor-styles-wrapper .row > .col-hg-17, .editor-styles-wrapper .editor-post-title > .col-hg-17, .editor-styles-wrapper .editor-block-list__layout > .col-hg-17 {
        width: 70.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-18, .wrapper .editor-post-title > .col-hg-18, .wrapper .editor-block-list__layout > .col-hg-18, .editor-styles-wrapper .row > .col-hg-18, .editor-styles-wrapper .editor-post-title > .col-hg-18, .editor-styles-wrapper .editor-block-list__layout > .col-hg-18 {
        width: 75%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-19, .wrapper .editor-post-title > .col-hg-19, .wrapper .editor-block-list__layout > .col-hg-19, .editor-styles-wrapper .row > .col-hg-19, .editor-styles-wrapper .editor-post-title > .col-hg-19, .editor-styles-wrapper .editor-block-list__layout > .col-hg-19 {
        width: 79.1666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-20, .wrapper .editor-post-title > .col-hg-20, .wrapper .editor-block-list__layout > .col-hg-20, .editor-styles-wrapper .row > .col-hg-20, .editor-styles-wrapper .editor-post-title > .col-hg-20, .editor-styles-wrapper .editor-block-list__layout > .col-hg-20 {
        width: 83.3333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-21, .wrapper .editor-post-title > .col-hg-21, .wrapper .editor-block-list__layout > .col-hg-21, .editor-styles-wrapper .row > .col-hg-21, .editor-styles-wrapper .editor-post-title > .col-hg-21, .editor-styles-wrapper .editor-block-list__layout > .col-hg-21 {
        width: 87.5%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-22, .wrapper .editor-post-title > .col-hg-22, .wrapper .editor-block-list__layout > .col-hg-22, .editor-styles-wrapper .row > .col-hg-22, .editor-styles-wrapper .editor-post-title > .col-hg-22, .editor-styles-wrapper .editor-block-list__layout > .col-hg-22 {
        width: 91.6666666667%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-23, .wrapper .editor-post-title > .col-hg-23, .wrapper .editor-block-list__layout > .col-hg-23, .editor-styles-wrapper .row > .col-hg-23, .editor-styles-wrapper .editor-post-title > .col-hg-23, .editor-styles-wrapper .editor-block-list__layout > .col-hg-23 {
        width: 95.8333333333%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; }
      .wrapper .row > .col-hg-24, .wrapper .editor-post-title > .col-hg-24, .wrapper .editor-block-list__layout > .col-hg-24, .editor-styles-wrapper .row > .col-hg-24, .editor-styles-wrapper .editor-post-title > .col-hg-24, .editor-styles-wrapper .editor-block-list__layout > .col-hg-24 {
        width: 100%;
        max-width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-left: 0;
        margin-right: 0; } }
    .wrapper .row > .left-0, .wrapper .editor-post-title > .left-0, .wrapper .editor-block-list__layout > .left-0, .editor-styles-wrapper .row > .left-0, .editor-styles-wrapper .editor-post-title > .left-0, .editor-styles-wrapper .editor-block-list__layout > .left-0 {
      max-width: 100%;
      min-width: 4.1666666667%;
      margin-left: 0%; }
    .wrapper .row > .right-0, .wrapper .editor-post-title > .right-0, .wrapper .editor-block-list__layout > .right-0, .editor-styles-wrapper .row > .right-0, .editor-styles-wrapper .editor-post-title > .right-0, .editor-styles-wrapper .editor-block-list__layout > .right-0 {
      max-width: 100%;
      min-width: 4.1666666667%;
      margin-right: 0%; }
    .wrapper .row > .left-1, .wrapper .editor-post-title > .left-1, .wrapper .editor-block-list__layout > .left-1, .editor-styles-wrapper .row > .left-1, .editor-styles-wrapper .editor-post-title > .left-1, .editor-styles-wrapper .editor-block-list__layout > .left-1 {
      max-width: 95.8333333333%;
      min-width: 4.1666666667%;
      margin-left: 4.1666666667%; }
    .wrapper .row > .right-1, .wrapper .editor-post-title > .right-1, .wrapper .editor-block-list__layout > .right-1, .editor-styles-wrapper .row > .right-1, .editor-styles-wrapper .editor-post-title > .right-1, .editor-styles-wrapper .editor-block-list__layout > .right-1 {
      max-width: 95.8333333333%;
      min-width: 4.1666666667%;
      margin-right: 4.1666666667%; }
    .wrapper .row > .left-2, .wrapper .editor-post-title > .left-2, .wrapper .editor-block-list__layout > .left-2, .editor-styles-wrapper .row > .left-2, .editor-styles-wrapper .editor-post-title > .left-2, .editor-styles-wrapper .editor-block-list__layout > .left-2 {
      max-width: 91.6666666667%;
      min-width: 4.1666666667%;
      margin-left: 8.3333333333%; }
    .wrapper .row > .right-2, .wrapper .editor-post-title > .right-2, .wrapper .editor-block-list__layout > .right-2, .editor-styles-wrapper .row > .right-2, .editor-styles-wrapper .editor-post-title > .right-2, .editor-styles-wrapper .editor-block-list__layout > .right-2 {
      max-width: 91.6666666667%;
      min-width: 4.1666666667%;
      margin-right: 8.3333333333%; }
    .wrapper .row > .left-3, .wrapper .editor-post-title > .left-3, .wrapper .editor-block-list__layout > .left-3, .editor-styles-wrapper .row > .left-3, .editor-styles-wrapper .editor-post-title > .left-3, .editor-styles-wrapper .editor-block-list__layout > .left-3 {
      max-width: 87.5%;
      min-width: 4.1666666667%;
      margin-left: 12.5%; }
    .wrapper .row > .right-3, .wrapper .editor-post-title > .right-3, .wrapper .editor-block-list__layout > .right-3, .editor-styles-wrapper .row > .right-3, .editor-styles-wrapper .editor-post-title > .right-3, .editor-styles-wrapper .editor-block-list__layout > .right-3 {
      max-width: 87.5%;
      min-width: 4.1666666667%;
      margin-right: 12.5%; }
    .wrapper .row > .left-4, .wrapper .editor-post-title > .left-4, .wrapper .editor-block-list__layout > .left-4, .editor-styles-wrapper .row > .left-4, .editor-styles-wrapper .editor-post-title > .left-4, .editor-styles-wrapper .editor-block-list__layout > .left-4 {
      max-width: 83.3333333333%;
      min-width: 4.1666666667%;
      margin-left: 16.6666666667%; }
    .wrapper .row > .right-4, .wrapper .editor-post-title > .right-4, .wrapper .editor-block-list__layout > .right-4, .editor-styles-wrapper .row > .right-4, .editor-styles-wrapper .editor-post-title > .right-4, .editor-styles-wrapper .editor-block-list__layout > .right-4 {
      max-width: 83.3333333333%;
      min-width: 4.1666666667%;
      margin-right: 16.6666666667%; }
    .wrapper .row > .left-5, .wrapper .editor-post-title > .left-5, .wrapper .editor-block-list__layout > .left-5, .editor-styles-wrapper .row > .left-5, .editor-styles-wrapper .editor-post-title > .left-5, .editor-styles-wrapper .editor-block-list__layout > .left-5 {
      max-width: 79.1666666667%;
      min-width: 4.1666666667%;
      margin-left: 20.8333333333%; }
    .wrapper .row > .right-5, .wrapper .editor-post-title > .right-5, .wrapper .editor-block-list__layout > .right-5, .editor-styles-wrapper .row > .right-5, .editor-styles-wrapper .editor-post-title > .right-5, .editor-styles-wrapper .editor-block-list__layout > .right-5 {
      max-width: 79.1666666667%;
      min-width: 4.1666666667%;
      margin-right: 20.8333333333%; }
    .wrapper .row > .left-6, .wrapper .editor-post-title > .left-6, .wrapper .editor-block-list__layout > .left-6, .editor-styles-wrapper .row > .left-6, .editor-styles-wrapper .editor-post-title > .left-6, .editor-styles-wrapper .editor-block-list__layout > .left-6 {
      max-width: 75%;
      min-width: 4.1666666667%;
      margin-left: 25%; }
    .wrapper .row > .right-6, .wrapper .editor-post-title > .right-6, .wrapper .editor-block-list__layout > .right-6, .editor-styles-wrapper .row > .right-6, .editor-styles-wrapper .editor-post-title > .right-6, .editor-styles-wrapper .editor-block-list__layout > .right-6 {
      max-width: 75%;
      min-width: 4.1666666667%;
      margin-right: 25%; }
    .wrapper .row > .left-7, .wrapper .editor-post-title > .left-7, .wrapper .editor-block-list__layout > .left-7, .editor-styles-wrapper .row > .left-7, .editor-styles-wrapper .editor-post-title > .left-7, .editor-styles-wrapper .editor-block-list__layout > .left-7 {
      max-width: 70.8333333333%;
      min-width: 4.1666666667%;
      margin-left: 29.1666666667%; }
    .wrapper .row > .right-7, .wrapper .editor-post-title > .right-7, .wrapper .editor-block-list__layout > .right-7, .editor-styles-wrapper .row > .right-7, .editor-styles-wrapper .editor-post-title > .right-7, .editor-styles-wrapper .editor-block-list__layout > .right-7 {
      max-width: 70.8333333333%;
      min-width: 4.1666666667%;
      margin-right: 29.1666666667%; }
    .wrapper .row > .left-8, .wrapper .editor-post-title > .left-8, .wrapper .editor-block-list__layout > .left-8, .editor-styles-wrapper .row > .left-8, .editor-styles-wrapper .editor-post-title > .left-8, .editor-styles-wrapper .editor-block-list__layout > .left-8 {
      max-width: 66.6666666667%;
      min-width: 4.1666666667%;
      margin-left: 33.3333333333%; }
    .wrapper .row > .right-8, .wrapper .editor-post-title > .right-8, .wrapper .editor-block-list__layout > .right-8, .editor-styles-wrapper .row > .right-8, .editor-styles-wrapper .editor-post-title > .right-8, .editor-styles-wrapper .editor-block-list__layout > .right-8 {
      max-width: 66.6666666667%;
      min-width: 4.1666666667%;
      margin-right: 33.3333333333%; }
    .wrapper .row > .left-9, .wrapper .editor-post-title > .left-9, .wrapper .editor-block-list__layout > .left-9, .editor-styles-wrapper .row > .left-9, .editor-styles-wrapper .editor-post-title > .left-9, .editor-styles-wrapper .editor-block-list__layout > .left-9 {
      max-width: 62.5%;
      min-width: 4.1666666667%;
      margin-left: 37.5%; }
    .wrapper .row > .right-9, .wrapper .editor-post-title > .right-9, .wrapper .editor-block-list__layout > .right-9, .editor-styles-wrapper .row > .right-9, .editor-styles-wrapper .editor-post-title > .right-9, .editor-styles-wrapper .editor-block-list__layout > .right-9 {
      max-width: 62.5%;
      min-width: 4.1666666667%;
      margin-right: 37.5%; }
    .wrapper .row > .left-10, .wrapper .editor-post-title > .left-10, .wrapper .editor-block-list__layout > .left-10, .editor-styles-wrapper .row > .left-10, .editor-styles-wrapper .editor-post-title > .left-10, .editor-styles-wrapper .editor-block-list__layout > .left-10 {
      max-width: 58.3333333333%;
      min-width: 4.1666666667%;
      margin-left: 41.6666666667%; }
    .wrapper .row > .right-10, .wrapper .editor-post-title > .right-10, .wrapper .editor-block-list__layout > .right-10, .editor-styles-wrapper .row > .right-10, .editor-styles-wrapper .editor-post-title > .right-10, .editor-styles-wrapper .editor-block-list__layout > .right-10 {
      max-width: 58.3333333333%;
      min-width: 4.1666666667%;
      margin-right: 41.6666666667%; }
    .wrapper .row > .left-11, .wrapper .editor-post-title > .left-11, .wrapper .editor-block-list__layout > .left-11, .editor-styles-wrapper .row > .left-11, .editor-styles-wrapper .editor-post-title > .left-11, .editor-styles-wrapper .editor-block-list__layout > .left-11 {
      max-width: 54.1666666667%;
      min-width: 4.1666666667%;
      margin-left: 45.8333333333%; }
    .wrapper .row > .right-11, .wrapper .editor-post-title > .right-11, .wrapper .editor-block-list__layout > .right-11, .editor-styles-wrapper .row > .right-11, .editor-styles-wrapper .editor-post-title > .right-11, .editor-styles-wrapper .editor-block-list__layout > .right-11 {
      max-width: 54.1666666667%;
      min-width: 4.1666666667%;
      margin-right: 45.8333333333%; }
    .wrapper .row > .left-12, .wrapper .editor-post-title > .left-12, .wrapper .editor-block-list__layout > .left-12, .editor-styles-wrapper .row > .left-12, .editor-styles-wrapper .editor-post-title > .left-12, .editor-styles-wrapper .editor-block-list__layout > .left-12 {
      max-width: 50%;
      min-width: 4.1666666667%;
      margin-left: 50%; }
    .wrapper .row > .right-12, .wrapper .editor-post-title > .right-12, .wrapper .editor-block-list__layout > .right-12, .editor-styles-wrapper .row > .right-12, .editor-styles-wrapper .editor-post-title > .right-12, .editor-styles-wrapper .editor-block-list__layout > .right-12 {
      max-width: 50%;
      min-width: 4.1666666667%;
      margin-right: 50%; }
    .wrapper .row > .left-13, .wrapper .editor-post-title > .left-13, .wrapper .editor-block-list__layout > .left-13, .editor-styles-wrapper .row > .left-13, .editor-styles-wrapper .editor-post-title > .left-13, .editor-styles-wrapper .editor-block-list__layout > .left-13 {
      max-width: 45.8333333333%;
      min-width: 4.1666666667%;
      margin-left: 54.1666666667%; }
    .wrapper .row > .right-13, .wrapper .editor-post-title > .right-13, .wrapper .editor-block-list__layout > .right-13, .editor-styles-wrapper .row > .right-13, .editor-styles-wrapper .editor-post-title > .right-13, .editor-styles-wrapper .editor-block-list__layout > .right-13 {
      max-width: 45.8333333333%;
      min-width: 4.1666666667%;
      margin-right: 54.1666666667%; }
    .wrapper .row > .left-14, .wrapper .editor-post-title > .left-14, .wrapper .editor-block-list__layout > .left-14, .editor-styles-wrapper .row > .left-14, .editor-styles-wrapper .editor-post-title > .left-14, .editor-styles-wrapper .editor-block-list__layout > .left-14 {
      max-width: 41.6666666667%;
      min-width: 4.1666666667%;
      margin-left: 58.3333333333%; }
    .wrapper .row > .right-14, .wrapper .editor-post-title > .right-14, .wrapper .editor-block-list__layout > .right-14, .editor-styles-wrapper .row > .right-14, .editor-styles-wrapper .editor-post-title > .right-14, .editor-styles-wrapper .editor-block-list__layout > .right-14 {
      max-width: 41.6666666667%;
      min-width: 4.1666666667%;
      margin-right: 58.3333333333%; }
    .wrapper .row > .left-15, .wrapper .editor-post-title > .left-15, .wrapper .editor-block-list__layout > .left-15, .editor-styles-wrapper .row > .left-15, .editor-styles-wrapper .editor-post-title > .left-15, .editor-styles-wrapper .editor-block-list__layout > .left-15 {
      max-width: 37.5%;
      min-width: 4.1666666667%;
      margin-left: 62.5%; }
    .wrapper .row > .right-15, .wrapper .editor-post-title > .right-15, .wrapper .editor-block-list__layout > .right-15, .editor-styles-wrapper .row > .right-15, .editor-styles-wrapper .editor-post-title > .right-15, .editor-styles-wrapper .editor-block-list__layout > .right-15 {
      max-width: 37.5%;
      min-width: 4.1666666667%;
      margin-right: 62.5%; }
    .wrapper .row > .left-16, .wrapper .editor-post-title > .left-16, .wrapper .editor-block-list__layout > .left-16, .editor-styles-wrapper .row > .left-16, .editor-styles-wrapper .editor-post-title > .left-16, .editor-styles-wrapper .editor-block-list__layout > .left-16 {
      max-width: 33.3333333333%;
      min-width: 4.1666666667%;
      margin-left: 66.6666666667%; }
    .wrapper .row > .right-16, .wrapper .editor-post-title > .right-16, .wrapper .editor-block-list__layout > .right-16, .editor-styles-wrapper .row > .right-16, .editor-styles-wrapper .editor-post-title > .right-16, .editor-styles-wrapper .editor-block-list__layout > .right-16 {
      max-width: 33.3333333333%;
      min-width: 4.1666666667%;
      margin-right: 66.6666666667%; }
    .wrapper .row > .left-17, .wrapper .editor-post-title > .left-17, .wrapper .editor-block-list__layout > .left-17, .editor-styles-wrapper .row > .left-17, .editor-styles-wrapper .editor-post-title > .left-17, .editor-styles-wrapper .editor-block-list__layout > .left-17 {
      max-width: 29.1666666667%;
      min-width: 4.1666666667%;
      margin-left: 70.8333333333%; }
    .wrapper .row > .right-17, .wrapper .editor-post-title > .right-17, .wrapper .editor-block-list__layout > .right-17, .editor-styles-wrapper .row > .right-17, .editor-styles-wrapper .editor-post-title > .right-17, .editor-styles-wrapper .editor-block-list__layout > .right-17 {
      max-width: 29.1666666667%;
      min-width: 4.1666666667%;
      margin-right: 70.8333333333%; }
    .wrapper .row > .left-18, .wrapper .editor-post-title > .left-18, .wrapper .editor-block-list__layout > .left-18, .editor-styles-wrapper .row > .left-18, .editor-styles-wrapper .editor-post-title > .left-18, .editor-styles-wrapper .editor-block-list__layout > .left-18 {
      max-width: 25%;
      min-width: 4.1666666667%;
      margin-left: 75%; }
    .wrapper .row > .right-18, .wrapper .editor-post-title > .right-18, .wrapper .editor-block-list__layout > .right-18, .editor-styles-wrapper .row > .right-18, .editor-styles-wrapper .editor-post-title > .right-18, .editor-styles-wrapper .editor-block-list__layout > .right-18 {
      max-width: 25%;
      min-width: 4.1666666667%;
      margin-right: 75%; }
    .wrapper .row > .left-19, .wrapper .editor-post-title > .left-19, .wrapper .editor-block-list__layout > .left-19, .editor-styles-wrapper .row > .left-19, .editor-styles-wrapper .editor-post-title > .left-19, .editor-styles-wrapper .editor-block-list__layout > .left-19 {
      max-width: 20.8333333333%;
      min-width: 4.1666666667%;
      margin-left: 79.1666666667%; }
    .wrapper .row > .right-19, .wrapper .editor-post-title > .right-19, .wrapper .editor-block-list__layout > .right-19, .editor-styles-wrapper .row > .right-19, .editor-styles-wrapper .editor-post-title > .right-19, .editor-styles-wrapper .editor-block-list__layout > .right-19 {
      max-width: 20.8333333333%;
      min-width: 4.1666666667%;
      margin-right: 79.1666666667%; }
    .wrapper .row > .left-20, .wrapper .editor-post-title > .left-20, .wrapper .editor-block-list__layout > .left-20, .editor-styles-wrapper .row > .left-20, .editor-styles-wrapper .editor-post-title > .left-20, .editor-styles-wrapper .editor-block-list__layout > .left-20 {
      max-width: 16.6666666667%;
      min-width: 4.1666666667%;
      margin-left: 83.3333333333%; }
    .wrapper .row > .right-20, .wrapper .editor-post-title > .right-20, .wrapper .editor-block-list__layout > .right-20, .editor-styles-wrapper .row > .right-20, .editor-styles-wrapper .editor-post-title > .right-20, .editor-styles-wrapper .editor-block-list__layout > .right-20 {
      max-width: 16.6666666667%;
      min-width: 4.1666666667%;
      margin-right: 83.3333333333%; }
    .wrapper .row > .left-21, .wrapper .editor-post-title > .left-21, .wrapper .editor-block-list__layout > .left-21, .editor-styles-wrapper .row > .left-21, .editor-styles-wrapper .editor-post-title > .left-21, .editor-styles-wrapper .editor-block-list__layout > .left-21 {
      max-width: 12.5%;
      min-width: 4.1666666667%;
      margin-left: 87.5%; }
    .wrapper .row > .right-21, .wrapper .editor-post-title > .right-21, .wrapper .editor-block-list__layout > .right-21, .editor-styles-wrapper .row > .right-21, .editor-styles-wrapper .editor-post-title > .right-21, .editor-styles-wrapper .editor-block-list__layout > .right-21 {
      max-width: 12.5%;
      min-width: 4.1666666667%;
      margin-right: 87.5%; }
    .wrapper .row > .left-22, .wrapper .editor-post-title > .left-22, .wrapper .editor-block-list__layout > .left-22, .editor-styles-wrapper .row > .left-22, .editor-styles-wrapper .editor-post-title > .left-22, .editor-styles-wrapper .editor-block-list__layout > .left-22 {
      max-width: 8.3333333333%;
      min-width: 4.1666666667%;
      margin-left: 91.6666666667%; }
    .wrapper .row > .right-22, .wrapper .editor-post-title > .right-22, .wrapper .editor-block-list__layout > .right-22, .editor-styles-wrapper .row > .right-22, .editor-styles-wrapper .editor-post-title > .right-22, .editor-styles-wrapper .editor-block-list__layout > .right-22 {
      max-width: 8.3333333333%;
      min-width: 4.1666666667%;
      margin-right: 91.6666666667%; }
    .wrapper .row > .left-23, .wrapper .editor-post-title > .left-23, .wrapper .editor-block-list__layout > .left-23, .editor-styles-wrapper .row > .left-23, .editor-styles-wrapper .editor-post-title > .left-23, .editor-styles-wrapper .editor-block-list__layout > .left-23 {
      max-width: 4.1666666667%;
      min-width: 4.1666666667%;
      margin-left: 95.8333333333%; }
    .wrapper .row > .right-23, .wrapper .editor-post-title > .right-23, .wrapper .editor-block-list__layout > .right-23, .editor-styles-wrapper .row > .right-23, .editor-styles-wrapper .editor-post-title > .right-23, .editor-styles-wrapper .editor-block-list__layout > .right-23 {
      max-width: 4.1666666667%;
      min-width: 4.1666666667%;
      margin-right: 95.8333333333%; }
    @media (min-width: 600px) {
      .wrapper .row > .left-sm-0, .wrapper .editor-post-title > .left-sm-0, .wrapper .editor-block-list__layout > .left-sm-0, .editor-styles-wrapper .row > .left-sm-0, .editor-styles-wrapper .editor-post-title > .left-sm-0, .editor-styles-wrapper .editor-block-list__layout > .left-sm-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-left: 0%; }
      .wrapper .row > .right-sm-0, .wrapper .editor-post-title > .right-sm-0, .wrapper .editor-block-list__layout > .right-sm-0, .editor-styles-wrapper .row > .right-sm-0, .editor-styles-wrapper .editor-post-title > .right-sm-0, .editor-styles-wrapper .editor-block-list__layout > .right-sm-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-right: 0%; }
      .wrapper .row > .left-sm-1, .wrapper .editor-post-title > .left-sm-1, .wrapper .editor-block-list__layout > .left-sm-1, .editor-styles-wrapper .row > .left-sm-1, .editor-styles-wrapper .editor-post-title > .left-sm-1, .editor-styles-wrapper .editor-block-list__layout > .left-sm-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 4.1666666667%; }
      .wrapper .row > .right-sm-1, .wrapper .editor-post-title > .right-sm-1, .wrapper .editor-block-list__layout > .right-sm-1, .editor-styles-wrapper .row > .right-sm-1, .editor-styles-wrapper .editor-post-title > .right-sm-1, .editor-styles-wrapper .editor-block-list__layout > .right-sm-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 4.1666666667%; }
      .wrapper .row > .left-sm-2, .wrapper .editor-post-title > .left-sm-2, .wrapper .editor-block-list__layout > .left-sm-2, .editor-styles-wrapper .row > .left-sm-2, .editor-styles-wrapper .editor-post-title > .left-sm-2, .editor-styles-wrapper .editor-block-list__layout > .left-sm-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 8.3333333333%; }
      .wrapper .row > .right-sm-2, .wrapper .editor-post-title > .right-sm-2, .wrapper .editor-block-list__layout > .right-sm-2, .editor-styles-wrapper .row > .right-sm-2, .editor-styles-wrapper .editor-post-title > .right-sm-2, .editor-styles-wrapper .editor-block-list__layout > .right-sm-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 8.3333333333%; }
      .wrapper .row > .left-sm-3, .wrapper .editor-post-title > .left-sm-3, .wrapper .editor-block-list__layout > .left-sm-3, .editor-styles-wrapper .row > .left-sm-3, .editor-styles-wrapper .editor-post-title > .left-sm-3, .editor-styles-wrapper .editor-block-list__layout > .left-sm-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-left: 12.5%; }
      .wrapper .row > .right-sm-3, .wrapper .editor-post-title > .right-sm-3, .wrapper .editor-block-list__layout > .right-sm-3, .editor-styles-wrapper .row > .right-sm-3, .editor-styles-wrapper .editor-post-title > .right-sm-3, .editor-styles-wrapper .editor-block-list__layout > .right-sm-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-right: 12.5%; }
      .wrapper .row > .left-sm-4, .wrapper .editor-post-title > .left-sm-4, .wrapper .editor-block-list__layout > .left-sm-4, .editor-styles-wrapper .row > .left-sm-4, .editor-styles-wrapper .editor-post-title > .left-sm-4, .editor-styles-wrapper .editor-block-list__layout > .left-sm-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 16.6666666667%; }
      .wrapper .row > .right-sm-4, .wrapper .editor-post-title > .right-sm-4, .wrapper .editor-block-list__layout > .right-sm-4, .editor-styles-wrapper .row > .right-sm-4, .editor-styles-wrapper .editor-post-title > .right-sm-4, .editor-styles-wrapper .editor-block-list__layout > .right-sm-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 16.6666666667%; }
      .wrapper .row > .left-sm-5, .wrapper .editor-post-title > .left-sm-5, .wrapper .editor-block-list__layout > .left-sm-5, .editor-styles-wrapper .row > .left-sm-5, .editor-styles-wrapper .editor-post-title > .left-sm-5, .editor-styles-wrapper .editor-block-list__layout > .left-sm-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 20.8333333333%; }
      .wrapper .row > .right-sm-5, .wrapper .editor-post-title > .right-sm-5, .wrapper .editor-block-list__layout > .right-sm-5, .editor-styles-wrapper .row > .right-sm-5, .editor-styles-wrapper .editor-post-title > .right-sm-5, .editor-styles-wrapper .editor-block-list__layout > .right-sm-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 20.8333333333%; }
      .wrapper .row > .left-sm-6, .wrapper .editor-post-title > .left-sm-6, .wrapper .editor-block-list__layout > .left-sm-6, .editor-styles-wrapper .row > .left-sm-6, .editor-styles-wrapper .editor-post-title > .left-sm-6, .editor-styles-wrapper .editor-block-list__layout > .left-sm-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-left: 25%; }
      .wrapper .row > .right-sm-6, .wrapper .editor-post-title > .right-sm-6, .wrapper .editor-block-list__layout > .right-sm-6, .editor-styles-wrapper .row > .right-sm-6, .editor-styles-wrapper .editor-post-title > .right-sm-6, .editor-styles-wrapper .editor-block-list__layout > .right-sm-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-right: 25%; }
      .wrapper .row > .left-sm-7, .wrapper .editor-post-title > .left-sm-7, .wrapper .editor-block-list__layout > .left-sm-7, .editor-styles-wrapper .row > .left-sm-7, .editor-styles-wrapper .editor-post-title > .left-sm-7, .editor-styles-wrapper .editor-block-list__layout > .left-sm-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 29.1666666667%; }
      .wrapper .row > .right-sm-7, .wrapper .editor-post-title > .right-sm-7, .wrapper .editor-block-list__layout > .right-sm-7, .editor-styles-wrapper .row > .right-sm-7, .editor-styles-wrapper .editor-post-title > .right-sm-7, .editor-styles-wrapper .editor-block-list__layout > .right-sm-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 29.1666666667%; }
      .wrapper .row > .left-sm-8, .wrapper .editor-post-title > .left-sm-8, .wrapper .editor-block-list__layout > .left-sm-8, .editor-styles-wrapper .row > .left-sm-8, .editor-styles-wrapper .editor-post-title > .left-sm-8, .editor-styles-wrapper .editor-block-list__layout > .left-sm-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 33.3333333333%; }
      .wrapper .row > .right-sm-8, .wrapper .editor-post-title > .right-sm-8, .wrapper .editor-block-list__layout > .right-sm-8, .editor-styles-wrapper .row > .right-sm-8, .editor-styles-wrapper .editor-post-title > .right-sm-8, .editor-styles-wrapper .editor-block-list__layout > .right-sm-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 33.3333333333%; }
      .wrapper .row > .left-sm-9, .wrapper .editor-post-title > .left-sm-9, .wrapper .editor-block-list__layout > .left-sm-9, .editor-styles-wrapper .row > .left-sm-9, .editor-styles-wrapper .editor-post-title > .left-sm-9, .editor-styles-wrapper .editor-block-list__layout > .left-sm-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-left: 37.5%; }
      .wrapper .row > .right-sm-9, .wrapper .editor-post-title > .right-sm-9, .wrapper .editor-block-list__layout > .right-sm-9, .editor-styles-wrapper .row > .right-sm-9, .editor-styles-wrapper .editor-post-title > .right-sm-9, .editor-styles-wrapper .editor-block-list__layout > .right-sm-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-right: 37.5%; }
      .wrapper .row > .left-sm-10, .wrapper .editor-post-title > .left-sm-10, .wrapper .editor-block-list__layout > .left-sm-10, .editor-styles-wrapper .row > .left-sm-10, .editor-styles-wrapper .editor-post-title > .left-sm-10, .editor-styles-wrapper .editor-block-list__layout > .left-sm-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 41.6666666667%; }
      .wrapper .row > .right-sm-10, .wrapper .editor-post-title > .right-sm-10, .wrapper .editor-block-list__layout > .right-sm-10, .editor-styles-wrapper .row > .right-sm-10, .editor-styles-wrapper .editor-post-title > .right-sm-10, .editor-styles-wrapper .editor-block-list__layout > .right-sm-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 41.6666666667%; }
      .wrapper .row > .left-sm-11, .wrapper .editor-post-title > .left-sm-11, .wrapper .editor-block-list__layout > .left-sm-11, .editor-styles-wrapper .row > .left-sm-11, .editor-styles-wrapper .editor-post-title > .left-sm-11, .editor-styles-wrapper .editor-block-list__layout > .left-sm-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 45.8333333333%; }
      .wrapper .row > .right-sm-11, .wrapper .editor-post-title > .right-sm-11, .wrapper .editor-block-list__layout > .right-sm-11, .editor-styles-wrapper .row > .right-sm-11, .editor-styles-wrapper .editor-post-title > .right-sm-11, .editor-styles-wrapper .editor-block-list__layout > .right-sm-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 45.8333333333%; }
      .wrapper .row > .left-sm-12, .wrapper .editor-post-title > .left-sm-12, .wrapper .editor-block-list__layout > .left-sm-12, .editor-styles-wrapper .row > .left-sm-12, .editor-styles-wrapper .editor-post-title > .left-sm-12, .editor-styles-wrapper .editor-block-list__layout > .left-sm-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-left: 50%; }
      .wrapper .row > .right-sm-12, .wrapper .editor-post-title > .right-sm-12, .wrapper .editor-block-list__layout > .right-sm-12, .editor-styles-wrapper .row > .right-sm-12, .editor-styles-wrapper .editor-post-title > .right-sm-12, .editor-styles-wrapper .editor-block-list__layout > .right-sm-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-right: 50%; }
      .wrapper .row > .left-sm-13, .wrapper .editor-post-title > .left-sm-13, .wrapper .editor-block-list__layout > .left-sm-13, .editor-styles-wrapper .row > .left-sm-13, .editor-styles-wrapper .editor-post-title > .left-sm-13, .editor-styles-wrapper .editor-block-list__layout > .left-sm-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 54.1666666667%; }
      .wrapper .row > .right-sm-13, .wrapper .editor-post-title > .right-sm-13, .wrapper .editor-block-list__layout > .right-sm-13, .editor-styles-wrapper .row > .right-sm-13, .editor-styles-wrapper .editor-post-title > .right-sm-13, .editor-styles-wrapper .editor-block-list__layout > .right-sm-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 54.1666666667%; }
      .wrapper .row > .left-sm-14, .wrapper .editor-post-title > .left-sm-14, .wrapper .editor-block-list__layout > .left-sm-14, .editor-styles-wrapper .row > .left-sm-14, .editor-styles-wrapper .editor-post-title > .left-sm-14, .editor-styles-wrapper .editor-block-list__layout > .left-sm-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 58.3333333333%; }
      .wrapper .row > .right-sm-14, .wrapper .editor-post-title > .right-sm-14, .wrapper .editor-block-list__layout > .right-sm-14, .editor-styles-wrapper .row > .right-sm-14, .editor-styles-wrapper .editor-post-title > .right-sm-14, .editor-styles-wrapper .editor-block-list__layout > .right-sm-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 58.3333333333%; }
      .wrapper .row > .left-sm-15, .wrapper .editor-post-title > .left-sm-15, .wrapper .editor-block-list__layout > .left-sm-15, .editor-styles-wrapper .row > .left-sm-15, .editor-styles-wrapper .editor-post-title > .left-sm-15, .editor-styles-wrapper .editor-block-list__layout > .left-sm-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-left: 62.5%; }
      .wrapper .row > .right-sm-15, .wrapper .editor-post-title > .right-sm-15, .wrapper .editor-block-list__layout > .right-sm-15, .editor-styles-wrapper .row > .right-sm-15, .editor-styles-wrapper .editor-post-title > .right-sm-15, .editor-styles-wrapper .editor-block-list__layout > .right-sm-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-right: 62.5%; }
      .wrapper .row > .left-sm-16, .wrapper .editor-post-title > .left-sm-16, .wrapper .editor-block-list__layout > .left-sm-16, .editor-styles-wrapper .row > .left-sm-16, .editor-styles-wrapper .editor-post-title > .left-sm-16, .editor-styles-wrapper .editor-block-list__layout > .left-sm-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 66.6666666667%; }
      .wrapper .row > .right-sm-16, .wrapper .editor-post-title > .right-sm-16, .wrapper .editor-block-list__layout > .right-sm-16, .editor-styles-wrapper .row > .right-sm-16, .editor-styles-wrapper .editor-post-title > .right-sm-16, .editor-styles-wrapper .editor-block-list__layout > .right-sm-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 66.6666666667%; }
      .wrapper .row > .left-sm-17, .wrapper .editor-post-title > .left-sm-17, .wrapper .editor-block-list__layout > .left-sm-17, .editor-styles-wrapper .row > .left-sm-17, .editor-styles-wrapper .editor-post-title > .left-sm-17, .editor-styles-wrapper .editor-block-list__layout > .left-sm-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 70.8333333333%; }
      .wrapper .row > .right-sm-17, .wrapper .editor-post-title > .right-sm-17, .wrapper .editor-block-list__layout > .right-sm-17, .editor-styles-wrapper .row > .right-sm-17, .editor-styles-wrapper .editor-post-title > .right-sm-17, .editor-styles-wrapper .editor-block-list__layout > .right-sm-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 70.8333333333%; }
      .wrapper .row > .left-sm-18, .wrapper .editor-post-title > .left-sm-18, .wrapper .editor-block-list__layout > .left-sm-18, .editor-styles-wrapper .row > .left-sm-18, .editor-styles-wrapper .editor-post-title > .left-sm-18, .editor-styles-wrapper .editor-block-list__layout > .left-sm-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-left: 75%; }
      .wrapper .row > .right-sm-18, .wrapper .editor-post-title > .right-sm-18, .wrapper .editor-block-list__layout > .right-sm-18, .editor-styles-wrapper .row > .right-sm-18, .editor-styles-wrapper .editor-post-title > .right-sm-18, .editor-styles-wrapper .editor-block-list__layout > .right-sm-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-right: 75%; }
      .wrapper .row > .left-sm-19, .wrapper .editor-post-title > .left-sm-19, .wrapper .editor-block-list__layout > .left-sm-19, .editor-styles-wrapper .row > .left-sm-19, .editor-styles-wrapper .editor-post-title > .left-sm-19, .editor-styles-wrapper .editor-block-list__layout > .left-sm-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 79.1666666667%; }
      .wrapper .row > .right-sm-19, .wrapper .editor-post-title > .right-sm-19, .wrapper .editor-block-list__layout > .right-sm-19, .editor-styles-wrapper .row > .right-sm-19, .editor-styles-wrapper .editor-post-title > .right-sm-19, .editor-styles-wrapper .editor-block-list__layout > .right-sm-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 79.1666666667%; }
      .wrapper .row > .left-sm-20, .wrapper .editor-post-title > .left-sm-20, .wrapper .editor-block-list__layout > .left-sm-20, .editor-styles-wrapper .row > .left-sm-20, .editor-styles-wrapper .editor-post-title > .left-sm-20, .editor-styles-wrapper .editor-block-list__layout > .left-sm-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 83.3333333333%; }
      .wrapper .row > .right-sm-20, .wrapper .editor-post-title > .right-sm-20, .wrapper .editor-block-list__layout > .right-sm-20, .editor-styles-wrapper .row > .right-sm-20, .editor-styles-wrapper .editor-post-title > .right-sm-20, .editor-styles-wrapper .editor-block-list__layout > .right-sm-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 83.3333333333%; }
      .wrapper .row > .left-sm-21, .wrapper .editor-post-title > .left-sm-21, .wrapper .editor-block-list__layout > .left-sm-21, .editor-styles-wrapper .row > .left-sm-21, .editor-styles-wrapper .editor-post-title > .left-sm-21, .editor-styles-wrapper .editor-block-list__layout > .left-sm-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-left: 87.5%; }
      .wrapper .row > .right-sm-21, .wrapper .editor-post-title > .right-sm-21, .wrapper .editor-block-list__layout > .right-sm-21, .editor-styles-wrapper .row > .right-sm-21, .editor-styles-wrapper .editor-post-title > .right-sm-21, .editor-styles-wrapper .editor-block-list__layout > .right-sm-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-right: 87.5%; }
      .wrapper .row > .left-sm-22, .wrapper .editor-post-title > .left-sm-22, .wrapper .editor-block-list__layout > .left-sm-22, .editor-styles-wrapper .row > .left-sm-22, .editor-styles-wrapper .editor-post-title > .left-sm-22, .editor-styles-wrapper .editor-block-list__layout > .left-sm-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 91.6666666667%; }
      .wrapper .row > .right-sm-22, .wrapper .editor-post-title > .right-sm-22, .wrapper .editor-block-list__layout > .right-sm-22, .editor-styles-wrapper .row > .right-sm-22, .editor-styles-wrapper .editor-post-title > .right-sm-22, .editor-styles-wrapper .editor-block-list__layout > .right-sm-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 91.6666666667%; }
      .wrapper .row > .left-sm-23, .wrapper .editor-post-title > .left-sm-23, .wrapper .editor-block-list__layout > .left-sm-23, .editor-styles-wrapper .row > .left-sm-23, .editor-styles-wrapper .editor-post-title > .left-sm-23, .editor-styles-wrapper .editor-block-list__layout > .left-sm-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 95.8333333333%; }
      .wrapper .row > .right-sm-23, .wrapper .editor-post-title > .right-sm-23, .wrapper .editor-block-list__layout > .right-sm-23, .editor-styles-wrapper .row > .right-sm-23, .editor-styles-wrapper .editor-post-title > .right-sm-23, .editor-styles-wrapper .editor-block-list__layout > .right-sm-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 95.8333333333%; } }
    @media (min-width: 800px) {
      .wrapper .row > .left-md-0, .wrapper .editor-post-title > .left-md-0, .wrapper .editor-block-list__layout > .left-md-0, .editor-styles-wrapper .row > .left-md-0, .editor-styles-wrapper .editor-post-title > .left-md-0, .editor-styles-wrapper .editor-block-list__layout > .left-md-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-left: 0%; }
      .wrapper .row > .right-md-0, .wrapper .editor-post-title > .right-md-0, .wrapper .editor-block-list__layout > .right-md-0, .editor-styles-wrapper .row > .right-md-0, .editor-styles-wrapper .editor-post-title > .right-md-0, .editor-styles-wrapper .editor-block-list__layout > .right-md-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-right: 0%; }
      .wrapper .row > .left-md-1, .wrapper .editor-post-title > .left-md-1, .wrapper .editor-block-list__layout > .left-md-1, .editor-styles-wrapper .row > .left-md-1, .editor-styles-wrapper .editor-post-title > .left-md-1, .editor-styles-wrapper .editor-block-list__layout > .left-md-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 4.1666666667%; }
      .wrapper .row > .right-md-1, .wrapper .editor-post-title > .right-md-1, .wrapper .editor-block-list__layout > .right-md-1, .editor-styles-wrapper .row > .right-md-1, .editor-styles-wrapper .editor-post-title > .right-md-1, .editor-styles-wrapper .editor-block-list__layout > .right-md-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 4.1666666667%; }
      .wrapper .row > .left-md-2, .wrapper .editor-post-title > .left-md-2, .wrapper .editor-block-list__layout > .left-md-2, .editor-styles-wrapper .row > .left-md-2, .editor-styles-wrapper .editor-post-title > .left-md-2, .editor-styles-wrapper .editor-block-list__layout > .left-md-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 8.3333333333%; }
      .wrapper .row > .right-md-2, .wrapper .editor-post-title > .right-md-2, .wrapper .editor-block-list__layout > .right-md-2, .editor-styles-wrapper .row > .right-md-2, .editor-styles-wrapper .editor-post-title > .right-md-2, .editor-styles-wrapper .editor-block-list__layout > .right-md-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 8.3333333333%; }
      .wrapper .row > .left-md-3, .wrapper .editor-post-title > .left-md-3, .wrapper .editor-block-list__layout > .left-md-3, .editor-styles-wrapper .row > .left-md-3, .editor-styles-wrapper .editor-post-title > .left-md-3, .editor-styles-wrapper .editor-block-list__layout > .left-md-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-left: 12.5%; }
      .wrapper .row > .right-md-3, .wrapper .editor-post-title > .right-md-3, .wrapper .editor-block-list__layout > .right-md-3, .editor-styles-wrapper .row > .right-md-3, .editor-styles-wrapper .editor-post-title > .right-md-3, .editor-styles-wrapper .editor-block-list__layout > .right-md-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-right: 12.5%; }
      .wrapper .row > .left-md-4, .wrapper .editor-post-title > .left-md-4, .wrapper .editor-block-list__layout > .left-md-4, .editor-styles-wrapper .row > .left-md-4, .editor-styles-wrapper .editor-post-title > .left-md-4, .editor-styles-wrapper .editor-block-list__layout > .left-md-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 16.6666666667%; }
      .wrapper .row > .right-md-4, .wrapper .editor-post-title > .right-md-4, .wrapper .editor-block-list__layout > .right-md-4, .editor-styles-wrapper .row > .right-md-4, .editor-styles-wrapper .editor-post-title > .right-md-4, .editor-styles-wrapper .editor-block-list__layout > .right-md-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 16.6666666667%; }
      .wrapper .row > .left-md-5, .wrapper .editor-post-title > .left-md-5, .wrapper .editor-block-list__layout > .left-md-5, .editor-styles-wrapper .row > .left-md-5, .editor-styles-wrapper .editor-post-title > .left-md-5, .editor-styles-wrapper .editor-block-list__layout > .left-md-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 20.8333333333%; }
      .wrapper .row > .right-md-5, .wrapper .editor-post-title > .right-md-5, .wrapper .editor-block-list__layout > .right-md-5, .editor-styles-wrapper .row > .right-md-5, .editor-styles-wrapper .editor-post-title > .right-md-5, .editor-styles-wrapper .editor-block-list__layout > .right-md-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 20.8333333333%; }
      .wrapper .row > .left-md-6, .wrapper .editor-post-title > .left-md-6, .wrapper .editor-block-list__layout > .left-md-6, .editor-styles-wrapper .row > .left-md-6, .editor-styles-wrapper .editor-post-title > .left-md-6, .editor-styles-wrapper .editor-block-list__layout > .left-md-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-left: 25%; }
      .wrapper .row > .right-md-6, .wrapper .editor-post-title > .right-md-6, .wrapper .editor-block-list__layout > .right-md-6, .editor-styles-wrapper .row > .right-md-6, .editor-styles-wrapper .editor-post-title > .right-md-6, .editor-styles-wrapper .editor-block-list__layout > .right-md-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-right: 25%; }
      .wrapper .row > .left-md-7, .wrapper .editor-post-title > .left-md-7, .wrapper .editor-block-list__layout > .left-md-7, .editor-styles-wrapper .row > .left-md-7, .editor-styles-wrapper .editor-post-title > .left-md-7, .editor-styles-wrapper .editor-block-list__layout > .left-md-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 29.1666666667%; }
      .wrapper .row > .right-md-7, .wrapper .editor-post-title > .right-md-7, .wrapper .editor-block-list__layout > .right-md-7, .editor-styles-wrapper .row > .right-md-7, .editor-styles-wrapper .editor-post-title > .right-md-7, .editor-styles-wrapper .editor-block-list__layout > .right-md-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 29.1666666667%; }
      .wrapper .row > .left-md-8, .wrapper .editor-post-title > .left-md-8, .wrapper .editor-block-list__layout > .left-md-8, .editor-styles-wrapper .row > .left-md-8, .editor-styles-wrapper .editor-post-title > .left-md-8, .editor-styles-wrapper .editor-block-list__layout > .left-md-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 33.3333333333%; }
      .wrapper .row > .right-md-8, .wrapper .editor-post-title > .right-md-8, .wrapper .editor-block-list__layout > .right-md-8, .editor-styles-wrapper .row > .right-md-8, .editor-styles-wrapper .editor-post-title > .right-md-8, .editor-styles-wrapper .editor-block-list__layout > .right-md-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 33.3333333333%; }
      .wrapper .row > .left-md-9, .wrapper .editor-post-title > .left-md-9, .wrapper .editor-block-list__layout > .left-md-9, .editor-styles-wrapper .row > .left-md-9, .editor-styles-wrapper .editor-post-title > .left-md-9, .editor-styles-wrapper .editor-block-list__layout > .left-md-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-left: 37.5%; }
      .wrapper .row > .right-md-9, .wrapper .editor-post-title > .right-md-9, .wrapper .editor-block-list__layout > .right-md-9, .editor-styles-wrapper .row > .right-md-9, .editor-styles-wrapper .editor-post-title > .right-md-9, .editor-styles-wrapper .editor-block-list__layout > .right-md-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-right: 37.5%; }
      .wrapper .row > .left-md-10, .wrapper .editor-post-title > .left-md-10, .wrapper .editor-block-list__layout > .left-md-10, .editor-styles-wrapper .row > .left-md-10, .editor-styles-wrapper .editor-post-title > .left-md-10, .editor-styles-wrapper .editor-block-list__layout > .left-md-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 41.6666666667%; }
      .wrapper .row > .right-md-10, .wrapper .editor-post-title > .right-md-10, .wrapper .editor-block-list__layout > .right-md-10, .editor-styles-wrapper .row > .right-md-10, .editor-styles-wrapper .editor-post-title > .right-md-10, .editor-styles-wrapper .editor-block-list__layout > .right-md-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 41.6666666667%; }
      .wrapper .row > .left-md-11, .wrapper .editor-post-title > .left-md-11, .wrapper .editor-block-list__layout > .left-md-11, .editor-styles-wrapper .row > .left-md-11, .editor-styles-wrapper .editor-post-title > .left-md-11, .editor-styles-wrapper .editor-block-list__layout > .left-md-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 45.8333333333%; }
      .wrapper .row > .right-md-11, .wrapper .editor-post-title > .right-md-11, .wrapper .editor-block-list__layout > .right-md-11, .editor-styles-wrapper .row > .right-md-11, .editor-styles-wrapper .editor-post-title > .right-md-11, .editor-styles-wrapper .editor-block-list__layout > .right-md-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 45.8333333333%; }
      .wrapper .row > .left-md-12, .wrapper .editor-post-title > .left-md-12, .wrapper .editor-block-list__layout > .left-md-12, .editor-styles-wrapper .row > .left-md-12, .editor-styles-wrapper .editor-post-title > .left-md-12, .editor-styles-wrapper .editor-block-list__layout > .left-md-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-left: 50%; }
      .wrapper .row > .right-md-12, .wrapper .editor-post-title > .right-md-12, .wrapper .editor-block-list__layout > .right-md-12, .editor-styles-wrapper .row > .right-md-12, .editor-styles-wrapper .editor-post-title > .right-md-12, .editor-styles-wrapper .editor-block-list__layout > .right-md-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-right: 50%; }
      .wrapper .row > .left-md-13, .wrapper .editor-post-title > .left-md-13, .wrapper .editor-block-list__layout > .left-md-13, .editor-styles-wrapper .row > .left-md-13, .editor-styles-wrapper .editor-post-title > .left-md-13, .editor-styles-wrapper .editor-block-list__layout > .left-md-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 54.1666666667%; }
      .wrapper .row > .right-md-13, .wrapper .editor-post-title > .right-md-13, .wrapper .editor-block-list__layout > .right-md-13, .editor-styles-wrapper .row > .right-md-13, .editor-styles-wrapper .editor-post-title > .right-md-13, .editor-styles-wrapper .editor-block-list__layout > .right-md-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 54.1666666667%; }
      .wrapper .row > .left-md-14, .wrapper .editor-post-title > .left-md-14, .wrapper .editor-block-list__layout > .left-md-14, .editor-styles-wrapper .row > .left-md-14, .editor-styles-wrapper .editor-post-title > .left-md-14, .editor-styles-wrapper .editor-block-list__layout > .left-md-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 58.3333333333%; }
      .wrapper .row > .right-md-14, .wrapper .editor-post-title > .right-md-14, .wrapper .editor-block-list__layout > .right-md-14, .editor-styles-wrapper .row > .right-md-14, .editor-styles-wrapper .editor-post-title > .right-md-14, .editor-styles-wrapper .editor-block-list__layout > .right-md-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 58.3333333333%; }
      .wrapper .row > .left-md-15, .wrapper .editor-post-title > .left-md-15, .wrapper .editor-block-list__layout > .left-md-15, .editor-styles-wrapper .row > .left-md-15, .editor-styles-wrapper .editor-post-title > .left-md-15, .editor-styles-wrapper .editor-block-list__layout > .left-md-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-left: 62.5%; }
      .wrapper .row > .right-md-15, .wrapper .editor-post-title > .right-md-15, .wrapper .editor-block-list__layout > .right-md-15, .editor-styles-wrapper .row > .right-md-15, .editor-styles-wrapper .editor-post-title > .right-md-15, .editor-styles-wrapper .editor-block-list__layout > .right-md-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-right: 62.5%; }
      .wrapper .row > .left-md-16, .wrapper .editor-post-title > .left-md-16, .wrapper .editor-block-list__layout > .left-md-16, .editor-styles-wrapper .row > .left-md-16, .editor-styles-wrapper .editor-post-title > .left-md-16, .editor-styles-wrapper .editor-block-list__layout > .left-md-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 66.6666666667%; }
      .wrapper .row > .right-md-16, .wrapper .editor-post-title > .right-md-16, .wrapper .editor-block-list__layout > .right-md-16, .editor-styles-wrapper .row > .right-md-16, .editor-styles-wrapper .editor-post-title > .right-md-16, .editor-styles-wrapper .editor-block-list__layout > .right-md-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 66.6666666667%; }
      .wrapper .row > .left-md-17, .wrapper .editor-post-title > .left-md-17, .wrapper .editor-block-list__layout > .left-md-17, .editor-styles-wrapper .row > .left-md-17, .editor-styles-wrapper .editor-post-title > .left-md-17, .editor-styles-wrapper .editor-block-list__layout > .left-md-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 70.8333333333%; }
      .wrapper .row > .right-md-17, .wrapper .editor-post-title > .right-md-17, .wrapper .editor-block-list__layout > .right-md-17, .editor-styles-wrapper .row > .right-md-17, .editor-styles-wrapper .editor-post-title > .right-md-17, .editor-styles-wrapper .editor-block-list__layout > .right-md-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 70.8333333333%; }
      .wrapper .row > .left-md-18, .wrapper .editor-post-title > .left-md-18, .wrapper .editor-block-list__layout > .left-md-18, .editor-styles-wrapper .row > .left-md-18, .editor-styles-wrapper .editor-post-title > .left-md-18, .editor-styles-wrapper .editor-block-list__layout > .left-md-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-left: 75%; }
      .wrapper .row > .right-md-18, .wrapper .editor-post-title > .right-md-18, .wrapper .editor-block-list__layout > .right-md-18, .editor-styles-wrapper .row > .right-md-18, .editor-styles-wrapper .editor-post-title > .right-md-18, .editor-styles-wrapper .editor-block-list__layout > .right-md-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-right: 75%; }
      .wrapper .row > .left-md-19, .wrapper .editor-post-title > .left-md-19, .wrapper .editor-block-list__layout > .left-md-19, .editor-styles-wrapper .row > .left-md-19, .editor-styles-wrapper .editor-post-title > .left-md-19, .editor-styles-wrapper .editor-block-list__layout > .left-md-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 79.1666666667%; }
      .wrapper .row > .right-md-19, .wrapper .editor-post-title > .right-md-19, .wrapper .editor-block-list__layout > .right-md-19, .editor-styles-wrapper .row > .right-md-19, .editor-styles-wrapper .editor-post-title > .right-md-19, .editor-styles-wrapper .editor-block-list__layout > .right-md-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 79.1666666667%; }
      .wrapper .row > .left-md-20, .wrapper .editor-post-title > .left-md-20, .wrapper .editor-block-list__layout > .left-md-20, .editor-styles-wrapper .row > .left-md-20, .editor-styles-wrapper .editor-post-title > .left-md-20, .editor-styles-wrapper .editor-block-list__layout > .left-md-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 83.3333333333%; }
      .wrapper .row > .right-md-20, .wrapper .editor-post-title > .right-md-20, .wrapper .editor-block-list__layout > .right-md-20, .editor-styles-wrapper .row > .right-md-20, .editor-styles-wrapper .editor-post-title > .right-md-20, .editor-styles-wrapper .editor-block-list__layout > .right-md-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 83.3333333333%; }
      .wrapper .row > .left-md-21, .wrapper .editor-post-title > .left-md-21, .wrapper .editor-block-list__layout > .left-md-21, .editor-styles-wrapper .row > .left-md-21, .editor-styles-wrapper .editor-post-title > .left-md-21, .editor-styles-wrapper .editor-block-list__layout > .left-md-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-left: 87.5%; }
      .wrapper .row > .right-md-21, .wrapper .editor-post-title > .right-md-21, .wrapper .editor-block-list__layout > .right-md-21, .editor-styles-wrapper .row > .right-md-21, .editor-styles-wrapper .editor-post-title > .right-md-21, .editor-styles-wrapper .editor-block-list__layout > .right-md-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-right: 87.5%; }
      .wrapper .row > .left-md-22, .wrapper .editor-post-title > .left-md-22, .wrapper .editor-block-list__layout > .left-md-22, .editor-styles-wrapper .row > .left-md-22, .editor-styles-wrapper .editor-post-title > .left-md-22, .editor-styles-wrapper .editor-block-list__layout > .left-md-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 91.6666666667%; }
      .wrapper .row > .right-md-22, .wrapper .editor-post-title > .right-md-22, .wrapper .editor-block-list__layout > .right-md-22, .editor-styles-wrapper .row > .right-md-22, .editor-styles-wrapper .editor-post-title > .right-md-22, .editor-styles-wrapper .editor-block-list__layout > .right-md-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 91.6666666667%; }
      .wrapper .row > .left-md-23, .wrapper .editor-post-title > .left-md-23, .wrapper .editor-block-list__layout > .left-md-23, .editor-styles-wrapper .row > .left-md-23, .editor-styles-wrapper .editor-post-title > .left-md-23, .editor-styles-wrapper .editor-block-list__layout > .left-md-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 95.8333333333%; }
      .wrapper .row > .right-md-23, .wrapper .editor-post-title > .right-md-23, .wrapper .editor-block-list__layout > .right-md-23, .editor-styles-wrapper .row > .right-md-23, .editor-styles-wrapper .editor-post-title > .right-md-23, .editor-styles-wrapper .editor-block-list__layout > .right-md-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 95.8333333333%; } }
    @media (min-width: 1280px) {
      .wrapper .row > .left-lg-0, .wrapper .editor-post-title > .left-lg-0, .wrapper .editor-block-list__layout > .left-lg-0, .editor-styles-wrapper .row > .left-lg-0, .editor-styles-wrapper .editor-post-title > .left-lg-0, .editor-styles-wrapper .editor-block-list__layout > .left-lg-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-left: 0%; }
      .wrapper .row > .right-lg-0, .wrapper .editor-post-title > .right-lg-0, .wrapper .editor-block-list__layout > .right-lg-0, .editor-styles-wrapper .row > .right-lg-0, .editor-styles-wrapper .editor-post-title > .right-lg-0, .editor-styles-wrapper .editor-block-list__layout > .right-lg-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-right: 0%; }
      .wrapper .row > .left-lg-1, .wrapper .editor-post-title > .left-lg-1, .wrapper .editor-block-list__layout > .left-lg-1, .editor-styles-wrapper .row > .left-lg-1, .editor-styles-wrapper .editor-post-title > .left-lg-1, .editor-styles-wrapper .editor-block-list__layout > .left-lg-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 4.1666666667%; }
      .wrapper .row > .right-lg-1, .wrapper .editor-post-title > .right-lg-1, .wrapper .editor-block-list__layout > .right-lg-1, .editor-styles-wrapper .row > .right-lg-1, .editor-styles-wrapper .editor-post-title > .right-lg-1, .editor-styles-wrapper .editor-block-list__layout > .right-lg-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 4.1666666667%; }
      .wrapper .row > .left-lg-2, .wrapper .editor-post-title > .left-lg-2, .wrapper .editor-block-list__layout > .left-lg-2, .editor-styles-wrapper .row > .left-lg-2, .editor-styles-wrapper .editor-post-title > .left-lg-2, .editor-styles-wrapper .editor-block-list__layout > .left-lg-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 8.3333333333%; }
      .wrapper .row > .right-lg-2, .wrapper .editor-post-title > .right-lg-2, .wrapper .editor-block-list__layout > .right-lg-2, .editor-styles-wrapper .row > .right-lg-2, .editor-styles-wrapper .editor-post-title > .right-lg-2, .editor-styles-wrapper .editor-block-list__layout > .right-lg-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 8.3333333333%; }
      .wrapper .row > .left-lg-3, .wrapper .editor-post-title > .left-lg-3, .wrapper .editor-block-list__layout > .left-lg-3, .editor-styles-wrapper .row > .left-lg-3, .editor-styles-wrapper .editor-post-title > .left-lg-3, .editor-styles-wrapper .editor-block-list__layout > .left-lg-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-left: 12.5%; }
      .wrapper .row > .right-lg-3, .wrapper .editor-post-title > .right-lg-3, .wrapper .editor-block-list__layout > .right-lg-3, .editor-styles-wrapper .row > .right-lg-3, .editor-styles-wrapper .editor-post-title > .right-lg-3, .editor-styles-wrapper .editor-block-list__layout > .right-lg-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-right: 12.5%; }
      .wrapper .row > .left-lg-4, .wrapper .editor-post-title > .left-lg-4, .wrapper .editor-block-list__layout > .left-lg-4, .editor-styles-wrapper .row > .left-lg-4, .editor-styles-wrapper .editor-post-title > .left-lg-4, .editor-styles-wrapper .editor-block-list__layout > .left-lg-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 16.6666666667%; }
      .wrapper .row > .right-lg-4, .wrapper .editor-post-title > .right-lg-4, .wrapper .editor-block-list__layout > .right-lg-4, .editor-styles-wrapper .row > .right-lg-4, .editor-styles-wrapper .editor-post-title > .right-lg-4, .editor-styles-wrapper .editor-block-list__layout > .right-lg-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 16.6666666667%; }
      .wrapper .row > .left-lg-5, .wrapper .editor-post-title > .left-lg-5, .wrapper .editor-block-list__layout > .left-lg-5, .editor-styles-wrapper .row > .left-lg-5, .editor-styles-wrapper .editor-post-title > .left-lg-5, .editor-styles-wrapper .editor-block-list__layout > .left-lg-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 20.8333333333%; }
      .wrapper .row > .right-lg-5, .wrapper .editor-post-title > .right-lg-5, .wrapper .editor-block-list__layout > .right-lg-5, .editor-styles-wrapper .row > .right-lg-5, .editor-styles-wrapper .editor-post-title > .right-lg-5, .editor-styles-wrapper .editor-block-list__layout > .right-lg-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 20.8333333333%; }
      .wrapper .row > .left-lg-6, .wrapper .editor-post-title > .left-lg-6, .wrapper .editor-block-list__layout > .left-lg-6, .editor-styles-wrapper .row > .left-lg-6, .editor-styles-wrapper .editor-post-title > .left-lg-6, .editor-styles-wrapper .editor-block-list__layout > .left-lg-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-left: 25%; }
      .wrapper .row > .right-lg-6, .wrapper .editor-post-title > .right-lg-6, .wrapper .editor-block-list__layout > .right-lg-6, .editor-styles-wrapper .row > .right-lg-6, .editor-styles-wrapper .editor-post-title > .right-lg-6, .editor-styles-wrapper .editor-block-list__layout > .right-lg-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-right: 25%; }
      .wrapper .row > .left-lg-7, .wrapper .editor-post-title > .left-lg-7, .wrapper .editor-block-list__layout > .left-lg-7, .editor-styles-wrapper .row > .left-lg-7, .editor-styles-wrapper .editor-post-title > .left-lg-7, .editor-styles-wrapper .editor-block-list__layout > .left-lg-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 29.1666666667%; }
      .wrapper .row > .right-lg-7, .wrapper .editor-post-title > .right-lg-7, .wrapper .editor-block-list__layout > .right-lg-7, .editor-styles-wrapper .row > .right-lg-7, .editor-styles-wrapper .editor-post-title > .right-lg-7, .editor-styles-wrapper .editor-block-list__layout > .right-lg-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 29.1666666667%; }
      .wrapper .row > .left-lg-8, .wrapper .editor-post-title > .left-lg-8, .wrapper .editor-block-list__layout > .left-lg-8, .editor-styles-wrapper .row > .left-lg-8, .editor-styles-wrapper .editor-post-title > .left-lg-8, .editor-styles-wrapper .editor-block-list__layout > .left-lg-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 33.3333333333%; }
      .wrapper .row > .right-lg-8, .wrapper .editor-post-title > .right-lg-8, .wrapper .editor-block-list__layout > .right-lg-8, .editor-styles-wrapper .row > .right-lg-8, .editor-styles-wrapper .editor-post-title > .right-lg-8, .editor-styles-wrapper .editor-block-list__layout > .right-lg-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 33.3333333333%; }
      .wrapper .row > .left-lg-9, .wrapper .editor-post-title > .left-lg-9, .wrapper .editor-block-list__layout > .left-lg-9, .editor-styles-wrapper .row > .left-lg-9, .editor-styles-wrapper .editor-post-title > .left-lg-9, .editor-styles-wrapper .editor-block-list__layout > .left-lg-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-left: 37.5%; }
      .wrapper .row > .right-lg-9, .wrapper .editor-post-title > .right-lg-9, .wrapper .editor-block-list__layout > .right-lg-9, .editor-styles-wrapper .row > .right-lg-9, .editor-styles-wrapper .editor-post-title > .right-lg-9, .editor-styles-wrapper .editor-block-list__layout > .right-lg-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-right: 37.5%; }
      .wrapper .row > .left-lg-10, .wrapper .editor-post-title > .left-lg-10, .wrapper .editor-block-list__layout > .left-lg-10, .editor-styles-wrapper .row > .left-lg-10, .editor-styles-wrapper .editor-post-title > .left-lg-10, .editor-styles-wrapper .editor-block-list__layout > .left-lg-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 41.6666666667%; }
      .wrapper .row > .right-lg-10, .wrapper .editor-post-title > .right-lg-10, .wrapper .editor-block-list__layout > .right-lg-10, .editor-styles-wrapper .row > .right-lg-10, .editor-styles-wrapper .editor-post-title > .right-lg-10, .editor-styles-wrapper .editor-block-list__layout > .right-lg-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 41.6666666667%; }
      .wrapper .row > .left-lg-11, .wrapper .editor-post-title > .left-lg-11, .wrapper .editor-block-list__layout > .left-lg-11, .editor-styles-wrapper .row > .left-lg-11, .editor-styles-wrapper .editor-post-title > .left-lg-11, .editor-styles-wrapper .editor-block-list__layout > .left-lg-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 45.8333333333%; }
      .wrapper .row > .right-lg-11, .wrapper .editor-post-title > .right-lg-11, .wrapper .editor-block-list__layout > .right-lg-11, .editor-styles-wrapper .row > .right-lg-11, .editor-styles-wrapper .editor-post-title > .right-lg-11, .editor-styles-wrapper .editor-block-list__layout > .right-lg-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 45.8333333333%; }
      .wrapper .row > .left-lg-12, .wrapper .editor-post-title > .left-lg-12, .wrapper .editor-block-list__layout > .left-lg-12, .editor-styles-wrapper .row > .left-lg-12, .editor-styles-wrapper .editor-post-title > .left-lg-12, .editor-styles-wrapper .editor-block-list__layout > .left-lg-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-left: 50%; }
      .wrapper .row > .right-lg-12, .wrapper .editor-post-title > .right-lg-12, .wrapper .editor-block-list__layout > .right-lg-12, .editor-styles-wrapper .row > .right-lg-12, .editor-styles-wrapper .editor-post-title > .right-lg-12, .editor-styles-wrapper .editor-block-list__layout > .right-lg-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-right: 50%; }
      .wrapper .row > .left-lg-13, .wrapper .editor-post-title > .left-lg-13, .wrapper .editor-block-list__layout > .left-lg-13, .editor-styles-wrapper .row > .left-lg-13, .editor-styles-wrapper .editor-post-title > .left-lg-13, .editor-styles-wrapper .editor-block-list__layout > .left-lg-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 54.1666666667%; }
      .wrapper .row > .right-lg-13, .wrapper .editor-post-title > .right-lg-13, .wrapper .editor-block-list__layout > .right-lg-13, .editor-styles-wrapper .row > .right-lg-13, .editor-styles-wrapper .editor-post-title > .right-lg-13, .editor-styles-wrapper .editor-block-list__layout > .right-lg-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 54.1666666667%; }
      .wrapper .row > .left-lg-14, .wrapper .editor-post-title > .left-lg-14, .wrapper .editor-block-list__layout > .left-lg-14, .editor-styles-wrapper .row > .left-lg-14, .editor-styles-wrapper .editor-post-title > .left-lg-14, .editor-styles-wrapper .editor-block-list__layout > .left-lg-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 58.3333333333%; }
      .wrapper .row > .right-lg-14, .wrapper .editor-post-title > .right-lg-14, .wrapper .editor-block-list__layout > .right-lg-14, .editor-styles-wrapper .row > .right-lg-14, .editor-styles-wrapper .editor-post-title > .right-lg-14, .editor-styles-wrapper .editor-block-list__layout > .right-lg-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 58.3333333333%; }
      .wrapper .row > .left-lg-15, .wrapper .editor-post-title > .left-lg-15, .wrapper .editor-block-list__layout > .left-lg-15, .editor-styles-wrapper .row > .left-lg-15, .editor-styles-wrapper .editor-post-title > .left-lg-15, .editor-styles-wrapper .editor-block-list__layout > .left-lg-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-left: 62.5%; }
      .wrapper .row > .right-lg-15, .wrapper .editor-post-title > .right-lg-15, .wrapper .editor-block-list__layout > .right-lg-15, .editor-styles-wrapper .row > .right-lg-15, .editor-styles-wrapper .editor-post-title > .right-lg-15, .editor-styles-wrapper .editor-block-list__layout > .right-lg-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-right: 62.5%; }
      .wrapper .row > .left-lg-16, .wrapper .editor-post-title > .left-lg-16, .wrapper .editor-block-list__layout > .left-lg-16, .editor-styles-wrapper .row > .left-lg-16, .editor-styles-wrapper .editor-post-title > .left-lg-16, .editor-styles-wrapper .editor-block-list__layout > .left-lg-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 66.6666666667%; }
      .wrapper .row > .right-lg-16, .wrapper .editor-post-title > .right-lg-16, .wrapper .editor-block-list__layout > .right-lg-16, .editor-styles-wrapper .row > .right-lg-16, .editor-styles-wrapper .editor-post-title > .right-lg-16, .editor-styles-wrapper .editor-block-list__layout > .right-lg-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 66.6666666667%; }
      .wrapper .row > .left-lg-17, .wrapper .editor-post-title > .left-lg-17, .wrapper .editor-block-list__layout > .left-lg-17, .editor-styles-wrapper .row > .left-lg-17, .editor-styles-wrapper .editor-post-title > .left-lg-17, .editor-styles-wrapper .editor-block-list__layout > .left-lg-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 70.8333333333%; }
      .wrapper .row > .right-lg-17, .wrapper .editor-post-title > .right-lg-17, .wrapper .editor-block-list__layout > .right-lg-17, .editor-styles-wrapper .row > .right-lg-17, .editor-styles-wrapper .editor-post-title > .right-lg-17, .editor-styles-wrapper .editor-block-list__layout > .right-lg-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 70.8333333333%; }
      .wrapper .row > .left-lg-18, .wrapper .editor-post-title > .left-lg-18, .wrapper .editor-block-list__layout > .left-lg-18, .editor-styles-wrapper .row > .left-lg-18, .editor-styles-wrapper .editor-post-title > .left-lg-18, .editor-styles-wrapper .editor-block-list__layout > .left-lg-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-left: 75%; }
      .wrapper .row > .right-lg-18, .wrapper .editor-post-title > .right-lg-18, .wrapper .editor-block-list__layout > .right-lg-18, .editor-styles-wrapper .row > .right-lg-18, .editor-styles-wrapper .editor-post-title > .right-lg-18, .editor-styles-wrapper .editor-block-list__layout > .right-lg-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-right: 75%; }
      .wrapper .row > .left-lg-19, .wrapper .editor-post-title > .left-lg-19, .wrapper .editor-block-list__layout > .left-lg-19, .editor-styles-wrapper .row > .left-lg-19, .editor-styles-wrapper .editor-post-title > .left-lg-19, .editor-styles-wrapper .editor-block-list__layout > .left-lg-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 79.1666666667%; }
      .wrapper .row > .right-lg-19, .wrapper .editor-post-title > .right-lg-19, .wrapper .editor-block-list__layout > .right-lg-19, .editor-styles-wrapper .row > .right-lg-19, .editor-styles-wrapper .editor-post-title > .right-lg-19, .editor-styles-wrapper .editor-block-list__layout > .right-lg-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 79.1666666667%; }
      .wrapper .row > .left-lg-20, .wrapper .editor-post-title > .left-lg-20, .wrapper .editor-block-list__layout > .left-lg-20, .editor-styles-wrapper .row > .left-lg-20, .editor-styles-wrapper .editor-post-title > .left-lg-20, .editor-styles-wrapper .editor-block-list__layout > .left-lg-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 83.3333333333%; }
      .wrapper .row > .right-lg-20, .wrapper .editor-post-title > .right-lg-20, .wrapper .editor-block-list__layout > .right-lg-20, .editor-styles-wrapper .row > .right-lg-20, .editor-styles-wrapper .editor-post-title > .right-lg-20, .editor-styles-wrapper .editor-block-list__layout > .right-lg-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 83.3333333333%; }
      .wrapper .row > .left-lg-21, .wrapper .editor-post-title > .left-lg-21, .wrapper .editor-block-list__layout > .left-lg-21, .editor-styles-wrapper .row > .left-lg-21, .editor-styles-wrapper .editor-post-title > .left-lg-21, .editor-styles-wrapper .editor-block-list__layout > .left-lg-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-left: 87.5%; }
      .wrapper .row > .right-lg-21, .wrapper .editor-post-title > .right-lg-21, .wrapper .editor-block-list__layout > .right-lg-21, .editor-styles-wrapper .row > .right-lg-21, .editor-styles-wrapper .editor-post-title > .right-lg-21, .editor-styles-wrapper .editor-block-list__layout > .right-lg-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-right: 87.5%; }
      .wrapper .row > .left-lg-22, .wrapper .editor-post-title > .left-lg-22, .wrapper .editor-block-list__layout > .left-lg-22, .editor-styles-wrapper .row > .left-lg-22, .editor-styles-wrapper .editor-post-title > .left-lg-22, .editor-styles-wrapper .editor-block-list__layout > .left-lg-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 91.6666666667%; }
      .wrapper .row > .right-lg-22, .wrapper .editor-post-title > .right-lg-22, .wrapper .editor-block-list__layout > .right-lg-22, .editor-styles-wrapper .row > .right-lg-22, .editor-styles-wrapper .editor-post-title > .right-lg-22, .editor-styles-wrapper .editor-block-list__layout > .right-lg-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 91.6666666667%; }
      .wrapper .row > .left-lg-23, .wrapper .editor-post-title > .left-lg-23, .wrapper .editor-block-list__layout > .left-lg-23, .editor-styles-wrapper .row > .left-lg-23, .editor-styles-wrapper .editor-post-title > .left-lg-23, .editor-styles-wrapper .editor-block-list__layout > .left-lg-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 95.8333333333%; }
      .wrapper .row > .right-lg-23, .wrapper .editor-post-title > .right-lg-23, .wrapper .editor-block-list__layout > .right-lg-23, .editor-styles-wrapper .row > .right-lg-23, .editor-styles-wrapper .editor-post-title > .right-lg-23, .editor-styles-wrapper .editor-block-list__layout > .right-lg-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 95.8333333333%; } }
    @media (min-width: 1920px) {
      .wrapper .row > .left-hg-0, .wrapper .editor-post-title > .left-hg-0, .wrapper .editor-block-list__layout > .left-hg-0, .editor-styles-wrapper .row > .left-hg-0, .editor-styles-wrapper .editor-post-title > .left-hg-0, .editor-styles-wrapper .editor-block-list__layout > .left-hg-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-left: 0%; }
      .wrapper .row > .right-hg-0, .wrapper .editor-post-title > .right-hg-0, .wrapper .editor-block-list__layout > .right-hg-0, .editor-styles-wrapper .row > .right-hg-0, .editor-styles-wrapper .editor-post-title > .right-hg-0, .editor-styles-wrapper .editor-block-list__layout > .right-hg-0 {
        max-width: 100%;
        min-width: 4.1666666667%;
        margin-right: 0%; }
      .wrapper .row > .left-hg-1, .wrapper .editor-post-title > .left-hg-1, .wrapper .editor-block-list__layout > .left-hg-1, .editor-styles-wrapper .row > .left-hg-1, .editor-styles-wrapper .editor-post-title > .left-hg-1, .editor-styles-wrapper .editor-block-list__layout > .left-hg-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 4.1666666667%; }
      .wrapper .row > .right-hg-1, .wrapper .editor-post-title > .right-hg-1, .wrapper .editor-block-list__layout > .right-hg-1, .editor-styles-wrapper .row > .right-hg-1, .editor-styles-wrapper .editor-post-title > .right-hg-1, .editor-styles-wrapper .editor-block-list__layout > .right-hg-1 {
        max-width: 95.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 4.1666666667%; }
      .wrapper .row > .left-hg-2, .wrapper .editor-post-title > .left-hg-2, .wrapper .editor-block-list__layout > .left-hg-2, .editor-styles-wrapper .row > .left-hg-2, .editor-styles-wrapper .editor-post-title > .left-hg-2, .editor-styles-wrapper .editor-block-list__layout > .left-hg-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 8.3333333333%; }
      .wrapper .row > .right-hg-2, .wrapper .editor-post-title > .right-hg-2, .wrapper .editor-block-list__layout > .right-hg-2, .editor-styles-wrapper .row > .right-hg-2, .editor-styles-wrapper .editor-post-title > .right-hg-2, .editor-styles-wrapper .editor-block-list__layout > .right-hg-2 {
        max-width: 91.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 8.3333333333%; }
      .wrapper .row > .left-hg-3, .wrapper .editor-post-title > .left-hg-3, .wrapper .editor-block-list__layout > .left-hg-3, .editor-styles-wrapper .row > .left-hg-3, .editor-styles-wrapper .editor-post-title > .left-hg-3, .editor-styles-wrapper .editor-block-list__layout > .left-hg-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-left: 12.5%; }
      .wrapper .row > .right-hg-3, .wrapper .editor-post-title > .right-hg-3, .wrapper .editor-block-list__layout > .right-hg-3, .editor-styles-wrapper .row > .right-hg-3, .editor-styles-wrapper .editor-post-title > .right-hg-3, .editor-styles-wrapper .editor-block-list__layout > .right-hg-3 {
        max-width: 87.5%;
        min-width: 4.1666666667%;
        margin-right: 12.5%; }
      .wrapper .row > .left-hg-4, .wrapper .editor-post-title > .left-hg-4, .wrapper .editor-block-list__layout > .left-hg-4, .editor-styles-wrapper .row > .left-hg-4, .editor-styles-wrapper .editor-post-title > .left-hg-4, .editor-styles-wrapper .editor-block-list__layout > .left-hg-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 16.6666666667%; }
      .wrapper .row > .right-hg-4, .wrapper .editor-post-title > .right-hg-4, .wrapper .editor-block-list__layout > .right-hg-4, .editor-styles-wrapper .row > .right-hg-4, .editor-styles-wrapper .editor-post-title > .right-hg-4, .editor-styles-wrapper .editor-block-list__layout > .right-hg-4 {
        max-width: 83.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 16.6666666667%; }
      .wrapper .row > .left-hg-5, .wrapper .editor-post-title > .left-hg-5, .wrapper .editor-block-list__layout > .left-hg-5, .editor-styles-wrapper .row > .left-hg-5, .editor-styles-wrapper .editor-post-title > .left-hg-5, .editor-styles-wrapper .editor-block-list__layout > .left-hg-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 20.8333333333%; }
      .wrapper .row > .right-hg-5, .wrapper .editor-post-title > .right-hg-5, .wrapper .editor-block-list__layout > .right-hg-5, .editor-styles-wrapper .row > .right-hg-5, .editor-styles-wrapper .editor-post-title > .right-hg-5, .editor-styles-wrapper .editor-block-list__layout > .right-hg-5 {
        max-width: 79.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 20.8333333333%; }
      .wrapper .row > .left-hg-6, .wrapper .editor-post-title > .left-hg-6, .wrapper .editor-block-list__layout > .left-hg-6, .editor-styles-wrapper .row > .left-hg-6, .editor-styles-wrapper .editor-post-title > .left-hg-6, .editor-styles-wrapper .editor-block-list__layout > .left-hg-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-left: 25%; }
      .wrapper .row > .right-hg-6, .wrapper .editor-post-title > .right-hg-6, .wrapper .editor-block-list__layout > .right-hg-6, .editor-styles-wrapper .row > .right-hg-6, .editor-styles-wrapper .editor-post-title > .right-hg-6, .editor-styles-wrapper .editor-block-list__layout > .right-hg-6 {
        max-width: 75%;
        min-width: 4.1666666667%;
        margin-right: 25%; }
      .wrapper .row > .left-hg-7, .wrapper .editor-post-title > .left-hg-7, .wrapper .editor-block-list__layout > .left-hg-7, .editor-styles-wrapper .row > .left-hg-7, .editor-styles-wrapper .editor-post-title > .left-hg-7, .editor-styles-wrapper .editor-block-list__layout > .left-hg-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 29.1666666667%; }
      .wrapper .row > .right-hg-7, .wrapper .editor-post-title > .right-hg-7, .wrapper .editor-block-list__layout > .right-hg-7, .editor-styles-wrapper .row > .right-hg-7, .editor-styles-wrapper .editor-post-title > .right-hg-7, .editor-styles-wrapper .editor-block-list__layout > .right-hg-7 {
        max-width: 70.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 29.1666666667%; }
      .wrapper .row > .left-hg-8, .wrapper .editor-post-title > .left-hg-8, .wrapper .editor-block-list__layout > .left-hg-8, .editor-styles-wrapper .row > .left-hg-8, .editor-styles-wrapper .editor-post-title > .left-hg-8, .editor-styles-wrapper .editor-block-list__layout > .left-hg-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 33.3333333333%; }
      .wrapper .row > .right-hg-8, .wrapper .editor-post-title > .right-hg-8, .wrapper .editor-block-list__layout > .right-hg-8, .editor-styles-wrapper .row > .right-hg-8, .editor-styles-wrapper .editor-post-title > .right-hg-8, .editor-styles-wrapper .editor-block-list__layout > .right-hg-8 {
        max-width: 66.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 33.3333333333%; }
      .wrapper .row > .left-hg-9, .wrapper .editor-post-title > .left-hg-9, .wrapper .editor-block-list__layout > .left-hg-9, .editor-styles-wrapper .row > .left-hg-9, .editor-styles-wrapper .editor-post-title > .left-hg-9, .editor-styles-wrapper .editor-block-list__layout > .left-hg-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-left: 37.5%; }
      .wrapper .row > .right-hg-9, .wrapper .editor-post-title > .right-hg-9, .wrapper .editor-block-list__layout > .right-hg-9, .editor-styles-wrapper .row > .right-hg-9, .editor-styles-wrapper .editor-post-title > .right-hg-9, .editor-styles-wrapper .editor-block-list__layout > .right-hg-9 {
        max-width: 62.5%;
        min-width: 4.1666666667%;
        margin-right: 37.5%; }
      .wrapper .row > .left-hg-10, .wrapper .editor-post-title > .left-hg-10, .wrapper .editor-block-list__layout > .left-hg-10, .editor-styles-wrapper .row > .left-hg-10, .editor-styles-wrapper .editor-post-title > .left-hg-10, .editor-styles-wrapper .editor-block-list__layout > .left-hg-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 41.6666666667%; }
      .wrapper .row > .right-hg-10, .wrapper .editor-post-title > .right-hg-10, .wrapper .editor-block-list__layout > .right-hg-10, .editor-styles-wrapper .row > .right-hg-10, .editor-styles-wrapper .editor-post-title > .right-hg-10, .editor-styles-wrapper .editor-block-list__layout > .right-hg-10 {
        max-width: 58.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 41.6666666667%; }
      .wrapper .row > .left-hg-11, .wrapper .editor-post-title > .left-hg-11, .wrapper .editor-block-list__layout > .left-hg-11, .editor-styles-wrapper .row > .left-hg-11, .editor-styles-wrapper .editor-post-title > .left-hg-11, .editor-styles-wrapper .editor-block-list__layout > .left-hg-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 45.8333333333%; }
      .wrapper .row > .right-hg-11, .wrapper .editor-post-title > .right-hg-11, .wrapper .editor-block-list__layout > .right-hg-11, .editor-styles-wrapper .row > .right-hg-11, .editor-styles-wrapper .editor-post-title > .right-hg-11, .editor-styles-wrapper .editor-block-list__layout > .right-hg-11 {
        max-width: 54.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 45.8333333333%; }
      .wrapper .row > .left-hg-12, .wrapper .editor-post-title > .left-hg-12, .wrapper .editor-block-list__layout > .left-hg-12, .editor-styles-wrapper .row > .left-hg-12, .editor-styles-wrapper .editor-post-title > .left-hg-12, .editor-styles-wrapper .editor-block-list__layout > .left-hg-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-left: 50%; }
      .wrapper .row > .right-hg-12, .wrapper .editor-post-title > .right-hg-12, .wrapper .editor-block-list__layout > .right-hg-12, .editor-styles-wrapper .row > .right-hg-12, .editor-styles-wrapper .editor-post-title > .right-hg-12, .editor-styles-wrapper .editor-block-list__layout > .right-hg-12 {
        max-width: 50%;
        min-width: 4.1666666667%;
        margin-right: 50%; }
      .wrapper .row > .left-hg-13, .wrapper .editor-post-title > .left-hg-13, .wrapper .editor-block-list__layout > .left-hg-13, .editor-styles-wrapper .row > .left-hg-13, .editor-styles-wrapper .editor-post-title > .left-hg-13, .editor-styles-wrapper .editor-block-list__layout > .left-hg-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 54.1666666667%; }
      .wrapper .row > .right-hg-13, .wrapper .editor-post-title > .right-hg-13, .wrapper .editor-block-list__layout > .right-hg-13, .editor-styles-wrapper .row > .right-hg-13, .editor-styles-wrapper .editor-post-title > .right-hg-13, .editor-styles-wrapper .editor-block-list__layout > .right-hg-13 {
        max-width: 45.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 54.1666666667%; }
      .wrapper .row > .left-hg-14, .wrapper .editor-post-title > .left-hg-14, .wrapper .editor-block-list__layout > .left-hg-14, .editor-styles-wrapper .row > .left-hg-14, .editor-styles-wrapper .editor-post-title > .left-hg-14, .editor-styles-wrapper .editor-block-list__layout > .left-hg-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 58.3333333333%; }
      .wrapper .row > .right-hg-14, .wrapper .editor-post-title > .right-hg-14, .wrapper .editor-block-list__layout > .right-hg-14, .editor-styles-wrapper .row > .right-hg-14, .editor-styles-wrapper .editor-post-title > .right-hg-14, .editor-styles-wrapper .editor-block-list__layout > .right-hg-14 {
        max-width: 41.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 58.3333333333%; }
      .wrapper .row > .left-hg-15, .wrapper .editor-post-title > .left-hg-15, .wrapper .editor-block-list__layout > .left-hg-15, .editor-styles-wrapper .row > .left-hg-15, .editor-styles-wrapper .editor-post-title > .left-hg-15, .editor-styles-wrapper .editor-block-list__layout > .left-hg-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-left: 62.5%; }
      .wrapper .row > .right-hg-15, .wrapper .editor-post-title > .right-hg-15, .wrapper .editor-block-list__layout > .right-hg-15, .editor-styles-wrapper .row > .right-hg-15, .editor-styles-wrapper .editor-post-title > .right-hg-15, .editor-styles-wrapper .editor-block-list__layout > .right-hg-15 {
        max-width: 37.5%;
        min-width: 4.1666666667%;
        margin-right: 62.5%; }
      .wrapper .row > .left-hg-16, .wrapper .editor-post-title > .left-hg-16, .wrapper .editor-block-list__layout > .left-hg-16, .editor-styles-wrapper .row > .left-hg-16, .editor-styles-wrapper .editor-post-title > .left-hg-16, .editor-styles-wrapper .editor-block-list__layout > .left-hg-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 66.6666666667%; }
      .wrapper .row > .right-hg-16, .wrapper .editor-post-title > .right-hg-16, .wrapper .editor-block-list__layout > .right-hg-16, .editor-styles-wrapper .row > .right-hg-16, .editor-styles-wrapper .editor-post-title > .right-hg-16, .editor-styles-wrapper .editor-block-list__layout > .right-hg-16 {
        max-width: 33.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 66.6666666667%; }
      .wrapper .row > .left-hg-17, .wrapper .editor-post-title > .left-hg-17, .wrapper .editor-block-list__layout > .left-hg-17, .editor-styles-wrapper .row > .left-hg-17, .editor-styles-wrapper .editor-post-title > .left-hg-17, .editor-styles-wrapper .editor-block-list__layout > .left-hg-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 70.8333333333%; }
      .wrapper .row > .right-hg-17, .wrapper .editor-post-title > .right-hg-17, .wrapper .editor-block-list__layout > .right-hg-17, .editor-styles-wrapper .row > .right-hg-17, .editor-styles-wrapper .editor-post-title > .right-hg-17, .editor-styles-wrapper .editor-block-list__layout > .right-hg-17 {
        max-width: 29.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 70.8333333333%; }
      .wrapper .row > .left-hg-18, .wrapper .editor-post-title > .left-hg-18, .wrapper .editor-block-list__layout > .left-hg-18, .editor-styles-wrapper .row > .left-hg-18, .editor-styles-wrapper .editor-post-title > .left-hg-18, .editor-styles-wrapper .editor-block-list__layout > .left-hg-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-left: 75%; }
      .wrapper .row > .right-hg-18, .wrapper .editor-post-title > .right-hg-18, .wrapper .editor-block-list__layout > .right-hg-18, .editor-styles-wrapper .row > .right-hg-18, .editor-styles-wrapper .editor-post-title > .right-hg-18, .editor-styles-wrapper .editor-block-list__layout > .right-hg-18 {
        max-width: 25%;
        min-width: 4.1666666667%;
        margin-right: 75%; }
      .wrapper .row > .left-hg-19, .wrapper .editor-post-title > .left-hg-19, .wrapper .editor-block-list__layout > .left-hg-19, .editor-styles-wrapper .row > .left-hg-19, .editor-styles-wrapper .editor-post-title > .left-hg-19, .editor-styles-wrapper .editor-block-list__layout > .left-hg-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-left: 79.1666666667%; }
      .wrapper .row > .right-hg-19, .wrapper .editor-post-title > .right-hg-19, .wrapper .editor-block-list__layout > .right-hg-19, .editor-styles-wrapper .row > .right-hg-19, .editor-styles-wrapper .editor-post-title > .right-hg-19, .editor-styles-wrapper .editor-block-list__layout > .right-hg-19 {
        max-width: 20.8333333333%;
        min-width: 4.1666666667%;
        margin-right: 79.1666666667%; }
      .wrapper .row > .left-hg-20, .wrapper .editor-post-title > .left-hg-20, .wrapper .editor-block-list__layout > .left-hg-20, .editor-styles-wrapper .row > .left-hg-20, .editor-styles-wrapper .editor-post-title > .left-hg-20, .editor-styles-wrapper .editor-block-list__layout > .left-hg-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-left: 83.3333333333%; }
      .wrapper .row > .right-hg-20, .wrapper .editor-post-title > .right-hg-20, .wrapper .editor-block-list__layout > .right-hg-20, .editor-styles-wrapper .row > .right-hg-20, .editor-styles-wrapper .editor-post-title > .right-hg-20, .editor-styles-wrapper .editor-block-list__layout > .right-hg-20 {
        max-width: 16.6666666667%;
        min-width: 4.1666666667%;
        margin-right: 83.3333333333%; }
      .wrapper .row > .left-hg-21, .wrapper .editor-post-title > .left-hg-21, .wrapper .editor-block-list__layout > .left-hg-21, .editor-styles-wrapper .row > .left-hg-21, .editor-styles-wrapper .editor-post-title > .left-hg-21, .editor-styles-wrapper .editor-block-list__layout > .left-hg-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-left: 87.5%; }
      .wrapper .row > .right-hg-21, .wrapper .editor-post-title > .right-hg-21, .wrapper .editor-block-list__layout > .right-hg-21, .editor-styles-wrapper .row > .right-hg-21, .editor-styles-wrapper .editor-post-title > .right-hg-21, .editor-styles-wrapper .editor-block-list__layout > .right-hg-21 {
        max-width: 12.5%;
        min-width: 4.1666666667%;
        margin-right: 87.5%; }
      .wrapper .row > .left-hg-22, .wrapper .editor-post-title > .left-hg-22, .wrapper .editor-block-list__layout > .left-hg-22, .editor-styles-wrapper .row > .left-hg-22, .editor-styles-wrapper .editor-post-title > .left-hg-22, .editor-styles-wrapper .editor-block-list__layout > .left-hg-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-left: 91.6666666667%; }
      .wrapper .row > .right-hg-22, .wrapper .editor-post-title > .right-hg-22, .wrapper .editor-block-list__layout > .right-hg-22, .editor-styles-wrapper .row > .right-hg-22, .editor-styles-wrapper .editor-post-title > .right-hg-22, .editor-styles-wrapper .editor-block-list__layout > .right-hg-22 {
        max-width: 8.3333333333%;
        min-width: 4.1666666667%;
        margin-right: 91.6666666667%; }
      .wrapper .row > .left-hg-23, .wrapper .editor-post-title > .left-hg-23, .wrapper .editor-block-list__layout > .left-hg-23, .editor-styles-wrapper .row > .left-hg-23, .editor-styles-wrapper .editor-post-title > .left-hg-23, .editor-styles-wrapper .editor-block-list__layout > .left-hg-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-left: 95.8333333333%; }
      .wrapper .row > .right-hg-23, .wrapper .editor-post-title > .right-hg-23, .wrapper .editor-block-list__layout > .right-hg-23, .editor-styles-wrapper .row > .right-hg-23, .editor-styles-wrapper .editor-post-title > .right-hg-23, .editor-styles-wrapper .editor-block-list__layout > .right-hg-23 {
        max-width: 4.1666666667%;
        min-width: 4.1666666667%;
        margin-right: 95.8333333333%; } }
  .wrapper .wp-block[data-type^=core], .wrapper .wp-block[data-type^=acf], .editor-styles-wrapper .wp-block[data-type^=core], .editor-styles-wrapper .wp-block[data-type^=acf] {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .wrapper .wp-block[data-type$=-full], .editor-styles-wrapper .wp-block[data-type$=-full] {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.editor-block-list__layout .row > .wp-block-columns, .wrapper .row > .wp-block-columns {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0; }
  .editor-block-list__layout .row > .wp-block-columns .wp-block-column, .wrapper .row > .wp-block-columns .wp-block-column {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .editor-block-list__layout .row > .wp-block-columns .wp-block-column *:first-child, .wrapper .row > .wp-block-columns .wp-block-column *:first-child {
      margin-top: 1rem; }
      @media (min-width: 1280px) {
        .editor-block-list__layout .row > .wp-block-columns .wp-block-column *:first-child, .wrapper .row > .wp-block-columns .wp-block-column *:first-child {
          margin-top: 1.5rem; } }
  .editor-block-list__layout .row > .wp-block-columns + .wp-block-columns, .wrapper .row > .wp-block-columns + .wp-block-columns {
    margin-top: 1rem; }
.editor-block-list__layout .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > div > .editor-inner-blocks, .wrapper .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] > .editor-block-list__block-edit > div > .editor-inner-blocks {
  margin-bottom: 0; }
.editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout .editor-block-list__layout, .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout .editor-block-list__layout {
  margin-left: 0;
  margin-right: 0; }
.editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"], .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] {
  margin-left: 0;
  margin-right: 0; }
  .editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout > *:first-child, .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout > *:first-child {
    margin-top: 1rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout > *:first-child, .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout > *:first-child {
        margin-top: 1.5rem; } }
  .editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout .wp-block, .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout .wp-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .editor-block-list__layout [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout .wp-block .editor-rich-text__tinymce, .wrapper [data-type="core/columns"] .wp-block-columns > .editor-inner-blocks > .editor-block-list__layout > [data-type="core/column"] .editor-block-list__layout .wp-block .editor-rich-text__tinymce {
      margin-top: 0; }
.editor-block-list__layout [data-type="core/columns"] .wp-block-columns .wp-block-column, .wrapper [data-type="core/columns"] .wp-block-columns .wp-block-column {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
.editor-block-list__layout .wp-block-gallery .blocks-gallery-item, .editor-block-list__layout [data-type="core/gallery"] .blocks-gallery-item, .wrapper .wp-block-gallery .blocks-gallery-item, .wrapper [data-type="core/gallery"] .blocks-gallery-item {
  flex-grow: 0; }
  .editor-block-list__layout .wp-block-gallery .blocks-gallery-item figure, .editor-block-list__layout [data-type="core/gallery"] .blocks-gallery-item figure, .wrapper .wp-block-gallery .blocks-gallery-item figure, .wrapper [data-type="core/gallery"] .blocks-gallery-item figure {
    align-items: center; }
.editor-block-list__layout .row h1, .editor-block-list__layout .row .h1, .editor-block-list__layout .wp-block h1, .editor-block-list__layout .wp-block .h1, .wrapper .row h1, .wrapper .row .h1, .wrapper .wp-block h1, .wrapper .wp-block .h1 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: normal;
  text-transform: none;
  font-variant: none;
  margin-top: 3rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h1, .editor-block-list__layout .row .h1, .editor-block-list__layout .wp-block h1, .editor-block-list__layout .wp-block .h1, .wrapper .row h1, .wrapper .row .h1, .wrapper .wp-block h1, .wrapper .wp-block .h1 {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-top: 4.5rem; } }
.editor-block-list__layout .row h2, .editor-block-list__layout .row .h2, .editor-block-list__layout .wp-block h2, .editor-block-list__layout .wp-block .h2, .wrapper .row h2, .wrapper .row .h2, .wrapper .wp-block h2, .wrapper .wp-block .h2 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1.1666666rem;
  line-height: 1.5rem;
  letter-spacing: 2px;
  word-spacing: 2px;
  text-transform: uppercase;
  font-variant: none; }
  @media (min-width: 800px) {
    .editor-block-list__layout .row h2, .editor-block-list__layout .row .h2, .editor-block-list__layout .wp-block h2, .editor-block-list__layout .wp-block .h2, .wrapper .row h2, .wrapper .row .h2, .wrapper .wp-block h2, .wrapper .wp-block .h2 {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h2, .editor-block-list__layout .row .h2, .editor-block-list__layout .wp-block h2, .editor-block-list__layout .wp-block .h2, .wrapper .row h2, .wrapper .row .h2, .wrapper .wp-block h2, .wrapper .wp-block .h2 {
      font-size: 1.875rem;
      line-height: 2.5rem; } }
.editor-block-list__layout .row h3, .editor-block-list__layout .row .h3, .editor-block-list__layout .wp-block h3, .editor-block-list__layout .wp-block .h3, .wrapper .row h3, .wrapper .row .h3, .wrapper .wp-block h3, .wrapper .wp-block .h3 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  word-spacing: 1px;
  text-transform: uppercase;
  font-variant: none;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h3, .editor-block-list__layout .row .h3, .editor-block-list__layout .wp-block h3, .editor-block-list__layout .wp-block .h3, .wrapper .row h3, .wrapper .row .h3, .wrapper .wp-block h3, .wrapper .wp-block .h3 {
      font-size: 1.5rem;
      letter-spacing: 1px;
      word-spacing: 1px;
      line-height: 2rem;
      margin-top: 2rem; } }
.editor-block-list__layout .row h4, .editor-block-list__layout .row .h4, .editor-block-list__layout .wp-block h4, .editor-block-list__layout .wp-block .h4, .wrapper .row h4, .wrapper .row .h4, .wrapper .wp-block h4, .wrapper .wp-block .h4 {
  font-family: 'brother-1816', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h4, .editor-block-list__layout .row .h4, .editor-block-list__layout .wp-block h4, .editor-block-list__layout .wp-block .h4, .wrapper .row h4, .wrapper .row .h4, .wrapper .wp-block h4, .wrapper .wp-block .h4 {
      font-size: 1.5rem;
      line-height: 1.5rem;
      margin-top: 2rem; } }
.editor-block-list__layout .row h5, .editor-block-list__layout .row .h5, .editor-block-list__layout .wp-block h5, .editor-block-list__layout .wp-block .h5, .wrapper .row h5, .wrapper .row .h5, .wrapper .wp-block h5, .wrapper .wp-block .h5 {
  font-family: 'brother-1816', sans-serif;
  font-size: 0.833333333rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h5, .editor-block-list__layout .row .h5, .editor-block-list__layout .wp-block h5, .editor-block-list__layout .wp-block .h5, .wrapper .row h5, .wrapper .row .h5, .wrapper .wp-block h5, .wrapper .wp-block .h5 {
      font-size: 1.3333333333rem;
      line-height: 1.5rem;
      margin-top: 1.5rem; } }
.editor-block-list__layout .row h6, .editor-block-list__layout .row .h6, .editor-block-list__layout .wp-block h6, .editor-block-list__layout .wp-block .h6, .wrapper .row h6, .wrapper .row .h6, .wrapper .wp-block h6, .wrapper .wp-block .h6 {
  font-family: 'brother-1816', sans-serif;
  font-size: .66666666rem;
  line-height: 1rem;
  font-variant: all-small-caps;
  text-transform: none;
  font-variant-numeric: oldstyle-nums;
  letter-spacing: 0;
  word-spacing: 0;
  font-weight: 400;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h6, .editor-block-list__layout .row .h6, .editor-block-list__layout .wp-block h6, .editor-block-list__layout .wp-block .h6, .wrapper .row h6, .wrapper .row .h6, .wrapper .wp-block h6, .wrapper .wp-block .h6 {
      font-size: .91666666666666rem; } }
.editor-block-list__layout .row h5, .editor-block-list__layout .row h6, .editor-block-list__layout .wp-block h5, .editor-block-list__layout .wp-block h6, .wrapper .row h5, .wrapper .row h6, .wrapper .wp-block h5, .wrapper .wp-block h6 {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row h5, .editor-block-list__layout .row h6, .editor-block-list__layout .wp-block h5, .editor-block-list__layout .wp-block h6, .wrapper .row h5, .wrapper .row h6, .wrapper .wp-block h5, .wrapper .wp-block h6 {
      margin-top: 2rem; } }
  .editor-block-list__layout .row h5 + *, .editor-block-list__layout .row h6 + *, .editor-block-list__layout .wp-block h5 + *, .editor-block-list__layout .wp-block h6 + *, .wrapper .row h5 + *, .wrapper .row h6 + *, .wrapper .wp-block h5 + *, .wrapper .wp-block h6 + * {
    margin-top: .5rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .row h5 + *, .editor-block-list__layout .row h6 + *, .editor-block-list__layout .wp-block h5 + *, .editor-block-list__layout .wp-block h6 + *, .wrapper .row h5 + *, .wrapper .row h6 + *, .wrapper .wp-block h5 + *, .wrapper .wp-block h6 + * {
        margin-top: 1rem; } }
.editor-block-list__layout [data-type="core/image"], .editor-block-list__layout .wp-block-image, .wrapper [data-type="core/image"], .wrapper .wp-block-image {
  max-width: 100%;
  display: block;
  margin-bottom: 0;
  margin-top: 1.5rem; }
  .editor-block-list__layout [data-type="core/image"]:first-child, .editor-block-list__layout .wp-block-image:first-child, .wrapper [data-type="core/image"]:first-child, .wrapper .wp-block-image:first-child {
    margin-top: 0; }
  .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit figure, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit figure, .wrapper [data-type="core/image"] .editor-block-list__block-edit figure, .wrapper .wp-block-image .editor-block-list__block-edit figure {
    display: block; }
    .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit figure.is-resized, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit figure.is-resized, .wrapper [data-type="core/image"] .editor-block-list__block-edit figure.is-resized, .wrapper .wp-block-image .editor-block-list__block-edit figure.is-resized {
      display: block; }
      .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit figure.is-resized .editor-rich-text, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit figure.is-resized .editor-rich-text, .wrapper [data-type="core/image"] .editor-block-list__block-edit figure.is-resized .editor-rich-text, .wrapper .wp-block-image .editor-block-list__block-edit figure.is-resized .editor-rich-text {
        display: block; }
      .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit figure.is-resized .components-resizable-box__container, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit figure.is-resized .components-resizable-box__container, .wrapper [data-type="core/image"] .editor-block-list__block-edit figure.is-resized .components-resizable-box__container, .wrapper .wp-block-image .editor-block-list__block-edit figure.is-resized .components-resizable-box__container {
        max-width: 100% !important;
        height: auto !important; }
  .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption {
    display: block;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 100;
    font-family: 'brother-1816', sans-serif;
    margin-top: .5rem;
    font-style: italic;
    color: #646464; }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption {
        font-weight: 200; } }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .editor-block-list__layout .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper [data-type="core/image"] .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption, .wrapper .wp-block-image .editor-block-list__block-edit .editor-block-list__layout .wp-block figcaption {
        margin-top: 1rem; } }
  .editor-block-list__layout [data-type="core/image"] img, .editor-block-list__layout .wp-block-image img, .wrapper [data-type="core/image"] img, .wrapper .wp-block-image img {
    width: 100%;
    height: auto;
    display: block; }
  .editor-block-list__layout [data-type="core/image"] figcaption, .editor-block-list__layout .wp-block-image figcaption, .wrapper [data-type="core/image"] figcaption, .wrapper .wp-block-image figcaption {
    display: block;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 100;
    font-family: 'brother-1816', sans-serif;
    margin-top: .5rem;
    font-style: italic;
    color: #646464; }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/image"] figcaption, .editor-block-list__layout .wp-block-image figcaption, .wrapper [data-type="core/image"] figcaption, .wrapper .wp-block-image figcaption {
        font-weight: 200; } }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/image"] figcaption, .editor-block-list__layout .wp-block-image figcaption, .wrapper [data-type="core/image"] figcaption, .wrapper .wp-block-image figcaption {
        margin-top: 1rem; } }
.editor-block-list__layout .components-autocomplete ul, .editor-block-list__layout .components-autocomplete ol, .wrapper .components-autocomplete ul, .wrapper .components-autocomplete ol {
  padding-left: 0;
  margin-left: 0; }
.editor-block-list__layout .row > ul:not(.wp-block-gallery) li, .editor-block-list__layout .row > ol:not(.list-image) li, .editor-block-list__layout .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block .components-autocomplete > ol:not(.list-image) li, .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li, .wrapper .row > ul:not(.wp-block-gallery) li, .wrapper .row > ol:not(.list-image) li, .wrapper .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li, .wrapper .wp-block .components-autocomplete > ol:not(.list-image) li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li, .wrapper .wp-block-column > ol:not(.list-image) li {
  font-size: 0.6666666666rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif;
  padding-left: .75rem;
  position: relative;
  list-style-type: none; }
  .editor-block-list__layout .row > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .row > ol:not(.list-image) li::before, .editor-block-list__layout .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .wp-block .components-autocomplete > ol:not(.list-image) li::before, .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li::before, .wrapper .row > ul:not(.wp-block-gallery) li::before, .wrapper .row > ol:not(.list-image) li::before, .wrapper .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li::before, .wrapper .wp-block .components-autocomplete > ol:not(.list-image) li::before, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li::before, .wrapper .wp-block-column > ol:not(.list-image) li::before {
    position: absolute;
    left: 0;
    top: 0; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .row > ul:not(.wp-block-gallery) li, .editor-block-list__layout .row > ol:not(.list-image) li, .editor-block-list__layout .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block .components-autocomplete > ol:not(.list-image) li, .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li, .wrapper .row > ul:not(.wp-block-gallery) li, .wrapper .row > ol:not(.list-image) li, .wrapper .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li, .wrapper .wp-block .components-autocomplete > ol:not(.list-image) li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li, .wrapper .wp-block-column > ol:not(.list-image) li {
      font-size: .91666666666666rem;
      line-height: 1.5rem;
      padding-left: 1.5rem; } }
  .editor-block-list__layout .row > ul:not(.wp-block-gallery) li + li, .editor-block-list__layout .row > ol:not(.list-image) li + li, .editor-block-list__layout .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li + li, .editor-block-list__layout .wp-block .components-autocomplete > ol:not(.list-image) li + li, .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li + li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li + li, .wrapper .row > ul:not(.wp-block-gallery) li + li, .wrapper .row > ol:not(.list-image) li + li, .wrapper .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li + li, .wrapper .wp-block .components-autocomplete > ol:not(.list-image) li + li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li + li, .wrapper .wp-block-column > ol:not(.list-image) li + li {
    margin-top: .5rem !important; }
.editor-block-list__layout .row > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li::before, .wrapper .row > ul:not(.wp-block-gallery) li::before, .wrapper .wp-block .components-autocomplete > ul:not(.wp-block-gallery) li::before, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li::before {
  content: '•'; }
.editor-block-list__layout .row > ol li, .editor-block-list__layout .wp-block .components-autocomplete > ol li, .editor-block-list__layout .wp-block-column > ol li, .wrapper .row > ol li, .wrapper .wp-block .components-autocomplete > ol li, .wrapper .wp-block-column > ol li {
  counter-increment: section; }
  .editor-block-list__layout .row > ol li::before, .editor-block-list__layout .wp-block .components-autocomplete > ol li::before, .editor-block-list__layout .wp-block-column > ol li::before, .wrapper .row > ol li::before, .wrapper .wp-block .components-autocomplete > ol li::before, .wrapper .wp-block-column > ol li::before {
    content: counters(section,"") ". ";
    position: absolute;
    font-weight: 200;
    font-variant-numeric: oldstyle-nums;
    left: 0;
    top: 0; }
.editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li, .wrapper .wp-block-column > ol:not(.list-image) li {
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif;
  padding-left: .75rem;
  position: relative;
  list-style-type: none; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li, .wrapper .wp-block-column > ol:not(.list-image) li {
      font-weight: 200; } }
  .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li::before, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li::before, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li::before, .wrapper .wp-block-column > ol:not(.list-image) li::before {
    position: absolute;
    left: 0;
    top: 0; }
  .editor-block-list__layout .wp-block-column > ul:not(.wp-block-gallery) li + li, .editor-block-list__layout .wp-block-column > ol:not(.list-image) li + li, .wrapper .wp-block-column > ul:not(.wp-block-gallery) li + li, .wrapper .wp-block-column > ol:not(.list-image) li + li {
    margin-top: .5rem !important; }
.editor-block-list__layout p:not(.text-small), .editor-block-list__layout .wp-block-paragraph, .wrapper p:not(.text-small), .wrapper .wp-block-paragraph {
  font-size: 0.6666666666rem;
  line-height: 1rem;
  font-weight: 100;
  font-family: 'brother-1816', sans-serif;
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout p:not(.text-small), .editor-block-list__layout .wp-block-paragraph, .wrapper p:not(.text-small), .wrapper .wp-block-paragraph {
      font-size: .91666666666666rem;
      line-height: 1.5rem; } }
  @media (min-width: 1280px) {
    .editor-block-list__layout p:not(.text-small), .editor-block-list__layout .wp-block-paragraph, .wrapper p:not(.text-small), .wrapper .wp-block-paragraph {
      margin-top: 1.5rem; } }
.editor-block-list__layout [data-type="core/paragraph"], .wrapper [data-type="core/paragraph"] {
  margin-top: 1.5rem; }
  .editor-block-list__layout [data-type="core/paragraph"]:first-child, .wrapper [data-type="core/paragraph"]:first-child {
    margin-top: 0; }
  .editor-block-list__layout [data-type="core/paragraph"] .wp-block-paragraph, .wrapper [data-type="core/paragraph"] .wp-block-paragraph {
    margin-top: 0; }
.editor-block-list__layout .row blockquote, .wrapper .row blockquote {
  position: relative; }
  .editor-block-list__layout .row blockquote.is-style-large p, .wrapper .row blockquote.is-style-large p {
    font-family: 'brother-1816', sans-serif;
    font-size: .91666666666666rem;
    line-height: 1.5rem;
    font-weight: 100; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .row blockquote.is-style-large p, .wrapper .row blockquote.is-style-large p {
        font-size: 1.3333333333rem;
        line-height: 2rem;
        font-weight: 100; } }
  .editor-block-list__layout .row blockquote p, .editor-block-list__layout .row blockquote cite, .wrapper .row blockquote p, .wrapper .row blockquote cite {
    padding-left: 1rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .row blockquote p, .editor-block-list__layout .row blockquote cite, .wrapper .row blockquote p, .wrapper .row blockquote cite {
        padding-left: 1.5rem; } }
  .editor-block-list__layout .row blockquote p, .wrapper .row blockquote p {
    font-style: italic;
    margin-top: 0px; }
  .editor-block-list__layout .row blockquote cite, .wrapper .row blockquote cite {
    font-family: 'brother-1816', sans-serif;
    font-size: .66666666rem;
    line-height: 1rem;
    font-variant: all-small-caps;
    text-transform: none;
    font-variant-numeric: oldstyle-nums;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: 400;
    margin-top: 1rem;
    display: block;
    text-align: left;
    color: #646464;
    margin-top: .5rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .row blockquote cite, .wrapper .row blockquote cite {
        font-size: .91666666666666rem; } }
  .editor-block-list__layout .row blockquote:before, .wrapper .row blockquote:before {
    position: absolute;
    content: '';
    left: 0.5rem;
    top: 0;
    height: 100%;
    width: 1rem;
    bottom: 0;
    border-left: 2px solid var(--cliente-secundaria); }
    @media (min-width: 1280px) {
      .editor-block-list__layout .row blockquote:before, .wrapper .row blockquote:before {
        border-left: 4px solid var(--cliente-secundaria);
        width: 1.5rem; } }
.editor-block-list__layout .wp-block-separator, .wrapper .wp-block-separator {
  border: none;
  border-bottom: 2px solid #D8D8D8;
  margin-top: 1.5rem; }
  .editor-block-list__layout .wp-block-separator:not(.is-style-wide):not(.is-style-dots), .wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%; }
.editor-block-list__layout [data-type="core/separator"], .wrapper [data-type="core/separator"] {
  margin-top: 1.5rem; }
  .editor-block-list__layout [data-type="core/separator"]:first-child, .wrapper [data-type="core/separator"]:first-child {
    margin-top: 0; }
  .editor-block-list__layout [data-type="core/separator"] + [data-type="core/paragraph"], .wrapper [data-type="core/separator"] + [data-type="core/paragraph"] {
    margin-top: 0.5rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout [data-type="core/separator"] + [data-type="core/paragraph"], .wrapper [data-type="core/separator"] + [data-type="core/paragraph"] {
        margin-top: 1rem; } }
.editor-block-list__layout .wp-block-code, .wrapper .wp-block-code {
  background-color: #F4F4F4;
  padding: 1rem !important;
  border-radius: 8px;
  max-height: 50vh;
  overflow: scroll;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.6666rem;
  line-height: 1rem; }
.editor-block-list__layout .color-group, .wrapper .color-group {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .color-group, .wrapper .color-group {
      margin-top: 1.5rem; } }
  .editor-block-list__layout .color-group .color-thumb:last-child .color-info, .wrapper .color-group .color-thumb:last-child .color-info {
    border-bottom: 1px solid #D8D8D8; }
  .editor-block-list__layout .color-group .color-thumb .color-info, .wrapper .color-group .color-thumb .color-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #D8D8D8; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .color-group .color-thumb .color-info, .wrapper .color-group .color-thumb .color-info {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .editor-block-list__layout .color-group .color-thumb .color-print, .editor-block-list__layout .color-group .color-thumb .color-screen, .wrapper .color-group .color-thumb .color-print, .wrapper .color-group .color-thumb .color-screen {
    border-top: 1px solid #D8D8D8;
    margin-top: .5rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .color-group .color-thumb .color-print, .editor-block-list__layout .color-group .color-thumb .color-screen, .wrapper .color-group .color-thumb .color-print, .wrapper .color-group .color-thumb .color-screen {
        margin-top: 1rem; } }
    .editor-block-list__layout .color-group .color-thumb .color-print h5, .editor-block-list__layout .color-group .color-thumb .color-screen h5, .wrapper .color-group .color-thumb .color-print h5, .wrapper .color-group .color-thumb .color-screen h5 {
      margin-top: .5rem;
      color: #646464; }
      @media (min-width: 1280px) {
        .editor-block-list__layout .color-group .color-thumb .color-print h5, .editor-block-list__layout .color-group .color-thumb .color-screen h5, .wrapper .color-group .color-thumb .color-print h5, .wrapper .color-group .color-thumb .color-screen h5 {
          margin-top: 1rem; } }
    .editor-block-list__layout .color-group .color-thumb .color-print p, .editor-block-list__layout .color-group .color-thumb .color-screen p, .wrapper .color-group .color-thumb .color-print p, .wrapper .color-group .color-thumb .color-screen p {
      margin-top: .5rem; }
.editor-block-list__layout .cover-page img, .wrapper .cover-page img {
  width: 100%;
  display: block;
  height: 50vh;
  object-fit: cover; }
.editor-block-list__layout .list-image li, .wrapper .list-image li {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  counter-increment: section; }
  .editor-block-list__layout .list-image li:last-child, .wrapper .list-image li:last-child {
    border-bottom: none; }
  @media (min-width: 800px) {
    .editor-block-list__layout .list-image li .column, .wrapper .list-image li .column {
      display: flex;
      align-items: center; } }
  .editor-block-list__layout .list-image li p, .wrapper .list-image li p {
    font-style: italic;
    margin-bottom: .5rem;
    margin-top: .5rem;
    position: relative;
    color: #646464; }
  .editor-block-list__layout .list-image li img, .wrapper .list-image li img {
    display: block;
    height: auto;
    min-width: 100%; }
.editor-block-list__layout .logo-versions, .wrapper .logo-versions {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .logo-versions, .wrapper .logo-versions {
      margin-top: 1.5rem; } }
  .editor-block-list__layout .logo-versions .nav-details, .wrapper .logo-versions .nav-details {
    background-color: #F4F4F4;
    padding: .25rem .5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-shadow: 0px 0.25rem 1rem rgba(51, 51, 51, 0.1);
    position: relative;
    z-index: 1;
    margin-top: 1rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .logo-versions .nav-details, .wrapper .logo-versions .nav-details {
        margin-top: 1.5rem; } }
    .editor-block-list__layout .logo-versions .nav-details .toggle-detail, .wrapper .logo-versions .nav-details .toggle-detail {
      font-family: 'brother-1816', sans-serif;
      font-weight: 400;
      line-height: 1rem;
      font-size: 16px;
      letter-spacing: 1px;
      font-variant: all-small-caps;
      text-decoration: none;
      color: var(--cliente-primaria);
      padding-right: .5rem;
      padding-left: .5rem;
      border-left: 1px solid var(--cliente-secundaria);
      text-align: center;
      flex-grow: 1;
      font-weight: 200;
      cursor: pointer;
      color: var(--cliente-secundaria); }
      .editor-block-list__layout .logo-versions .nav-details .toggle-detail:hover, .wrapper .logo-versions .nav-details .toggle-detail:hover {
        color: var(--cliente-secundaria); }
      .editor-block-list__layout .logo-versions .nav-details .toggle-detail:hover, .wrapper .logo-versions .nav-details .toggle-detail:hover {
        color: var(--cliente-primaria); }
      .editor-block-list__layout .logo-versions .nav-details .toggle-detail.active, .wrapper .logo-versions .nav-details .toggle-detail.active {
        font-weight: 400;
        color: var(--cliente-primaria); }
      .editor-block-list__layout .logo-versions .nav-details .toggle-detail:first-child, .wrapper .logo-versions .nav-details .toggle-detail:first-child {
        padding-left: 0;
        border-left: 0; }
      .editor-block-list__layout .logo-versions .nav-details .toggle-detail:last-child, .wrapper .logo-versions .nav-details .toggle-detail:last-child {
        padding-right: 0; }
  .editor-block-list__layout .logo-versions .cover-container, .wrapper .logo-versions .cover-container {
    position: relative; }
    .editor-block-list__layout .logo-versions .cover-container .cover-version, .wrapper .logo-versions .cover-container .cover-version {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 0;
      display: block; }
    .editor-block-list__layout .logo-versions .cover-container .overlay-detail, .wrapper .logo-versions .cover-container .overlay-detail {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity .15s ease; }
      .editor-block-list__layout .logo-versions .cover-container .overlay-detail.active, .wrapper .logo-versions .cover-container .overlay-detail.active {
        opacity: 1; }
  .editor-block-list__layout .logo-versions .galeria-cores, .wrapper .logo-versions .galeria-cores {
    position: relative;
    z-index: 1;
    background-color: #F4F4F4;
    padding-top: 1rem;
    overflow-x: hidden;
    box-shadow: 0 -0.25rem 0.5rem rgba(51, 51, 51, 0.05); }
    @media (min-width: 1280px) {
      .editor-block-list__layout .logo-versions .galeria-cores, .wrapper .logo-versions .galeria-cores {
        padding-top: 2rem; } }
    .editor-block-list__layout .logo-versions .galeria-cores .owl-carousel .owl-stage-outer, .wrapper .logo-versions .galeria-cores .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .editor-block-list__layout .logo-versions .galeria-cores .owl-carousel .item .caption, .wrapper .logo-versions .galeria-cores .owl-carousel .item .caption {
      font-style: italic;
      margin-bottom: .5rem;
      margin-top: .5rem; }
    .editor-block-list__layout .logo-versions .galeria-cores .owl-carousel .item img, .wrapper .logo-versions .galeria-cores .owl-carousel .item img {
      width: 100%;
      height: auto;
      display: block;
      box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 51, 51, 0.1); }
.editor-block-list__layout .personas .persona, .wrapper .personas .persona {
  border-top: 1px solid var(--cliente-secundaria);
  padding-bottom: 2rem; }
  .editor-block-list__layout .personas .persona h4, .wrapper .personas .persona h4 {
    color: var(--cliente-secundaria);
    margin-top: 1rem;
    text-align: center; }
    .editor-block-list__layout .personas .persona h4:last-child, .wrapper .personas .persona h4:last-child {
      margin-bottom: 1rem; }
    @media (min-width: 800px) {
      .editor-block-list__layout .personas .persona h4, .wrapper .personas .persona h4 {
        text-align: left; } }
  .editor-block-list__layout .personas .persona .subtitulo, .wrapper .personas .persona .subtitulo {
    color: var(--cliente-secundaria);
    margin-top: 0;
    text-align: center; }
    .editor-block-list__layout .personas .persona .subtitulo:last-child, .wrapper .personas .persona .subtitulo:last-child {
      margin-bottom: 1rem; }
    @media (min-width: 800px) {
      .editor-block-list__layout .personas .persona .subtitulo, .wrapper .personas .persona .subtitulo {
        text-align: left;
        margin-top: .5rem; } }
  .editor-block-list__layout .personas .persona img, .wrapper .personas .persona img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    display: block; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .personas .persona img, .wrapper .personas .persona img {
        margin-bottom: 0; } }
  .editor-block-list__layout .personas .persona ul li, .editor-block-list__layout .personas .persona ol li, .wrapper .personas .persona ul li, .wrapper .personas .persona ol li {
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 100;
    font-family: 'brother-1816', sans-serif;
    padding-left: .75rem;
    position: relative;
    list-style-type: none; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .personas .persona ul li, .editor-block-list__layout .personas .persona ol li, .wrapper .personas .persona ul li, .wrapper .personas .persona ol li {
        font-weight: 200; } }
    .editor-block-list__layout .personas .persona ul li::before, .editor-block-list__layout .personas .persona ol li::before, .wrapper .personas .persona ul li::before, .wrapper .personas .persona ol li::before {
      position: absolute;
      left: 0;
      top: 0; }
    .editor-block-list__layout .personas .persona ul li + li, .editor-block-list__layout .personas .persona ol li + li, .wrapper .personas .persona ul li + li, .wrapper .personas .persona ol li + li {
      margin-top: .5rem !important; }
  .editor-block-list__layout .personas .persona ul li::before, .wrapper .personas .persona ul li::before {
    content: '•'; }
  .editor-block-list__layout .personas .persona ol li, .wrapper .personas .persona ol li {
    counter-increment: section; }
    .editor-block-list__layout .personas .persona ol li::before, .wrapper .personas .persona ol li::before {
      content: counters(section,"") ". ";
      position: absolute;
      font-weight: 200;
      font-variant-numeric: oldstyle-nums;
      left: 0;
      top: 0; }
.editor-block-list__layout .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots, .wrapper .owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }
.editor-block-list__layout .owl-carousel.owl-theme .owl-dots, .wrapper .owl-carousel.owl-theme .owl-dots {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center; }
  .editor-block-list__layout .owl-carousel.owl-theme .owl-dots .owl-dot, .wrapper .owl-carousel.owl-theme .owl-dots .owl-dot {
    display: block; }
    .editor-block-list__layout .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .editor-block-list__layout .owl-carousel.owl-theme .owl-dots .owl-dot:hover span, .wrapper .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .wrapper .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
      background: var(--cliente-primaria); }
    .editor-block-list__layout .owl-carousel.owl-theme .owl-dots .owl-dot span, .wrapper .owl-carousel.owl-theme .owl-dots .owl-dot span {
      width: 1.5rem;
      height: .25rem;
      margin: 1rem .125rem 1rem;
      background: #D8D8D8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 0; }
.editor-block-list__layout .slider-basic, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"], .wrapper .slider-basic, .wrapper .wp-block[data-type="acf/slider-basic"] {
  margin-top: 2.5rem; }
  .editor-block-list__layout .slider-basic.shadow .owl-carousel .item img, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"].shadow .owl-carousel .item img, .wrapper .slider-basic.shadow .owl-carousel .item img, .wrapper .wp-block[data-type="acf/slider-basic"].shadow .owl-carousel .item img {
    box-shadow: 0.125rem 0.125rem 0.5rem rgba(51, 51, 51, 0.1); }
  @media (min-width: 1280px) {
    .editor-block-list__layout .slider-basic, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"], .wrapper .slider-basic, .wrapper .wp-block[data-type="acf/slider-basic"] {
      margin-top: 2.5rem; } }
  .editor-block-list__layout .slider-basic:first-child, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"]:first-child, .wrapper .slider-basic:first-child, .wrapper .wp-block[data-type="acf/slider-basic"]:first-child {
    margin-top: 0; }
  .editor-block-list__layout .slider-basic .owl-carousel .owl-stage-outer, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"] .owl-carousel .owl-stage-outer, .wrapper .slider-basic .owl-carousel .owl-stage-outer, .wrapper .wp-block[data-type="acf/slider-basic"] .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .editor-block-list__layout .slider-basic .owl-carousel .item img, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"] .owl-carousel .item img, .wrapper .slider-basic .owl-carousel .item img, .wrapper .wp-block[data-type="acf/slider-basic"] .owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block; }
  .editor-block-list__layout .slider-basic .owl-carousel .item .caption, .editor-block-list__layout .wp-block[data-type="acf/slider-basic"] .owl-carousel .item .caption, .wrapper .slider-basic .owl-carousel .item .caption, .wrapper .wp-block[data-type="acf/slider-basic"] .owl-carousel .item .caption {
    font-style: italic;
    margin-bottom: .5rem;
    margin-top: .5rem;
    text-align: center; }
.editor-block-list__layout .title-section hr, .editor-block-list__layout .wp-block[data-type="acf/title-section"] hr, .wrapper .title-section hr, .wrapper .wp-block[data-type="acf/title-section"] hr {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 4px solid var(--cliente-secundaria); }
  @media (min-width: 1280px) {
    .editor-block-list__layout .title-section hr, .editor-block-list__layout .wp-block[data-type="acf/title-section"] hr, .wrapper .title-section hr, .wrapper .wp-block[data-type="acf/title-section"] hr {
      margin-top: .5rem; } }
.editor-block-list__layout .wp-block[data-type="acf/title-section"], .wrapper .wp-block[data-type="acf/title-section"] {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .wp-block[data-type="acf/title-section"], .wrapper .wp-block[data-type="acf/title-section"] {
      margin-top: 2rem; } }
  .editor-block-list__layout .wp-block[data-type="acf/title-section"] h3, .wrapper .wp-block[data-type="acf/title-section"] h3 {
    margin-top: 0; }

.editor-block-list__layout .wp-block {
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .editor-block-list__layout .wp-block {
      margin-top: 1.5rem; } }
  .editor-block-list__layout .wp-block:first-child {
    margin-top: 0; }
  .editor-block-list__layout .wp-block * {
    margin-top: 0; }
  .editor-block-list__layout .wp-block[data-type="core/heading"], .editor-block-list__layout .wp-block[data-type="acf/title-section"] {
    margin-bottom: 0; }
    .editor-block-list__layout .wp-block[data-type="core/heading"] + *, .editor-block-list__layout .wp-block[data-type="acf/title-section"] + * {
      margin-top: 1rem; }
      @media (min-width: 1280px) {
        .editor-block-list__layout .wp-block[data-type="core/heading"] + *, .editor-block-list__layout .wp-block[data-type="acf/title-section"] + * {
          margin-top: 1.5rem; } }
      .editor-block-list__layout .wp-block[data-type="core/heading"] + * .wp-block-paragraph, .editor-block-list__layout .wp-block[data-type="core/heading"] + * .editor-rich-text__tinymce, .editor-block-list__layout .wp-block[data-type="acf/title-section"] + * .wp-block-paragraph, .editor-block-list__layout .wp-block[data-type="acf/title-section"] + * .editor-rich-text__tinymce {
        margin-top: 0; }
    .editor-block-list__layout .wp-block[data-type="core/heading"] + [data-type="core/heading"], .editor-block-list__layout .wp-block[data-type="core/heading"] + [data-type="acf/title-section"], .editor-block-list__layout .wp-block[data-type="acf/title-section"] + [data-type="core/heading"], .editor-block-list__layout .wp-block[data-type="acf/title-section"] + [data-type="acf/title-section"] {
      margin-top: 1.5rem; }
      @media (min-width: 1280px) {
        .editor-block-list__layout .wp-block[data-type="core/heading"] + [data-type="core/heading"], .editor-block-list__layout .wp-block[data-type="core/heading"] + [data-type="acf/title-section"], .editor-block-list__layout .wp-block[data-type="acf/title-section"] + [data-type="core/heading"], .editor-block-list__layout .wp-block[data-type="acf/title-section"] + [data-type="acf/title-section"] {
          margin-top: 2rem; } }
  .editor-block-list__layout .wp-block[data-type="core/paragraph"] + [data-type="core/paragraph"] {
    margin-top: .5rem; }
    @media (min-width: 1280px) {
      .editor-block-list__layout .wp-block[data-type="core/paragraph"] + [data-type="core/paragraph"] {
        margin-top: .5rem; } }

.wrapper .row > * {
  margin-top: 1rem; }
  @media (min-width: 1280px) {
    .wrapper .row > * {
      margin-top: 1.5rem; } }
  .wrapper .row > *:first-child {
    margin-top: 0; }
  .wrapper .row > * * {
    margin-top: 0; }
.wrapper .row .title-main + * {
  margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .wrapper .row .title-main + * {
      margin-top: 2rem; } }
.wrapper .row p + p {
  margin-top: .5rem; }
  @media (min-width: 1280px) {
    .wrapper .row p + p {
      margin-top: .5rem; } }
.wrapper .row h1, .wrapper .row h2, .wrapper .row h3, .wrapper .row h4, .wrapper .row .title-section {
  margin-top: 1.5rem;
  margin-bottom: 0; }
  @media (min-width: 1280px) {
    .wrapper .row h1, .wrapper .row h2, .wrapper .row h3, .wrapper .row h4, .wrapper .row .title-section {
      margin-top: 2rem; } }
  .wrapper .row h1 + *, .wrapper .row h2 + *, .wrapper .row h3 + *, .wrapper .row h4 + *, .wrapper .row .title-section + * {
    margin-top: 1rem; }
    @media (min-width: 1280px) {
      .wrapper .row h1 + *, .wrapper .row h2 + *, .wrapper .row h3 + *, .wrapper .row h4 + *, .wrapper .row .title-section + * {
        margin-top: 1.5rem; } }
  .wrapper .row h1 + h1, .wrapper .row h1 + h2, .wrapper .row h1 + h3, .wrapper .row h1 + h4, .wrapper .row h1 + h5, .wrapper .row h1 + h6, .wrapper .row h1 + .title-section, .wrapper .row h2 + h1, .wrapper .row h2 + h2, .wrapper .row h2 + h3, .wrapper .row h2 + h4, .wrapper .row h2 + h5, .wrapper .row h2 + h6, .wrapper .row h2 + .title-section, .wrapper .row h3 + h1, .wrapper .row h3 + h2, .wrapper .row h3 + h3, .wrapper .row h3 + h4, .wrapper .row h3 + h5, .wrapper .row h3 + h6, .wrapper .row h3 + .title-section, .wrapper .row h4 + h1, .wrapper .row h4 + h2, .wrapper .row h4 + h3, .wrapper .row h4 + h4, .wrapper .row h4 + h5, .wrapper .row h4 + h6, .wrapper .row h4 + .title-section, .wrapper .row .title-section + h1, .wrapper .row .title-section + h2, .wrapper .row .title-section + h3, .wrapper .row .title-section + h4, .wrapper .row .title-section + h5, .wrapper .row .title-section + h6, .wrapper .row .title-section + .title-section {
    margin-top: 1.5rem; }
    @media (min-width: 1280px) {
      .wrapper .row h1 + h1, .wrapper .row h1 + h2, .wrapper .row h1 + h3, .wrapper .row h1 + h4, .wrapper .row h1 + h5, .wrapper .row h1 + h6, .wrapper .row h1 + .title-section, .wrapper .row h2 + h1, .wrapper .row h2 + h2, .wrapper .row h2 + h3, .wrapper .row h2 + h4, .wrapper .row h2 + h5, .wrapper .row h2 + h6, .wrapper .row h2 + .title-section, .wrapper .row h3 + h1, .wrapper .row h3 + h2, .wrapper .row h3 + h3, .wrapper .row h3 + h4, .wrapper .row h3 + h5, .wrapper .row h3 + h6, .wrapper .row h3 + .title-section, .wrapper .row h4 + h1, .wrapper .row h4 + h2, .wrapper .row h4 + h3, .wrapper .row h4 + h4, .wrapper .row h4 + h5, .wrapper .row h4 + h6, .wrapper .row h4 + .title-section, .wrapper .row .title-section + h1, .wrapper .row .title-section + h2, .wrapper .row .title-section + h3, .wrapper .row .title-section + h4, .wrapper .row .title-section + h5, .wrapper .row .title-section + h6, .wrapper .row .title-section + .title-section {
        margin-top: 2rem; } }
  .wrapper .row h1 h1, .wrapper .row h1 h2, .wrapper .row h1 h3, .wrapper .row h1 h4, .wrapper .row h1 h5, .wrapper .row h1 h6, .wrapper .row h2 h1, .wrapper .row h2 h2, .wrapper .row h2 h3, .wrapper .row h2 h4, .wrapper .row h2 h5, .wrapper .row h2 h6, .wrapper .row h3 h1, .wrapper .row h3 h2, .wrapper .row h3 h3, .wrapper .row h3 h4, .wrapper .row h3 h5, .wrapper .row h3 h6, .wrapper .row h4 h1, .wrapper .row h4 h2, .wrapper .row h4 h3, .wrapper .row h4 h4, .wrapper .row h4 h5, .wrapper .row h4 h6, .wrapper .row .title-section h1, .wrapper .row .title-section h2, .wrapper .row .title-section h3, .wrapper .row .title-section h4, .wrapper .row .title-section h5, .wrapper .row .title-section h6 {
    margin-top: 0; }
.wrapper .row .wp-block-columns .wp-block-column {
  margin-bottom: 0; }


.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  font-family: 'brother-1816', sans-serif;
}
/*# sourceMappingURL=style.css.map */
