.wp-block-blockgallery-stacked {
  position: relative;
  text-align: center; }
  .wp-block-blockgallery-stacked:not(.has-caption-color) {
    color: #333 !important; }
  .wp-block-blockgallery-stacked .blockgallery--item {
    margin-left: auto;
    margin-right: auto; }
    .wp-block-blockgallery-stacked .blockgallery--item:last-child figure {
      margin-bottom: 0 !important; }
  .wp-block-blockgallery-stacked .blockgallery--caption {
    padding-bottom: 1em;
    margin-top: 1em;
    text-align: center;
    font-size: 13px; }
  .wp-block-blockgallery-stacked.has-fullwidth-images img {
    width: 100%; }
.editor-block-list__block[data-type="blockgallery/stacked"] .components-blockgallery-gallery-item__upload {
  min-height: 220px;
  width: 100% !important; }

.editor-block-list__block[data-type="blockgallery/stacked"] .blockgallery--item:not(.blockgallery--item-uploader) .blockgallery--figure {
  display: inline-block;
  width: auto !important; }

.editor-block-list__block[data-type="blockgallery/stacked"] .has-fullwidth-images .blockgallery--item:not(.blockgallery--item-uploader) .blockgallery--figure {
  width: 100% !important; }
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Applies editor right position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
@keyframes loading_fade {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.blockgallery--item {
  margin: 0; }
  .blockgallery--item figure:focus {
    outline: none; }
  .blockgallery--item .is-selected::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 4px #0085ba;
    z-index: 1;
    content: ""; }
  .blockgallery--item .is-transient img {
    animation: loading_fade 1.6s ease-in-out infinite; }
  .blockgallery--item .editor-rich-text {
    z-index: 2; }
  .blockgallery--item .components-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.components-blockgallery-gallery-item__remove-wrapper {
  background-color: #0085ba;
  display: inline-flex;
  padding: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 20;
  transition: padding 0.1s linear; }
  .components-blockgallery-gallery-item__remove-wrapper svg {
    position: relative; }

.components-blockgallery-gallery-item__remove-button {
  box-shadow: none !important;
  padding: 0;
  color: #fff; }
  .components-blockgallery-gallery-item__remove-button:hover {
    background: #0085ba !important;
    border-color: #0085ba !important;
    color: #fff !important;
    opacity: 0.75; }

.components-blockgallery-gallery-item__upload.components-button {
  border-radius: 0;
  border: none;
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding: 0 !important; }
  .components-blockgallery-gallery-item__upload.components-button .dashicon {
    margin-top: 10px; }
  .components-blockgallery-gallery-item__upload.components-button:hover, .components-blockgallery-gallery-item__upload.components-button:focus {
    border: 1px solid #555d66; }

.components-blockgallery-inspector__size-control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.7em; }
  .components-blockgallery-inspector__size-control--label {
    margin-bottom: 0.3em;
    margin-top: 1.4em !important; }
  .components-range-control + .components-blockgallery-inspector__size-control--label {
    margin-top: 0 !important; }
  .components-blockgallery-inspector__size-control + .components-blockgallery-inspector__tabs {
    margin-top: 2em; }

.components-blockgallery-inspector__lightbox-style {
  margin-top: -0.75em !important; }
  .components-blockgallery-inspector__lightbox-style .components-base-control__label {
    display: none; }

.components-blockgallery-inspector__background-overlay-style-control,
.components-blockgallery-inspector__autoplayspeed-select {
  margin-bottom: 1.8em !important;
  margin-top: -1.1em !important; }
  .components-blockgallery-inspector__background-overlay-style-control .components-select-control__input,
  .components-blockgallery-inspector__autoplayspeed-select .components-select-control__input {
    margin-top: 0.5em; }
  .components-blockgallery-inspector__background-overlay-style-control label,
  .components-blockgallery-inspector__autoplayspeed-select label {
    display: none; }

.components-blockgallery-inspector__background-size {
  margin-bottom: 2em !important; }

.components-blockgallery-inspector__background-remove-button {
  justify-content: center;
  line-height: 26px;
  width: 100%;
  display: none; }

.components-blockgallery-inspector__background-image-overlay {
  margin-bottom: 0.7em !important;
  margin-top: -0.7em !important; }

.components-blockgallery-inspector__tabs {
  margin-bottom: 1em;
  position: relative; }
  .components-blockgallery-inspector__tabs-item {
    appearance: none;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #6c7781;
    color: #6c7781;
    height: 22px;
    line-height: 1;
    padding-left: 9px;
    padding-right: 9px; }
    .components-blockgallery-inspector__tabs-item.is-active {
      background: #6c7781;
      color: #fff;
      z-index: 1; }
    .components-blockgallery-inspector__tabs-item svg {
      height: 14px;
      width: 14px; }
    .components-blockgallery-inspector__tabs-item--desktop {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .components-blockgallery-inspector__tabs-item--mobile {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -4px; }
  .components-blockgallery-inspector__tabs .components-tab-panel__tabs {
    position: absolute;
    right: -1px;
    top: -2px; }
  .components-blockgallery-inspector__tabs .components-base-control__label {
    margin-bottom: 8px; }

.has-border-radius-2 .blockgallery--figure::after {
  border-radius: 2px; }

.has-border-radius-2 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-2 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }

.has-border-radius-2 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 2px; }

.has-border-radius-2 figcaption {
  border-bottom-right-radius: -2px !important;
  border-bottom-left-radius: -2px !important; }

.has-border-radius-3 .blockgallery--figure::after {
  border-radius: 3px; }

.has-border-radius-3 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-3 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.has-border-radius-3 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 3px; }

