/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(95998ec3a5e55a6ea33a.woff2) format("woff2-variations");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(b6d7094726bf99cb1291.woff2) format("woff2-variations");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway";
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  background-color: #f9f9f9;
  color: #414141;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}

.entry-content > p {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.entry-content > h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
ul {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

.entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
  color: #F6741D;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

/*
.single-post .entry-content {
    margin-top: 100px;
    margin-bottom: 100px;
}*/
.entry-content .wp-block-heading.grey {
  color: #7E7E7E;
}

a {
  text-decoration: none;
  transition: all 0.1s linear;
  display: inline-block;
}

ul,
ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

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

footer {
  padding: 50px 20px;
  padding-bottom: 0;
  background-color: #FFFFFF;
  color: #767676;
}
footer .titulo {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-logo {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 53px;
}
footer .footer-logo img {
  max-width: 240px;
}
footer .footer-social {
  text-align: center;
  margin-bottom: 25px;
}
footer .footer-social a {
  margin: 0 6px;
}
footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: baseline;
  margin: 0 auto;
}
footer .footer-contact a {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  width: 100%;
}
footer .footer-contact img {
  margin-right: 12px;
}
footer .footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
footer .footer-middle .footer-column {
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  footer .footer-middle .footer-column {
    text-align: center;
  }
}
footer .footer-middle p {
  margin: 0;
}
footer .footer-middle a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
footer .footer-bottom {
  background: #F6741D;
  padding: 12px 20px;
}
footer .footer-bottom .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .container > div {
  margin: 0 auto;
}
@media (max-width: 715px) {
  footer .footer-bottom .container {
    flex-wrap: wrap;
  }
  footer .footer-bottom .container > div {
    width: 100%;
    text-align: center;
  }
}
footer .footer-bottom .container a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
footer .footer-bottom .container .footer-legal-links a {
  margin: 0 9px;
}
footer .footer-bottom ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
footer .footer-image img {
  height: 100%;
}
footer a {
  color: #767676;
}
footer .footer-contact .footer-link {
  width: auto;
}
footer .footer-contact .footer-link.cita, footer .footer-contact .footer-link.direccion {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 40px;
  border: 2px solid #F6741D;
  border-radius: 10px;
  display: inline-flex;
  width: auto;
}
footer .footer-menu-col ul {
  list-style: none;
}
footer .footer-menu-col ul li {
  text-align: left;
}
footer .footer-menu-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #717171;
}
footer .footer-menu-col ul li a:hover {
  color: #F6741D;
}
@media (max-width: 768px) {
  footer .footer-menu-col ul li {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  footer .footer-contact a {
    margin-bottom: 10px;
  }
  footer .footer-contact.social a {
    width: auto;
  }
  footer .footer-contact .footer-link {
    width: 50%;
    text-align: center;
    justify-content: center;
  }
  footer .footer-contact .footer-link.cita, footer .footer-contact .footer-link.direccion {
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 0 20px;
  }
  footer .footer-logo {
    justify-content: center;
  }
  footer .footer-contact {
    justify-content: center;
    text-align: center;
  }
  footer .footer-contact a {
    text-align: center;
    justify-content: center;
  }
  footer .footer-contact img {
    margin: 0;
  }
  footer .footer-contact.social a {
    margin: 0 10px;
  }
  footer .footer-image {
    text-align: center;
  }
}

header {
  padding: 20px;
  padding-top: 10px;
}
@media (max-width: 1300px) {
  header .container {
    width: 100%;
    max-width: 100%;
  }
}
header .contact {
  width: auto;
  display: inline-flex;
}
header .contact .header-item {
  display: flex;
  align-items: center;
}
header .contact .header-item:hover .imglink {
  background-color: #FFFFFF;
}
header .contact:last-child .imglink {
  background: #F6741D;
  border: 2px solid #F6741D;
}
header .contact:last-child .header-item:hover .imglink {
  background-color: #F6741D;
}
header .contact .imglink {
  width: 69px;
  height: 66px;
  margin-right: 25px;
  background: #D9D9D9;
  border: 2px solid #D9D9D9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
}
header .contact .imglink img {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin: 0;
}
@media (max-width: 650px) {
  header .contact .imglink {
    width: 40px;
    height: 40px;
  }
  header .contact .imglink img {
    height: 25px;
  }
}
header .contact .header-text {
  width: 200px;
  color: #7E7E7E;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
header .contact .header-text .link {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: flex;
}
@media (max-width: 1300px) {
  header .contact {
    margin: 0 auto;
  }
  header .contact .header-item {
    margin: 0 auto;
  }
  header .contact .header-item.header-phone {
    margin-right: 0;
  }
  header .contact .header-item:not(.header-horario) .imglink {
    margin-right: 0;
  }
  header .contact .header-item:not(.header-horario) .header-text {
    display: none;
  }
  header .contact.horario-contact {
    order: 1;
  }
}
@media (max-width: 470px) {
  header .contact {
    margin: 0;
    margin-right: 10px;
  }
  header .contact.horario-contact .imglink {
    margin-right: 10px;
  }
  header .contact .header-text {
    width: auto;
  }
}
header .header-top {
  width: 100%;
  max-width: 1550px;
  margin: 0 auto;
  padding: 0;
}
header .header-top .direccion {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #414141;
  display: inline-flex;
  align-items: center;
}
header .header-top .direccion:hover {
  color: #F6741D;
}
header .header-top .direccion img {
  height: 24px;
  position: relative;
  top: -2px;
}
header .header-top .header-contact {
  display: flex;
}
header .header-top .header-phone {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}
header .header-top .header-phone a {
  font-size: 18px;
  font-weight: 600;
  color: #414141;
}
header .header-top .header-phone a:hover {
  color: #F6741D;
}
@media (max-width: 1000px) {
  header .header-top {
    justify-content: center;
  }
  header .header-top .header-address {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  header .header-top .header-contact {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  header .header-top.container {
    justify-content: flex-start;
    align-items: center;
  }
  header .header-top .header-address {
    width: auto;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
  }
  header .header-top .header-address .direccion {
    font-size: 12px;
  }
  header .header-top .header-address .direccion span {
    display: none;
  }
  header .header-top .header-address .direccion img {
    height: 26px;
    top: 0;
  }
  header .header-top .header-contact {
    width: auto;
    justify-content: center;
    margin-bottom: 25px;
  }
  header .header-top .header-contact .header-phone {
    margin-right: 4px;
  }
  header .header-top .header-contact .header-phone a span {
    display: none;
  }
}
header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1550px;
}
header .container .logo {
  width: 20%;
  text-align: center;
}
header .container .logo .custom-logo-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 50px;
}
header .container .logo img {
  width: 100%;
  max-width: 240px;
  min-height: 50px;
  min-width: 140px;
  object-fit: contain;
}
@media (max-width: 768px) {
  header .container .logo .custom-logo-link {
    margin-bottom: 0;
  }
}
header .container .main-navigation {
  width: 80%;
}
header .container .main-navigation .menu-item-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
}
header .container .main-navigation .menu-item-icon-wrapper .menu-item-icon {
  width: 28px;
  object-fit: contain;
  margin-bottom: 10px;
}
header .container .main-navigation .menu-item-icon-wrapper .menu-item-title {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
header .container .main-navigation ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
header .container .main-navigation ul .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #F6741D;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 20px;
  left: 0;
  width: 100%;
}
header .container .main-navigation ul .sub-menu .sub-menu {
  min-height: auto;
  position: relative;
  opacity: 1;
  display: flex;
  width: 200px;
  flex-wrap: wrap;
  padding: 0;
  justify-content: flex-start;
  margin: 10px 0;
}
header .container .main-navigation ul .sub-menu .sub-menu li {
  margin: 0;
  margin-bottom: 5px;
  width: 100%;
}
header .container .main-navigation ul .sub-menu .sub-menu a {
  margin: 0;
  color: #FFFFFF;
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
header .container .main-navigation ul .sub-menu .sub-menu a:hover {
  color: #C0C0C0;
}
header .container .main-navigation ul .sub-menu a {
  color: #C0C0C0;
  font-weight: 500;
}
header .container .main-navigation ul .sub-menu a:hover {
  color: #FFFFFF;
}
header .container .main-navigation ul li {
  margin: 0 30px;
  text-align: left;
}
header .container .main-navigation ul li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  width: 100%;
  padding: 2px 15px;
  color: #414141;
  text-transform: uppercase;
}
header .container .main-navigation ul li a:hover {
  color: #FFFFFF;
  background: #F6741D;
}
header .container .main-navigation ul li.current_page_item a {
  color: #FFFFFF;
  background: #F6741D;
}
header .container .main-navigation ul li.current_page_item a:hover {
  color: #F6741D;
  background: #FFFFFF;
}
header .container .main-navigation ul.menu > li {
  padding: 4px 0;
}
@media (max-width: 1300px) {
  header .container .main-navigation ul.menu > li {
    margin: 0 15px;
  }
  header .container .main-navigation ul.menu > li a {
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  header .container .main-navigation ul.menu > li {
    margin: 0 10px;
  }
  header .container .main-navigation ul.menu > li a {
    font-size: 14px;
  }
}
header .container .main-navigation ul.menu > li:last-child {
  margin-right: 0;
  /*&>a {
      background: variables.$secondary-color;
      color: variables.$primary-color;
      padding: 10px 20px;
      border-radius: 10px;

      &:hover {
          background: variables.$primary-color;
          color: variables.$secondary-color;
      }
  }*/
}
header .container .main-navigation ul.menu > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  border-radius: 10px;
  transition: opacity 0.2s linear;
  pointer-events: all;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  min-height: 400px;
}
header .container .main-navigation ul.menu > .menu-item-has-children:hover > .sub-menu a {
  pointer-events: all;
}
@media (max-width: 768px) {
  header .container .logo {
    width: 80%;
  }
  header .container .logo .custom-logo-link {
    justify-content: flex-start;
  }
  header .container .logo .custom-logo {
    width: 140px;
  }
}
header .container .main-navigation-mobile {
  display: flex;
  position: absolute;
  background: #F6741D;
  width: 100%;
  left: 0;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.2s linear;
}
header .container .main-navigation-mobile a {
  color: #FFFFFF;
}
header .container .main-navigation-mobile ul {
  list-style: none;
  text-align: left;
}
header .container .main-navigation-mobile ul img {
  width: 15px;
  object-fit: contain;
}
header .container .main-navigation-mobile .menu-menu-container {
  width: 100%;
}
header .container .main-navigation-mobile .menu {
  width: 100%;
}
header .container .main-navigation-mobile .menu > ul {
  margin: 0;
  max-height: 0;
}
header .container .main-navigation-mobile .sub-menu {
  margin: 10px 0;
  padding: 0 10px;
}
header .container .main-navigation-mobile .sub-menu .sub-menu a {
  font-size: 16px;
}
header .container .main-navigation-mobile .menu-item-icon-wrapper {
  display: flex;
  align-items: center;
}
header .container .main-navigation-mobile .menu-item-icon-wrapper img {
  margin-right: 5px;
}
header .container .main-navigation-mobile.open {
  height: 100%;
  max-height: 1000px;
  pointer-events: all;
}
header .container .main-navigation-mobile.open .menu > ul {
  max-height: 100%;
  padding-top: 20px;
}
header .container .ham {
  width: 30px;
  height: 30px;
  flex-wrap: wrap;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
header .container .ham span {
  width: 100%;
  height: 3px;
  background: #F6741D;
  margin-bottom: 5px;
  display: inline-flex;
  position: relative;
  transition: all 0.2s linear;
}
header .container .ham span:last-child {
  margin-bottom: 0;
}
header .container .ham.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
header .container .ham.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: -7px;
}
header .container .ham.open span:nth-child(3) {
  display: none;
}
@media (max-width: 768px) {
  header .container .main-navigation {
    display: none;
  }
  header .container .ham {
    display: flex;
  }
}

body .wp-block-gallery.has-nested-images {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .wp-block-gallery.has-nested-images figure.wp-block-image {
  width: 25%;
  height: 460px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  body .wp-block-gallery.has-nested-images figure.wp-block-image {
    height: 260px;
  }
}
body .wp-block-gallery.has-nested-images figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

@media (min-width: 576px) {
  .col-sm-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1400px) {
  .col-xxl-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-11 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%;
  }
}

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%;
  }
}

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
}

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
}

