/*!
Theme Name: Mateo
Text Domain: mateo
Version: 2.5.2
Requires at least: 5.2
Tested up to: 5.6
Requires PHP: 7.2
Description: Description: Mateo theme is designed to take full advantage of Material Design guidelines and power of Wordpress block editor. Fine-tuned typography makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. Mateo theme is fully customizable. With over 900 fonts you can easily customize the display of your site and fully express your creativity. The theme is responsive, SEO friendly and uses components of "Bootstrap" and "Material Design for Bootstrap" css frameworks.
Tags: blog, custom-header, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, block-styles, wide-blocks
Author: Konstantin DERYABIN
Theme URI: https://alliancetheme.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
.form-control,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select,
textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + .875rem + 2px);
  padding: .4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0,0,0,0);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.26);
  border-radius: 0;
  box-shadow: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control,
  input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
  select,
  textarea {
    transition: none
  }
}
.form-control::-ms-expand,
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring,
input:-moz-focusring:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:-moz-focusring,
textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:focus,
textarea:focus {
  color: #495057;
  background-color: rgba(0,0,0,0);
  border-color: #f492b4;
  outline: 0
}
.form-control::placeholder,
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder,
select::placeholder,
textarea::placeholder {
  color: #6c757d;
  opacity: 1
}
.form-control:disabled,
.form-control[readonly],
input:disabled:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input[readonly]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1
}
input[type=date].form-control,
input[type=date]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input[type=datetime-local].form-control,
input[type=datetime-local]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input[type=month].form-control,
input[type=month]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input[type=time].form-control,
input[type=time]:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]) {
  appearance: none
}
select.form-control:focus::-ms-value,
select:focus::-ms-value {
  color: #495057;
  background-color: rgba(0,0,0,0)
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}
.col-form-label {
  padding-top: calc(.4375rem + 1px);
  padding-bottom: calc(.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}
.col-form-label-lg {
  padding-top: calc(.5625rem + 1px);
  padding-bottom: calc(.5625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem 0;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .0625rem
}
.form-control-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding: .5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size],
select[multiple],
select[size] {
  height: auto
}
textarea,
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #4caf50
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76,175,80,.9);
  border-radius: .125rem
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block
}
.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated input:valid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:valid,
.was-validated textarea:valid,
input.is-valid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-valid,
textarea.is-valid {
  border-color: #4caf50;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.was-validated input:valid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:valid:focus,
.was-validated textarea:valid:focus,
input.is-valid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-valid:focus,
textarea.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.was-validated textarea.form-control:valid,
.was-validated textarea:valid,
textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.5em + .875rem);
  background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #4caf50;
  padding-right: calc(.75em + 1.65625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") rgba(0,0,0,0) no-repeat center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #4caf50
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #4caf50
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #4caf50
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #6ec071;
  background-color: #6ec071
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #4caf50
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 .2rem rgba(76,175,80,.25)
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #f44336
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244,67,54,.9);
  border-radius: .125rem
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated input:invalid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:invalid,
.was-validated textarea:invalid,
input.is-invalid:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-invalid,
textarea.is-invalid {
  border-color: #f44336;
  padding-right: calc(1.5em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .21875rem) center;
  background-size: calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated input:invalid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus,
input.is-invalid:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid,
textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.5em + .875rem);
  background-position: top calc(.375em + .21875rem) right calc(.375em + .21875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #f44336;
  padding-right: calc(.75em + 1.65625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e") rgba(0,0,0,0) no-repeat center right 1rem/calc(.75em + .4375rem) calc(.75em + .4375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #f44336
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f44336
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #f44336
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #f77066;
  background-color: #f77066
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #f44336
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 .2rem rgba(244,67,54,.25)
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control,
  .form-inline input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
  .form-inline select,
  .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }
  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.ripple {
  position: relative
}
.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0,0,0,.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: .1;
  transition: opacity .15s ease-in 0s,transform .5s cubic-bezier(.4,0,.2,1) .1s
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity .1s linear 0s!important
}
:root {
  --font-family-sans-serif: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --mateo-headers-font-size-base: 1rem;
  --mateo-page-title-size: 4rem;
  --mateo-page-title-font-family: inherit;
  --mateo-page-title-font-weight: 200;
  --mateo-page-title-font-style: normal;
  --mateo-page-title-line-height: 1.2;
  --mateo-page-title-alignment: center;
  --mateo-page-title-transform: inherit;
  --mateo-monospace-font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --mateo-monospace-font-size: 0.87rem;
  --mateo-monospace-font-weight: 400;
  --mateo-monospace-font-style: normal;
  --mateo-monospace-line-height: 1.5;
  --mateo-primary-footer-font-size: 0.9rem;
  --mateo-primary-footer-align: space-between;
  --mateo-primary-footer-widgets-lg: 4;
  --mateo-primary-footer-widget-pad-top: 1rem;
  --mateo-primary-footer-widget-pad-right: 1rem;
  --mateo-primary-footer-widget-pad-bottom: 1rem;
  --mateo-primary-footer-widget-pad-left: 1rem;
  --mateo-primary-footer-widget-align: inherit;
  --mateo-primary-footer-widget-title-transform: uppercase;
  --mateo-second-footer-font-size: 0.9rem;
  --mateo-second-footer-align: center;
  --mateo-second-footer-widgets-lg: 1;
  --mateo-second-footer-widget-pad-top: 1rem;
  --mateo-second-footer-widget-pad-right: 1rem;
  --mateo-second-footer-widget-pad-bottom: 1rem;
  --mateo-second-footer-widget-pad-left: 1rem;
  --mateo-second-footer-widget-align: center;
  --mateo-second-footer-widget-title-transform: uppercase;
  --mateo-site-pad-left: 3rem;
  --mateo-site-pad-right: 3rem;
  --mateo-site-pad-top: 3rem;
  --mateo-site-pad-bottom: 3rem;
  --mateo-site-radius-top-left: 0;
  --mateo-site-radius-top-right: 0;
  --mateo-site-radius-bottom-left: 0;
  --mateo-site-radius-bottom-right: 0;
  --mateo-site-margin-top: 0;
  --mateo-site-margin-bottom: 0;
  --mateo-sidebar-width: 216px;
  --mateo-sidebar-side-margin: var(--mateo-site-pad-right);
  --mateo-sidebar-font-size: 0.9rem;
  --mateo-sidebar-widget-pad-top: 0;
  --mateo-sidebar-widget-pad-right: 0;
  --mateo-sidebar-widget-pad-bottom: 1rem;
  --mateo-sidebar-widget-pad-left: 0;
  --mateo-sidebar-widget-align: left;
  --mateo-sidebar-widget-title-transform: uppercase;
  --mateo-breadcrumb-font-size: 0.8rem;
  --mateo-breadcrumb-margin-bottom: 3rem
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 4rem
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .125rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}
@media (min-width:576px) {
  .navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (min-width:768px) {
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (min-width:992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-components {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  flex-grow: 1
}
@media (min-width:992px) {
  .navbar-components {
    max-width: 70%
  }
  .navbar {
    padding-left: 0;
    padding-right: 0
  }
}
*,
::after,
::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
address:first-line {
  font-weight: 700
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700;
  margin-bottom: .5rem
}
dd {
  margin-bottom: .5rem;
  margin-left: 1rem
}
blockquote {
  margin: 0 0 1rem;
  border-left: .25rem solid #ff6090;
  padding-left: 1rem;
  padding-right: 1rem
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #e91e63;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #e91e63;
  text-decoration: underline
}
code,
kbd,
pre,
samp,
tt {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-family: var(--mateo-monospace-font-family,var(--font-family-monospace));
  font-size: var(--mateo-monospace-font-size);
  font-weight: var(--mateo-monospace-font-weight);
  font-style: var(--mateo-monospace-font-style);
  line-height: var(--mateo-monospace-line-height)
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  max-width: 100%;
  padding: 1rem;
  white-space: pre-wrap;
  background-color: rgba(33,33,33,.01);
  border: 1px solid rgba(33,33,33,.1);
  color: #212121
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding: .5rem 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
select {
  word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
input[type=search]::-ms-clear {
  display: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2
}
h1 {
  font-size: 3rem;
  font-size: calc(var(--mateo-headers-font-size-base) * 3)
}
h2 {
  font-size: 2.5rem;
  font-size: calc(var(--mateo-headers-font-size-base) * 2.5)
}
h3 {
  font-size: 2rem;
  font-size: calc(var(--mateo-headers-font-size-base) * 2)
}
h4 {
  font-size: 1.75rem;
  font-size: calc(var(--mateo-headers-font-size-base) * 1.75)
}
h5 {
  font-size: 1.25rem;
  font-size: calc(var(--mateo-headers-font-size-base) * 1.25)
}
h6 {
  font-size: 1rem;
  font-size: var(--mateo-headers-font-size-base)
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1)
}
small {
  font-size: 80%;
  font-weight: 400
}
mark {
  padding: .2em;
  background-color: #fcf8e3
}
code {
  color: #e91e63;
  word-wrap: break-word;
  background-color: rgba(33,33,33,.1)
}
a > code {
  color: inherit
}
kbd,
tt {
  padding: .2rem .4rem;
  color: #fff;
  background-color: #212121;
  border-radius: .0625rem;
  box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25)
}
pre {
  display: block;
  color: #212529
}
pre code {
  color: inherit;
  word-break: normal
}
table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121
}
table tbody tr:hover {
  color: #212121;
  background-color: rgba(0,0,0,.075)
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05)
}
table td,
table th {
  padding: .5rem 0;
  vertical-align: top;
  border-top: 1px solid rgba(0,0,0,.06)
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0,0,0,.06)
}
code {
  color: #212121;
  background-color: rgba(33,33,33,.1)
}
a:focus {
  outline: 0
}
a {
  position: relative;
  display: inline-block
}
a:focus,
a:hover {
  text-decoration: none
}
a img {
  border: 0
}
.navbar-toggler {
  border: none!important;
  box-shadow: none!important;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: #fff;
  color: #e91e63;
  text-decoration: inherit
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none
}
img {
  max-width: 100%;
  height: auto
}
.content-wrapper,
.site-header {
  display: flex;
  flex-direction: row;
  justify-content: center
}
.site-content {
  display: flex;
  flex-direction: column
}
.footer-width,
.header-width,
.page-header,
.site-content {
  width: 100%
}
.sidebar {
  max-width: 100%;
  margin-left: 0
}
@media (min-width:992px) {
  .site-content {
    flex-direction: row
  }
  .content-area {
    max-width: calc(100% - 216px - 3rem);
    max-width: calc(100% - var(--mateo-sidebar-width) - var(--mateo-sidebar-side-margin))
  }
  .layout-1 .content-area {
    max-width: 100%
  }
  .sidebar {
    max-width: 216px;
    max-width: var(--mateo-sidebar-width);
    margin-right: 0;
    margin-left: 3rem;
    margin-left: var(--mateo-sidebar-side-margin)
  }
  .sidebar-reverse {
    flex-direction: row-reverse
  }
  .sidebar-reverse .sidebar {
    margin-left: 0;
    margin-right: 3rem;
    margin-right: var(--mateo-sidebar-side-margin)
  }
}
.d-none {
  display: none!important
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: flex!important
}
.d-inline-flex {
  display: inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:992px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
}
@media (min-width:1200px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: flex!important
  }
  .d-xl-inline-flex {
    display: inline-flex!important
  }
}
.main-menu-container {
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  width: 70%;
  justify-content: flex-end
}
.main-menu-container .navbar-collapse {
  flex-grow: 0
}
.main-menu-container.hide-overflow {
  overflow: hidden
}
.small-main-container {
  position: static
}
.navbar-toggler {
  margin: 0;
  height: 3rem;
  padding: 0 .5rem;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  color: #fff;
  background-color: rgba(255,255,255,.2);
  text-decoration: inherit
}
.navbar-toggler:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.navbar-toggler:focus:before,
.navbar-toggler:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
@media (min-width:576px) {
  button.navbar-toggler {
    height: 4rem;
    padding: 0 1rem
  }
}
.main-menu {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  z-index: 1000
}
.main-menu > li {
  padding: 0;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  flex-basis: content
}
.main-menu > li.current-menu-ancestor,
.main-menu > li.current-menu-item {
  background-color: rgba(255,255,255,.05)
}
.main-menu .sub-menu {
  margin-top: .5rem;
  right: 0;
  min-width: 18rem;
  max-width: 22rem
}
.main-menu a {
  display: inline-block;
  padding: 0 1rem;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.main-menu a:focus,
.main-menu a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.2);
  text-decoration: inherit
}
.main-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.main-menu a:focus:before,
.main-menu a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.sub-menu {
  background-color: rgba(233,30,99,.9);
  position: absolute;
  white-space: nowrap;
  display: block;
  visibility: collapse
}
.sub-menu a {
  display: inline-block
}
.sub-menu li {
  list-style-type: none;
  display: flex;
  align-items: center
}
.sub-menu li a:first-child {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.sub-menu .sub-menu {
  top: 0;
  margin-top: 0!important
}
.s-main-menu {
  display: flex;
  flex-flow: column nowrap;
  position: absolute;
  right: 0;
  margin: 0;
  background-color: rgba(233,30,99,.9);
  white-space: nowrap;
  visibility: collapse;
  width: 100%;
  z-index: 1000
}
.s-main-menu .sub-menu {
  width: 100%;
  top: 0
}
.s-main-menu a {
  display: inline-block;
  padding: 0 1rem;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.s-main-menu a:focus,
.s-main-menu a:hover {
  color: #fff;
  background-color: rgba(255,255,255,.2);
  text-decoration: inherit
}
.s-main-menu a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.s-main-menu a:focus:before,
.s-main-menu a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.s-main-menu li {
  list-style-type: none;
  display: flex;
  align-content: center;
  line-height: 4rem;
  width: 100%
}
.s-main-menu li a:first-child {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.menu-show {
  visibility: visible;
  animation: menuAnimIn .3s ease;
  animation-fill-mode: forwards
}
.menu-hide {
  visibility: visible;
  animation: menuAnimOut 150ms ease;
  animation-fill-mode: forwards
}
.menu-trigger .material-icons {
  vertical-align: middle
}
@keyframes menuAnimIn {
  0% {
    transform: translateY(8rem);
    opacity: 0
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
@keyframes menuAnimOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.menu-arrow-down:after,
.menu-arrow-up:after,
.menu-burger:after,
.top-close:after,
.top-search-icon:after {
  font-family: 'Material Icons';
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  animation-duration: 150ms;
  animation-timing-function: linear;
  animation-iteration-count: 1
}
.menu-arrow-down:after {
  animation-name: rotateIn;
  content: "\e313"
}
.menu-arrow-up:after {
  content: "\e316";
  animation-name: rotateOut
}
.menu-burger:after {
  content: "\e5d2";
  animation-name: rotateIn
}
.top-search-icon:after {
  animation-name: rotateIn;
  content: "\e8b6";
  transform: rotateY(0)
}
.top-close:after {
  content: "\e5cd";
  animation-name: rotateOut
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0,0,1,-200deg)
  }
  to {
    transform-origin: center;
    transform: translate3d(0,0,0)
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center
  }
  to {
    transform-origin: center;
    transform: rotate3d(0,0,1,200deg)
  }
}
@media (min-width:0) {
  .main-menu-container {
    width: auto
  }
}
@media (min-width:992px) {
  .main-menu-container {
    width: 70%
  }
  .s-main-menu {
    width: 33%
  }
  .small-main-container {
    position: relative
  }
}
.chips-links {
  display: flex;
  align-items: start
}
.chips-links .material-icons {
  margin-right: .4rem;
  margin-top: .2rem
}
.chips-links a {
  height: 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 0 .8rem;
  border-radius: 1rem;
  margin-bottom: .4rem;
  margin-right: .4rem;
  text-decoration: none!important;
  color: rgba(33,33,33,.8);
  background-color: rgba(33,33,33,.1);
  border-color: transparent
}
.chips-links a:focus,
.chips-links a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.chips-links a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.chips-links a:before {
  content: none!important
}
.chips-links-label {
  font-size: .9rem;
  line-height: 2rem
}
.calendar_wrap table td,
.calendar_wrap table th,
.wp-block-calendar table td,
.wp-block-calendar table th {
  text-align: center
}
.calendar_wrap table td:first-child,
.calendar_wrap table th:first-child,
.wp-block-calendar table td:first-child,
.wp-block-calendar table th:first-child {
  padding-left: 0
}
.calendar_wrap table tbody a,
.wp-block-calendar table tbody a {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #e91e63;
  color: #fff;
  border-radius: 50%
}
.calendar_wrap table tbody a:before,
.wp-block-calendar table tbody a:before {
  content: none!important
}
.calendar_wrap table caption,
.wp-block-calendar table caption {
  color: #212121
}
.calendar_wrap table #prev,
.wp-block-calendar table #prev {
  text-align: left
}
.calendar_wrap table #next,
.wp-block-calendar table #next {
  text-align: right
}
.calendar_wrap table caption,
.wp-block-calendar table caption {
  text-align: center
}
.calendar_wrap a,
.wp-block-calendar a {
  text-decoration: none
}
.wp-calendar-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.page-footer .calendar_wrap td,
.page-footer .calendar_wrap th {
  color: #fff
}
.page-footer .calendar_wrap tbody a {
  background-color: #fff;
  color: #e91e63
}
.page-footer .calendar_wrap caption {
  color: #fff
}
.entry-title {
  word-break: break-word;
  word-wrap: break-word
}
.entry-meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  margin-bottom: 3rem
}
.entry-meta > div {
  display: flex;
  align-items: center
}
.entry-meta .material-icons,
.entry-meta .posted-on {
  margin-right: 5px
}
.entry-footer {
  clear: both;
  margin: 3rem 0
}
.entry-content div {
  margin-top: 0;
  margin-bottom: 1rem
}
.entry-content .mateo-featured-img {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center
}
.content-area a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.content-area a:focus:before,
.content-area a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.post-navigation .nav-links {
  position: relative;
  width: 100%;
  height: 3rem
}
.post-navigation .nav-previous {
  position: absolute;
  left: 0;
  width: auto;
  max-width: 50%
}
.post-navigation .nav-next {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 50%
}
.post-navigation a {
  display: flex;
  align-items: center
}
.post-navigation .material-icons {
  font-size: 3rem;
  display: inline-block;
  background-color: #e91e63;
  color: #fff
}
.post-navigation .nav-previous .material-icons {
  margin-right: .5rem
}
.post-navigation .nav-next a {
  justify-content: right
}
.post-navigation .nav-next .material-icons {
  margin-left: .5rem
}
.post-navigation .post-nav-title,
.post-navigation .post-nav-title-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
@media (min-width:0) {
  .entry-meta {
    flex-direction: column;
    align-items: start
  }
  .entry-meta div {
    margin-bottom: .5rem
  }
  .post-navigation .post-nav-title {
    display: none
  }
  .post-navigation .post-nav-title-sm {
    display: inline-block
  }
}
@media (min-width:576px) {
  .entry-meta {
    flex-direction: row;
    align-items: center
  }
  .entry-meta div {
    margin-bottom: 0
  }
  .post-navigation .post-nav-title-sm {
    display: none
  }
  .post-navigation .post-nav-title {
    display: inline-block
  }
}
.select-dropdown,
footer ul,
header ul {
  padding-left: 0;
  list-style-type: none
}
.select-dropdown > li,
footer ul > li,
header ul > li {
  list-style-type: none
}
.post-thumbnail {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  height: auto;
  max-height: 18.75rem
}
.post-thumbnail .size-post-thumbnail {
  width: 100%;
  height: 18.75rem;
  background: no-repeat center/cover;
  overflow: hidden
}
.post-thumbnail .size-post-thumbnail img {
  object-fit: contain
}
.content-list .entry-meta {
  margin-bottom: 2rem
}
.comments-area {
  clear: both
}
.comment-block-author {
  margin-bottom: 1rem
}
.comment-block-author input {
  width: 100%!important
}
.comment-block-author input:first-child {
  margin-right: 5px
}
.comment-block-author input:last-child {
  margin-left: 5px
}
.comment-block-author .form-group {
  width: 100%
}
.comment-author .avatar {
  border: 2px solid rgba(33,33,33,.1);
  border-radius: 50%!important;
  padding: 2px;
  margin-right: 1rem
}
.comment-meta {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem
}
.comment-metadata {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.comment-metadata time {
  font-size: 80%
}
.comment-action {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end
}
.comment-list,
.comment-list .children {
  padding-left: 0;
  list-style-type: none
}
.comment-list .children {
  margin-left: 1rem
}
#cancel-comment-reply-link,
.comment-action > a {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
#cancel-comment-reply-link[disabled],
.comment-action > a[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
#cancel-comment-reply-link[disabled]:focus,
#cancel-comment-reply-link[disabled]:hover,
.comment-action > a[disabled]:focus,
.comment-action > a[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link[disabled]:active,
.comment-action > a[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:active,
.comment-action > a:focus,
.comment-action > a:hover {
  box-shadow: none
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:hover,
.comment-action > a:focus,
.comment-action > a:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
#cancel-comment-reply-link:active,
.comment-action > a:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
#cancel-comment-reply-link {
  display: inline-flex;
  margin-left: .5rem
}
.comment-navigation .nav-links {
  position: relative;
  width: 100%;
  height: 2rem
}
.comment-navigation .nav-previous {
  position: absolute;
  left: 0;
  width: auto;
  max-width: 50%
}
.comment-navigation .nav-next {
  position: absolute;
  right: 0;
  width: auto;
  max-width: 50%
}
.comment-navigation a {
  display: flex;
  align-items: center
}
.comment-navigation .material-icons {
  font-size: 2rem;
  display: inline-block;
  background-color: #e91e63;
  color: #fff
}
.comment-navigation .nav-previous .material-icons {
  margin-right: .5rem
}
.comment-navigation .nav-next a {
  justify-content: right
}
.comment-navigation .nav-next .material-icons {
  margin-left: .5rem
}
.comment-navigation .post-nav-title,
.comment-navigation .post-nav-title-sm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
@media (min-width:768px) {
  .comment-block-author .form-group {
    width: 33.3%
  }
}
input[type=checkbox] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0
}
[type=checkbox] + .label,
[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem
}
[type=checkbox] + .label:after,
[type=checkbox] + .label:before,
[type=checkbox] + label:after,
[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  z-index: 0;
  border: 2px solid rgba(33,33,33,.8);
  border-radius: .125rem;
  transition: .2s;
  cursor: pointer
}
[type=checkbox] + .label:after,
[type=checkbox] + label:after {
  border: 0;
  transform: scale(0)
}
[type=checkbox]:focus + .label:after,
[type=checkbox]:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0,0,0,.1);
  background-color: rgba(0,0,0,.1)
}
[type=checkbox]:checked:not(:disabled) + .label:before,
[type=checkbox]:checked:not(:disabled) + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #e91e63;
  border-bottom: 2px solid #e91e63;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%
}
[type=checkbox]:disabled + label {
  color: rgba(33,33,33,.5)
}
[type=checkbox]:disabled + .label:before,
[type=checkbox]:disabled + label:before {
  border: none;
  background-color: rgba(33,33,33,.5)
}
[type=checkbox]:indeterminate + .label:before,
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #e91e63;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%
}
input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0
}
[type=radio] + .label,
[type=radio] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease
}
[type=radio] + .label:after,
[type=radio] + .label:before,
[type=radio] + label:after,
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
  border-radius: 50%
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + .label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border: 2px solid rgba(33,33,33,.8)
}
[type=radio]:not(:checked) + .label:after,
[type=radio]:not(:checked) + label:after {
  transform: scale(0)
}
[type=radio]:checked:not(:disabled) + .label:after,
[type=radio]:checked:not(:disabled) + label:after {
  border: 2px solid #e91e63;
  background-color: #e91e63;
  transform: scale(1.02)
}
[type=radio]:focus + .label:before,
[type=radio]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1)
}
[type=radio]:disabled + .label:before,
[type=radio]:disabled + label:before {
  background-color: rgba(33,33,33,.5);
  border: none
}
[type=radio]:disabled + .label,
[type=radio]:disabled + label {
  color: rgba(33,33,33,.5)
}
form {
  margin-bottom: 1.125rem
}
.navbar form {
  margin-bottom: 0
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0
}
.navbar form .btn {
  margin-bottom: 0
}
.form-control,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select,
textarea {
  background: no-repeat center bottom,center calc(100% - 1px);
  background-size: 0 100%,100% 100%;
  border: 0;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0
}
.bmd-form-group.is-focused .form-control,
.bmd-form-group.is-focused input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select,
.bmd-form-group.is-focused textarea,
.form-control:focus,
input:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select:focus,
textarea:focus {
  background-size: 100% 100%,100% 100%;
  transition-duration: .3s
}
.bmd-form-group {
  position: relative;
  padding-top: 1.75rem
}
.bmd-form-group [class*=' bmd-label'],
.bmd-form-group [class^=bmd-label] {
  position: absolute;
  pointer-events: none;
  transition: .3s ease all
}
.bmd-form-group [class*=' bmd-label'].bmd-label-floating,
.bmd-form-group [class^=bmd-label].bmd-label-floating {
  will-change: left,top,contents
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none
}
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group label,
.bmd-form-group select,
.bmd-form-group textarea {
  line-height: 1
}
.bmd-form-group input.form-control,
.bmd-form-group input.form-control::placeholder,
.bmd-form-group input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder {
  padding: .28125rem 0;
  line-height: 1.5
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group .switch label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group label.radio-inline {
  line-height: 1.5
}
.bmd-form-group input::placeholder {
  font-size: 1rem
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.125rem
}
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: .75rem
}
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger,
.bmd-form-group select.form-control-success,
.bmd-form-group select.form-control-warning,
.bmd-form-group textarea.form-control-danger,
.bmd-form-group textarea.form-control-success,
.bmd-form-group textarea.form-control-warning {
  background-size: 0 100%,100% 100%,.875rem .875rem
}
.bmd-form-group .form-control.form-control-danger,
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger,
.bmd-form-group select.form-control-danger:focus,
.bmd-form-group select.form-control-success,
.bmd-form-group select.form-control-success:focus,
.bmd-form-group select.form-control-warning,
.bmd-form-group select.form-control-warning:focus,
.bmd-form-group textarea.form-control-danger,
.bmd-form-group textarea.form-control-danger:focus,
.bmd-form-group textarea.form-control-success,
.bmd-form-group textarea.form-control-success:focus,
.bmd-form-group textarea.form-control-warning,
.bmd-form-group textarea.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group select.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group select.form-control-success,
.bmd-form-group.is-focused .bmd-form-group select.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-success,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-warning {
  padding-right: 0;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center calc(100% - 1px),center right .4375rem
}
.bmd-form-group .form-control.form-control-danger:focus,
.bmd-form-group .form-control.form-control-success:focus,
.bmd-form-group .form-control.form-control-warning:focus,
.bmd-form-group input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group select.form-control-danger:focus,
.bmd-form-group select.form-control-success:focus,
.bmd-form-group select.form-control-warning:focus,
.bmd-form-group textarea.form-control-danger:focus,
.bmd-form-group textarea.form-control-success:focus,
.bmd-form-group textarea.form-control-warning:focus,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success,
.bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused .bmd-form-group select.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group select.form-control-success,
.bmd-form-group.is-focused .bmd-form-group select.form-control-warning,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-danger,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-success,
.bmd-form-group.is-focused .bmd-form-group textarea.form-control-warning {
  background-size: 100% 100%,100% 100%,.875rem .875rem
}
.form-control,
input::placeholder,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
label,
select,
textarea {
  line-height: 1
}
input.form-control,
input.form-control::placeholder,
input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input:not([type=reset]):not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button])::placeholder {
  padding: .28125rem 0;
  line-height: 1.5
}
.checkbox label,
.radio label,
.switch label,
label.checkbox-inline,
label.radio-inline {
  line-height: 1.5
}
input::placeholder {
  font-size: 1rem
}
.checkbox label,
.radio label,
label {
  font-size: 1rem
}
.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.125rem
}
.is-filled .bmd-label-floating,
.is-focused .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: .75rem
}
.bmd-help {
  margin-top: 0;
  font-size: .75rem
}
.form-control.form-control-danger,
.form-control.form-control-success,
.form-control.form-control-warning,
input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger,
select.form-control-success,
select.form-control-warning,
textarea.form-control-danger,
textarea.form-control-success,
textarea.form-control-warning {
  background-size: 0 100%,100% 100%,.875rem .875rem
}
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select.form-control-danger,
.bmd-form-group.is-focused select.form-control-success,
.bmd-form-group.is-focused select.form-control-warning,
.bmd-form-group.is-focused textarea.form-control-danger,
.bmd-form-group.is-focused textarea.form-control-success,
.bmd-form-group.is-focused textarea.form-control-warning,
.form-control.form-control-danger,
.form-control.form-control-danger:focus,
.form-control.form-control-success,
.form-control.form-control-success:focus,
.form-control.form-control-warning,
.form-control.form-control-warning:focus,
input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger,
select.form-control-danger:focus,
select.form-control-success,
select.form-control-success:focus,
select.form-control-warning,
select.form-control-warning:focus,
textarea.form-control-danger,
textarea.form-control-danger:focus,
textarea.form-control-success,
textarea.form-control-success:focus,
textarea.form-control-warning,
textarea.form-control-warning:focus {
  padding-right: 0;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center calc(100% - 1px),center right .4375rem
}
.bmd-form-group.is-focused .form-control.form-control-danger,
.bmd-form-group.is-focused .form-control.form-control-success,
.bmd-form-group.is-focused .form-control.form-control-warning,
.bmd-form-group.is-focused input.form-control-danger:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-success:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused input.form-control-warning:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.bmd-form-group.is-focused select.form-control-danger,
.bmd-form-group.is-focused select.form-control-success,
.bmd-form-group.is-focused select.form-control-warning,
.bmd-form-group.is-focused textarea.form-control-danger,
.bmd-form-group.is-focused textarea.form-control-success,
.bmd-form-group.is-focused textarea.form-control-warning,
.form-control.form-control-danger:focus,
.form-control.form-control-success:focus,
.form-control.form-control-warning:focus,
input.form-control-danger:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-success:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
input.form-control-warning:focus:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
select.form-control-danger:focus,
select.form-control-success:focus,
select.form-control-warning:focus,
textarea.form-control-danger:focus,
textarea.form-control-success:focus,
textarea.form-control-warning:focus {
  background-size: 100% 100%,100% 100%,.875rem .875rem
}
@media (min-width:576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center
  }
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
input:required:invalid {
  outline: 0
}
@media (min-width:768px) {
  .form-inline .form-control,
  .form-inline input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
  .form-inline select,
  .form-inline textarea {
    width: inherit
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
button[disabled]:focus,
button[disabled]:hover,
input[type=button][disabled]:focus,
input[type=button][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=reset][disabled]:hover,
input[type=submit][disabled]:focus,
input[type=submit][disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
button[disabled]:active,
input[type=button][disabled]:active,
input[type=reset][disabled]:active,
input[type=submit][disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.top-search-block {
  display: flex;
  align-items: center
}
.search-form.form-inline .form-group {
  display: flex;
  flex-grow: 1!important;
  align-items: stretch;
  width: 100%
}
.search-field {
  padding-right: 2.5rem!important;
  flex-grow: 1
}
.search-cancel,
.search-submit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0
}
.search-cancel:focus,
.search-cancel:hover,
.search-submit:focus,
.search-submit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-cancel:active,
.search-submit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-cancel:focus,
.search-cancel:hover,
.search-submit:focus,
.search-submit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.search-cancel:active,
.search-submit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.search-cancel[disabled],
.search-submit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.search-cancel[disabled]:focus,
.search-cancel[disabled]:hover,
.search-submit[disabled]:focus,
.search-submit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-cancel[disabled]:active,
.search-submit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-cancel:focus,
.search-cancel:hover,
.search-submit:focus,
.search-submit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.search-cancel:active,
.search-submit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.search-cancel:active,
.search-cancel:focus,
.search-cancel:hover,
.search-submit:active,
.search-submit:focus,
.search-submit:hover {
  box-shadow: none
}
form.top-search-form {
  background-color: #e91e63;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  width: 0;
  transition: width .2s;
  overflow: hidden;
  height: 5rem;
  display: flex;
  align-items: center;
  visibility: hidden;
  padding: 0
}
form.top-search-form.show {
  visibility: visible;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem
}
form.top-search-form .bmd-form-group {
  display: flex;
  width: 100%;
  margin-bottom: 0
}
form.top-search-form input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]) {
  background-image: none;
  background-color: #fff;
  padding-left: .5rem;
  border-radius: .125rem
}
form.top-search-form .search-submit {
  bottom: 0;
  right: 3.125rem
}
form.top-search-form .search-cancel {
  bottom: 0;
  right: .75rem
}
.top-search-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 3rem;
  padding: 0 .5rem;
  margin: 0;
  box-shadow: none;
  transition: background-color .3s;
  cursor: pointer;
  text-decoration: none;
  color: #fff
}
.top-search-btn:focus,
.top-search-btn:hover {
  color: #fff;
  background-color: rgba(255,255,255,.2);
  text-decoration: inherit
}
.top-search-btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.top-search-btn:focus:before,
.top-search-btn:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.top-search-btn:focus,
.top-search-btn:hover {
  box-shadow: none
}
@media (min-width:576px) {
  .top-search-btn {
    height: 4rem;
    padding: 0 1rem
  }
}
@media (min-width:992px) {
  form.top-search-form {
    right: 1rem
  }
  form.top-search-form.show {
    padding-left: 0;
    padding-right: 0
  }
}
.alignleft,
.alignright {
  display: block;
  margin: .3rem 1rem 1rem
}
.alignleft {
  float: left;
  margin-left: 0
}
.alignright {
  float: right;
  margin-right: 0
}
.layout-1 .wp-block-cover .wp-block-image,
.layout-1 .wp-block-cover blockquote,
.layout-1 .wp-block-cover figure:not(.alignwide):not(.alignfull),
.layout-1 .wp-block-cover h1,
.layout-1 .wp-block-cover h2,
.layout-1 .wp-block-cover h3,
.layout-1 .wp-block-cover h4,
.layout-1 .wp-block-cover h5,
.layout-1 .wp-block-cover h6,
.layout-1 .wp-block-cover p,
.layout-1 .wp-block-cover pre,
.layout-1 .wp-block-cover ul,
.layout-1 .wp-block-group .wp-block-image,
.layout-1 .wp-block-group blockquote,
.layout-1 .wp-block-group figure:not(.alignwide):not(.alignfull),
.layout-1 .wp-block-group h1,
.layout-1 .wp-block-group h2,
.layout-1 .wp-block-group h3,
.layout-1 .wp-block-group h4,
.layout-1 .wp-block-group h5,
.layout-1 .wp-block-group h6,
.layout-1 .wp-block-group p,
.layout-1 .wp-block-group pre,
.layout-1 .wp-block-group ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
.layout-1 .wp-block-cover .wp-block-image > figure.aligncenter,
.layout-1 .wp-block-cover .wp-block-image > figure.alignleft,
.layout-1 .wp-block-cover .wp-block-image > figure.alignright,
.layout-1 .wp-block-group .wp-block-image > figure.aligncenter,
.layout-1 .wp-block-group .wp-block-image > figure.alignleft,
.layout-1 .wp-block-group .wp-block-image > figure.alignright {
  width: auto
}
.layout-1 .wp-block-cover-image.alignleft,
.layout-1 .wp-block-cover.alignleft {
  margin-right: 1rem
}
.layout-1 .wp-block-cover-image.alignright,
.layout-1 .wp-block-cover.alignright {
  margin-left: 1rem
}
.layout-1 .alignfull {
  max-width: 100vw;
  width: 100vw;
  margin-left: calc(50% - 50vw)
}
.layout-1 .alignfull > .wp-block-cover,
.layout-1 .alignfull > .wp-block-group {
  width: 100%
}
.layout-1 .alignfull .alignfull,
.layout-1 .alignfull .alignwide {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto
}
.layout-1 .alignfull .alignwide {
  width: calc(var(--mateo-content-width) + ((100% - var(--mateo-content-width))/ 2))
}
.layout-1 .alignwide {
  width: calc(100% + (50vw - 50%));
  max-width: calc(100% + 50vw);
  margin-left: calc(25% - 25vw)
}
.layout-1 .alignwide > .wp-block-cover,
.layout-1 .alignwide > .wp-block-group {
  width: 100%
}
.layout-1 .alignwide .alignfull,
.layout-1 .alignwide .alignwide {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.wp-caption {
  margin-bottom: 1rem;
  max-width: 100%
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0
}
.wp-caption.aligncenter {
  margin: 0 auto
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: rgba(33,33,33,.8);
  font-size: .9rem;
  margin: .5rem 0
}
.block-editor-block-list__layout .gallery-item,
.site-main .gallery-item {
  display: inline-block;
  padding: .5rem;
  text-align: center;
  vertical-align: top;
  width: 100%
}
.block-editor-block-list__layout .gallery-item a:before,
.site-main .gallery-item a:before {
  height: 5px!important
}
.block-editor-block-list__layout .gallery-columns-2 .gallery-item,
.site-main .gallery-columns-2 .gallery-item {
  max-width: 50%
}
.block-editor-block-list__layout .gallery-columns-3 .gallery-item,
.site-main .gallery-columns-3 .gallery-item {
  max-width: 33.33%
}
.block-editor-block-list__layout .gallery-columns-4 .gallery-item,
.site-main .gallery-columns-4 .gallery-item {
  max-width: 25%
}
.block-editor-block-list__layout .gallery-columns-5 .gallery-item,
.site-main .gallery-columns-5 .gallery-item {
  max-width: 20%
}
.block-editor-block-list__layout .gallery-columns-6 .gallery-item,
.site-main .gallery-columns-6 .gallery-item {
  max-width: 16.66%
}
.block-editor-block-list__layout .gallery-columns-7 .gallery-item,
.site-main .gallery-columns-7 .gallery-item {
  max-width: 14.28%
}
.block-editor-block-list__layout .gallery-columns-8 .gallery-item,
.site-main .gallery-columns-8 .gallery-item {
  max-width: 12.5%
}
.block-editor-block-list__layout .gallery-columns-9 .gallery-item,
.site-main .gallery-columns-9 .gallery-item {
  max-width: 11.11%
}
.block-editor-block-list__layout .gallery .gallery-caption,
.site-main .gallery .gallery-caption {
  color: rgba(33,33,33,.8);
  font-size: .8rem;
  margin: .5rem 0
}
.block-editor-block-list__layout .gallery-columns-6 .gallery-caption,
.block-editor-block-list__layout .gallery-columns-7 .gallery-caption,
.block-editor-block-list__layout .gallery-columns-8 .gallery-caption,
.block-editor-block-list__layout .gallery-columns-9 .gallery-caption,
.site-main .gallery-columns-6 .gallery-caption,
.site-main .gallery-columns-7 .gallery-caption,
.site-main .gallery-columns-8 .gallery-caption,
.site-main .gallery-columns-9 .gallery-caption {
  display: none
}
embed,
iframe,
object,
video {
  max-width: 100%!important
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  display: block;
  content: ""
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper embed,
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper object,
.wp-block-embed.is-type-video .wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.wp-block-embed.is-type-video:not(.wp-has-aspect-ratio) .wp-block-embed__wrapper::before {
  padding-top: 56.25%
}
.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85714%
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%
}
.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%
}
.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%
}
.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77778%
}
.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%
}
.wp-block-button__link,
.wp-block-file__button {
  background-color: #e91e63;
  color: #fff
}
.wp-block-button__link:before,
.wp-block-file__button:before {
  content: none!important
}
.is-style-outline .wp-block-button__link {
  border: 2px solid #e91e63;
  background-color: transparent
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #e91e63
}
.wp-block-file .wp-block-file__button {
  background-color: #e91e63;
  color: #fff;
  font-size: 1rem;
  border-radius: 2rem
}
.wp-block-quote {
  border-color: #ff6090;
  border-width: 0;
  border-style: solid!important;
  border-left-width: .25rem
}
.wp-block-quote.has-text-align-center,
.wp-block-quote.has-text-align-left,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-width: 0;
  border-color: #ff6090
}
.wp-block-quote.has-text-align-left,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-left {
  border-width: 0;
  border-left-width: .25rem;
  padding-left: 1rem;
  padding-right: 0;
  box-sizing: inherit
}
.wp-block-quote.has-text-align-right,
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-right {
  border-width: 0;
  border-right-width: .25rem;
  padding-right: 1rem;
  padding-left: 0;
  box-sizing: inherit
}
.wp-block-quote.has-text-align-center,
.wp-block-quote:not(.is-large):not(.is-style-large).has-text-align-center {
  border-width: 0;
  border-left-width: .25rem;
  border-right-width: .25rem
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border-width: 0;
  border-left-width: .25rem
}
.wp-block-quote p:not(.has-text-color) {
  color: #212121
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
  color: rgba(33,33,33,.5);
  font-size: .8rem
}
.wp-block-pullquote blockquote {
  border-left-width: 0;
  border-right-width: 0;
  margin: 0;
  padding: 0
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 80%
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: flex
}
.wp-block-gallery ul {
  padding-left: 0
}
.wp-block-gallery.columns-6 figcaption,
.wp-block-gallery.columns-7 figcaption,
.wp-block-gallery.columns-8 figcaption,
.wp-block-gallery.columns-9 figcaption {
  display: none
}
.wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem
}
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: #fff
}
.wp-block-gallery .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap
}
.wp-block-spacer {
  clear: both
}
.has-text-align-center {
  text-align: center
}
.has-text-align-left {
  text-align: left;
  box-sizing: inherit
}
.has-text-align-right {
  text-align: right;
  box-sizing: inherit
}
.has-pale-pink-background-color {
  background-color: #f78da7
}
.has-vivid-red-background-color {
  background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}
.has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}
.has-light-green-cyan-background-color {
  background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color {
  background-color: #00d084
}
.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}
.has-vivid-purple-background-color {
  background-color: #9b51e0
}
.has-very-light-gray-background-color {
  background-color: #eee
}
.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}
.has-very-dark-gray-background-color {
  background-color: #313131
}
.has-primary-background-color {
  background-color: #e91e63
}
.has-primary-light-background-color {
  background-color: #ff6090
}
.has-primary-dark-background-color {
  background-color: #b0003a
}
.has-text-on-primary-background-color {
  background-color: #fff
}
.has-text-body-background-color {
  background-color: #212121
}
.has-pale-pink-color {
  color: #f78da7
}
.has-vivid-red-color {
  color: #cf2e2e
}
.has-luminous-vivid-orange-color {
  color: #ff6900
}
.has-luminous-vivid-amber-color {
  color: #fcb900
}
.has-light-green-cyan-color {
  color: #7bdcb5
}
.has-vivid-green-cyan-color {
  color: #00d084
}
.has-pale-cyan-blue-color {
  color: #8ed1fc
}
.has-vivid-cyan-blue-color {
  color: #0693e3
}
.has-vivid-purple-color {
  color: #9b51e0
}
.has-very-light-gray-color {
  color: #eee
}
.has-cyan-bluish-gray-color {
  color: #abb8c3
}
.has-very-dark-gray-color {
  color: #313131
}
.has-primary-color {
  color: #e91e63
}
.has-primary-light-color {
  color: #ff6090
}
.has-primary-dark-color {
  color: #b0003a
}
.has-text-on-primary-color {
  color: #fff
}
.has-text-body-color {
  color: #212121
}
.has-huge-font-size,
.has-large-font-size,
.has-larger-font-size {
  font-weight: 300
}
@media (max-width:600px) {
  .has-huge-font-size,
  .has-large-font-size,
  .has-larger-font-size {
    text-align: center!important
  }
}
.sidebar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap
}
.sidebar a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.sidebar a:focus:before,
.sidebar a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.sidebar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0
}
.sidebar ul > li {
  list-style-type: none
}
.sidebar table {
  margin-bottom: 0
}
.sidebar .dropdown-content li > a,
.sidebar .dropdown-content li > span {
  color: inherit
}
.sidebar .widget {
  width: 100%;
  max-width: 100%;
  font-size: var(--mateo-sidebar-font-size,.9rem);
  padding-top: var(--mateo-sidebar-widget-pad-top);
  padding-bottom: var(--mateo-sidebar-widget-pad-bottom);
  padding-right: var(--mateo-sidebar-widget-pad-right);
  padding-left: var(--mateo-sidebar-widget-pad-left);
  text-align: var(--mateo-sidebar-widget-align)
}
.sidebar .widget-title {
  font-size: 1.25em;
  line-height: 1.2;
  text-transform: uppercase;
  text-transform: var(--mateo-sidebar-widget-title-transform,uppercase)
}
.sidebar .bmd-form-group label {
  font-size: var(--mateo-sidebar-font-size,inherit)
}
.tagcloud {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}
.tag-cloud-link {
  height: 2rem;
  font-size: .8rem!important;
  font-weight: 500;
  line-height: 2rem;
  padding: 0 .8rem;
  border-radius: 1rem;
  margin-bottom: .4rem;
  margin-right: .4rem;
  text-decoration: none!important;
  color: rgba(33,33,33,.8);
  background-color: rgba(33,33,33,.1);
  border-color: transparent
}
.tag-cloud-link:focus,
.tag-cloud-link:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.tag-cloud-link:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.tag-cloud-link:before {
  content: none!important
}
.widget_rss .rsswidget {
  margin-top: .5rem
}
.widget_rss cite {
  font-size: .9rem;
  display: block;
  text-align: right
}
.widget .post-date,
.widget .rss-date {
  display: block;
  font-size: .8rem;
  text-align: right
}
.widget .rssSummary {
  font-size: .8rem;
  opacity: .8;
  text-align: justify
}
.widget_media_gallery .carousel-base {
  position: relative
}
.widget_media_gallery .carousel-item.active .gallery-caption {
  opacity: 1
}
.widget_media_gallery .active.carousel-item-left .gallery-caption,
.widget_media_gallery .active.carousel-item-right .gallery-caption {
  opacity: 0
}
.widget_media_gallery .gallery-icon {
  position: relative;
  text-align: center;
  background-color: #212121
}
.widget_media_gallery .gallery-caption {
  font-size: .9rem;
  text-align: center
}
@media (min-width:576px) {
  .sidebar {
    flex-direction: row;
    flex-wrap: wrap
  }
  .sidebar .widget {
    width: 50%;
    max-width: 50%
  }
  .sidebar .widget:nth-child(2n) {
    padding-left: 1rem
  }
}
@media (min-width:992px) {
  .sidebar {
    flex-direction: column;
    flex-wrap: nowrap
  }
  .sidebar .widget {
    width: 100%;
    max-width: 100%
  }
  .sidebar .widget:nth-child(2n) {
    padding-left: 0
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.skip-link:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
.bypostauthor {
  display: inline-block
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0;
  border-radius: .125rem;
  color: #fff;
  background-color: #e91e63
}
.sticky {
  position: relative
}
body .material-icons {
  transform: rotateY(0);
  vertical-align: middle
}
body > header {
  position: relative;
  z-index: 1;
  background-color: #e91e63;
  box-shadow: 0 .2rem .2rem 0 rgba(0,0,0,.14),0 .3rem .1rem -.2rem rgba(0,0,0,.12),0 .1rem .5rem 0 rgba(0,0,0,.2)
}
body > header a {
  color: #fff
}
.site-branding {
  display: flex;
  padding-right: 1rem;
  max-width: calc(100vw - (2 * 24px) - (5 * 1rem))
}
.site-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff
}
.site-title a {
  display: inline
}
.site-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.site-title a:focus:before,
.site-title a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.site-title a:before {
  width: 95%
}
.custom-logo {
  height: 4rem!important;
  width: auto
}
.wp-custom-logo .site-title {
  display: none!important
}
.site-content {
  margin-top: var(--mateo-site-margin-top);
  margin-bottom: var(--mateo-site-margin-bottom);
  padding-top: var(--mateo-site-pad-top);
  padding-bottom: var(--mateo-site-pad-bottom);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-left-radius: var(--mateo-site-radius-top-left);
  border-top-right-radius: var(--mateo-site-radius-top-right);
  border-bottom-left-radius: var(--mateo-site-radius-bottom-left);
  border-bottom-right-radius: var(--mateo-site-radius-bottom-right)
}
.page-footer {
  color: #fff
}
.page-footer a {
  color: #fff
}
.page-footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all .3s ease-in-out 0s
}
.page-footer a:focus:before,
.page-footer a:hover:before {
  visibility: visible;
  transform: scaleX(1)
}
.footer-widget-area {
  background-color: #e91e63
}
.footer-widget-area .form-control,
.footer-widget-area input:not([type=button]):not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=reset]),
.footer-widget-area select,
.footer-widget-area textarea {
  font-size: inherit
}
.primary-footer,
.secondary-footer {
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap
}
.primary-footer .widget,
.secondary-footer .widget {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: .9rem;
  padding: 1rem
}
.primary-footer .bmd-form-group label,
.secondary-footer .bmd-form-group label {
  font-size: inherit
}
.primary-footer .widget-title,
.secondary-footer .widget-title {
  font-size: 1.25em;
  text-transform: uppercase
}
.primary-footer {
  justify-content: space-between;
  justify-content: var(--mateo-primary-footer-align)
}
.primary-footer .widget {
  font-size: var(--mateo-primary-footer-font-size);
  padding-top: var(--mateo-primary-footer-widget-pad-top);
  padding-right: var(--mateo-primary-footer-widget-pad-right);
  padding-bottom: var(--mateo-primary-footer-widget-pad-bottom);
  padding-left: var(--mateo-primary-footer-widget-pad-left);
  text-align: var(--mateo-primary-footer-widget-align)
}
.primary-footer .widget-title {
  text-transform: var(--mateo-primary-footer-widget-title-transform,uppercase)
}
.secondary-footer {
  justify-content: center;
  justify-content: var(--mateo-second-footer-align)
}
.secondary-footer .widget {
  font-size: var(--mateo-second-footer-font-size);
  padding-top: var(--mateo-second-footer-widget-pad-top);
  padding-bottom: var(--mateo-second-footer-widget-pad-bottom);
  padding-right: var(--mateo-second-footer-widget-pad-right);
  padding-left: var(--mateo-second-footer-widget-pad-left);
  text-align: var(--mateo-second-footer-widget-align)
}
.secondary-footer .widget-title {
  text-transform: var(--mateo-second-footer-widget-title-transform,uppercase)
}
.footer-copyright-area {
  background-color: #b0003a;
  padding: 2rem 1rem;
  font-size: .9rem;
  font-size: var(--mateo-second-footer-font-size,var(--mateo-primary-footer-font-size))
}
.header-featured {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 200px;
  padding-left: 0;
  padding-right: 0
}
.page-title {
  margin: 2rem 0;
  max-width: 100%;
  word-break: break-word;
  word-wrap: break-word;
  color: #212121;
  text-align: center;
  font-size: 2.66667rem;
  font-size: calc(var(--mateo-page-title-size,4rem)/ 1.5);
  font-family: var(--mateo-page-title-font-family);
  font-weight: var(--mateo-page-title-font-weight);
  font-style: var(--mateo-page-title-font-style);
  text-align: var(--mateo-page-title-alignment);
  text-transform: var(--mateo-page-title-transform);
  line-height: var(--mateo-page-title-line-height)
}
.page-title span {
  background-color: #e91e63
}
.page-title.bgr-alpha-0 span {
  background-color: transparent!important
}
.content-area {
  position: relative;
  z-index: 0;
  width: 100%
}
.content-area nav {
  background-color: transparent;
  box-shadow: unset;
  height: inherit;
  display: flex
}
.site-main > article {
  margin-bottom: 5rem
}
.site-main .navigation {
  margin-bottom: 5rem
}
.editor-managed {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0
}
.editor-managed article:last-of-type {
  margin-bottom: 0
}
.pagination {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  clear: both
}
.pagination .nav-links ul {
  padding-left: 0
}
.pagination .nav-links li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 2rem;
  line-height: 2rem
}
.pagination .nav-links li .page-numbers {
  color: #212121;
  display: inline-block;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 0 .625rem;
  margin: 0 .125rem
}
.pagination .nav-links li .page-numbers i {
  font-size: 2rem;
  height: inherit;
  line-height: inherit
}
.pagination .nav-links li .next,
.pagination .nav-links li .prev {
  display: flex
}
.pagination .nav-links li .next:hover,
.pagination .nav-links li .prev:hover {
  text-decoration: none
}
.pagination .nav-links li .current {
  color: #fff;
  background-color: #e91e63
}
.fixed-bottom-actions {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1030
}
.btn-float-edit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.26);
  display: flex;
  align-items: center;
  justify-content: center
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn-float-edit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.btn-float-edit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.btn-float-edit[disabled]:focus,
.btn-float-edit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit:focus,
.btn-float-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-float-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-float-edit .ripple-container {
  border-radius: 50%
}
.btn-post-header-edit {
  position: relative;
  padding: .375rem .75rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: .125rem;
  outline: 0;
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  will-change: box-shadow,transform;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  color: #fff;
  background-color: #e91e63;
  border-color: transparent;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e91e63;
  background-color: transparent;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn-post-header-edit:active {
  z-index: 1;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}
.btn-post-header-edit[disabled] {
  box-shadow: none;
  cursor: auto;
  color: #fff;
  background-color: rgba(33,33,33,.5);
  border-color: transparent
}
.btn-post-header-edit[disabled]:focus,
.btn-post-header-edit[disabled]:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit[disabled]:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:active,
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  box-shadow: none
}
.btn-post-header-edit:focus,
.btn-post-header-edit:hover {
  color: #fff;
  background-color: #e91e63;
  border-color: transparent
}
.btn-post-header-edit:active {
  color: #fff;
  background-color: #b0003a;
  border-color: transparent
}
.btn-post-header-edit:before {
  content: none!important
}
.alert-primary {
  background-color: #ff6090;
  color: #fff
}
.preload .material-icons,
.preload .menu-arrow-down,
.preload .menu-arrow-up,
.preload .menu-burger,
.preload .top-close,
.preload .top-search-icon {
  opacity: 0
}
.loaded .material-icons,
.loaded .menu-arrow-down,
.loaded .menu-arrow-up,
.loaded .menu-burger,
.loaded .top-close,
.loaded .top-search-icon {
  transition: opacity 150ms;
  opacity: 1
}
.float-right {
  float: right
}
#cancel-comment-reply-link a:before,
.carousel a:before,
.comment-action a:before,
.page-numbers a:before {
  content: none!important
}
.carousel-control-next,
.carousel-control-prev {
  transform: rotateY(0);
  z-index: 1
}
@media (max-width:768px) {
  .btn-float-edit {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem
  }
}
@media (min-width:576px) {
  .site-branding {
    max-width: 50%
  }
  .site-content {
    padding-left: var(--mateo-site-pad-left);
    padding-right: var(--mateo-site-pad-right)
  }
  .primary-footer .widget,
  .secondary-footer .widget {
    max-width: 50%
  }
  .page-title {
    font-size: 3.2rem;
    font-size: calc(var(--mateo-page-title-size,4rem)/ 1.25)
  }
}
@media (min-width:768px) {
  .site-branding {
    max-width: 40%
  }
  .primary-footer .widget,
  .secondary-footer .widget {
    max-width: 50%
  }
  .page-title {
    font-size: 4rem;
    font-size: var(--mateo-page-title-size,4rem)
  }
}
@media (min-width:992px) {
  .site-branding {
    max-width: 30%
  }
  .primary-footer .widget {
    max-width: 25%;
    max-width: calc(100% / var(--mateo-primary-footer-widgets-lg))
  }
  .secondary-footer .widget {
    max-width: 100%;
    max-width: calc(100% / var(--mateo-second-footer-widgets-lg))
  }
  .footer-copyright-area {
    padding-right: 0;
    padding-left: 0
  }
}
.breadcrumbs {
  margin-bottom: var(--mateo-breadcrumb-margin-bottom);
  font-size: var(--mateo-breadcrumb-font-size)
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
  text-indent: 0
}
.breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit
}
.breadcrumbs .trail-items {
  list-style: none
}
.trail-items li::after {
  content: "\002F";
  padding: 0 .5em
}
.trail-items li:last-of-type::after {
  display: none
}