.has-border-radius-3 figcaption {
  border-bottom-right-radius: -1px !important;
  border-bottom-left-radius: -1px !important; }

.has-border-radius-4 .blockgallery--figure::after {
  border-radius: 4px; }

.has-border-radius-4 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-4 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.has-border-radius-4 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 4px; }

.has-border-radius-4 figcaption {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.has-border-radius-5 .blockgallery--figure::after {
  border-radius: 5px; }

.has-border-radius-5 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-5 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.has-border-radius-5 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 5px; }

.has-border-radius-5 figcaption {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important; }

.has-border-radius-6 .blockgallery--figure::after {
  border-radius: 6px; }

.has-border-radius-6 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-6 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.has-border-radius-6 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 6px; }

.has-border-radius-6 figcaption {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important; }

.has-border-radius-7 .blockgallery--figure::after {
  border-radius: 7px; }

.has-border-radius-7 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-7 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }

.has-border-radius-7 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 7px; }

.has-border-radius-7 figcaption {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.has-border-radius-8 .blockgallery--figure::after {
  border-radius: 8px; }

.has-border-radius-8 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-8 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.has-border-radius-8 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 8px; }

.has-border-radius-8 figcaption {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.has-border-radius-9 .blockgallery--figure::after {
  border-radius: 9px; }

.has-border-radius-9 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-9 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important; }

.has-border-radius-9 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 9px; }

.has-border-radius-9 figcaption {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.has-border-radius-10 .blockgallery--figure::after {
  border-radius: 10px; }

.has-border-radius-10 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-10 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.has-border-radius-10 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 10px; }

.has-border-radius-10 figcaption {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.has-border-radius-11 .blockgallery--figure::after {
  border-radius: 11px; }

.has-border-radius-11 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-11 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 11px !important;
  border-bottom-left-radius: 11px !important; }

.has-border-radius-11 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 11px; }

.has-border-radius-11 figcaption {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important; }

.has-border-radius-12 .blockgallery--figure::after {
  border-radius: 12px; }

.has-border-radius-12 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-12 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important; }

.has-border-radius-12 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 12px; }

.has-border-radius-12 figcaption {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.has-border-radius-13 .blockgallery--figure::after {
  border-radius: 13px; }

.has-border-radius-13 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-13 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 13px !important;
  border-bottom-left-radius: 13px !important; }

.has-border-radius-13 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 13px; }

.has-border-radius-13 figcaption {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important; }

.has-border-radius-14 .blockgallery--figure::after {
  border-radius: 14px; }

.has-border-radius-14 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-14 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 14px !important;
  border-bottom-left-radius: 14px !important; }

.has-border-radius-14 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 14px; }

.has-border-radius-14 figcaption {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important; }

.has-border-radius-15 .blockgallery--figure::after {
  border-radius: 15px; }

.has-border-radius-15 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-15 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important; }

.has-border-radius-15 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 15px; }

.has-border-radius-15 figcaption {
  border-bottom-right-radius: 11px !important;
  border-bottom-left-radius: 11px !important; }

.has-border-radius-16 .blockgallery--figure::after {
  border-radius: 16px; }

.has-border-radius-16 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-16 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important; }

.has-border-radius-16 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 16px; }

.has-border-radius-16 figcaption {
  border-bottom-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important; }

.has-border-radius-17 .blockgallery--figure::after {
  border-radius: 17px; }

.has-border-radius-17 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-17 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 17px !important;
  border-bottom-left-radius: 17px !important; }

.has-border-radius-17 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 17px; }

.has-border-radius-17 figcaption {
  border-bottom-right-radius: 13px !important;
  border-bottom-left-radius: 13px !important; }

.has-border-radius-18 .blockgallery--figure::after {
  border-radius: 18px; }

.has-border-radius-18 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-18 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 18px !important;
  border-bottom-left-radius: 18px !important; }

.has-border-radius-18 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 18px; }

.has-border-radius-18 figcaption {
  border-bottom-right-radius: 14px !important;
  border-bottom-left-radius: 14px !important; }

.has-border-radius-19 .blockgallery--figure::after {
  border-radius: 19px; }

.has-border-radius-19 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-19 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 19px !important;
  border-bottom-left-radius: 19px !important; }

.has-border-radius-19 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 19px; }

.has-border-radius-19 figcaption {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important; }

.has-border-radius-20 .blockgallery--figure::after {
  border-radius: 20px; }