@media (min-width: 1400px) {
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
  .m-sm--0 {
    margin: 0 !important;
  }
  .m-sm--1 {
    margin: 0.25rem !important;
  }
  .m-sm--2 {
    margin: 0.5rem !important;
  }
  .m-sm--3 {
    margin: 1rem !important;
  }
  .m-sm--4 {
    margin: 1.5rem !important;
  }
  .m-sm--5 {
    margin: 3rem !important;
  }
  .m-sm-t-0 {
    margin-top: 0 !important;
  }
  .m-sm-t-1 {
    margin-top: 0.25rem !important;
  }
  .m-sm-t-2 {
    margin-top: 0.5rem !important;
  }
  .m-sm-t-3 {
    margin-top: 1rem !important;
  }
  .m-sm-t-4 {
    margin-top: 1.5rem !important;
  }
  .m-sm-t-5 {
    margin-top: 3rem !important;
  }
  .m-sm-e-0 {
    margin-right: 0 !important;
  }
  .m-sm-e-1 {
    margin-right: 0.25rem !important;
  }
  .m-sm-e-2 {
    margin-right: 0.5rem !important;
  }
  .m-sm-e-3 {
    margin-right: 1rem !important;
  }
  .m-sm-e-4 {
    margin-right: 1.5rem !important;
  }
  .m-sm-e-5 {
    margin-right: 3rem !important;
  }
  .m-sm-b-0 {
    margin-bottom: 0 !important;
  }
  .m-sm-b-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-sm-b-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-sm-b-3 {
    margin-bottom: 1rem !important;
  }
  .m-sm-b-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-sm-b-5 {
    margin-bottom: 3rem !important;
  }
  .m-sm-s-0 {
    margin-left: 0 !important;
  }
  .m-sm-s-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-s-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-s-3 {
    margin-left: 1rem !important;
  }
  .m-sm-s-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-s-5 {
    margin-left: 3rem !important;
  }
  .m-sm-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-sm-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-sm-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-sm-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-x-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-sm-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-x-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-sm-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-x-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-sm-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm--0 {
    padding: 0 !important;
  }
  .p-sm--1 {
    padding: 0.25rem !important;
  }
  .p-sm--2 {
    padding: 0.5rem !important;
  }
  .p-sm--3 {
    padding: 1rem !important;
  }
  .p-sm--4 {
    padding: 1.5rem !important;
  }
  .p-sm--5 {
    padding: 3rem !important;
  }
  .p-sm-t-0 {
    padding-top: 0 !important;
  }
  .p-sm-t-1 {
    padding-top: 0.25rem !important;
  }
  .p-sm-t-2 {
    padding-top: 0.5rem !important;
  }
  .p-sm-t-3 {
    padding-top: 1rem !important;
  }
  .p-sm-t-4 {
    padding-top: 1.5rem !important;
  }
  .p-sm-t-5 {
    padding-top: 3rem !important;
  }
  .p-sm-e-0 {
    padding-right: 0 !important;
  }
  .p-sm-e-1 {
    padding-right: 0.25rem !important;
  }
  .p-sm-e-2 {
    padding-right: 0.5rem !important;
  }
  .p-sm-e-3 {
    padding-right: 1rem !important;
  }
  .p-sm-e-4 {
    padding-right: 1.5rem !important;
  }
  .p-sm-e-5 {
    padding-right: 3rem !important;
  }
  .p-sm-b-0 {
    padding-bottom: 0 !important;
  }
  .p-sm-b-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-sm-b-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-sm-b-3 {
    padding-bottom: 1rem !important;
  }
  .p-sm-b-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-sm-b-5 {
    padding-bottom: 3rem !important;
  }
  .p-sm-s-0 {
    padding-left: 0 !important;
  }
  .p-sm-s-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-s-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-s-3 {
    padding-left: 1rem !important;
  }
  .p-sm-s-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-s-5 {
    padding-left: 3rem !important;
  }
  .p-sm-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-sm-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-sm-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-sm-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-x-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-sm-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-x-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-sm-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-x-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-sm-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md--0 {
    margin: 0 !important;
  }
  .m-md--1 {
    margin: 0.25rem !important;
  }
  .m-md--2 {
    margin: 0.5rem !important;
  }
  .m-md--3 {
    margin: 1rem !important;
  }
  .m-md--4 {
    margin: 1.5rem !important;
  }
  .m-md--5 {
    margin: 3rem !important;
  }
  .m-md-t-0 {
    margin-top: 0 !important;
  }
  .m-md-t-1 {
    margin-top: 0.25rem !important;
  }
  .m-md-t-2 {
    margin-top: 0.5rem !important;
  }
  .m-md-t-3 {
    margin-top: 1rem !important;
  }
  .m-md-t-4 {
    margin-top: 1.5rem !important;
  }
  .m-md-t-5 {
    margin-top: 3rem !important;
  }
  .m-md-e-0 {
    margin-right: 0 !important;
  }
  .m-md-e-1 {
    margin-right: 0.25rem !important;
  }
  .m-md-e-2 {
    margin-right: 0.5rem !important;
  }
  .m-md-e-3 {
    margin-right: 1rem !important;
  }
  .m-md-e-4 {
    margin-right: 1.5rem !important;
  }
  .m-md-e-5 {
    margin-right: 3rem !important;
  }
  .m-md-b-0 {
    margin-bottom: 0 !important;
  }
  .m-md-b-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-md-b-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-md-b-3 {
    margin-bottom: 1rem !important;
  }
  .m-md-b-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-md-b-5 {
    margin-bottom: 3rem !important;
  }
  .m-md-s-0 {
    margin-left: 0 !important;
  }
  .m-md-s-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-s-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-s-3 {
    margin-left: 1rem !important;
  }
  .m-md-s-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-s-5 {
    margin-left: 3rem !important;
  }
  .m-md-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-md-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-md-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-md-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-x-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-md-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-x-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-md-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-x-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-md-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md--0 {
    padding: 0 !important;
  }
  .p-md--1 {
    padding: 0.25rem !important;
  }
  .p-md--2 {
    padding: 0.5rem !important;
  }
  .p-md--3 {
    padding: 1rem !important;
  }
  .p-md--4 {
    padding: 1.5rem !important;
  }
  .p-md--5 {
    padding: 3rem !important;
  }
  .p-md-t-0 {
    padding-top: 0 !important;
  }
  .p-md-t-1 {
    padding-top: 0.25rem !important;
  }
  .p-md-t-2 {
    padding-top: 0.5rem !important;
  }
  .p-md-t-3 {
    padding-top: 1rem !important;
  }
  .p-md-t-4 {
    padding-top: 1.5rem !important;
  }
  .p-md-t-5 {
    padding-top: 3rem !important;
  }
  .p-md-e-0 {
    padding-right: 0 !important;
  }
  .p-md-e-1 {
    padding-right: 0.25rem !important;
  }
  .p-md-e-2 {
    padding-right: 0.5rem !important;
  }
  .p-md-e-3 {
    padding-right: 1rem !important;
  }
  .p-md-e-4 {
    padding-right: 1.5rem !important;
  }
  .p-md-e-5 {
    padding-right: 3rem !important;
  }
  .p-md-b-0 {
    padding-bottom: 0 !important;
  }
  .p-md-b-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-md-b-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-md-b-3 {
    padding-bottom: 1rem !important;
  }
  .p-md-b-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-md-b-5 {
    padding-bottom: 3rem !important;
  }
  .p-md-s-0 {
    padding-left: 0 !important;
  }
  .p-md-s-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-s-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-s-3 {
    padding-left: 1rem !important;
  }
  .p-md-s-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-s-5 {
    padding-left: 3rem !important;
  }
  .p-md-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-md-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-md-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-md-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-x-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-md-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-x-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-md-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-x-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-md-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg--0 {
    margin: 0 !important;
  }
  .m-lg--1 {
    margin: 0.25rem !important;
  }
  .m-lg--2 {
    margin: 0.5rem !important;
  }
  .m-lg--3 {
    margin: 1rem !important;
  }
  .m-lg--4 {
    margin: 1.5rem !important;
  }
  .m-lg--5 {
    margin: 3rem !important;
  }
  .m-lg-t-0 {
    margin-top: 0 !important;
  }
  .m-lg-t-1 {
    margin-top: 0.25rem !important;
  }
  .m-lg-t-2 {
    margin-top: 0.5rem !important;
  }
  .m-lg-t-3 {
    margin-top: 1rem !important;
  }
  .m-lg-t-4 {
    margin-top: 1.5rem !important;
  }
  .m-lg-t-5 {
    margin-top: 3rem !important;
  }
  .m-lg-e-0 {
    margin-right: 0 !important;
  }
  .m-lg-e-1 {
    margin-right: 0.25rem !important;
  }
  .m-lg-e-2 {
    margin-right: 0.5rem !important;
  }
  .m-lg-e-3 {
    margin-right: 1rem !important;
  }
  .m-lg-e-4 {
    margin-right: 1.5rem !important;
  }
  .m-lg-e-5 {
    margin-right: 3rem !important;
  }
  .m-lg-b-0 {
    margin-bottom: 0 !important;
  }
  .m-lg-b-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-lg-b-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-lg-b-3 {
    margin-bottom: 1rem !important;
  }
  .m-lg-b-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-lg-b-5 {
    margin-bottom: 3rem !important;
  }
  .m-lg-s-0 {
    margin-left: 0 !important;
  }
  .m-lg-s-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-s-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-s-3 {
    margin-left: 1rem !important;
  }
  .m-lg-s-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-s-5 {
    margin-left: 3rem !important;
  }
  .m-lg-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-lg-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-lg-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-lg-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-x-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-lg-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-x-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-lg-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-x-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-lg-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg--0 {
    padding: 0 !important;
  }
  .p-lg--1 {
    padding: 0.25rem !important;
  }
  .p-lg--2 {
    padding: 0.5rem !important;
  }
  .p-lg--3 {
    padding: 1rem !important;
  }
  .p-lg--4 {
    padding: 1.5rem !important;
  }
  .p-lg--5 {
    padding: 3rem !important;
  }
  .p-lg-t-0 {
    padding-top: 0 !important;
  }
  .p-lg-t-1 {
    padding-top: 0.25rem !important;
  }
  .p-lg-t-2 {
    padding-top: 0.5rem !important;
  }
  .p-lg-t-3 {
    padding-top: 1rem !important;
  }
  .p-lg-t-4 {
    padding-top: 1.5rem !important;
  }
  .p-lg-t-5 {
    padding-top: 3rem !important;
  }
  .p-lg-e-0 {
    padding-right: 0 !important;
  }
  .p-lg-e-1 {
    padding-right: 0.25rem !important;
  }
  .p-lg-e-2 {
    padding-right: 0.5rem !important;
  }
  .p-lg-e-3 {
    padding-right: 1rem !important;
  }
  .p-lg-e-4 {
    padding-right: 1.5rem !important;
  }
  .p-lg-e-5 {
    padding-right: 3rem !important;
  }
  .p-lg-b-0 {
    padding-bottom: 0 !important;
  }
  .p-lg-b-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-lg-b-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-lg-b-3 {
    padding-bottom: 1rem !important;
  }
  .p-lg-b-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-lg-b-5 {
    padding-bottom: 3rem !important;
  }
  .p-lg-s-0 {
    padding-left: 0 !important;
  }
  .p-lg-s-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-s-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-s-3 {
    padding-left: 1rem !important;
  }
  .p-lg-s-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-s-5 {
    padding-left: 3rem !important;
  }
  .p-lg-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-lg-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-lg-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-lg-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-x-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-lg-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-x-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-lg-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-x-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-lg-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl--0 {
    margin: 0 !important;
  }
  .m-xl--1 {
    margin: 0.25rem !important;
  }
  .m-xl--2 {
    margin: 0.5rem !important;
  }
  .m-xl--3 {
    margin: 1rem !important;
  }
  .m-xl--4 {
    margin: 1.5rem !important;
  }
  .m-xl--5 {
    margin: 3rem !important;
  }
  .m-xl-t-0 {
    margin-top: 0 !important;
  }
  .m-xl-t-1 {
    margin-top: 0.25rem !important;
  }
  .m-xl-t-2 {
    margin-top: 0.5rem !important;
  }
  .m-xl-t-3 {
    margin-top: 1rem !important;
  }
  .m-xl-t-4 {
    margin-top: 1.5rem !important;
  }
  .m-xl-t-5 {
    margin-top: 3rem !important;
  }
  .m-xl-e-0 {
    margin-right: 0 !important;
  }
  .m-xl-e-1 {
    margin-right: 0.25rem !important;
  }
  .m-xl-e-2 {
    margin-right: 0.5rem !important;
  }
  .m-xl-e-3 {
    margin-right: 1rem !important;
  }
  .m-xl-e-4 {
    margin-right: 1.5rem !important;
  }
  .m-xl-e-5 {
    margin-right: 3rem !important;
  }
  .m-xl-b-0 {
    margin-bottom: 0 !important;
  }
  .m-xl-b-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-xl-b-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-xl-b-3 {
    margin-bottom: 1rem !important;
  }
  .m-xl-b-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-xl-b-5 {
    margin-bottom: 3rem !important;
  }
  .m-xl-s-0 {
    margin-left: 0 !important;
  }
  .m-xl-s-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-s-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-s-3 {
    margin-left: 1rem !important;
  }
  .m-xl-s-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-s-5 {
    margin-left: 3rem !important;
  }
  .m-xl-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-xl-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-xl-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-xl-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-x-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-xl-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-x-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-xl-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-x-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-xl-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl--0 {
    padding: 0 !important;
  }
  .p-xl--1 {
    padding: 0.25rem !important;
  }
  .p-xl--2 {
    padding: 0.5rem !important;
  }
  .p-xl--3 {
    padding: 1rem !important;
  }
  .p-xl--4 {
    padding: 1.5rem !important;
  }
  .p-xl--5 {
    padding: 3rem !important;
  }
  .p-xl-t-0 {
    padding-top: 0 !important;
  }
  .p-xl-t-1 {
    padding-top: 0.25rem !important;
  }
  .p-xl-t-2 {
    padding-top: 0.5rem !important;
  }
  .p-xl-t-3 {
    padding-top: 1rem !important;
  }
  .p-xl-t-4 {
    padding-top: 1.5rem !important;
  }
  .p-xl-t-5 {
    padding-top: 3rem !important;
  }
  .p-xl-e-0 {
    padding-right: 0 !important;
  }
  .p-xl-e-1 {
    padding-right: 0.25rem !important;
  }
  .p-xl-e-2 {
    padding-right: 0.5rem !important;
  }
  .p-xl-e-3 {
    padding-right: 1rem !important;
  }
  .p-xl-e-4 {
    padding-right: 1.5rem !important;
  }
  .p-xl-e-5 {
    padding-right: 3rem !important;
  }
  .p-xl-b-0 {
    padding-bottom: 0 !important;
  }
  .p-xl-b-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-xl-b-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-xl-b-3 {
    padding-bottom: 1rem !important;
  }
  .p-xl-b-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-xl-b-5 {
    padding-bottom: 3rem !important;
  }
  .p-xl-s-0 {
    padding-left: 0 !important;
  }
  .p-xl-s-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-s-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-s-3 {
    padding-left: 1rem !important;
  }
  .p-xl-s-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-s-5 {
    padding-left: 3rem !important;
  }
  .p-xl-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-xl-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-xl-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-xl-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-x-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-xl-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-x-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-xl-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-x-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-xl-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl--0 {
    margin: 0 !important;
  }
  .m-xxl--1 {
    margin: 0.25rem !important;
  }
  .m-xxl--2 {
    margin: 0.5rem !important;
  }
  .m-xxl--3 {
    margin: 1rem !important;
  }
  .m-xxl--4 {
    margin: 1.5rem !important;
  }
  .m-xxl--5 {
    margin: 3rem !important;
  }
  .m-xxl-t-0 {
    margin-top: 0 !important;
  }
  .m-xxl-t-1 {
    margin-top: 0.25rem !important;
  }
  .m-xxl-t-2 {
    margin-top: 0.5rem !important;
  }
  .m-xxl-t-3 {
    margin-top: 1rem !important;
  }
  .m-xxl-t-4 {
    margin-top: 1.5rem !important;
  }
  .m-xxl-t-5 {
    margin-top: 3rem !important;
  }
  .m-xxl-e-0 {
    margin-right: 0 !important;
  }
  .m-xxl-e-1 {
    margin-right: 0.25rem !important;
  }
  .m-xxl-e-2 {
    margin-right: 0.5rem !important;
  }
  .m-xxl-e-3 {
    margin-right: 1rem !important;
  }
  .m-xxl-e-4 {
    margin-right: 1.5rem !important;
  }
  .m-xxl-e-5 {
    margin-right: 3rem !important;
  }
  .m-xxl-b-0 {
    margin-bottom: 0 !important;
  }
  .m-xxl-b-1 {
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-b-2 {
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-b-3 {
    margin-bottom: 1rem !important;
  }
  .m-xxl-b-4 {
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-b-5 {
    margin-bottom: 3rem !important;
  }
  .m-xxl-s-0 {
    margin-left: 0 !important;
  }
  .m-xxl-s-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-s-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-s-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-s-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-s-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-x-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-xxl-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xxl-x-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .m-xxl-y-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xxl-x-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .m-xxl-y-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xxl-x-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-xxl-y-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xxl-x-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-xxl-y-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xxl-x-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-xxl-y-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xxl--0 {
    padding: 0 !important;
  }
  .p-xxl--1 {
    padding: 0.25rem !important;
  }
  .p-xxl--2 {
    padding: 0.5rem !important;
  }
  .p-xxl--3 {
    padding: 1rem !important;
  }
  .p-xxl--4 {
    padding: 1.5rem !important;
  }
  .p-xxl--5 {
    padding: 3rem !important;
  }
  .p-xxl-t-0 {
    padding-top: 0 !important;
  }
  .p-xxl-t-1 {
    padding-top: 0.25rem !important;
  }
  .p-xxl-t-2 {
    padding-top: 0.5rem !important;
  }
  .p-xxl-t-3 {
    padding-top: 1rem !important;
  }
  .p-xxl-t-4 {
    padding-top: 1.5rem !important;
  }
  .p-xxl-t-5 {
    padding-top: 3rem !important;
  }
  .p-xxl-e-0 {
    padding-right: 0 !important;
  }
  .p-xxl-e-1 {
    padding-right: 0.25rem !important;
  }
  .p-xxl-e-2 {
    padding-right: 0.5rem !important;
  }
  .p-xxl-e-3 {
    padding-right: 1rem !important;
  }
  .p-xxl-e-4 {
    padding-right: 1.5rem !important;
  }
  .p-xxl-e-5 {
    padding-right: 3rem !important;
  }
  .p-xxl-b-0 {
    padding-bottom: 0 !important;
  }
  .p-xxl-b-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-xxl-b-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-b-3 {
    padding-bottom: 1rem !important;
  }
  .p-xxl-b-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-b-5 {
    padding-bottom: 3rem !important;
  }
  .p-xxl-s-0 {
    padding-left: 0 !important;
  }
  .p-xxl-s-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-s-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-s-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-s-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-s-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-xxl-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xxl-x-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-xxl-y-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xxl-x-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-xxl-y-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xxl-x-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-xxl-y-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xxl-x-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-xxl-y-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xxl-x-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-xxl-y-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.blog .container {
  width: 100%;
  max-width: 100%;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.blog-list .blog-entry {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
  width: 33%;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 25px;
}
.blog-list .blog-entry:hover {
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .blog-list .blog-entry {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .blog-list .blog-entry {
    width: 100%;
  }
}
.blog-list .blog-entry .blog-content {
  width: 100%;
  min-height: 200px;
}
.blog-list .blog-entry .blog-content .blog-post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.blog-list .blog-entry .blog-content .blog-post-title a {
  text-decoration: none;
  color: #414141;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  transition: color 0.3s ease-in-out;
}
.blog-list .blog-entry .blog-content .blog-post-title a:hover {
  color: #F6741D;
}
.blog-list .blog-entry .blog-content .blog-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}
.blog-list .blog-entry .blog-thumbnail {
  width: 100%;
  margin-bottom: 20px;
}
.blog-list .blog-entry .blog-thumbnail a {
  display: flex;
}
.blog-list .blog-entry .blog-thumbnail a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.blog-list .blog-entry .blog-thumbnail a img:hover {
  transform: scale(1.05);
}

.pagination {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  background: #0073aa;
  color: white;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}
.pagination a:hover,
.pagination span:hover {
  background: #005177;
}
.pagination .current {
  background: #005177;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .blog-entry {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-entry .blog-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .blog-entry .blog-thumbnail {
    width: 100%;
    text-align: center;
  }
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F6741D;
  color: #FFFFFF;
  border: 1px solid #F6741D;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 700;
}
.button:hover {
  background-color: #FFFFFF;
  color: #F6741D;
  text-decoration: none;
}
.button.yellow {
  background-color: rgb(233, 253, 103);
  color: #F6741D;
  border-radius: 10px;
}
.button.yellow:hover {
  background-color: #414141;
  color: #C0C0C0;
}
.button.black {
  background: #C0C0C0;
  color: #FFFFFF;
  border: 1px solid #C0C0C0;
}
.button.black:hover {
  background: #FFFFFF;
  color: #C0C0C0;
}
.button.white {
  background: rgba(216, 216, 216, 0.4);
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  padding: 5px 45px;
}
.button.white:hover {
  background: #FFFFFF;
  color: #F6741D;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.widget .widget-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #F6741D;
}

.post-thumbnail img {
  border-radius: 4px;
  margin-bottom: 15px;
}

.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.wpcf7 {
  position: relative;
}
.wpcf7 .col-md-6 {
  width: 100%;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.wpcf7 .row {
  justify-content: space-between;
}
.wpcf7 form > p {
  margin-bottom: 25px;
}
.wpcf7 form input:not(.wpcf7-submit) {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  padding: 5px;
  color: #FFFFFF;
  width: 100%;
}
.wpcf7 form input:not(.wpcf7-submit)::placeholder {
  color: #FFFFFF;
}
.wpcf7 form input:not(.wpcf7-submit):hover, .wpcf7 form input:not(.wpcf7-submit):focus {
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  outline: 0;
}
.wpcf7 form input.wpcf7-submit {
  border: 1px solid #F6741D;
  background: #F6741D;
  color: #FFFFFF;
  padding: 10px 15px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.wpcf7 form input.wpcf7-submit:hover {
  background: #FFFFFF;
  color: #F6741D;
}
.wpcf7 form textarea {
  width: 100%;
  background: transparent;
  padding: 20px 40px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}
.wpcf7 form textarea::placeholder {
  color: #FFFFFF;
}
.wpcf7 form .acepto-horizontal {
  text-align: left;
}
.wpcf7 form .acepto-horizontal .col-md-9 p, .wpcf7 form .acepto-horizontal .col-md-9 span {
  width: 100%;
  text-align: left;
}
.wpcf7 form .acepto-horizontal input.wpcf7-submit {
  margin: 0 0 0 1em;
}
@media (max-width: 768px) {
  .wpcf7 form .acepto-horizontal .col-md-9 {
    order: 1;
    margin-bottom: 20px;
  }
  .wpcf7 form .acepto-horizontal .col-md-3 {
    order: 2;
    margin: 0 auto;
  }
}
.wpcf7 form .acepto {
  margin-bottom: 0;
}
.wpcf7 form .acepto .wpcf7-acceptance label {
  display: flex;
  font-size: 10px;
  line-height: 10px;
}
.wpcf7 form .acepto .wpcf7-acceptance label .wpcf7-list-item-label::before,
.wpcf7 form .acepto .wpcf7-acceptance label .wpcf7-list-item-label::after {
  display: none;
}
.wpcf7 form .acepto .wpcf7-acceptance label input[type=checkbox] {
  width: 15px;
  height: 15px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}