.has-border-radius-20 .components-blockgallery-gallery-item__remove-button,
.has-border-radius-20 .components-blockgallery-gallery-item__remove-wrapper {
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important; }

.has-border-radius-20 .components-blockgallery-gallery-item__upload.components-button {
  border-radius: 20px; }

.has-border-radius-20 figcaption {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important; }

.has-border-radius-13 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-13 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-14 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-14 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-15 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-15 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-16 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-16 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-17 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-17 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-18 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-18 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-19 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-19 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

.has-border-radius-20 .components-blockgallery-gallery-item__remove-wrapper {
  padding: 6px; }
  .has-border-radius-20 .components-blockgallery-gallery-item__remove-wrapper svg {
    right: -1px; }

@keyframes background_loading_fade {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.5; } }

.has-background-image-transient > div {
  z-index: 2; }

.has-background-image-transient::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  content: "";
  z-index: 1;
  animation: background_loading_fade 1.6s ease-in-out infinite; }

.has-no-arrows .flickity-prev-next-button,
.editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button {
  background-color: #0085ba;
  border: 2px solid #fff;
  color: #191e23;
  box-shadow: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  opacity: 1; }
  .has-no-arrows .flickity-prev-next-button:active,
  .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button:active {
    background-color: #006a95; }
  .has-no-arrows .flickity-prev-next-button:hover,
  .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button:hover {
    background-color: #007eb1; }
  .has-no-arrows .flickity-prev-next-button .flickity-button-icon,
  .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button .flickity-button-icon {
    fill: #fff;
    top: 24%; }
  .has-no-arrows .flickity-prev-next-button.previous,
  .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button.previous {
    left: 10px; }
    .has-no-arrows .flickity-prev-next-button.previous .flickity-button-icon,
    .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button.previous .flickity-button-icon {
      left: 27%; }
  .has-no-arrows .flickity-prev-next-button.next,
  .editor-block-list__block[data-type="blockgallery/thumbnails"] .flickity-prev-next-button.next {
    right: 10px; }

.editor-block-list__block[data-type*="blockgallery"] .components-notice {
  border-radius: 4px;
  border: 0;
  padding: 7px 12px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .editor-block-list__block[data-type*="blockgallery"] .components-notice.is-error {
    color: #d94f4f; }

.components-toolbar .components-dropdown-menu {
  padding: 0; }

.blockgallery .components-resizable-box__handle {
  z-index: 9999; }

.components-blockgallery-inspector__lightbox {
  display: none !important; }
.blockgallery {
  list-style: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0; }
  .blockgallery.alignfull ul, .blockgallery.alignwide ul {
    max-width: 100%; }
  .blockgallery--item {
    list-style: none !important;
    margin: 0;
    padding: 0 !important; }
    .blockgallery--item figure {
      margin: 0;
      position: relative; }
    .blockgallery--item img {
      vertical-align: middle; }
  .blockgallery--caption {
    color: inherit; }
  .blockgallery:not(.has-padding) {
    padding: 0 !important; }
  .blockgallery:not(.has-margin) .blockgallery--item {
    margin: auto !important; }
  .blockgallery.is-cropped .blockgallery--item a,
  .blockgallery.is-cropped .blockgallery--item img,
  .blockgallery.is-cropped .blockgallery--item-thumbnail a,
  .blockgallery.is-cropped .blockgallery--item-thumbnail img {
    width: 100%; }
    @supports (position: sticky) {
      .blockgallery.is-cropped .blockgallery--item a,
      .blockgallery.is-cropped .blockgallery--item img,
      .blockgallery.is-cropped .blockgallery--item-thumbnail a,
      .blockgallery.is-cropped .blockgallery--item-thumbnail img {
        flex: 1;
        height: 100%;
        object-fit: cover; } }

.blockgallery--item-thumbnail {
  list-style: none !important;
  margin: 0;
  padding: 0; }
  .blockgallery--item-thumbnail figure {
    margin: 0;
    position: relative; }
  .blockgallery--item-thumbnail img {
    vertical-align: middle; }

@media (min-width: 250px) {
  .has-grid-sml .blockgallery--item {
    width: 50%; } }

@media (min-width: 500px) {
  .has-grid-sml .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .has-grid-sml .blockgallery--item {
    width: 25%; } }

@media (min-width: 1300px) {
  .has-grid-sml .blockgallery--item {
    width: 20%; } }

@media (min-width: 1700px) {
  .has-grid-sml .blockgallery--item {
    width: 16.66667%; } }

@media (min-width: 1900px) {
  .has-grid-sml .blockgallery--item {
    width: 14.28571%; } }

@media (min-width: 350px) {
  .has-grid-med .blockgallery--item {
    width: 50%; } }

@media (min-width: 650px) {
  .has-grid-med .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 1100px) {
  .has-grid-med .blockgallery--item {
    width: 25%; } }

@media (min-width: 1600px) {
  .has-grid-med .blockgallery--item {
    width: 20%; } }

@media (min-width: 1900px) {
  .has-grid-med .blockgallery--item {
    width: 16.66667%; } }

@media (min-width: 400px) {
  .has-grid-lrg .blockgallery--item {
    width: 50%; } }

@media (min-width: 800px) {
  .has-grid-lrg .blockgallery--item {
    width: 33.33333%; } }

@media (min-width: 1600px) {
  .has-grid-lrg .blockgallery--item {
    width: 25%; } }

@media (min-width: 400px) {
  .has-grid-xlrg .blockgallery--item {
    width: 50%; } }

@media (min-width: 400px) {
  .has-grid-lrg.has-no-alignment .blockgallery--item {
    width: 50%; } }

@media (min-width: 900px) {
  .has-grid-lrg.has-no-alignment .blockgallery--item {
    width: 33.33333%; } }

@media screen and (min-width: 800px) {
  .has-bricks-grid-sml .blockgallery--item img {
    max-height: 250px !important; } }

@media screen and (min-width: 1200px) {
  .has-bricks-grid-sml .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 700px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 250px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-med .blockgallery--item img {
    max-height: 400px !important; } }

@media screen and (min-width: 300px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 180px !important; } }

@media screen and (min-width: 600px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 300px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 350px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 450px !important; } }

@media screen and (min-width: 1900px) {
  .has-bricks-grid-lrg .blockgallery--item img {
    max-height: 550px !important; } }

@media screen and (min-width: 300px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 200px !important; } }

@media screen and (min-width: 600px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 350px !important; } }

@media screen and (min-width: 1000px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 400px !important; } }

@media screen and (min-width: 1400px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 550px !important; } }

@media screen and (min-width: 1900px) {
  .has-bricks-grid-xlrg .blockgallery--item img {
    max-height: 650px !important; } }

.blockgallery.has-gutter {
  overflow: hidden; }

.blockgallery:not(.has-gutter) {
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 700px) {
  .has-gutter-5 {
    margin: -3px !important;
    max-width: calc(100% + 5px) !important; }
  .has-gutter-10 {
    margin: -5px !important;
    max-width: calc(100% + 10px) !important; }
  .has-gutter-15 {
    margin: -8px !important;
    max-width: calc(100% + 15px) !important; }
  .has-gutter-20 {
    margin: -10px !important;
    max-width: calc(100% + 20px) !important; }
  .has-gutter-25 {
    margin: -13px !important;
    max-width: calc(100% + 25px) !important; }
  .has-gutter-30 {
    margin: -15px !important;
    max-width: calc(100% + 30px) !important; }
  .has-gutter-35 {
    margin: -18px !important;
    max-width: calc(100% + 35px) !important; }
  .has-gutter-40 {
    margin: -20px !important;
    max-width: calc(100% + 40px) !important; }
  .has-gutter-45 {
    margin: -23px !important;
    max-width: calc(100% + 45px) !important; }
  .has-gutter-50 {
    margin: -25px !important;
    max-width: calc(100% + 50px) !important; }
  .has-gutter-5 .blockgallery--figure {
    margin: 3px; }
  .has-gutter-10 .blockgallery--figure {
    margin: 5px; }
  .has-gutter-15 .blockgallery--figure {
    margin: 8px; }
  .has-gutter-20 .blockgallery--figure {
    margin: 10px; }
  .has-gutter-25 .blockgallery--figure {
    margin: 13px; }
  .has-gutter-30 .blockgallery--figure {
    margin: 15px; }
  .has-gutter-35 .blockgallery--figure {
    margin: 18px; }
  .has-gutter-40 .blockgallery--figure {
    margin: 20px; }
  .has-gutter-45 .blockgallery--figure {
    margin: 23px; }
  .has-gutter-50 .blockgallery--figure {
    margin: 25px; } }

@media (max-width: 699px) {
  .has-gutter-mobile-5 {
    margin: -3px !important;
    max-width: calc(100% + 5px) !important; }
    .has-gutter-mobile-5 .blockgallery--figure {
      margin: 3px; }
  .has-gutter-mobile-10 {
    margin: -5px !important;
    max-width: calc(100% + 10px) !important; }
    .has-gutter-mobile-10 .blockgallery--figure {
      margin: 5px; }
  .has-gutter-mobile-15 {
    margin: -8px !important;
    max-width: calc(100% + 15px) !important; }
    .has-gutter-mobile-15 .blockgallery--figure {
      margin: 8px; }
  .has-gutter-mobile-20 {
    margin: -10px !important;
    max-width: calc(100% + 20px) !important; }
    .has-gutter-mobile-20 .blockgallery--figure {
      margin: 10px; }
  .has-gutter-mobile-25 {
    margin: -13px !important;
    max-width: calc(100% + 25px) !important; }
    .has-gutter-mobile-25 .blockgallery--figure {
      margin: 13px; }
  .has-gutter-mobile-30 {
    margin: -15px !important;
    max-width: calc(100% + 30px) !important; }
    .has-gutter-mobile-30 .blockgallery--figure {
      margin: 15px; }
  .has-gutter-mobile-35 {
    margin: -18px !important;
    max-width: calc(100% + 35px) !important; }
    .has-gutter-mobile-35 .blockgallery--figure {
      margin: 18px; }
  .has-gutter-mobile-40 {
    margin: -20px !important;
    max-width: calc(100% + 40px) !important; }
    .has-gutter-mobile-40 .blockgallery--figure {
      margin: 20px; }
  .has-gutter-mobile-45 {
    margin: -23px !important;
    max-width: calc(100% + 45px) !important; }
    .has-gutter-mobile-45 .blockgallery--figure {
      margin: 23px; }
  .has-gutter-mobile-50 {
    margin: -25px !important;
    max-width: calc(100% + 50px) !important; }
    .has-gutter-mobile-50 .blockgallery--figure {
      margin: 25px; } }

.has-horizontal-gutter {
  overflow-x: hidden; }

@media (min-width: 700px) {
  .has-margin-bottom-5 {
    margin-bottom: 5px !important; }
  .has-margin-bottom-10 {
    margin-bottom: 10px !important; }
  .has-margin-bottom-15 {
    margin-bottom: 15px !important; }
  .has-margin-bottom-20 {
    margin-bottom: 20px !important; }
  .has-margin-bottom-25 {
    margin-bottom: 25px !important; }
  .has-margin-bottom-30 {
    margin-bottom: 30px !important; }
  .has-margin-bottom-35 {
    margin-bottom: 35px !important; }
  .has-margin-bottom-40 {
    margin-bottom: 40px !important; }
  .has-margin-bottom-45 {
    margin-bottom: 45px !important; }
  .has-margin-bottom-50 {
    margin-bottom: 50px !important; } }

@media (max-width: 699px) {
  .has-margin-bottom-mobile-5 {
    margin-bottom: 5px !important; }
  .has-margin-bottom-mobile-10 {
    margin-bottom: 10px !important; }
  .has-margin-bottom-mobile-15 {
    margin-bottom: 15px !important; }
  .has-margin-bottom-mobile-20 {
    margin-bottom: 20px !important; }
  .has-margin-bottom-mobile-25 {
    margin-bottom: 25px !important; }
  .has-margin-bottom-mobile-30 {
    margin-bottom: 30px !important; }
  .has-margin-bottom-mobile-35 {
    margin-bottom: 35px !important; }
  .has-margin-bottom-mobile-40 {
    margin-bottom: 40px !important; }
  .has-margin-bottom-mobile-45 {
    margin-bottom: 45px !important; }
  .has-margin-bottom-mobile-50 {
    margin-bottom: 50px !important; } }

@media (min-width: 700px) {
  .has-margin-top-5 {
    margin-top: 3px !important; }
  .has-margin-top-10 {
    margin-top: 5px !important; }
  .has-margin-top-15 {
    margin-top: 8px !important; }
  .has-margin-top-20 {
    margin-top: 10px !important; }
  .has-margin-top-25 {
    margin-top: 13px !important; }
  .has-margin-top-30 {
    margin-top: 15px !important; }
  .has-margin-top-35 {
    margin-top: 18px !important; }
  .has-margin-top-40 {
    margin-top: 20px !important; }
  .has-margin-top-45 {
    margin-top: 23px !important; }
  .has-margin-top-50 {
    margin-top: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-top-mobile-5 {
    margin-top: 3px !important; }
  .has-margin-top-mobile-10 {
    margin-top: 5px !important; }
  .has-margin-top-mobile-15 {
    margin-top: 8px !important; }
  .has-margin-top-mobile-20 {
    margin-top: 10px !important; }
  .has-margin-top-mobile-25 {
    margin-top: 13px !important; }
  .has-margin-top-mobile-30 {
    margin-top: 15px !important; }
  .has-margin-top-mobile-35 {
    margin-top: 18px !important; }
  .has-margin-top-mobile-40 {
    margin-top: 20px !important; }
  .has-margin-top-mobile-45 {
    margin-top: 23px !important; }
  .has-margin-top-mobile-50 {
    margin-top: 25px !important; } }

@media (min-width: 700px) {
  .has-margin-right-5 {
    margin-right: 3px !important; }
  .has-margin-right-10 {
    margin-right: 5px !important; }
  .has-margin-right-15 {
    margin-right: 8px !important; }
  .has-margin-right-20 {
    margin-right: 10px !important; }
  .has-margin-right-25 {
    margin-right: 13px !important; }
  .has-margin-right-30 {
    margin-right: 15px !important; }
  .has-margin-right-35 {
    margin-right: 18px !important; }
  .has-margin-right-40 {
    margin-right: 20px !important; }
  .has-margin-right-45 {
    margin-right: 23px !important; }
  .has-margin-right-50 {
    margin-right: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-right-mobile-5 {
    margin-right: 3px !important; }
  .has-margin-right-mobile-10 {
    margin-right: 5px !important; }
  .has-margin-right-mobile-15 {
    margin-right: 8px !important; }
  .has-margin-right-mobile-20 {
    margin-right: 10px !important; }
  .has-margin-right-mobile-25 {
    margin-right: 13px !important; }
  .has-margin-right-mobile-30 {
    margin-right: 15px !important; }
  .has-margin-right-mobile-35 {
    margin-right: 18px !important; }
  .has-margin-right-mobile-40 {
    margin-right: 20px !important; }
  .has-margin-right-mobile-45 {
    margin-right: 23px !important; }
  .has-margin-right-mobile-50 {
    margin-right: 25px !important; } }

@media (min-width: 700px) {
  .has-margin-left-5 {
    margin-left: 3px !important; }
  .has-margin-left-10 {
    margin-left: 5px !important; }
  .has-margin-left-15 {
    margin-left: 8px !important; }
  .has-margin-left-20 {
    margin-left: 10px !important; }
  .has-margin-left-25 {
    margin-left: 13px !important; }
  .has-margin-left-30 {
    margin-left: 15px !important; }
  .has-margin-left-35 {
    margin-left: 18px !important; }
  .has-margin-left-40 {
    margin-left: 20px !important; }
  .has-margin-left-45 {
    margin-left: 23px !important; }
  .has-margin-left-50 {
    margin-left: 25px !important; } }

@media (max-width: 699px) {
  .has-margin-left-mobile-5 {
    margin-left: 3px !important; }
  .has-margin-left-mobile-10 {
    margin-left: 5px !important; }
  .has-margin-left-mobile-15 {
    margin-left: 8px !important; }
  .has-margin-left-mobile-20 {
    margin-left: 10px !important; }
  .has-margin-left-mobile-25 {
    margin-left: 13px !important; }
  .has-margin-left-mobile-30 {
    margin-left: 15px !important; }
  .has-margin-left-mobile-35 {
    margin-left: 18px !important; }
  .has-margin-left-mobile-40 {
    margin-left: 20px !important; }
  .has-margin-left-mobile-45 {
    margin-left: 23px !important; }
  .has-margin-left-mobile-50 {
    margin-left: 25px !important; } }

@media (min-width: 700px) {
  .has-negative-margin-right-5 {
    margin-right: -3px !important; }
  .has-negative-margin-right-10 {
    margin-right: -5px !important; }
  .has-negative-margin-right-15 {
    margin-right: -8px !important; }
  .has-negative-margin-right-20 {
    margin-right: -10px !important; }
  .has-negative-margin-right-25 {
    margin-right: -13px !important; }
  .has-negative-margin-right-30 {
    margin-right: -15px !important; }
  .has-negative-margin-right-35 {
    margin-right: -18px !important; }
  .has-negative-margin-right-40 {
    margin-right: -20px !important; }
  .has-negative-margin-right-45 {
    margin-right: -23px !important; }
  .has-negative-margin-right-50 {
    margin-right: -25px !important; } }

@media (max-width: 699px) {
  .has-negative-margin-right-mobile-5 {
    margin-right: -3px !important; }
  .has-negative-margin-right-mobile-10 {
    margin-right: -5px !important; }
  .has-negative-margin-right-mobile-15 {
    margin-right: -8px !important; }
  .has-negative-margin-right-mobile-20 {
    margin-right: -10px !important; }
  .has-negative-margin-right-mobile-25 {
    margin-right: -13px !important; }
  .has-negative-margin-right-mobile-30 {
    margin-right: -15px !important; }
  .has-negative-margin-right-mobile-35 {
    margin-right: -18px !important; }
  .has-negative-margin-right-mobile-40 {
    margin-right: -20px !important; }
  .has-negative-margin-right-mobile-45 {
    margin-right: -23px !important; }
  .has-negative-margin-right-mobile-50 {
    margin-right: -25px !important; } }

@media (min-width: 700px) {
  .has-negative-margin-left-5 {
    margin-left: -3px !important; }
  .has-negative-margin-left-10 {
    margin-left: -5px !important; }
  .has-negative-margin-left-15 {
    margin-left: -8px !important; }
  .has-negative-margin-left-20 {
    margin-left: -10px !important; }
  .has-negative-margin-left-25 {
    margin-left: -13px !important; }
  .has-negative-margin-left-30 {
    margin-left: -15px !important; }
  .has-negative-margin-left-35 {
    margin-left: -18px !important; }
  .has-negative-margin-left-40 {
    margin-left: -20px !important; }
  .has-negative-margin-left-45 {
    margin-left: -23px !important; }
  .has-negative-margin-left-50 {
    margin-left: -25px !important; } }

@media (max-width: 699px) {
  .has-negative-margin-left-mobile-5 {
    margin-left: -3px !important; }
  .has-negative-margin-left-mobile-10 {
    margin-left: -5px !important; }
  .has-negative-margin-left-mobile-15 {
    margin-left: -8px !important; }
  .has-negative-margin-left-mobile-20 {
    margin-left: -10px !important; }
  .has-negative-margin-left-mobile-25 {
    margin-left: -13px !important; }
  .has-negative-margin-left-mobile-30 {
    margin-left: -15px !important; }
  .has-negative-margin-left-mobile-35 {
    margin-left: -18px !important; }
  .has-negative-margin-left-mobile-40 {
    margin-left: -20px !important; }
  .has-negative-margin-left-mobile-45 {
    margin-left: -23px !important; }
  .has-negative-margin-left-mobile-50 {
    margin-left: -25px !important; } }

@media (min-width: 700px) {
  .has-padding-5 {
    padding: 5px !important; }
  .has-padding-10 {
    padding: 10px !important; }
  .has-padding-15 {
    padding: 15px !important; }
  .has-padding-20 {
    padding: 20px !important; }
  .has-padding-25 {
    padding: 25px !important; }
  .has-padding-30 {
    padding: 30px !important; }
  .has-padding-35 {
    padding: 35px !important; }
  .has-padding-40 {
    padding: 40px !important; }
  .has-padding-45 {
    padding: 45px !important; }
  .has-padding-50 {
    padding: 50px !important; }
  .has-padding-55 {
    padding: 55px !important; }
  .has-padding-60 {
    padding: 60px !important; }
  .has-padding-65 {
    padding: 65px !important; }
  .has-padding-70 {
    padding: 70px !important; }
  .has-padding-75 {
    padding: 75px !important; }
  .has-padding-80 {
    padding: 80px !important; }
  .has-padding-85 {
    padding: 85px !important; }
  .has-padding-90 {
    padding: 90px !important; }
  .has-padding-95 {
    padding: 95px !important; }
  .has-padding-100 {
    padding: 100px !important; } }

@media (max-width: 699px) {
  .has-padding-mobile-5 {
    padding: 5px !important; }
  .has-padding-mobile-10 {
    padding: 10px !important; }
  .has-padding-mobile-15 {
    padding: 15px !important; }
  .has-padding-mobile-20 {
    padding: 20px !important; }
  .has-padding-mobile-25 {
    padding: 25px !important; }
  .has-padding-mobile-30 {
    padding: 30px !important; }
  .has-padding-mobile-35 {
    padding: 35px !important; }
  .has-padding-mobile-40 {
    padding: 40px !important; }
  .has-padding-mobile-45 {
    padding: 45px !important; }
  .has-padding-mobile-50 {
    padding: 50px !important; }
  .has-padding-mobile-55 {
    padding: 55px !important; }
  .has-padding-mobile-60 {
    padding: 60px !important; }
  .has-padding-mobile-65 {
    padding: 65px !important; }
  .has-padding-mobile-70 {
    padding: 70px !important; }
  .has-padding-mobile-75 {
    padding: 75px !important; }
  .has-padding-mobile-80 {
    padding: 80px !important; }
  .has-padding-mobile-85 {
    padding: 85px !important; }
  .has-padding-mobile-90 {
    padding: 90px !important; }
  .has-padding-mobile-95 {
    padding: 95px !important; }
  .has-padding-mobile-100 {
    padding: 100px !important; } }

.has-shadow-sml {
  box-shadow: 0 0.5vw 2vw -0.25vw rgba(0, 0, 0, 0.2); }

.has-shadow-med {
  box-shadow: 0 1vw 3vw -0.5vw rgba(0, 0, 0, 0.2); }

.has-shadow-lrg {
  box-shadow: 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.2); }

.has-border-radius-2 .blockgallery--item img {
  border-radius: 2px; }

.has-border-radius-3 .blockgallery--item img {
  border-radius: 3px; }

.has-border-radius-4 .blockgallery--item img {
  border-radius: 4px; }

.has-border-radius-5 .blockgallery--item img {
  border-radius: 5px; }

.has-border-radius-6 .blockgallery--item img {
  border-radius: 6px; }

.has-border-radius-7 .blockgallery--item img {
  border-radius: 7px; }

.has-border-radius-8 .blockgallery--item img {
  border-radius: 8px; }

.has-border-radius-9 .blockgallery--item img {
  border-radius: 9px; }

.has-border-radius-10 .blockgallery--item img {
  border-radius: 10px; }

.has-border-radius-11 .blockgallery--item img {
  border-radius: 11px; }

.has-border-radius-12 .blockgallery--item img {
  border-radius: 12px; }

.has-border-radius-13 .blockgallery--item img {
  border-radius: 13px; }

.has-border-radius-14 .blockgallery--item img {
  border-radius: 14px; }

.has-border-radius-15 .blockgallery--item img {
  border-radius: 15px; }

.has-border-radius-16 .blockgallery--item img {
  border-radius: 16px; }

.has-border-radius-17 .blockgallery--item img {
  border-radius: 17px; }

.has-border-radius-18 .blockgallery--item img {
  border-radius: 18px; }

.has-border-radius-19 .blockgallery--item img {
  border-radius: 19px; }

.has-border-radius-20 .blockgallery--item img {
  border-radius: 20px; }

.has-filter-grayscale img {
  filter: grayscale(1); }

.has-filter-saturation img {
  filter: saturate(1.75); }

.has-filter-sepia img {
  filter: sepia(0.5); }

.has-filter-dim img {
  filter: brightness(0.5); }

.has-filter-vintage img {
  filter: contrast(1.3) saturate(1.5) sepia(0.6); }

.has-caption-style-light .blockgallery--item .blockgallery--figure figcaption {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.93) 6.3%, rgba(255, 255, 255, 0.5) 61%, rgba(255, 255, 255, 0)) !important;
  opacity: 1 !important; }

.blockgallery:not(.has-caption-color).has-caption-style-dark .blockgallery--figure figcaption {
  color: #fff; }

.blockgallery:not(.has-caption-color).has-caption-style-light .blockgallery--figure figcaption {
  color: #292929; }

.has-background-repeat {
  background-repeat: repeat; }

.has-background-no-repeat {
  background-repeat: no-repeat; }

.has-background-repeat-x {
  background-repeat: repeat-x; }

.has-background-repeat-y {
  background-repeat: repeat-y; }

.has-background-cover {
  background-size: cover; }

.has-background-auto {
  background-size: auto; }

.has-background-contain {
  background-size: contain; }

.has-background-top-left {
  background-position: top left; }

.has-background-top-center {
  background-position: top center; }

.has-background-top-right {
  background-position: top right; }

.has-background-center-left {
  background-position: center left; }

.has-background-center-center {
  background-position: center center; }

.has-background-center-right {
  background-position: center right; }

.has-background-bottom-left {
  background-position: bottom left; }

.has-background-bottom-center {
  background-position: bottom center; }

.has-background-bottom-right {
  background-position: bottom right; }

.has-background-overlay {
  position: relative; }
  .has-background-overlay::before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0; }

.has-background-overlay-10::before {
  opacity: 0.1; }

.has-background-overlay-20::before {
  opacity: 0.2; }

.has-background-overlay-30::before {
  opacity: 0.3; }

.has-background-overlay-40::before {
  opacity: 0.4; }

.has-background-overlay-50::before {
  opacity: 0.5; }

.has-background-overlay-60::before {
  opacity: 0.6; }

.has-background-overlay-70::before {
  opacity: 0.7; }

.has-background-overlay-80::before {
  opacity: 0.8; }

.has-background-overlay-90::before {
  opacity: 0.9; }

.has-background-overlay:not(.has-background) {
  background-color: #000; }

.has-parallax {
  background-attachment: fixed; }

.has-background-border-radius-2 {
  border-radius: 2px; }
  .has-background-border-radius-2::before {
    border-radius: 2px; }

.has-background-border-radius-3 {
  border-radius: 3px; }
  .has-background-border-radius-3::before {
    border-radius: 3px; }

.has-background-border-radius-4 {
  border-radius: 4px; }
  .has-background-border-radius-4::before {
    border-radius: 4px; }

.has-background-border-radius-5 {
  border-radius: 5px; }
  .has-background-border-radius-5::before {
    border-radius: 5px; }

.has-background-border-radius-6 {
  border-radius: 6px; }
  .has-background-border-radius-6::before {
    border-radius: 6px; }

.has-background-border-radius-7 {
  border-radius: 7px; }
  .has-background-border-radius-7::before {
    border-radius: 7px; }

.has-background-border-radius-8 {
  border-radius: 8px; }
  .has-background-border-radius-8::before {
    border-radius: 8px; }

.has-background-border-radius-9 {
  border-radius: 9px; }
  .has-background-border-radius-9::before {
    border-radius: 9px; }

.has-background-border-radius-10 {
  border-radius: 10px; }
  .has-background-border-radius-10::before {
    border-radius: 10px; }

.has-background-border-radius-11 {
  border-radius: 11px; }
  .has-background-border-radius-11::before {
    border-radius: 11px; }

.has-background-border-radius-12 {
  border-radius: 12px; }
  .has-background-border-radius-12::before {
    border-radius: 12px; }

.has-background-border-radius-13 {
  border-radius: 13px; }
  .has-background-border-radius-13::before {
    border-radius: 13px; }

.has-background-border-radius-14 {
  border-radius: 14px; }
  .has-background-border-radius-14::before {
    border-radius: 14px; }

.has-background-border-radius-15 {
  border-radius: 15px; }
  .has-background-border-radius-15::before {
    border-radius: 15px; }

.has-background-border-radius-16 {
  border-radius: 16px; }
  .has-background-border-radius-16::before {
    border-radius: 16px; }

.has-background-border-radius-17 {
  border-radius: 17px; }
  .has-background-border-radius-17::before {
    border-radius: 17px; }

.has-background-border-radius-18 {
  border-radius: 18px; }
  .has-background-border-radius-18::before {
    border-radius: 18px; }

.has-background-border-radius-19 {
  border-radius: 19px; }
  .has-background-border-radius-19::before {
    border-radius: 19px; }

.has-background-border-radius-20 {
  border-radius: 20px; }
  .has-background-border-radius-20::before {
    border-radius: 20px; }
