@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  scrollbar-color: #000;
  scrollbar-color: var(--color_black);
}

a {
  color: inherit;
  text-decoration: none;
}

small,
input,
textarea,
select,
button {
  padding: 0;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

button {
  border: unset;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font: inherit;
}

:root {
  --color_black: #000;
  --color_blackLight: #1a1a1a;
  --color_blackBorder: #161616;
  --color_white: #fff;
  --color_lightGrey: #e1e1e1;
  --color_grey: #d9d9d9;
  --color_neutral: #d1d1d6;
  --color_darkGrey: #8e8e8e;
  --color_grey800: #3a3a3c;
  --color_orange: #ff5a12;
  --color_orangeHover: #cc3a00;
  --color_salmon: #ffdaca;
  --color_salmon_light: #ffede5;
}

/* mixins.scss */

/* MEDIAS */

/* LARGE DESKTOP */

/* MEDIUM DESKTOP */

/* TABLET> */

/* MOBILE */

/* MOBILE */

/* MAX TABLET< */

/* ONLY TABLET */

/* Bg images aspect ratio */

/* @include aspect-ratio(4,3); */

/* underline effect , center/right/left - mixin by @martifenosa */

/* height & distance with px */

.h0 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: clamp(44px, 6.5vw, 118px);
  line-height: 0.9;
}

h1,
.h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 0.9;
}

@media only screen and (min-width: 1025px) {
  h1,
  .h1 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 1919px) {
  h1,
  .h1 {
    font-size: 96px;
  }
}

h2,
.h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}

@media only screen and (min-width: 1025px) {
  h2,
  .h2 {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 1919px) {
  h2,
  .h2 {
    font-size: 54px;
  }
}

h3,
.h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 0.9;
}

@media only screen and (min-width: 1025px) {
  h3,
  .h3 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1919px) {
  h3,
  .h3 {
    font-size: 80px;
  }
}

h4,
.h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 20px;
}

@media only screen and (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1919px) {
  h4,
  .h4 {
    font-size: 40px;
  }
}

.h4-bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 1025px) {
  .h4-bold {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1919px) {
  .h4-bold {
    font-size: 40px;
  }
}

.p1 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 18px;
}

@media only screen and (min-width: 1025px) {
  .p1 {
    font-size: 24px;
  }
}

.p1-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

.p2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .p2 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1919px) {
  .p2 {
    font-size: 20px;
  }
}

.p2-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 1025px) {
  .p2-bold {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1919px) {
  .p2-bold {
    font-size: 20px;
  }
}

.p3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .p3 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1919px) {
  .p3 {
    font-size: 32px;
  }
}

.p3-bold {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .p3-bold {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1919px) {
  .p3-bold {
    font-size: 32px;
  }
}

.footer-01 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .footer-01 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1919px) {
  .footer-01 {
    font-size: 20px;
  }
}

.footer-02 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .footer-02 {
    font-size: 16px;
  }
}

.boton {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

.tags {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

.tags-bold {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.submenu-font {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.destacados {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

@media only screen and (min-width: 1025px) {
  .destacados {
    font-size: 40px;
    line-height: 46.88px;
  }
}

body {
  background-color: #e1e1e1;
  background-color: var(--color_lightGrey);
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  color: var(--color_black);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

body.menu-open {
  background-color: #000;
  background-color: var(--color_black);
  overflow-y: hidden;
}

/* LINKS */

a.link {
  position: relative;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: currentColor;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}

a.link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.81258C1.34524 5.81258 0.814445 6.34411 0.814445 6.99979C0.814445 7.65546 1.34524 8.187 2 8.18699L2 5.81258ZM13.863 8.18699C14.5178 8.18699 15.0486 7.65545 15.0486 6.99978C15.0486 6.3441 14.5178 5.81257 13.863 5.81257L13.863 8.18699ZM2 8.18699L13.863 8.18699L13.863 5.81257L2 5.81258L2 8.18699Z' fill='black'/%3E%3Cpath d='M9.43669 0.887631C8.9737 0.423997 8.22305 0.423997 7.76006 0.887631C7.29708 1.35126 7.29708 2.10296 7.76006 2.5666L9.43669 0.887631ZM13.8641 7.00019L14.7024 7.83968C15.1654 7.37604 15.1654 6.62434 14.7024 6.16071L13.8641 7.00019ZM7.78924 11.4046C7.32625 11.8682 7.32625 12.6199 7.78924 13.0835C8.25222 13.5472 9.00288 13.5472 9.46586 13.0835L7.78924 11.4046ZM7.76006 2.5666L13.0258 7.83968L14.7024 6.16071L9.43669 0.887631L7.76006 2.5666ZM13.0258 6.16071L7.78924 11.4046L9.46586 13.0835L14.7024 7.83968L13.0258 6.16071Z'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5.81258C1.34524 5.81258 0.814445 6.34411 0.814445 6.99979C0.814445 7.65546 1.34524 8.187 2 8.18699L2 5.81258ZM13.863 8.18699C14.5178 8.18699 15.0486 7.65545 15.0486 6.99978C15.0486 6.3441 14.5178 5.81257 13.863 5.81257L13.863 8.18699ZM2 8.18699L13.863 8.18699L13.863 5.81257L2 5.81258L2 8.18699Z' fill='black'/%3E%3Cpath d='M9.43669 0.887631C8.9737 0.423997 8.22305 0.423997 7.76006 0.887631C7.29708 1.35126 7.29708 2.10296 7.76006 2.5666L9.43669 0.887631ZM13.8641 7.00019L14.7024 7.83968C15.1654 7.37604 15.1654 6.62434 14.7024 6.16071L13.8641 7.00019ZM7.78924 11.4046C7.32625 11.8682 7.32625 12.6199 7.78924 13.0835C8.25222 13.5472 9.00288 13.5472 9.46586 13.0835L7.78924 11.4046ZM7.76006 2.5666L13.0258 7.83968L14.7024 6.16071L9.43669 0.887631L7.76006 2.5666ZM13.0258 6.16071L7.78924 11.4046L9.46586 13.0835L14.7024 7.83968L13.0258 6.16071Z'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: currentColor;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

@media (hover: hover) {
  a.link:hover {
    color: #e1e1e1;
    color: var(--color_lightGrey);
  }

  a.link:hover:after {
    background-color: #e1e1e1;
    background-color: var(--color_lightGrey);
  }
}

/* THEME */

main#swup {
  position: relative;
}

body.menu-open #swup {
  position: fixed;
}

/* INPUTS */

input {
  border: none;
  outline: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 4px 8px;
  color: #000;
  color: var(--color_black);
  background-color: transparent;
}

/* TRANSITION */

.swup-transition-fade {
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
}

/* html.is-changing body,
html.is-changing footer {
  background-color: var(--color_black);
} */

html.is-animating .swup-transition-fade {
  opacity: 0.9;
}

div.wpforms-container-full {
  margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field {
  padding: 0 0 15px 0;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field label:not(.wpforms-field-label-inline) {
  display: none;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input:focus:invalid {
  border: 2px solid black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='checkbox']:before {
  border: 2px solid #000 !important;
  border: 2px solid var(--color_black) !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='checkbox']:after {
  border-color: #000;
  border-color: var(--color_black);
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='checkbox'] + label {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000;
  color: var(--color_black);
}

div.wpforms-container-full .wpforms-field-container .wpforms-field select {
  font-weight: bold;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text'],
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email'],
div.wpforms-container-full .wpforms-field-container .wpforms-field select,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea {
  width: 100%;
  height: auto;
  max-width: 550px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  padding: 8px 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 14px !important;
  color: #000;
  color: var(--color_black);
}

@media only screen and (min-width: 1919px) {
  div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text'],
  div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email'],
  div.wpforms-container-full .wpforms-field-container .wpforms-field select,
  div.wpforms-container-full .wpforms-field-container .wpforms-field textarea {
    max-width: 100%;
  }
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']:focus,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']:focus,
div.wpforms-container-full .wpforms-field-container .wpforms-field select:focus,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea:focus {
  border: 2px solid black;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text'],
.modal div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email'],
.modal div.wpforms-container-full .wpforms-field-container .wpforms-field select,
.modal div.wpforms-container-full .wpforms-field-container .wpforms-field textarea {
  max-width: 100%;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']:-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']:-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select:-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea:-moz-placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']::-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']::-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select::-moz-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']:-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']:-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select:-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']::-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']::-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select::-ms-input-placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

undefined {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

undefined {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

undefined {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

undefined {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

undefined {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text']::placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='text'] .placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email']::placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field input[type='email'] .placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select::placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field select .placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea::placeholder,
div.wpforms-container-full .wpforms-field-container .wpforms-field textarea .placeholder {
  font-size: 14px !important;
  font-weight: bold !important;
  opacity: 1 !important;
  color: #000 !important;
  color: var(--color_black) !important;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1365px) {
  div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul li {
  position: relative;
  aspect-ratio: 5/4;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  padding: 11px 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  min-height: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul li label {
  position: absolute;
  bottom: 8px;
  left: 0;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #000;
  color: var(--color_black);
}

div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type='radio']:before {
  border-width: 2px;
  border-color: #000;
  border-color: var(--color_black);
}

div.wpforms-container-full .wpforms-field-container .wpforms-field.wpforms-field-radio ul li input[type='radio']:checked:after {
  background-color: #000;
  background-color: var(--color_black);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  div.wpforms-container-full .wpforms-submit-container {
    width: 100%;
  }
}

div.wpforms-container-full .wpforms-submit-container button[type='submit'] {
  font-size: 12px !important;
  text-transform: uppercase !important;
  background-color: #ff5a12 !important;
  background-color: var(--color_orange) !important;
  padding: 11px 32px !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
  height: auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  div.wpforms-container-full .wpforms-submit-container button[type='submit'] {
    width: -webkit-calc(100% - 68px);
    width: -moz-calc(100% - 68px);
    width: calc(100% - 68px);
    text-align: center;
  }
}

button,
.button,
button[type="submit"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 12px 32px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  button,
  .button,
  button[type="submit"] {
    font-size: 16px;
    padding: 8px 16px;
  }
}

button.acento,
.button.acento,
button[type="submit"].acento {
  color: #fff;
  color: var(--color_white);
  background-color: #ff5a12;
  background-color: var(--color_orange);
  /* min-height: 48px; */
}

@media (hover: hover) {
  button.acento:hover,
  .button.acento:hover,
  button[type="submit"].acento:hover {
    background-color: #ec4800;
  }
}

button.principal,
.button.principal,
button[type="submit"].principal {
  color: #fff;
  color: var(--color_white);
  background-color: #000;
  background-color: var(--color_black);
}

@media (hover: hover) {
  button.principal:hover,
  .button.principal:hover,
  button[type="submit"].principal:hover {
    color: #000;
    color: var(--color_black);
    background-color: #ff7b47;
  }
}

button.secundario,
.button.secundario,
button[type="submit"].secundario {
  color: #fff;
  color: var(--color_white);
  background-color: #000;
  background-color: var(--color_black);
}

button.secundario:not(.active),
.button.secundario:not(.active),
button[type="submit"].secundario:not(.active) {
  background-color: #000;
  background-color: var(--color_black);
}

@media (hover: hover) {
  button.secundario:hover,
  .button.secundario:hover,
  button[type="submit"].secundario:hover {
    background-color: #3a3a3c;
  }
}

button.cta-tertiary,
.button.cta-tertiary,
button[type="submit"].cta-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 16px 32px;
  padding: var(--Spacing-base, 16px) var(--Spacing-2xls, 32px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  align-self: stretch;
  background-color: #ff5a12;
  background-color: var(--color_orange);
}

@media (hover: hover) {
  button.cta-tertiary:hover,
  .button.cta-tertiary:hover,
  button[type="submit"].cta-tertiary:hover {
    background-color: #cc3a00;
    background-color: var(--color_orangeHover);
  }
}

button.cta-secondary,
.button.cta-secondary,
button[type="submit"].cta-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 16px 32px;
  padding: var(--Spacing-base, 16px) var(--Spacing-2xls, 32px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  align-self: stretch;
  background-color: #fff !important;
  background-color: var(--color_white) !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: var(--Radius-md, 12px);
  -moz-border-radius: var(--Radius-md, 12px);
  border-radius: var(--Radius-md, 12px);
  border: 1px solid #d1d1d6;
  border: var(--Stroke-thin, 1px) solid var(--Colors-Neutral-500, #d1d1d6);
}

@media (hover: hover) {
  button.cta-secondary:hover,
  .button.cta-secondary:hover,
  button[type="submit"].cta-secondary:hover {
    border: 1px solid #161616;
    border: 1px solid var(--color_blackBorder);
  }
}

button.cta-large,
.button.cta-large,
button[type="submit"].cta-large {
  padding: 16px 24px;
  color: #fff;
  color: var(--color_white);
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

footer#footer {
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

footer#footer.footer-landing {
  min-height: auto;
  background-color: #fff;
  background-color: var(--color_white);
  color: #000;
  color: var(--color_black);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer.footer-landing {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}

footer#footer.footer-landing .logo {
  max-width: 320px;
  height: auto;
  margin: 80px auto 100px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer.footer-landing .logo {
    max-width: 275px;
  }
}

footer#footer.footer-landing footer {
  margin: 0 20px;
  border-top: 1px solid #000;
  border-top: 1px solid var(--color_black);
}

footer#footer.footer-landing footer .last {
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer.footer-landing footer .last {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer#footer.footer-landing footer .last .socials li i {
  color: #000;
  color: var(--color_black);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer {
    min-height: auto;
  }
}

footer#footer header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 18px;
  gap: 18px;
  min-height: 50vh;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer header {
    padding: 32px 0;
    min-height: auto;
  }
}

footer#footer header .logo {
  width: 306px;
  height: auto;
  margin-bottom: 23px;
}

footer#footer header .logo path {
  fill: #fff;
  fill: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer header .newsletter-container {
    width: 100%;
    max-width: 460px;
    padding: 0 17px;
  }
}

footer#footer footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-top: 1px solid var(--color_white);
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer {
    margin: 0 17px;
  }
}

footer#footer footer .footers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .footers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer#footer footer .footers .footers-left {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-row-gap: 56px;
  row-gap: 56px;
  grid-column-gap: 12px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding: 40px 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .footers .footers-left {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 32px 0;
  }
}

footer#footer footer .footers .footers-left .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 6px;
  gap: 6px;
}

footer#footer footer .footers .footers-left .footer:nth-last-of-type(2) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .footers .footers-left .footer:nth-last-of-type(2) {
    grid-column: unset;
    grid-row: unset;
  }
}

footer#footer footer .footers .footers-left .footer:last-of-type {
  grid-column: 4;
  grid-row: 1 / span 2;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .footers .footers-left .footer:last-of-type {
    grid-column: unset;
    grid-row: unset;
  }
}

footer#footer footer .footers .footers-left .footer .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

footer#footer footer .footers .footers-left .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}

footer#footer footer .footers .footers-left .footer #menu-footer-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  gap: 35px;
}

footer#footer footer .footers .footers-left .footer #menu-footer-6 li a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 700;
}

footer#footer footer .footers .footers-right {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 56px;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  grid-row-gap: 56px;
  row-gap: 56px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .footers .footers-right {
    border-top: 1px solid #fff;
    border-top: 1px solid var(--color_white);
    padding: 32px 0;
  }
}

footer#footer footer .footers .footers-right .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  gap: 35px;
}

footer#footer footer .footers .footers-right .footer:last-of-type {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer#footer footer .footers .footers-right .footer a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 700;
}

footer#footer footer .last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-top: 1px solid var(--color_white);
  padding: 40px 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  footer#footer footer .last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
    padding: 32px 0;
  }
}

footer#footer footer .last .credits a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  font-weight: 700;
}

footer#footer footer .last .credits #menu-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}

footer#footer footer .last .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 32px;
  gap: 32px;
}

footer#footer footer .last .socials li a {
  display: block;
  color: #fff;
  color: var(--color_white);
  font-size: 33px;
}

#hsForm_324b428d-d977-48d2-abfa-dfa8c0cb788e
  > div.legal-consent-container
  > div
  > div
  > div
  > div
  > ul
  > li
  > label
  > span
  > p {
  color: white;
}

#hsForm_324b428d-d977-48d2-abfa-dfa8c0cb788e {
  position: relative;
}

/* common styles for form */

.hs-form.stacked:last-child #email-324b428d-d977-48d2-abfa-dfa8c0cb788e {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hs-form.stacked:last-child
  #email-324b428d-d977-48d2-abfa-dfa8c0cb788e
  .hs-input:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* styles for submit btn */

.hs-form.stacked:last-child .hs_submit:last-child .hs-button:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow-x: hidden;
  background-color: #f4f4f5 !important;
}

@media only screen and (max-width: 430px) {
  #hsForm_324b428d-d977-48d2-abfa-dfa8c0cb788e
    > div.hs_submit.hs-submit
    > div.actions
    > input {
    width: 43%;
    padding: 0;
  }
}

header#main-header {
  /* position: sticky;
  top: 3px; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* overflow: hidden; */

header#main-header header.header {
  padding: 0 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  margin: 5px;
  background-color: #fff;
  background-color: var(--color_white);
  /* display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#main-header header.header#nav_desktop {
  display: none;
}

@media only screen and (min-width: 1365px) {
  header#main-header header.header#nav_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header#main-header header.header#nav_desktop #site-link {
  line-height: 0;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

.menu-simple header#main-header header.header#nav_desktop #site-link {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

header#main-header header.header#nav_desktop #site-link svg {
  width: 73px;
  height: auto;
}

header#main-header header.header#nav_desktop .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-gap: 20px;
  gap: 20px;
}

.menu-simple header#main-header header.header#nav_desktop .main-menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#main-header header.header#nav_desktop .second-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  header#main-header header.header#nav_desktop .second-menu {
    font-size: 16px;
  }
}

header#main-header header.header#nav_desktop .second-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}

.menu-simple:not(.home) header#main-header header.header#nav_desktop .second-menu .menu {
  display: none;
}

header#main-header header.header {
  /* NAV MOBILE */
}

header#main-header header.header#nav_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}

header#main-header header.header#nav_mobile #site-link {
  line-height: 0;
}

header#main-header header.header#nav_mobile #site-link svg {
  width: 73px;
  height: auto;
}

.menu-open header#main-header header.header#nav_mobile {
  overflow: auto;
  height: -webkit-calc(100vh - 10px);
  height: -moz-calc(100vh - 10px);
  height: calc(100vh - 10px);
  background-color: #d9d9d9;
  background-color: var(--color_grey);
}

@media only screen and (min-width: 1365px) {
  header#main-header header.header#nav_mobile {
    display: none;
  }
}

header#main-header header.header#nav_mobile .main-menu a {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-open header#main-header header.header#nav_mobile #menu-button path#line1 {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
  -moz-transform: rotate(45deg) translate(8px, -8px);
  -ms-transform: rotate(45deg) translate(8px, -8px);
  -o-transform: rotate(45deg) translate(8px, -8px);
  transform: rotate(45deg) translate(8px, -8px);
}

.menu-open header#main-header header.header#nav_mobile #menu-button path#line2 {
  opacity: 0;
}

.menu-open header#main-header header.header#nav_mobile #menu-button path#line3 {
  -webkit-transform: rotate(-45deg) translate(-15px, 0);
  -moz-transform: rotate(-45deg) translate(-15px, 0);
  -ms-transform: rotate(-45deg) translate(-15px, 0);
  -o-transform: rotate(-45deg) translate(-15px, 0);
  transform: rotate(-45deg) translate(-15px, 0);
}

header#main-header header.header#nav_mobile .menu_mobile {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  header#main-header header.header#nav_mobile .menu_mobile {
    height: 100%;
    overflow: auto;
    padding-bottom: 150px;
  }
}

.menu-open header#main-header header.header#nav_mobile .menu_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

header#main-header header.header#nav_mobile .menu_mobile .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  padding: 12px 20px;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item {
  position: relative;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 25px 20px;
  pointer-events: all;
  cursor: pointer;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 20px;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98828 17L9.98828 1' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item.menu-item-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item.menu-item-active a {
  margin-bottom: 20px;
  pointer-events: all;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item.menu-item-active .sub-menu {
  max-height: 1200px;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item > a {
  position: relative;
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  -webkit-transition: margin 300ms ease;
  -o-transition: margin 300ms ease;
  -moz-transition: margin 300ms ease;
  transition: margin 300ms ease;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item {
  padding: 15px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item:after {
  content: none;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children {
  position: relative;
  /* border-bottom: 2px solid var(--color_black); *//* &:nth-last-of-type(2) {
                    border-bottom: none;
                  } */
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children:after {
  content: '';
  position: absolute;
  top: 27px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98828 17L9.98828 1' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children > a {
  font-weight: bold;
  pointer-events: none;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children .menu-item {
  padding: 10px 0;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children.menu-item-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children.menu-item-active > a {
  margin-bottom: 10px;
  pointer-events: all;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item.menu-item-has-children.menu-item-active .sub-menu {
  max-height: 1200px;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item > a {
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item > a:after {
  content: none;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item .sub-menu {
  grid-gap: 0;
  gap: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 300ms ease;
  -o-transition: max-height 300ms ease;
  -moz-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item:after {
  content: none;
}

header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item .sub-menu .menu-item .sub-menu .menu-item > a {
  margin-bottom: 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  header#main-header header.header#nav_mobile .menu_mobile .menu .menu-item.custom-fields {
    display: none;
  }
}

header#main-header header.header#nav_mobile .menu_mobile img {
  width: 100%;
  display: none;
}

header#main-header header.header#nav_mobile .second-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 23px;
  gap: 23px;
}

header#main-header header.header#nav_mobile .second-menu .menu-second-menu-header-container {
  width: 100%;
}

header#main-header header.header#nav_mobile .second-menu .menu-second-menu-header-container .menu {
  grid-gap: 0;
  gap: 0;
}

header#main-header header.header#nav_mobile .second-menu .menu-second-menu-header-container .menu .menu-item {
  width: 100%;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  background-color: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098);
  padding: 20px;
}

header#main-header header.header#nav_mobile .second-menu .menu-second-menu-header-container .menu .menu-item:after {
  content: none;
  /* background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.5H16M16 9.5L7.52941 1.5M16 9.5L7.52941 17.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A"); */
}

header#main-header header.header#nav_mobile .second-menu .menu-second-menu-header-container .menu .menu-item a {
  pointer-events: all;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

header#main-header header.header#nav_mobile .group-menu,
header#main-header header.header#nav_mobile .idiomas {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  margin: 12px 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  header#main-header header.header#nav_mobile .group-menu,
  header#main-header header.header#nav_mobile .idiomas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header#main-header header.header#nav_mobile .group-menu .menu,
header#main-header header.header#nav_mobile .idiomas .menu {
  padding: 0;
  max-height: 0;
  overflow: hidden;
}

header#main-header header.header#nav_mobile .group-menu {
  padding: 25px 20px;
  position: relative;
}

header#main-header header.header#nav_mobile .group-menu.menu-item-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 8.00007H18.0008' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .group-menu.menu-item-active .menu {
  margin-top: 20px;
  max-height: 450px;
}

header#main-header header.header#nav_mobile .group-menu.menu-item-active .menu li a {
  pointer-events: all;
}

header#main-header header.header#nav_mobile .group-menu:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 20px;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98828 17L9.98828 1' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .group-menu .menu .menu-item {
  padding: 0;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  background-color: transparent;
}

header#main-header header.header#nav_mobile .idiomas {
  position: relative;
}

header#main-header header.header#nav_mobile .idiomas button {
  position: relative;
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  width: 100%;
}

header#main-header header.header#nav_mobile .idiomas button:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 8px;
  right: 24px;
  top: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3005 1.52075L6.95785 6.86337L1.61523 1.52075' stroke='white' stroke-width='1.33565' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#main-header header.header#nav_mobile .idiomas aside {
  position: absolute;
  top: -webkit-calc(100% - 16px);
  top: -moz-calc(100% - 16px);
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #000;
  background-color: var(--color_black);
  text-align: left;
  padding: 0 15px;
  -webkit-border-radius: 0 0 18px 18px;
  -moz-border-radius: 0 0 18px 18px;
  border-radius: 0 0 18px 18px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  header#main-header header.header#nav_mobile .idiomas aside {
    position: unset;
  }
}

header#main-header header.header#nav_mobile .idiomas aside label {
  padding: 0 8px;
}

header#main-header header.header#nav_mobile .idiomas aside label.wgcurrent {
  background-color: black;
}

header#main-header header.header#nav_mobile .idiomas aside label.wgcurrent span {
  color: #ff5a12;
  color: var(--color_orange);
}

header#main-header header.header#nav_mobile .idiomas aside a,
header#main-header header.header#nav_mobile .idiomas aside span {
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0;
}

header#main-header header.header#nav_mobile .idiomas.opened aside {
  padding: 8px 15px;
  max-height: 450px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  header#main-header header.header#nav_mobile .idiomas.opened aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.menu-item ul.sub-menu {
  height: auto !important;
}

header#pre-header {
  margin: 3px 5px;
  padding: 0 6px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: var(--color_black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  header#pre-header {
    display: none;
  }
}

header#pre-header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-gap: 16px;
  gap: 16px;
}

header#pre-header .menu li {
  padding: 5px 8px 8px;
}

header#pre-header .menu li a {
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media (hover: hover) {
  header#pre-header .menu li a:hover {
    color: #ff5a12;
    color: var(--color_orange);
  }
}

header#pre-header .idiomas {
  position: relative;
  padding: 0;
}

header#pre-header .idiomas button {
  position: relative;
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
}

header#pre-header .idiomas button:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 13px;
  right: 8px;
  top: 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='13' viewBox='0 0 7 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.958129 0.849446L6.30075 6.19206L0.95813 11.5347' stroke='white' stroke-width='1.33565' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header#pre-header .idiomas aside {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #000;
  background-color: var(--color_black);
  text-align: left;
  padding: 0 15px;
}

header#pre-header .idiomas aside label {
  padding: 0 8px;
}

header#pre-header .idiomas aside label.wgcurrent span {
  color: #ff5a12;
  color: var(--color_orange);
}

header#pre-header .idiomas aside a,
header#pre-header .idiomas aside span {
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

header#pre-header .idiomas aside ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header#pre-header .idiomas.opened aside {
  opacity: 1;
  pointer-events: auto;
}

nav.main-nav #menu-main-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-gap: 32px;
  gap: 32px;
}

.menu-simple nav.main-nav #menu-main-menu-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.main-nav #menu-main-menu-header .menu-item {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu {
  position: absolute;
  top: 120px;
  left: 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 32px;
  gap: 32px;
  padding: 48px 32px 32px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  background-color: #fff;
  background-color: var(--color_white);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 150ms ease;
  -o-transition: opacity 150ms ease;
  -moz-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: -webkit-calc(100% - 36px);
  width: -moz-calc(100% - 36px);
  width: calc(100% - 36px);
  height: 2px;
  background-color: #000;
  background-color: var(--color_black);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu:hover {
  opacity: 1;
  pointer-events: visible;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 64px;
  gap: 64px;
  padding: 0 64px 0 0;
  border-right: 2px solid #000;
  border-right: 2px solid var(--color_black);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item > a:after {
  content: '';
  width: 21px;
  height: 21px;
  position: static;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  margin-left: 8px;
  /* position: absolute;
              right: -35px;
              top: 50%;
              transform: translate(0, -50%); */
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 19L19 2' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.42871 2.00001L19.0001 2.00001L19.0001 14.4844' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 19L19 2' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.42871 2.00001L19.0001 2.00001L19.0001 14.4844' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item > a:hover {
    font-weight: bold;
  }

  nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item > a:hover:after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 19L19 2' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.42871 2.00001L19.0001 2.00001L19.0001 14.4844' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 19L19 2' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.42871 2.00001L19.0001 2.00001L19.0001 14.4844' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)] {
  width: -webkit-calc(1 / 4 * 100%);
  width: -moz-calc(1 / 4 * 100%);
  width: calc(1 / 4 * 100%);
  max-width: 450px;
  aspect-ratio: 1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item) {
  width: -webkit-calc(1 / 4 * 100%);
  width: -moz-calc(1 / 4 * 100%);
  width: calc(1 / 4 * 100%);
  max-width: 450px;
  aspect-ratio: 1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)]:hover {
  border: 2px solid #fff;
  border: 2px solid var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)]:hover a:after {
  background-color: #fff;
  background-color: var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)]:hover a span {
  color: #fff;
  color: var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)]:hover a img {
  opacity: 1;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item):hover {
  border: 2px solid #fff;
  border: 2px solid var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item):hover a:after {
  background-color: #fff;
  background-color: var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item):hover a span {
  color: #fff;
  color: var(--color_white);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item):hover a img {
  opacity: 1;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)] a {
  width: 100%;
  height: 100%;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)] a span {
  position: absolute;
  z-index: 10;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)] a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item[\:has\(.img-menu-item\)] a:after {
  content: '';
  position: absolute;
  right: 19px;
  top: 36px;
  width: 30px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
  background-color: var(--color_black);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 32L32 2' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.81543 2.00001L32.0003 2.00001L32.0003 24.0312' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 32L32 2' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.81543 2.00001L32.0003 2.00001L32.0003 24.0312' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item) a {
  width: 100%;
  height: 100%;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item) a span {
  position: absolute;
  z-index: 10;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item) a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item:has(.img-menu-item) a:after {
  content: '';
  position: absolute;
  right: 19px;
  top: 36px;
  width: 30px;
  height: 30px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #000;
  background-color: var(--color_black);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 32L32 2' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.81543 2.00001L32.0003 2.00001L32.0003 24.0312' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 32L32 2' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.81543 2.00001L32.0003 2.00001L32.0003 24.0312' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields {
  grid-gap: 24px;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  border-right: none;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields .custom-text {
  border-right: 2px solid #000;
  border-right: 2px solid var(--color_black);
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields .custom-text h4 {
  margin-bottom: 20px;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields .custom-text p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  text-transform: none;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields .custom-image {
  position: relative;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .menu-item.custom-fields .custom-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu[\:has\(.custom-fields\)] {
  /* display: grid;
          grid-template-columns: repeat(4, minmax(0, 1fr)); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu:has(.custom-fields) {
  /* display: grid;
          grid-template-columns: repeat(4, minmax(0, 1fr)); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: unset;
  padding: 0;
  grid-gap: 6px;
  gap: 6px;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .sub-menu .menu-item {
  border: none;
  padding: 0;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .sub-menu .menu-item a {
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
}

nav.main-nav #menu-main-menu-header .menu-item .sub-menu .sub-menu .menu-item a:after {
  content: none;
}

@media (hover: hover) {
  nav.main-nav #menu-main-menu-header .menu-item .sub-menu .sub-menu .menu-item a:hover {
    font-weight: bold;
  }
}

nav.main-nav #menu-main-menu-header > .menu-item {
  padding: 32px 0;
}

nav.main-nav #menu-main-menu-header > .menu-item.menu-item-has-children a {
  position: relative;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  transition: color 300ms ease;
}

nav.main-nav #menu-main-menu-header > .menu-item.menu-item-has-children a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0801 2.11385C10.4707 1.72332 10.4707 1.09016 10.0801 0.699631C9.68962 0.309107 9.05645 0.309107 8.66593 0.699632L10.0801 2.11385ZM5.18652 5.59326L4.47941 6.30036C4.66695 6.4879 4.9213 6.59326 5.18652 6.59326C5.45173 6.59326 5.70609 6.4879 5.89362 6.30036L5.18652 5.59326ZM1.70711 0.699631C1.31658 0.309107 0.683417 0.309107 0.292893 0.699632C-0.0976311 1.09016 -0.0976311 1.72332 0.292893 2.11385L1.70711 0.699631ZM8.66593 0.699632L4.47941 4.88615L5.89362 6.30036L10.0801 2.11385L8.66593 0.699632ZM5.89362 4.88615L1.70711 0.699631L0.292893 2.11385L4.47941 6.30036L5.89362 4.88615Z' fill='black'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0801 2.11385C10.4707 1.72332 10.4707 1.09016 10.0801 0.699631C9.68962 0.309107 9.05645 0.309107 8.66593 0.699632L10.0801 2.11385ZM5.18652 5.59326L4.47941 6.30036C4.66695 6.4879 4.9213 6.59326 5.18652 6.59326C5.45173 6.59326 5.70609 6.4879 5.89362 6.30036L5.18652 5.59326ZM1.70711 0.699631C1.31658 0.309107 0.683417 0.309107 0.292893 0.699632C-0.0976311 1.09016 -0.0976311 1.72332 0.292893 2.11385L1.70711 0.699631ZM8.66593 0.699632L4.47941 4.88615L5.89362 6.30036L10.0801 2.11385L8.66593 0.699632ZM5.89362 4.88615L1.70711 0.699631L0.292893 2.11385L4.47941 6.30036L5.89362 4.88615Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
}

@media (hover: hover) {
  nav.main-nav #menu-main-menu-header > .menu-item:hover > a {
    color: #ff5a12;
    color: var(--color_orange);
  }

  nav.main-nav #menu-main-menu-header > .menu-item:hover .sub-menu {
    opacity: 1;
    pointer-events: visible;
  }
}

/* SELECTIVE MENUS */

@media only screen and (min-width: 1365px) {
  .menu-simple.home nav.main-nav .menu .menu-item {
    display: block;
  }

  .menu-simple.coworking-barcelona nav.main-nav .menu > .menu-item:not([data-slug='coworkings']),
  .menu-simple.coworking-madrid nav.main-nav .menu > .menu-item:not([data-slug='coworkings']),
  .menu-simple.coworking-valencia nav.main-nav .menu > .menu-item:not([data-slug='coworkings']),
  .menu-simple.single-edificio nav.main-nav .menu > .menu-item:not([data-slug='coworkings']) {
    display: none;
  }

  .menu-simple.coworking-barcelona nav.main-nav .menu .menu-item[data-slug='coworkings'] > a,
  .menu-simple.coworking-madrid nav.main-nav .menu .menu-item[data-slug='coworkings'] > a,
  .menu-simple.coworking-valencia nav.main-nav .menu .menu-item[data-slug='coworkings'] > a,
  .menu-simple.single-edificio nav.main-nav .menu .menu-item[data-slug='coworkings'] > a {
    color: #ff5a12;
    color: var(--color_orange);
  }

  .menu-simple.oficinas-privadas nav.main-nav .menu-item:not([data-slug='oficinas-privadas']) {
    display: none;
  }

  .menu-simple.oficinas-privadas nav.main-nav .menu-item[data-slug='oficinas-privadas'] > a {
    color: #ff5a12;
    color: var(--color_orange);
  }

  .menu-simple.sala-de-reuniones nav.main-nav .menu-item:not([data-slug='sala-de-reuniones']) {
    display: none;
  }

  .menu-simple.sala-de-reuniones nav.main-nav .menu-item[data-slug='sala-de-reuniones'] > a {
    color: #ff5a12;
    color: var(--color_orange);
  }

  .menu-simple.eventos nav.main-nav .menu-item:not([data-slug='sala-para-eventos']) {
    display: none;
  }

  .menu-simple.eventos nav.main-nav .menu-item[data-slug='sala-para-eventos'] > a {
    color: #ff5a12;
    color: var(--color_orange);
  }
}

div.modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.72157);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  div.modal {
    overflow: auto;
  }
}

div.modal.active {
  pointer-events: visible;
  opacity: 1;
}

div.modal.active .container {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

div.modal .container {
  position: relative;
  max-width: 1250px;
  height: 90vh;
  overflow: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #fff;
  background-color: var(--color_white);
  padding: 40px 32px;
  margin: 0 17px;
  grid-gap: 24px;
  gap: 24px;
  display: grid;
  grid-template-columns: 100%;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -moz-transition: transform 300ms ease, -moz-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, -moz-transform 300ms ease, -o-transform 300ms ease;
}

@media only screen and (min-width: 1365px) {
  div.modal .container {
    grid-gap: 0;
    gap: 0;
    grid-template-columns: -webkit-calc(1 / 3 * 100%) -webkit-calc(2 / 3 * 100%);
    grid-template-columns: -moz-calc(1 / 3 * 100%) -moz-calc(2 / 3 * 100%);
    grid-template-columns: calc(1 / 3 * 100%) calc(2 / 3 * 100%);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  div.modal .container {
    padding: 20px 17px;
    margin: 2px;
    position: absolute;
    height: -webkit-calc(100vh - 4px);
    height: -moz-calc(100vh - 4px);
    height: calc(100vh - 4px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

div.modal .container .modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  cursor: pointer;
}

div.modal .container aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (min-width: 1365px) {
  div.modal .container aside {
    grid-gap: 48px;
    gap: 48px;
    padding-right: 24px;
  }
}

div.modal .container aside p {
  margin-bottom: 12px;
}

div.modal .container .hbspt-form .hs-form-field.hidden {
  display: none;
}

div.modal.active .container {
  overflow-x: hidden;
  background-color: #f4f4f5 !important;
}

.selectores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
  -webkit-box-align: self-end;
  -webkit-align-items: self-end;
  -moz-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .selectores {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
  }
}

.selectores.disabled {
  display: none;
}

.full_image .selectores .select {
  width: 100%;
}

.selectores .select {
  position: relative;
  width: 300px;
  height: 100%;
}

.selectores .select .selected {
  width: 100%;
  padding: 13px 15px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #000;
  color: var(--color_black);
  background-position: right 0.7rem top 50%;
  -webkit-background-size: 0.65rem auto;
  -moz-background-size: 0.65rem auto;
  -o-background-size: 0.65rem auto;
  background-size: 0.65rem auto;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.selectores .select .container {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1px;
  gap: 1px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  -moz-transition: height 300ms ease;
  transition: height 300ms ease;
  height: 0;
  overflow: hidden;
  z-index: 3;
}

.selectores .select .container.active {
  height: 100%;
  overflow-y: scroll;
  border: 1px solid #8e8e8e;
  border: 1px solid var(--color_darkGrey);
}

@media only screen and (min-width: 1025px) {
  .selectores .select .container.active {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

.selectores .select .container > button,
.selectores .select .container > a,
.selectores .select .container .option {
  width: 100%;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  text-transform: none;
  text-align: left;
  color: #000;
  color: var(--color_black);
  padding: 13px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  z-index: 2;
}

.selectores .select .container > button.active,
.selectores .select .container > a.active,
.selectores .select .container .option.active {
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  border: 1px solid #8e8e8e;
  border: 1px solid var(--color_darkGrey);
}

@media (hover: hover) {
  .selectores .select .container > button:hover,
  .selectores .select .container > a:hover,
  .selectores .select .container .option:hover {
    color: #ff5a12;
    color: var(--color_orange);
  }
}

.selectores .select .container button {
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid var(--color_lightGrey);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .section-title:not(.title_sfs) {
    margin: 0 17px 12px;
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .title_sfs {
    margin: 0;
  }
}

.section-title {
  color: #fff;
  color: var(--color_white);
  background-color: #000;
  background-color: var(--color_black);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  padding: 21px 26px;
}

@media only screen and (min-width: 1025px) {
  .section-title {
    margin: 0 40px 25px;
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .section-title {
    position: relative;
    padding: 16px;
  }
}

.section-title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  /* max-width: 815px; */
}

.section-title h2:after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  width: 29px;
  height: 31px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='29' height='31' viewBox='0 0 29 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.98938L26.8476 28.0103' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.8471 13.7117L26.8471 28.0093L12.6484 28.0093' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='29' height='31' viewBox='0 0 29 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.98938L26.8476 28.0103' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.8471 13.7117L26.8471 28.0093L12.6484 28.0093' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .section-title h2:after {
    margin-left: 6px;
    -webkit-transform: scale(0.85) translateY(2px);
    -moz-transform: scale(0.85) translateY(2px);
    -ms-transform: scale(0.85) translateY(2px);
    -o-transform: scale(0.85) translateY(2px);
    transform: scale(0.85) translateY(2px);
    width: 21px;
    height: 22px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.5L18.8823 19.5' stroke='white' stroke-width='3.09091' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8814 9.78564L18.8814 19.4999L9.23438 19.4999' stroke='white' stroke-width='3.09091' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.5L18.8823 19.5' stroke='white' stroke-width='3.09091' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.8814 9.78564L18.8814 19.4999L9.23438 19.4999' stroke='white' stroke-width='3.09091' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

#breadcrumbs {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  color: var(--color_black);
  background-color: rgba(255, 255, 255, 0.5098);
  padding: 2px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .country-selector.weglot-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.country-selector.weglot-dropdown ul {
  border: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .country-selector.weglot-dropdown ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    min-width: unset;
  }
}

.country-selector.weglot-dropdown span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 30px 0 10px;
  color: #fff;
  color: var(--color_white);
}

.country-selector.weglot-dropdown a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  color: var(--color_white);
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}

.country-selector.weglot-dropdown .wgcurrent span {
  padding-right: 10px;
}

.share-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: 1rem;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid #d1d1d6;
  border-top: 1px solid var(--color_neutral);
  border-bottom: 1px solid #d1d1d6;
  border-bottom: 1px solid var(--color_neutral);
}

.share-buttons a,
.share-buttons button {
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

.share-buttons a:hover svg path,
.share-buttons a:hover svg circle,
.share-buttons button:hover svg path,
.share-buttons button:hover svg circle {
  fill: #ff5a12;
  fill: var(--color_orange);
}

.share-buttons a svg,
.share-buttons button svg {
  display: block;
  width: 21px;
  height: 21px;
}

main#flexible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 74px;
  gap: 74px;
  padding-top: 137px;
  padding-bottom: 205px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#flexible {
    padding-top: 89px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#flexible {
    grid-gap: 48px;
    gap: 48px;
    padding-top: 83px;
    padding-bottom: 48px;
  }
}

main#flexible .separator {
  width: 2px;
  height: 100%;
  background-color: #000;
  background-color: var(--color_black);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#flexible .separator {
    display: none;
  }
}

section.hero {
  position: relative;
  margin: 1vh 5px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  color: var(--color_white);
  background-color: #000;
  background-color: var(--color_black);
}

section.hero.animacion_video .first video,
section.hero.animacion_video .first img {
  opacity: 1;
}

section.hero video.animacion {
  -o-object-fit: contain;
  object-fit: contain;
}

section.hero img.animacion {
  -o-object-fit: cover;
  object-fit: cover;
}

section.hero .animacion {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.hero .animacion.desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .animacion.desktop {
    display: none;
  }
}

section.hero .animacion.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .animacion.mobile {
    display: block;
  }
}

section.hero .first {
  position: relative;
  display: block;
  height: -webkit-calc(-webkit-calc(1vh * 100) - 145px);
  height: -moz-calc(-moz-calc(1vh * 100) - 145px);
  height: calc(calc(1vh * 100) - 145px);
  height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 145px);
  height: -moz-calc(-moz-calc(var(--vh, 1vh) * 100) - 145px);
  height: calc(calc(var(--vh, 1vh) * 100) - 145px);
}

@media screen and (min-width: 1200px) {
  body.planes section.hero .first {
    height: 600px;
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.hero .first {
    height: -webkit-calc(-webkit-calc(1vh * 100) - 91px);
    height: -moz-calc(-moz-calc(1vh * 100) - 91px);
    height: calc(calc(1vh * 100) - 91px);
    height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 91px);
    height: -moz-calc(-moz-calc(var(--vh, 1vh) * 100) - 91px);
    height: calc(calc(var(--vh, 1vh) * 100) - 91px);
  }

  .home section.hero .first {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

section.hero .first.active {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

section.hero .first video,
section.hero .first img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.9;
}

section.hero .first video.desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first video.desktop {
    display: none;
  }
}

section.hero .first video.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first video.mobile {
    display: block;
  }
}

section.hero .first img.desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first img.desktop {
    display: none;
  }
}

section.hero .first img.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first img.mobile {
    display: block;
  }
}

section.hero .first .title {
  max-width: 80%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.hero .first .title {
    padding: 40px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .title h2 {
    font-size: 38px;
  }
}

section.hero .first .title .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.hero .first[\:has\(.selectores\)] .title {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

section.hero .first:has(.selectores) .title {
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

section.hero .first .selectores {
  width: 626px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

section.hero .first .selectores.ciudad {
  width: 386px;
}

section.hero .first .selectores.ciudad .select {
  width: 260px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores.ciudad .select {
    width: 100%;
    z-index: 4;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores {
    width: 100%;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    grid-gap: 5px;
    gap: 5px;
    margin: 0 auto;
  }
}

section.hero .first .selectores .select {
  float: left;
  min-height: 41px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores .select {
    width: 100%;
  }
}

.home section.hero .first .selectores .select {
  width: 250px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .home section.hero .first .selectores .select {
    width: 100%;
  }
}

section.hero .first .selectores .select .container {
  display: block;
}

section.hero .first .selectores .select#servicios-select .container,
section.hero .first .selectores .select#ciudad-selector .container {
  z-index: 4;
}

section.hero .first .selectores .select#servicios-select button,
section.hero .first .selectores .select#ciudad-selector button {
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid var(--color_lightGrey);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores .select#servicios-select {
    z-index: 5;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores .select#localizacion-select {
    z-index: 4;
  }
}

section.hero .first .selectores .select#localizacion-select .container {
  z-index: 2;
}

section.hero .first .selectores .select#localizacion-select button {
  font-weight: 400;
  text-transform: none;
  border-bottom: 1px solid #e1e1e1;
  border-bottom: 1px solid var(--color_lightGrey);
}

section.hero .first .selectores input {
  float: left;
  z-index: 3;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.hero .first .selectores input {
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero .first .selectores input {
    width: 100%;
    text-align: center;
  }
}

section.hero #breadcrumbs {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.hero #breadcrumbs {
    top: 8px;
    left: 8px;
  }
}

section.hero #breadcrumbs {
  /* .breadcrumb {
      display: flex;
      flex-direction: row;
      align-items: baseline;
      gap: 8px;
    } */
}

#swup[slug='home'] section.hero #breadcrumbs {
  display: none;
}

section.cards:not([type='picture_text']):not([type='full_image']) {
  width: 100%;
}

section.cards[type='full_image'] {
  margin: 0 1%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_3[type='producto'] .cards-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

section.cards.cards_3[type='producto'] .cards-container .card {
  aspect-ratio: unset;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 168px;
  gap: 168px;
}

section.cards.cards_3[type='producto'] .cards-container .card header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
}

section.cards.cards_3[type='producto'] .cards-container .card header h2 {
  max-width: 80%;
  text-align: left;
  text-transform: uppercase;
}

section.cards.cards_3[type='producto'] .cards-container .card header p {
  text-align: left;
}

section.cards.cards_3[type='producto'] .cards-container .card footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}

section.cards.cards_3[type='producto'] .cards-container .card footer .button {
  width: 100%;
}

section.cards.cards_3 .cards-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.cards.cards_3 .cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.cards.cards_3 .cards-container .card {
  aspect-ratio: 4/3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_3 .cards-container .card {
    aspect-ratio: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_3 .cards-container .card img {
    max-width: 70%;
  }
}

section.cards.cards_4[type='picture_text'] .card {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='picture_text'] .card {
    grid-gap: 8px;
    gap: 8px;
  }
}

section.cards.cards_4[type='picture_text'] .card .p1 {
  max-width: 90%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='picture_text'] .card .picture {
    max-width: 62%;
    margin: 20px 0;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='full_image'] {
    padding: 0 0 55px;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='full_image'] .cards-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
  }
}

section.cards.cards_4[type='full_image'] .cards-container .card {
  aspect-ratio: 4/3;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='full_image'] .cards-container .card {
    aspect-ratio: 2/3;
  }
}

section.cards.cards_4[type='full_image'] .cards-container .card img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.cards.cards_4[type='full_image'] .cards-container .card .text,
section.cards.cards_4[type='full_image'] .cards-container .card .caption {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='picture_title'] {
    padding: 0 0 55px;
    overflow: hidden;
    position: relative;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4[type='picture_title'] .cards-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
  }
}

section.cards.cards_4[type='picture_title'] .cards-container .card {
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  grid-gap: 16px;
  gap: 16px;
  padding: 15px;
}

section.cards.cards_4[type='picture_title'] .cards-container .card h2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

section.cards.cards_4[type='picture_title'] .cards-container .card .picture {
  position: relative;
  aspect-ratio: 1;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

section.cards.cards_4[type='picture_title'] .cards-container .card .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.cards.cards_4[type='picture_title'] .cards-container .card a {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

section.cards.cards_4 .cards-container {
  width: auto;
  height: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_4 .cards-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

section.cards.cards_4.relacionados {
  overflow: hidden;
}

section.cards.cards_4.relacionados .cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0;
  gap: 0;
}

section.cards.cards_4.relacionados .cards-container .card h2 {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}

section.cards.cards_5 .cards-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_5 .cards-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 120px repeat(2, minmax(0, 1fr));
  }
}

section.cards.cards_5 .cards-container .card {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards.cards_5 .cards-container .card:first-of-type {
    grid-column: span 2;
  }
}

section.cards .cards-container {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  padding: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards .cards-container {
    padding: 0 17px;
    grid-gap: 17px;
    gap: 17px;
  }
}

section.cards .cards-container .card {
  color: #000;
  color: var(--color_black);
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  padding: 48px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards .cards-container .card {
    padding: 20px 15px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards .cards-container .card img {
    width: 100%;
  }
}

section.cards .cards-container .card .button {
  padding: 12px 34px;
}

section.cards .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.cards .swiper-pagination {
    display: block;
  }
}

section.cards .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.cards .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.slider .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper {
    padding: 0 17px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper.swiper_53_card {
    padding-bottom: 55px;
  }
}

section.slider .swiper.swiper_53_card .swiper-slide {
  display: grid;
  grid-template-columns: 55% 45%;
  aspect-ratio: 5/2;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper.swiper_53_card .swiper-slide {
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    aspect-ratio: unset;
  }
}

section.slider .swiper.swiper_53_card .swiper-button-prev,
section.slider .swiper.swiper_53_card .swiper-button-next {
  pointer-events: all;
  opacity: unset;
  cursor: pointer;
}

section.slider .swiper.swiper_53_card .swiper-button-prev:after,
section.slider .swiper.swiper_53_card .swiper-button-next:after {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper.swiper_small {
    margin: 0;
    padding: 0 0 55px;
  }
}

section.slider .swiper.swiper_small .swiper-slide {
  aspect-ratio: 4/3;
}

section.slider .swiper.swiper_small .swiper-slide .content {
  display: none;
}

section.slider .swiper.swiper_small .swiper-button-prev,
section.slider .swiper.swiper_small .swiper-button-next {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

section.slider .swiper.swiper_small .swiper-button-prev:after,
section.slider .swiper.swiper_small .swiper-button-next:after {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper.swiper_medium {
    margin: 0 0 55px;
  }
}

section.slider .swiper.swiper_medium .swiper-slide {
  aspect-ratio: 3/4;
}

section.slider .swiper.swiper_medium .swiper-slide .content {
  display: none;
}

section.slider .swiper.swiper_medium .swiper-button-prev,
section.slider .swiper.swiper_medium .swiper-button-next {
  display: none;
}

section.slider .swiper.swiper_medium .swiper-button-prev:after,
section.slider .swiper.swiper_medium .swiper-button-next:after {
  display: none;
}

section.slider .swiper.swiper_full .swiper-slide {
  aspect-ratio: 16/9;
}

section.slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  color: #000;
  color: var(--color_black);
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper .swiper-wrapper .swiper-slide {
    height: auto;
  }
}

section.slider .swiper .swiper-wrapper .swiper-slide .picture {
  position: relative;
  overflow: hidden;
  height: 100%;
}

section.slider .swiper .swiper-wrapper .swiper-slide .picture .caption {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 8px 22px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.slider .swiper .swiper-wrapper .swiper-slide .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.slider .swiper .swiper-wrapper .swiper-slide .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 54px 43px 34px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper .swiper-wrapper .swiper-slide .content {
    padding: 24px !important;
    grid-row-gap: 32px;
    row-gap: 32px;
  }
}

section.slider .swiper .swiper-wrapper .swiper-slide .content header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper .swiper-wrapper .swiper-slide .content a .button {
    text-align: center;
    margin: 0 auto;
    padding: 13px;
    max-width: 260px;
    width: 100%;
  }
}

section.slider .swiper .swiper-button-prev,
section.slider .swiper .swiper-button-next {
  top: unset;
  bottom: 32px;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper .swiper-button-prev,
  section.slider .swiper .swiper-button-next {
    display: none;
  }
}

section.slider .swiper .swiper-button-prev:after,
section.slider .swiper .swiper-button-next:after {
  display: none;
}

section.slider .swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 72px;
}

section.slider .swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 72px;
}

section.slider .swiper .swiper-pagination {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider .swiper .swiper-pagination {
    display: block;
    bottom: -4px;
  }
}

section.slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.slider_content .slider_content_container {
  position: relative;
  margin: 0 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  color: #000;
  color: var(--color_black);
  background-color: #fff;
  background-color: var(--color_white);
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 66vh;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container {
    margin: 5% 0;
    grid-template-columns: 100%;
    min-height: unset;
  }
}

section.slider_content .slider_content_container .swipers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .swipers {
    aspect-ratio: 1;
  }
}

section.slider_content .slider_content_container .swipers .swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

section.slider_content .slider_content_container .swiper {
  position: relative;
  overflow: hidden;
  width: -webkit-fill-available;
}

section.slider_content .slider_content_container .swiper.active {
  opacity: 1;
  pointer-events: all;
}

section.slider_content .slider_content_container .swiper.no-gallery .swiper-button-prev,
section.slider_content .slider_content_container .swiper.no-gallery .swiper-button-next {
  display: none;
}

section.slider_content .slider_content_container .swiper.no-gallery .swiper-pagination {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .swiper {
    aspect-ratio: 1;
  }
}

section.slider_content .slider_content_container .swiper .swiper-slide {
  width: 100%;
}

section.slider_content .slider_content_container .swiper .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.slider_content .slider_content_container .swiper .caption {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 8px 22px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.slider_content .slider_content_container .swiper .swiper-button-prev,
section.slider_content .slider_content_container .swiper .swiper-button-next {
  top: unset;
  bottom: 32px;
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .swiper .swiper-button-prev,
  section.slider_content .slider_content_container .swiper .swiper-button-next {
    display: none;
  }
}

section.slider_content .slider_content_container .swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 24px;
}

section.slider_content .slider_content_container .swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 24px;
}

section.slider_content .slider_content_container .swiper .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .swiper .swiper-pagination {
    display: block;
  }
}

section.slider_content .slider_content_container .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
  /* &:last-of-type {
            display: none;
          } */
}

section.slider_content .slider_content_container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.slider_content .slider_content_container .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.slider_content .slider_content_container .list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #000;
  border-bottom: 2px solid var(--color_black);
  padding: 42px 40px 38px;
}

section.slider_content .slider_content_container .list .list-item:last-of-type {
  border-bottom: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .list .list-item {
    padding: 24px 20px;
  }
}

section.slider_content .slider_content_container .list .list-item h3 {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

section.slider_content .slider_content_container .list .list-item h3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.90039 13.1584H0.547769V15.8636H1.90039V13.1584ZM30.2083 15.8636H31.561V13.1584H30.2083V15.8636ZM1.90039 15.8636H30.2083V13.1584H1.90039V15.8636Z' fill='black'/%3E%3Cpath d='M14.7021 27.0997L14.7021 28.4523H17.4073L17.4073 27.0997L14.7021 27.0997ZM17.4073 1.92285L17.4073 0.570229L14.7021 0.57023L14.7021 1.92285L17.4073 1.92285ZM17.4073 27.0997L17.4073 1.92285L14.7021 1.92285L14.7021 27.0997L17.4073 27.0997Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .list .list-item h3::after {
    width: 19px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 9H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98828 17L9.98828 1' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

section.slider_content .slider_content_container .list .list-item .content {
  max-width: 500px;
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 300ms ease; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
}

section.slider_content .slider_content_container .list .list-item .content p {
  margin-top: 32px;
}

section.slider_content .slider_content_container .list .list-item .content .link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.slider_content .slider_content_container .list .list-item.active .content {
  max-height: 450px;
}

section.slider_content .slider_content_container .list .list-item.active h3 {
  font-weight: bold;
}

section.slider_content .slider_content_container .list .list-item.active h3:after {
  top: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.44531H0V11.4453H1V9.44531ZM21.9282 11.4453H22.9282V9.44531H21.9282V11.4453ZM1 11.4453H21.9282V9.44531H1V11.4453Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .list .list-item.active h3:after {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='2' viewBox='0 0 19 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97266 1H18.0008' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

section.slider_content .slider_content_container .text {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.slider_content .slider_content_container .text {
    padding: 24px 20px;
  }
}

section.banner {
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.banner {
    margin: 0 17px;
  }
}

section.banner a {
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 60px 33px;
  overflow: hidden;
  color: #fff;
  color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.banner a {
    /* aspect-ratio: 3/4; */
    padding: 32px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-gap: 48px;
    gap: 48px;
  }
}

section.banner a h2 {
  font-size: 40px;
}

section.banner a .picture {
  max-width: 175px;
  width: 100%;
  height: auto;
}

section.full_image {
  margin: 0 40px;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image {
    margin: 0 17px;
  }
}

section.full_image[content='center'] .content {
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.full_image[content='bottom-right'] .content {
  top: unset;
  left: unset;
  bottom: 50px;
  right: 50px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image[mobile='top'] .content {
    top: 19px;
    left: unset;
    bottom: unset;
    right: 19px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image[mobile='bottom'] .content {
    top: unset;
    left: unset;
    bottom: 12px;
    right: 19px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

section.full_image .picture {
  position: relative;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  /* min-height: clamp(450px, 45vw, 800px); */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image .picture {
    aspect-ratio: unset;
    min-height: 100vh;
  }
}

section.full_image .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.full_image .content {
  position: absolute;
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image .content {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px);
    max-width: 100%;
    grid-gap: 12px;
    gap: 12px;
  }
}

section.full_image .content .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  padding: 38px 34px 76px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_image .content .text {
    padding: 25px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-device-width: 400px), only screen and (max-width: 500px) {
  section.full_image .content .text {
    font-size: 16px;
  }
}

section.full_image .content .button {
  width: 100%;
  text-align: center;
}

section.full_image .content .selectores .select {
  min-height: 42px;
  width: 100%;
}

section.full_video {
  margin: 0 40px;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video {
    margin: 0 17px;
  }
}

section.full_video[content='center'] .content {
  top: 50%;
  left: 50%;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.full_video[content='bottom-right'] .content {
  top: unset;
  left: unset;
  bottom: 50px;
  right: 50px;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video[mobile='top'] .content {
    top: 19px;
    left: unset;
    bottom: unset;
    right: 19px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video[mobile='bottom'] .content {
    top: unset;
    left: unset;
    bottom: 12px;
    right: 19px;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
  }
}

section.full_video .picture {
  position: relative;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16/9;
  /* min-height: clamp(450px, 45vw, 800px); */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video .picture {
    aspect-ratio: unset;
    min-height: 100vh;
  }
}

section.full_video .picture video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.full_video .picture video.desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video .picture video.desktop {
    display: none;
  }
}

section.full_video .picture video.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video .picture video.mobile {
    display: block;
  }
}

section.full_video .content {
  position: absolute;
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video .content {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px);
    max-width: 100%;
    grid-gap: 12px;
    gap: 12px;
  }
}

section.full_video .content .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  padding: 38px 34px 76px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.full_video .content .text {
    padding: 25px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

section.full_video .content .button {
  width: 100%;
  text-align: center;
}

section.full_video .content .selectores .select {
  min-height: 42px;
  width: 100%;
}

section.blog {
  overflow: hidden;
}

section.blog .section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.blog .blog {
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.blog .blog {
    margin: 0;
    padding: 0 17px 55px;
    position: relative;
  }
}

/* display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 32px;

      @include xs {
        display: flex;
        gap: 0;
      } */

section.blog .blog .posts .post {
  position: relative;
  color: #000;
  color: var(--color_black);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 2/3;
  padding: 48px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.blog .blog .posts .post .content {
  position: absolute;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
  bottom: 16px;
  left: 16px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

section.blog .blog .posts .post .content .category {
  text-transform: uppercase;
  text-align: right;
  color: #ff5a12;
  color: var(--color_orange);
}

section.blog .blog .posts .post .wp-post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.blog .blog .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.blog .blog .swiper-pagination {
    display: block;
  }
}

section.blog .blog .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.blog .blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.map #card-close {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 8px;
  z-index: 99;
}

section.map.global .selectores {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .selectores {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
    min-height: 52px;
  }
}

section.map.global .selectores .select {
  width: -webkit-calc(100% - 34px);
  width: -moz-calc(100% - 34px);
  width: calc(100% - 34px);
}

section.map.global .selectores .select button {
  z-index: 2;
}

section.map.global .switches {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .home section.map.global .switches {
    display: block;
    margin: 0 17px 12px;
  }
}

section.map.global .map {
  position: relative;
  min-height: 550px;
  background-color: #fff;
  background-color: var(--color_white);
  overflow: hidden;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin: 0 40px 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map {
    margin: 0 17px 12px;
  }

  .home section.map.global .map {
    display: none;
  }

  section.map.global .map.active {
    display: block;
  }
}

section.map.global .map .filters {
  position: absolute;
  right: 28px;
  top: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 8px;
  gap: 8px;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map .filters {
    display: none;
  }
}

section.map.global .map .filters .filter {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 8px 16px;
  cursor: pointer;
  background-color: #fff;
  background-color: var(--color_white);
  border: solid 1px #e1e1e1;
  border: solid 1px var(--color_lightGrey);
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

section.map.global .map .filters .filter.active {
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
}

@media (hover: hover) {
  section.map.global .map .filters .filter:not(.active):hover {
    background-color: #d1d1d6;
    background-color: var(--color_neutral);
    border: solid 1px #000;
    border: solid 1px var(--color_black);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

section.map.global .map-holder .map-info .results .edificios {
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    padding: 8px;
    grid-gap: 8px;
    gap: 8px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 4px;
    gap: 4px;
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio .desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio .desktop {
    display: none;
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio .mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio .mobile {
    display: block;
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio header {
    width: -webkit-calc(1 / 3 * 100%);
    width: -moz-calc(1 / 3 * 100%);
    width: calc(1 / 3 * 100%);
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio header h2 {
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio header h2 {
    display: none;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio header .p2 {
    display: none;
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio header .picture {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio header .picture {
    aspect-ratio: unset;
    height: 100%;
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio header .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.map.global .map-holder .map-info .results .edificios .edificio footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .map-holder .map-info .results .edificios .edificio footer {
    margin: 0;
    width: -webkit-calc(2 / 3 * 100%);
    width: -moz-calc(2 / 3 * 100%);
    width: calc(2 / 3 * 100%);
  }
}

section.map.global .map-holder .map-info .results .edificios .edificio footer h2 {
  text-transform: uppercase;
}

section.map.global .map-holder .map-info .results .edificios .edificio footer .tags,
section.map.global .map-holder .map-info .results .edificios .edificio footer .tags-bold {
  text-transform: uppercase;
}

section.map.global .map-holder .map-info .results .edificios .edificio footer .coworking_associated {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.map.global .map-holder .map-info .results .edificios .button {
  width: 100%;
  text-align: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .results {
    position: relative;
    overflow: hidden;
    padding: 0 17px 55px;
    display: none;
  }

  section.map.global .results.active {
    display: block;
  }
}

section.map.global .results .edificios {
  width: auto;
  margin: 0 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .results .edificios {
    margin: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: unset;
    gap: unset;
  }
}

section.map.global .results .edificios li {
  height: auto;
}

section.map.global .results .edificios li .edificio {
  position: relative;
  height: 100%;
  background-color: #fff;
  background-color: var(--color_white);
  padding: 16px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.map.global .results .edificios li .edificio h3 {
  text-transform: uppercase;
}

section.map.global .results .edificios li .edificio header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

section.map.global .results .edificios li .edificio header .picture {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

section.map.global .results .edificios li .edificio header .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.map.global .results .edificios li .edificio footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 40px;
}

section.map.global .results .edificios li .edificio footer .tags,
section.map.global .results .edificios li .edificio footer .tags-bold {
  text-transform: uppercase;
}

section.map.global .results .edificios li .edificio footer .coworking_associated {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.map.global .results .edificios li .edificio .destacado {
  position: absolute;
  top: 0;
  right: 32px;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  color: #fff;
  color: var(--color_white);
  padding: 18px 10px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .results .edificios li .edificio .destacado {
    padding: 9px 5px 5px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
}

section.map.global .results .edificios li:first-of-type {
  grid-column: span 2;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.map.global .results .edificios li:first-of-type {
    grid-column: unset;
  }
}

section.map.global .results .edificios li:first-of-type header .picture {
  aspect-ratio: 16/6;
}

section.map.global .results .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.global .results .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    max-width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 6px;
    gap: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

section.map.global .results .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.map.global .results .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.map.coworking {
  width: -webkit-calc(100% - 9px);
  width: -moz-calc(100% - 9px);
  width: calc(100% - 9px);
  display: grid;
  grid-template-columns: 55% 45%;
  grid-column-gap: 9px;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking {
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-row-gap: 12px;
    row-gap: 12px;
  }
}

section.map.coworking .section-title {
  grid-column: span 2;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .section-title {
    grid-column: unset;
  }
}

section.map.coworking > .switches {
  display: none;
}

section.map.coworking .results {
  margin-left: 40px;
  overflow: auto;
  padding-right: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results {
    margin: 0 17px;
    padding: 0;
  }
}

/* &::-webkit-scrollbar {
        width: 7px;
      }

      &::-webkit-scrollbar-thumb {
        background-color: var(--color_black);
        border-radius: 9px;
      }

      &::-webkit-scrollbar-track {
        background-color: var(--color_grey);
        border-radius: 9px;
      } */

section.map.coworking .results .switches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 20px;
}

section.map.coworking .results .content.view-lista .map-container {
  display: none;
}

section.map.coworking .results .content.view-mapa .edificios {
  display: none;
}

section.map.coworking .results .content .edificios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 17px;
  gap: 17px;
}

section.map.coworking .results .content .edificios .edificio {
  position: relative;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 10px;
  display: grid;
  grid-template-columns: 33% auto;
  grid-column-gap: 14px;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results .content .edificios .edificio {
    width: 100%;
    /* grid-template-columns: 100%; */
    grid-template-columns: 42% auto;
  }
}

section.map.coworking .results .content .edificios .edificio .picture {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  /* aspect-ratio: 1; */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results .content .edificios .edificio .picture {
    aspect-ratio: 3/5;
  }
}

section.map.coworking .results .content .edificios .edificio .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.map.coworking .results .content .edificios .edificio .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 48px;
  gap: 48px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results .content .edificios .edificio .content {
    grid-gap: 12px;
    gap: 12px;
  }
}

section.map.coworking .results .content .edificios .edificio .content header h4 {
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results .content .edificios .edificio .content header .p2 {
    display: none;
  }
}

section.map.coworking .results .content .edificios .edificio .content footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}

section.map.coworking .results .content .edificios .edificio .content footer .tags,
section.map.coworking .results .content .edificios .edificio .content footer .tags-bold {
  text-transform: uppercase;
}

section.map.coworking .results .content .edificios .edificio .content footer .coworking_associated {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.map.coworking .results .content .edificios .edificio .content .destacado {
  position: absolute;
  top: 0;
  left: 16px;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  color: #fff;
  color: var(--color_white);
  padding: 18px 10px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .results .content .edificios .edificio .content .destacado {
    padding: 9px 5px 5px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
}

section.map.coworking .results .content .edificios .edificio button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.map.coworking .results .content .edificios .edificio button {
    display: none;
  }
}

section.map.coworking .results .content .map-container {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  min-height: 400px;
}

section.map.coworking .results .content .map-container #map {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

section.map.coworking .map-info {
  width: 50%;
  position: absolute;
  bottom: 80px;
  right: 30px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .map-info {
    width: 100%;
    bottom: 16px;
    right: -8px;
  }
}

section.map.coworking .map-info .results {
  overflow: unset;
}

section.map.coworking .map-info .results .edificios .edificio {
  position: relative;
  grid-template-columns: 33% auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .map-info .results .edificios .edificio {
    grid-template-columns: 42% auto;
  }
}

section.map.coworking .map-info .results .edificios .edificio .content {
  grid-gap: 24px;
  gap: 24px;
}

section.map.coworking .map-info .results .edificios .edificio button {
  bottom: -50px;
  right: 0;
}

section.map.coworking .map {
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 17px;
  gap: 17px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.coworking .map {
    margin: 0 17px;
  }
}

section.map.coworking .map .form {
  padding: 37px 22px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

section.map.coworking .map .form h4 {
  text-transform: uppercase;
}

section.map.zone {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-column-gap: 9px;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.zone {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-row-gap: 12px;
    row-gap: 12px;
  }
}

section.map.zone .section-title {
  grid-column: span 2;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.zone .section-title {
    grid-column: unset;
  }
}

section.map.zone .results {
  max-height: 450px;
  margin-left: 40px;
  overflow: auto;
  padding-right: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.zone .results {
    margin: 0 17px;
    grid-row: 3;
  }
}

/* &::-webkit-scrollbar {
        width: 7px;
      }

      &::-webkit-scrollbar-thumb {
        background-color: var(--color_black);
        border-radius: 9px;
      }

      &::-webkit-scrollbar-track {
        background-color: var(--color_grey);
        border-radius: 9px;
      } */

section.map.zone .results .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
  margin-bottom: 20px;
}

section.map.zone .results .activities .grup-activity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 20px;
}

section.map.zone .results .activities .grup-activity .activity {
  cursor: pointer;
  padding: 16px 30px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (hover: hover) {
  section.map.zone .results .activities .grup-activity .activity:hover {
    background-color: #d9d9d9;
    background-color: var(--color_grey);
  }
}

section.map.zone .results .activities .grup-activity .activity i {
  margin-right: 17px;
}

section.map.zone .results .activities .grup-activity .activity .title {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  text-align: left;
}

section.map.zone .map {
  margin-right: 40px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.map.zone .map {
    margin: 0 17px;
    aspect-ratio: 3/4;
  }
}

section.map .custom-marker {
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 200;
}

section.map .custom-marker.active {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

section.map .custom-marker img {
  width: 100%;
  height: auto;
}

section.picture_text.content-picture .container .picture {
  grid-column: 2;
  grid-row: 1;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.picture_text.content-picture .container .picture {
    grid-column: unset;
    grid-row: unset;
  }
}

section.picture_text.content-picture .container .content {
  grid-column: 1;
  grid-row: 1;
}

section.picture_text .container {
  display: grid;
  grid-template-columns: 55% 45%;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  min-height: 66vh;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  color: #000;
  color: var(--color_black);
  background-color: #fff;
  background-color: var(--color_white);
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.picture_text .container {
    margin: 0 17px;
    grid-template-columns: 100%;
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    min-height: 100%;
  }
}

section.picture_text .container .picture {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.picture_text .container .picture {
    width: 100%;
    aspect-ratio: 1;
  }
}

section.picture_text .container .picture .caption {
  position: absolute;
  top: 24px;
  left: 24px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 8px 22px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

section.picture_text .container .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.picture_text .container .content {
  padding: 54px 43px 34px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.picture_text .container .content {
    padding: 24px;
  }
}

section.picture_text .container .content .text {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 16px;
  gap: 16px;
}

section.questions .questions {
  margin: 0 40px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.questions .questions {
    margin: 0 17px;
  }
}

section.questions .questions .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  border-bottom: 2px solid var(--color_black);
  padding: 42px 40px 38px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.questions .questions .question {
    padding: 32px 20px;
  }
}

section.questions .questions .question:last-of-type {
  border-bottom: none;
}

section.questions .questions .question.active .content {
  max-height: 1050px;
  margin-top: 32px;
}

section.questions .questions .question.active h3 {
  font-weight: bold;
}

section.questions .questions .question.active h3:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.44531H0V11.4453H1V9.44531ZM21.9282 11.4453H22.9282V9.44531H21.9282V11.4453ZM1 11.4453H21.9282V9.44531H1V11.4453Z' fill='black'/%3E%3C/svg%3E%0A");
}

section.questions .questions .question h3 {
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 32px;
  line-height: 1.1;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.questions .questions .question h3 {
    padding-right: 19px;
  }
}

section.questions .questions .question h3::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='29' viewBox='0 0 32 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.90039 13.1584H0.547769V15.8636H1.90039V13.1584ZM30.2083 15.8636H31.561V13.1584H30.2083V15.8636ZM1.90039 15.8636H30.2083V13.1584H1.90039V15.8636Z' fill='black'/%3E%3Cpath d='M14.7021 27.0997L14.7021 28.4523H17.4073L17.4073 27.0997L14.7021 27.0997ZM17.4073 1.92285L17.4073 0.570229L14.7021 0.57023L14.7021 1.92285L17.4073 1.92285ZM17.4073 27.0997L17.4073 1.92285L14.7021 1.92285L14.7021 27.0997L17.4073 27.0997Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.questions .questions .question h3::after {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97168 9.41846H17.9998' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98633 17.4185L9.98633 1.41846' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

section.questions .questions .question .content {
  max-width: 1200px;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
}

section.squares_content {
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content {
    margin: 0 17px;
  }
}

section.squares_content .section-title {
  margin: 0 0 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content .section-title {
    margin: 0 0 12px;
  }
}

section.squares_content .container {
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  display: grid;
  grid-template-columns: auto 450px;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (min-width: 1919px) {
  section.squares_content .container {
    grid-template-columns: auto 600px;
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.squares_content .container {
    grid-template-columns: auto 350px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content .container {
    width: 100%;
    grid-template-columns: 100%;
  }
}

section.squares_content .container .squares {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content .container .squares {
    grid-template-columns: 100%;
  }
}

section.squares_content .container .squares .square {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
  text-align: center;
  padding: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content .container .squares .square {
    padding: 24px;
    aspect-ratio: 1;
  }
}

section.squares_content .container .squares .square img {
  max-width: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.squares_content .container .squares .square img {
    width: 100%;
  }
}

section.squares_content .container .content {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  padding: 37px 22px;
}

section.banner_event {
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.banner_event {
    margin: 0 17px;
  }
}

/* a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 28px 33px;

    @include xs {
      padding: 32px 20px;
    }
  } */

section.banner_event .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
  padding: 28px 33px;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  color: #fff;
  color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.banner_event .container {
    padding: 32px 20px;
  }
}

section.banner_event .container h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 16px;
}

section.banner_event .container h2:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29px;
  height: 31px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='29' height='31' viewBox='0 0 29 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.98938L26.8476 28.0103' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.8471 13.7117L26.8471 28.0093L12.6484 28.0093' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='29' height='31' viewBox='0 0 29 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.98938L26.8476 28.0103' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.8471 13.7117L26.8471 28.0093L12.6484 28.0093' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: currentColor;
}

section.banner_event .container .data {
  position: absolute;
  bottom: 28px;
  right: 33px;
  text-align: right;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.banner_event .container .data {
    position: unset;
    text-align: left;
  }
}

section.marquee .container {
  overflow: hidden;
  position: relative;
  height: 64px;
  margin: 0 40px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 90px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.marquee .container {
    margin: 0 17px;
    padding: 70px 0;
  }
}

section.marquee .container .pictures {
  -webkit-animation: marquee 30s infinite linear;
  -moz-animation: marquee 30s infinite linear;
  -o-animation: marquee 30s infinite linear;
  animation: marquee 30s infinite linear;
  position: absolute;
  top: 37%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 64px;
  gap: 64px;
}

section.marquee .container .pictures li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.marquee .container .pictures li img {
  max-width: 200px;
  min-width: 110px;
  max-height: 66px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(-66%);
    transform: translateX(-66%);
  }

  100% {
    -webkit-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}

@-moz-keyframes marquee {
  0% {
    -moz-transform: translateX(-66%);
    transform: translateX(-66%);
  }

  100% {
    -moz-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}

@-o-keyframes marquee {
  0% {
    -o-transform: translateX(-66%);
    transform: translateX(-66%);
  }

  100% {
    -o-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(-66%);
    -moz-transform: translateX(-66%);
    -o-transform: translateX(-66%);
    transform: translateX(-66%);
  }

  100% {
    -webkit-transform: translateX(-33%);
    -moz-transform: translateX(-33%);
    -o-transform: translateX(-33%);
    transform: translateX(-33%);
  }
}

section.testimonials {
  overflow: hidden;
}

section.testimonials div.testimonials {
  margin: 0 40px;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials {
    margin: 0 17px 55px;
  }
}

section.testimonials div.testimonials ul.testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials ul.testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
  }
}

section.testimonials div.testimonials ul.testimonials .testimonial {
  color: #000;
  color: var(--color_black);
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  padding: 48px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 48px;
  gap: 48px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials ul.testimonials .testimonial {
    height: auto;
    padding: 40px 32px;
    grid-gap: 20px;
    gap: 20px;
  }
}

section.testimonials div.testimonials ul.testimonials .testimonial footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials ul.testimonials .testimonial footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-gap: 24px;
    gap: 24px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials ul.testimonials .testimonial footer img {
    max-width: 125px;
  }
}

section.testimonials div.testimonials ul.testimonials .testimonial footer .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.testimonials div.testimonials ul.testimonials .testimonial footer .data .author {
  color: #ff5a12;
  color: var(--color_orange);
}

section.testimonials div.testimonials .swiper-pagination {
  display: none;
  bottom: -60px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.testimonials div.testimonials .swiper-pagination {
    display: block;
  }
}

section.testimonials div.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.testimonials div.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.selector-posts .selector {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector {
    padding: 0 17px 55px;
  }
}

section.selector-posts .selector.oficinas-privadas,
section.selector-posts .selector.sala-reuniones {
  /* .personas_selectores {
        grid-template-columns: auto;
      }

      .swiper-button-prev {
        left: 0;
      } */
}

section.selector-posts .selector .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

section.selector-posts .selector .swiper-slide .servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector .swiper-slide .servicios .servicio {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #fff;
  background-color: var(--color_white);
}

section.selector-posts .selector .swiper-slide .card {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 66vh;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .swiper-slide .card {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}

section.selector-posts .selector .swiper-slide .card .content {
  padding: 33px 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 32px;
  gap: 32px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .swiper-slide .card .content {
    padding: 23px 15px;
  }
}

section.selector-posts .selector .swiper-slide .card .content header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
}

section.selector-posts .selector .swiper-slide .card .content header h3 {
  text-transform: uppercase;
}

section.selector-posts .selector .swiper-slide .card .content header .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector .swiper-slide .card .content header .features .feature {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector .swiper-slide .card .content a {
  text-align: right;
  text-decoration: underline;
}

section.selector-posts .selector .swiper-slide .card .picture {
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .swiper-slide .card .picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}

section.selector-posts .selector .swiper-slide .card .picture a {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

section.selector-posts .selector .swiper-slide .card .picture a .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section.selector-posts .selector .swiper-slide .card .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.selector-posts .selector .personas_selectores {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  margin-bottom: 12px;
  grid-gap: 0;
  gap: 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores {
    /* grid-template-columns: 100%; */
    grid-gap: 14px;
    gap: 14px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores .selectores .select {
    width: 100%;
  }
}

section.selector-posts .selector .personas_selectores .swiper-navigation {
  position: relative;
  width: 100%;
  overflow: auto;
  padding-bottom: 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores .swiper-navigation {
    overflow: unset;
  }
}

section.selector-posts .selector .personas_selectores .swiper-navigation .selected {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores .swiper-navigation .selected {
    display: block;
    width: 100%;
    padding: 13px 15px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #000;
    color: var(--color_black);
    background-position: right 0.7rem top 50%;
    -webkit-background-size: 0.65rem auto;
    -moz-background-size: 0.65rem auto;
    -o-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores .swiper-navigation .swiper-pagination {
    position: absolute;
    top: 45px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    height: 0;
    overflow: hidden;
    z-index: 3;
  }

  section.selector-posts .selector .personas_selectores .swiper-navigation .swiper-pagination.active {
    min-height: 100%;
    overflow: auto;
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #000;
    color: var(--color_black);
    padding: 13px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
  }

  section.selector-posts .selector .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.not-active {
    display: none;
  }

  section.selector-posts .selector .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.active {
    background-color: #000;
    background-color: var(--color_black);
    color: #fff;
    color: var(--color_white);
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

section.selector-posts .selector .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 45px;
  grid-gap: 6px;
  gap: 6px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .swiper-pagination {
    padding: 0;
  }
}

section.selector-posts .selector .swiper-button-prev,
section.selector-posts .selector .swiper-button-next {
  z-index: 10;
  top: 0;
  bottom: 32px;
  margin-top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .swiper-button-prev,
  section.selector-posts .selector .swiper-button-next {
    display: none;
  }
}

section.selector-posts .selector .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 0;
}

section.selector-posts .selector .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 0;
}

section.selector-posts .selector .arrow-left,
section.selector-posts .selector .arrow-right {
  position: absolute;
  top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector .arrow-left,
  section.selector-posts .selector .arrow-right {
    display: none;
  }
}

section.selector-posts .selector .arrow-left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

section.selector-posts .selector .arrow-right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

.swiper-pagination-custom-item {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px 24px;
}

.swiper-pagination-custom-item:not(.swiper-pagination-planes-item) {
  background-color: #fff;
  background-color: var(--color_white);
  border-bottom: 1px solid #d1d1d6;
  border-bottom: 1px solid var(--color_neutral);
}

@media (hover: hover) {
  .swiper-pagination-custom-item:hover {
    background-color: #d1d1d6;
    background-color: var(--color_neutral);
  }
}

.swiper-pagination-custom-item.not-active {
  display: none;
}

.swiper-pagination-custom-item.swiper-pagination-custom-active {
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .swiper-pagination-custom-item.swiper-pagination-custom-active {
    color: #fff !important;
    color: var(--color_white) !important;
    background-color: #000;
    background-color: var(--color_black);
  }
}

section.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

section.text .content {
  margin: 0 40px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  padding: 60px 120px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .content {
    margin: 0 17px;
    padding: 30px;
  }
}

section.text .cards {
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .cards {
    margin: 0;
    padding: 0 17px 55px;
  }
}

section.text .cards .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  section.text .cards .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .cards .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
  }
}

section.text .cards .swiper-wrapper .card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 12px;
  gap: 12px;
  padding: 17px 13px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .cards .swiper-wrapper .card {
    min-height: 450px;
  }
}

section.text .cards .swiper-wrapper .card .header_img {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  aspect-ratio: 4/3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.text .cards .swiper-wrapper .card .header_img img {
  max-width: 80%;
}

section.text .cards .swiper-wrapper .card .text {
  margin-bottom: 60px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .cards .swiper-wrapper .card .text {
    margin-bottom: 0;
  }
}

section.text .cards .swiper-wrapper .card .button {
  width: 100%;
  text-align: center;
}

section.text .cards .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.text .cards .swiper-pagination {
    display: block;
  }
}

section.text .cards .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

section.text .cards .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

section.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs {
    grid-row-gap: 24px;
    row-gap: 24px;
  }
}

section.jobs .container {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  display: grid;
  grid-template-columns: 45% 55%;
  grid-gap: 24px;
  gap: 24px;
  margin: 0 40px 40px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .container {
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    grid-template-columns: 100%;
  }
}

section.jobs .container .content {
  padding: 28px;
}

section.jobs .container .content p,
section.jobs .container .content h3 {
  margin-bottom: 20px;
}

section.jobs .container .content ul li {
  list-style: disc;
  margin-left: 16px;
  display: list-item;
  padding: 6px 0;
}

section.jobs .container .picture {
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .container .picture {
    aspect-ratio: 1;
  }
}

section.jobs .container .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.jobs .jobs {
  margin: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs {
    margin: 0 17px;
    grid-gap: 0;
    gap: 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
  }
}

section.jobs .jobs .job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 22px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs .job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-gap: 12px;
    gap: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: unset;
    border-bottom: 2px solid #000;
    border-bottom: 2px solid var(--color_black);
    padding: 0;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs .job:last-of-type {
    border-bottom: none;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs .job .p1-bold {
    width: 100%;
    padding: 12px 18px;
    border-bottom: 2px solid #e1e1e1;
    border-bottom: 2px solid var(--color_lightGrey);
  }
}

section.jobs .jobs .job .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  padding: 0 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs .job .categories {
    width: 100%;
    padding: 0 18px;
    grid-gap: 64px;
    gap: 64px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.jobs .jobs .job a {
    padding: 0 18px 12px;
  }
}

/* margin-top: 40px; */

section.planes .productos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .productos {
    grid-template-columns: 100%;
  }
}

section.planes .productos .producto-item {
  padding: 17px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
  text-align: center;
}

section.planes .productos .producto-item h2 {
  text-transform: uppercase;
}

section.planes .productos .producto-item img {
  max-width: 66%;
  height: auto;
}

section.planes .productos .producto-item a {
  width: 100%;
}

section.planes .productos .producto-item a.secundario {
  color: black;
}

section.planes .productos .producto-item a .button {
  width: 100%;
}

section.planes .selector {
  position: relative;
  overflow: hidden;
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector {
    margin: 0 17px 55px;
  }
}

section.planes .selector .planes_selectores {
  position: relative;
  display: grid;
  grid-template-columns: 250px 2px auto;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores {
    grid-template-columns: 100%;
    grid-gap: 14px;
    gap: 14px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores .selectores .select {
    width: 100%;
  }
}

section.planes .selector .planes_selectores .swiper-navigation {
  width: 100%;
  overflow: auto;
  padding-bottom: 12px;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores .swiper-navigation {
    position: relative;
    overflow: unset;
    padding-bottom: 0;
  }
}

section.planes .selector .planes_selectores .swiper-navigation .selected {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores .swiper-navigation .selected {
    display: block;
    width: 100%;
    padding: 8px 32px 8px 16px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    color: var(--color_black);
    background-position: right 0.7rem top 50%;
    -webkit-background-size: 0.65rem auto;
    -moz-background-size: 0.65rem auto;
    -o-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores .swiper-navigation .swiper-pagination {
    position: absolute;
    top: 38px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 3;
  }

  section.planes .selector .planes_selectores .swiper-navigation .swiper-pagination.active {
    min-height: 200px;
    overflow: auto;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .planes_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #000;
    color: var(--color_black);
    padding: 8px 32px 8px 16px;
    border-bottom: 2px solid #e1e1e1;
    border-bottom: 2px solid var(--color_lightGrey);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
  }

  section.planes .selector .planes_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.not-active {
    display: none;
  }

  section.planes .selector .planes_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.active {
    background-color: #000;
    background-color: var(--color_black);
    color: #fff;
    color: var(--color_white);
  }
}

section.planes .selector .swiper-pagination {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 45px;
  grid-gap: 6px;
  gap: 6px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .swiper-pagination {
    padding: 0;
  }
}

section.planes .selector .swiper-button-prev,
section.planes .selector .swiper-button-next {
  z-index: 10;
  top: 0;
  bottom: 32px;
  margin-top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.planes .selector .swiper-button-prev,
  section.planes .selector .swiper-button-next {
    display: none;
  }
}

section.planes .selector .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 300px;
}

section.planes .selector .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 0;
}

section.services .icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  margin: 24px 40px 0;
}

@media only screen and (min-width: 1025px) {
  section.services .icons {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.services .icons {
    grid-gap: 17px;
    gap: 17px;
    margin: 12px 17px 0;
  }
}

section.services .icons .icon {
  aspect-ratio: 1;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px;
}

section.services .icons .icon p {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}

section.services .icons .icon i {
  font-size: 32px;
}

section.selector-events {
  position: relative;
  overflow: hidden;
}

section.selector-events .filter-holder {
  margin-bottom: 24px;
  margin: 0 40px 24px;
  overflow: auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .filter-holder {
    position: relative;
    margin: 0 17px;
    padding: 0;
    overflow: unset;
  }
}

/* &::-webkit-scrollbar {
      height: 7px;
    }

    &::-webkit-scrollbar-thumb {
      background-color: var(--color_black);
      border-radius: 9px;
    }

    &::-webkit-scrollbar-track {
      background-color: var(--color_grey);
      border-radius: 9px;
    } */

section.selector-events .filter-holder .selected {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .filter-holder .selected {
    display: block;
    width: 100%;
    padding: 8px 32px 8px 16px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 400;
    text-transform: none;
    color: #000;
    color: var(--color_black);
    background-position: right 0.7rem top 50%;
    -webkit-background-size: 0.65rem auto;
    -moz-background-size: 0.65rem auto;
    -o-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

section.selector-events .filter-holder .filter-events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  /* padding: 0 50px; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .filter-holder .filter-events {
    position: absolute;
    top: 38px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    z-index: 3;
    padding: 0;
  }

  section.selector-events .filter-holder .filter-events.active {
    max-height: 1200px;
    overflow: auto;
  }
}

section.selector-events .filter-holder .filter-events .filter {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  color: var(--color_white);
}

section.selector-events .filter-holder .filter-events .filter.active {
  background-color: #ff5a12;
  background-color: var(--color_orange);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .filter-holder .filter-events .filter {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #000;
    color: var(--color_black);
    padding: 8px 32px 8px 16px;
    border-bottom: 2px solid #e1e1e1;
    border-bottom: 2px solid var(--color_lightGrey);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
  }

  section.selector-events .filter-holder .filter-events .filter.active {
    background-color: #000;
    background-color: var(--color_black);
    color: #fff;
    color: var(--color_white);
  }
}

section.selector-events .swiper {
  padding: 0 40px;
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper {
    padding: 17px 0 55px;
    margin: 0 17px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper:not(.swiper-initialized) {
    margin: 0;
    padding: 17px 17px 55px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper:not(.swiper-initialized) .swiper-wrapper {
    grid-gap: 24px;
    gap: 24px;
    overflow: auto;
  }
}

section.selector-events .swiper .swiper-wrapper {
  grid-gap: 1.5%;
  gap: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper .swiper-wrapper {
    grid-gap: 0;
    gap: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.selector-events .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  color: #000;
  color: var(--color_black);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  width: 23.6% !important;
  aspect-ratio: 2/3;
  padding: 11px;
  margin-bottom: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: 1.5%;
  gap: 1.5%;
  height: 400px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    height: 300px;
  }
}

section.selector-events .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

section.selector-events .swiper .swiper-wrapper .swiper-slide .content {
  width: 100%;
  background-color: #000;
  background-color: var(--color_black);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  grid-gap: 12px;
  gap: 12px;
  color: #ff5a12;
}

section.selector-events .swiper .swiper-wrapper .swiper-slide .content .data {
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  color: var(--color_white);
  grid-gap: 5px;
  gap: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

section.selector-events .swiper .swiper-wrapper .swiper-slide a .button {
  width: 100%;
  text-align: center;
}

section.selector-events .swiper .swiper-wrapper .swiper-slide .wp-post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

section.selector-events .swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 6px;
  gap: 6px;
  margin-bottom: 24px;
}

section.selector-events .swiper .swiper-pagination .swiper-pagination-custom-item.not-active {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper .swiper-pagination .swiper-pagination-custom-item.swiper-pagination-custom-active {
    color: #fff !important;
    color: var(--color_white) !important;
    background-color: #000;
    background-color: var(--color_black);
  }
}

section.selector-events .swiper .swiper-button-prev,
section.selector-events .swiper .swiper-button-next {
  top: -65px;
  margin-top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-events .swiper .swiper-button-prev,
  section.selector-events .swiper .swiper-button-next {
    display: none;
  }
}

section.selector-events .swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 40px;
}

section.selector-events .swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 40px;
}

section.table .container {
  margin: 0 40px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container {
    margin: 0 17px;
  }
}

section.table .container .headers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 2px solid #000;
  border-bottom: 2px solid var(--color_black);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .headers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.table .container .headers .header {
  padding: 24px;
  text-align: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .headers .header {
    padding: 12px;
    text-align: left;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .headers .header:first-of-type {
    display: none;
  }
}

section.table .container .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section.table .container .table .line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 2px solid #000;
  border-bottom: 2px solid var(--color_black);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .table .line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

section.table .container .table .line .casilla {
  padding: 24px;
  text-align: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .table .line .casilla {
    padding: 12px;
  }
}

section.table .container .table .line .casilla:first-of-type {
  text-align: left;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.table .container .table .line .casilla:first-of-type {
    border-bottom: 2px solid #bbb;
    grid-column: span 2;
  }
}

section.apartados .container {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 24px;
  gap: 24px;
  width: -webkit-calc(100% - 104px);
  width: -moz-calc(100% - 104px);
  width: calc(100% - 104px);
  color: #000;
  color: var(--color_black);
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container {
    width: -webkit-calc(100% - 34px);
    width: -moz-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 0 17px;
    grid-template-columns: 100%;
  }
}

section.apartados .container.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container.mobile {
    display: grid;
  }
}

section.apartados .container.desktop {
  display: grid;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container.desktop {
    display: none;
  }
}

section.apartados .container .apartados_titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

section.apartados .container .apartados_titles .apartado_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 43px 29px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
  cursor: pointer;
}

section.apartados .container .apartados_titles .apartado_title.active {
  background-color: #d9d9d9;
  background-color: var(--color_grey);
}

section.apartados .container .apartados_titles .apartado_title.active h4 {
  font-weight: 700;
}

section.apartados .container .apartados_titles .apartado_title h4 {
  text-align: center;
  text-transform: uppercase;
}

section.apartados .container .apartados {
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container .apartados {
    position: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.apartados .container .apartados .apartado {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 75px 85px;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container .apartados .apartado {
    height: auto;
    position: static;
    padding: 18px;
    opacity: 1;
    pointer-events: all;
    border-bottom: 2px solid #000;
    border-bottom: 2px solid var(--color_black);
  }
}

section.apartados .container .apartados .apartado.active {
  opacity: 1;
  pointer-events: all;
}

section.apartados .container .apartados .apartado.active .content {
  max-height: 600px;
  margin-top: 20px;
  overflow: unset;
}

section.apartados .container .apartados .apartado .apartado_title.active {
  font-weight: bold;
}

section.apartados .container .apartados .apartado .apartado_title.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='21' viewBox='0 0 23 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9.44531H0V11.4453H1V9.44531ZM21.9282 11.4453H22.9282V9.44531H21.9282V11.4453ZM1 11.4453H21.9282V9.44531H1V11.4453Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.apartados .container .apartados .apartado .apartado_title {
    position: relative;
  }

  section.apartados .container .apartados .apartado .apartado_title::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97168 9.41846H17.9998' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M9.98633 17.4185L9.98633 1.41846' stroke='black' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

section.apartados .container .apartados .apartado ul {
  padding: 1rem 0;
}

section.apartados .container .apartados .apartado ul li {
  display: list-item;
  list-style: disc;
  margin-left: 1rem;
}

section.apartados .container .apartados .apartado .content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
}

section.selector-posts .selector-edificios {
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios {
    padding: 0 17px 55px;
  }
}

section.selector-posts .selector-edificios .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

section.selector-posts .selector-edificios .swiper-slide .servicios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector-edificios .swiper-slide .servicios .servicio {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 700;
  line-height: 21.09px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 10px 20px;
  background-color: #fff;
  background-color: var(--color_white);
}

section.selector-posts .selector-edificios .swiper-slide .card {
  width: 100%;
  overflow: hidden;
}

section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas {
  padding-bottom: 12px;
  margin-bottom: 24px;
  overflow: auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas {
    position: relative;
    overflow: unset;
    padding-bottom: 0;
    margin-bottom: 12px;
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .selected {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .selected {
    display: block;
    width: 100%;
    padding: 13px 15px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #000;
    color: var(--color_black);
    background-position: right 0.7rem top 50%;
    -webkit-background-size: 0.65rem auto;
    -moz-background-size: 0.65rem auto;
    -o-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .swiper-pagination {
    position: absolute;
    top: 45px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 3;
  }

  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .swiper-pagination.active {
    height: 100%;
    overflow: auto;
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .swiper-pagination .swiper-pagination-custom-item {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    color: #000;
    color: var(--color_black);
    padding: 13px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
  }

  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .swiper-pagination .swiper-pagination-custom-item.not-active {
    display: none;
  }

  section.selector-posts .selector-edificios .swiper-slide .card .swiper-navigation-salas .swiper-pagination .swiper-pagination-custom-item.active {
    background-color: #000;
    background-color: var(--color_black);
    color: #fff;
    color: var(--color_white);
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .sala {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 66vh;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background-color: #fff;
  background-color: var(--color_white);
  overflow: hidden;
  grid-gap: 0;
  gap: 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .sala {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh;
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .content {
  padding: 33px 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 32px;
  gap: 32px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .sala .content {
    padding: 23px 15px;
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .content h3 {
  text-transform: uppercase;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .content .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .content .features .feature {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 16px;
  gap: 16px;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .content a {
  text-align: right;
  text-decoration: underline;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture {
  position: relative;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .sala .picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture a {
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .sala .picture a {
    max-width: 80%;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-slide .card .sala .picture a .button {
    width: 100%;
  }
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery {
  position: relative;
  overflow: hidden;
  height: 100%;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery[data-slides='1'] .swiper-button-next,
section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery[data-slides='1'] .swiper-button-prev {
  display: none;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-slide {
  position: relative;
  width: 100%;
  min-height: 66vh;
  pointer-events: none;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-button-next:after,
section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-button-prev:after {
  display: none;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-button-prev {
  top: unset;
  bottom: 16px;
  left: 16px;
}

section.selector-posts .selector-edificios .swiper-slide .card .sala .picture .swiper-sala-gallery .swiper-button-next {
  top: unset;
  bottom: 16px;
  right: 16px;
}

section.selector-posts .selector-edificios .personas_selectores {
  position: relative;
  display: grid;
  grid-template-columns: 250px 2px auto;
  grid-gap: 24px;
  gap: 24px;
  /* grid-template-columns: 100%; */
  margin-bottom: 12px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores {
    grid-template-columns: 100%;
    grid-gap: 14px;
    gap: 14px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .selectores {
    width: 100%;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .selectores .select {
    width: 100%;
  }
}

section.selector-posts .selector-edificios .personas_selectores .swiper-navigation {
  width: 100%;
  overflow: auto;
  /* padding-bottom: 12px; */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation {
    position: relative;
    overflow: unset;
    /* padding-bottom: 0; */
  }
}

section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .selected {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .selected {
    display: block;
    width: 100%;
    padding: 13px 15px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #000;
    color: var(--color_black);
    background-position: right 0.7rem top 50%;
    -webkit-background-size: 0.65rem auto;
    -moz-background-size: 0.65rem auto;
    -o-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78514 0.991455L5.59863 5.17797L1.41211 0.991455' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .swiper-pagination {
    position: absolute;
    top: 45px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 1px;
    gap: 1px;
    background-color: #fff;
    background-color: var(--color_white);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    z-index: 3;
  }

  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .swiper-pagination.active {
    min-height: 200px;
    overflow: auto;
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item {
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    text-align: left;
    color: #000;
    color: var(--color_black);
    padding: 13px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 2;
  }

  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.not-active {
    display: none;
  }

  section.selector-posts .selector-edificios .personas_selectores .swiper-navigation .swiper-pagination .swiper-pagination-custom-item.active {
    background-color: #000;
    background-color: var(--color_black);
    color: #fff;
    color: var(--color_white);
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

section.selector-posts .selector-edificios .swiper-pagination {
  position: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 45px;
  grid-gap: 6px;
  gap: 6px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-pagination {
    padding: 0;
  }
}

section.selector-posts .selector-edificios .swiper-pagination.swiper-pagination-salas {
  padding: 0;
}

section.selector-posts .selector-edificios .swiper-pagination .swiper-pagination-custom-item.not-active {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-pagination .swiper-pagination-custom-item.swiper-pagination-custom-active {
    background-color: #d9d9d9;
    background-color: var(--color_grey);
    color: #000 !important;
    color: var(--color_black) !important;
    border: 1px solid #8e8e8e;
    border: 1px solid var(--color_darkGrey);
  }
}

section.selector-posts .selector-edificios .swiper-button-prev,
section.selector-posts .selector-edificios .swiper-button-next {
  z-index: 10;
  top: 0;
  bottom: 32px;
  margin-top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  section.selector-posts .selector-edificios .swiper-button-prev,
  section.selector-posts .selector-edificios .swiper-button-next {
    display: none;
  }
}

section.selector-posts .selector-edificios .swiper-button-prev:after,
section.selector-posts .selector-edificios .swiper-button-next:after {
  display: none;
}

section.selector-posts .selector-edificios .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  left: 300px;
}

section.selector-posts .selector-edificios .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  right: 0;
}

main#blog {
  padding-top: 136px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog {
    padding-top: 83px;
  }
}

main#blog section.hero {
  position: relative;
  height: -webkit-calc(-webkit-calc(1vh * 100) - 143px);
  height: -moz-calc(-moz-calc(1vh * 100) - 143px);
  height: calc(calc(1vh * 100) - 143px);
  height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 143px);
  height: -moz-calc(-moz-calc(var(--vh, 1vh) * 100) - 143px);
  height: calc(calc(var(--vh, 1vh) * 100) - 143px);
}

main#blog section.hero .container {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  padding: 25px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  color: #000;
  color: var(--color_black);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.hero .container {
    bottom: 8px;
    right: 8px;
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
    max-width: 100%;
  }
}

main#blog section.hero .container .category {
  text-transform: uppercase;
  text-align: right;
  color: #ff5a12;
  color: var(--color_orange);
}

main#blog section.hero img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main#blog section.all-posts {
  display: grid;
  grid-template-columns: 320px 100%;
  grid-gap: 40px;
  gap: 40px;
  margin: 50px 40px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#blog section.all-posts {
    grid-template-columns: 160px auto;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.all-posts {
    grid-template-columns: 100%;
    margin: 24px 17px;
  }
}

main#blog section.all-posts aside {
  margin-top: 70px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.all-posts aside {
    grid-row: 2;
  }
}

main#blog section.all-posts aside h4 {
  text-transform: uppercase;
  margin-bottom: 17px;
}

main#blog section.all-posts aside ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 17px;
  gap: 17px;
}

main#blog section.all-posts aside ul li {
  padding: 17px 12px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

main#blog section.all-posts aside ul li .category {
  text-transform: uppercase;
  text-align: right;
  color: #ff5a12;
  color: var(--color_orange);
}

main#blog section.all-posts .all-posts {
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: calc(100% - 360px);
  position: relative;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#blog section.all-posts .all-posts {
    width: auto;
    overflow: auto;
  }
}

main#blog section.all-posts .all-posts .arrow-left,
main#blog section.all-posts .all-posts .arrow-right {
  position: absolute;
  top: 0;
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.all-posts .all-posts .arrow-left,
  main#blog section.all-posts .all-posts .arrow-right {
    display: none;
  }
}

main#blog section.all-posts .all-posts .arrow-left {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0625 23.3175L1.99699 12.7058L12.0625 2.09412' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

main#blog section.all-posts .all-posts .arrow-right {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='25' viewBox='0 0 14 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98242 1.68229L12.0479 12.294L1.98242 22.9056' stroke='black' stroke-width='2.56528' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}

main#blog section.all-posts .all-posts .category-select {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.all-posts .all-posts .category-select {
    display: block;
  }
}

main#blog section.all-posts .all-posts .category-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  padding: 0 50px 14px;
  overflow: auto;
  /* &::-webkit-scrollbar {
          height: 7px;
        }

        &::-webkit-scrollbar-thumb {
          background-color: var(--color_black);
          border-radius: 9px;
        }

        &::-webkit-scrollbar-track {
          background-color: var(--color_grey);
          border-radius: 9px;
        } */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section.all-posts .all-posts .category-filter {
    display: none;
  }
}

main#blog section.all-posts .all-posts .category-filter li {
  white-space: nowrap;
}

main#blog section.all-posts .all-posts .category-filter li.button.secundario {
  background-color: #d9d9d9;
  background-color: var(--color_grey);
  color: black;
}

main#blog section.all-posts .all-posts .category-filter li.button.secundario.active {
  background-color: white;
  color: black;
}

main#blog section.all-posts .all-posts .selectores .select {
  width: 100%;
  min-height: 42px;
}

main#blog section.all-posts .all-posts .selectores .select a {
  z-index: 11;
}

main#blog section.all-posts .all-posts .posts {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  padding-top: 14px;
}

@media only screen and (min-width: 1025px) {
  main#blog section.all-posts .all-posts .posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#blog section.all-posts .all-posts .posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*
        @include xs {
          grid-template-columns: repeat(1, minmax(0, 1fr));
        } */

main#blog section.all-posts .all-posts .posts .post {
  position: relative;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 9/16;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#blog section.all-posts .all-posts .posts .post {
    aspect-ratio: unset;
    min-height: 450px;
  }
}

main#blog section.all-posts .all-posts .posts .post a {
  width: 100%;
}

main#blog section.all-posts .all-posts .posts .post a .container {
  z-index: 10;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  padding: 12px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

main#blog section.all-posts .all-posts .posts .post a .container .category {
  text-transform: uppercase;
  text-align: right;
  color: #ff5a12;
  color: var(--color_orange);
}

main#blog section.all-posts .all-posts .posts .post a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main#blog section.all-posts .all-posts .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px 0;
}

main#blog section.all-posts .all-posts .pagination .page-numbers {
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

main#blog section.all-posts .all-posts .pagination .page-numbers.current {
  background-color: #d9d9d9;
  background-color: var(--color_grey);
  border: 2px solid #d9d9d9;
  border: 2px solid var(--color_grey);
}

main#blog section.all-posts .all-posts .pagination .page-numbers.next {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.81812 1.92603L9.66562 10.1993L1.81812 18.4727' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

main#blog section.all-posts .all-posts .pagination .page-numbers.prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18188 18.4724L1.33438 10.1991L9.18188 1.92578' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

main#blog section#error_404 {
  position: relative;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section#error_404 {
    margin-bottom: 75px;
  }
}

main#blog section#error_404 .desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section#error_404 .desktop {
    display: none;
  }
}

main#blog section#error_404 .mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section#error_404 .mobile {
    display: block;
  }
}

main#blog section#error_404 svg {
  width: 100%;
  height: auto;
}

main#blog section#error_404 .button {
  position: absolute;
  bottom: 180px;
  right: 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#blog section#error_404 .button {
    right: 50%;
    bottom: -50px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
}

main#single {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 74px; */
  padding-top: 142px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single {
    /* width: calc(100% - 10px); */
    padding-top: 83px;
  }
}

main#single section.breadcrumbs-single {
  margin: 16px 36px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.breadcrumbs-single {
    margin: 16px 5px;
  }
}

main#single section.breadcrumbs-single #breadcrumbs {
  padding: 8px 16px;
  background-color: #fff;
  background-color: var(--color_white);
}

main#single section.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin: 0 36px 64px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid {
    margin: 0 5px 32px;
  }
}

main#single section.grid section#main-single {
  width: 100%;
  grid-column: span 9;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single {
    grid-column: span 12;
  }
}

main#single section.grid section#main-single .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border: 2px solid #d1d1d6;
  border: 2px solid var(--color_neutral);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single .category {
    font-size: 14px;
    padding: 8px 12px;
  }
}

main#single section.grid section#main-single .category:hover {
  border: 2px solid #000;
  border: 2px solid var(--color_black);
}

main#single section.grid section#main-single .success-story-category {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ff5a12;
  color: var(--color_orange);
  /* font-size: 24px;
        font-weight: 700; */
  text-transform: none;
}

main#single section.grid section#main-single .success-story-category:hover {
  border: 0;
}

main#single section.grid section#main-single section#main-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
}

main#single section.grid section#main-single section#main-content section.the_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  padding: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

.single-success-story main#single section.grid section#main-single section#main-content section.the_content {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1a1a1a;
  color: var(--color_blackLight);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single section#main-content section.the_content {
    padding: 16px;
  }
}

main#single section.grid section#main-single section#main-content section.the_content header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content header h1 {
  text-transform: uppercase;
}

.single-success-story main#single section.grid section#main-single section#main-content section.the_content header h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  color: #1a1a1a;
  color: var(--color_blackLight);
  font-size: 64px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .single-success-story main#single section.grid section#main-single section#main-content section.the_content header h1 {
    font-size: 32px;
  }
}

main#single section.grid section#main-single section#main-content section.the_content header .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid #d1d1d6;
  border-top: 1px solid var(--color_neutral);
  border-bottom: 1px solid #d1d1d6;
  border-bottom: 1px solid var(--color_neutral);
}

main#single section.grid section#main-single section#main-content section.the_content section.hero {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;
  background-color: var(--color_black);
  aspect-ratio: 16/9;
}

main#single section.grid section#main-single section#main-content section.the_content section.hero img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main#single section.grid section#main-single section#main-content section.the_content p {
  padding-bottom: 24px;
}

.single-success-story main#single section.grid section#main-single section#main-content section.the_content p {
  line-height: 24px;
}

main#single section.grid section#main-single section#main-content section.the_content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 8px;
}

.single-success-story main#single section.grid section#main-single section#main-content section.the_content h2 {
  font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  .single-success-story main#single section.grid section#main-single section#main-content section.the_content h2 {
    font-size: 22px;
  }
}

main#single section.grid section#main-single section#main-content section.the_content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
}

.single-success-story main#single section.grid section#main-single section#main-content section.the_content h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

main#single section.grid section#main-single section#main-content section.the_content .hs-cta-simple-placeholder {
  width: 100% !important;
}

main#single section.grid section#main-single section#main-content section.the_content section.table #ez-toc-container {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

main#single section.grid section#main-single section#main-content section.the_content section.table #ez-toc-container .ez-toc-title-container {
  display: none;
}

main#single section.grid section#main-single section#main-content section.the_content section.table #ez-toc-container nav ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #d1d1d6;
  border-bottom: 1px solid var(--color_neutral);
}

main#single section.grid section#main-single section#main-content section.the_content section.table #ez-toc-container nav ul li a {
  color: #000;
  color: var(--color_black);
}

main#single section.grid section#main-single section#main-content section.the_content section.table #ez-toc-container nav ul li a:hover {
  color: #ff5a12;
  color: var(--color_orange);
  text-decoration: none;
}

main#single section.grid section#main-single section#main-content section.the_content section.content .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 12px;
  gap: 12px;
  padding-bottom: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content section.content .gallery .gallery-item {
  float: unset;
  margin-top: 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single section#main-content section.the_content section.content .gallery .gallery-item {
    width: 100%;
  }
}

main#single section.grid section#main-single section#main-content section.the_content section.content img {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  height: auto;
  border: none;
  padding-bottom: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content section.content ul {
  padding-bottom: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content section.content ul li {
  display: list-item;
  list-style: disc;
  padding-left: 8px;
  padding-bottom: 8px;
  margin-left: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content section.content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  padding-bottom: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
  grid-gap: 60px;
  gap: 60px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single section#main-content section.the_content footer {
    grid-gap: 30px;
    gap: 30px;
  }
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1rem;
  gap: 1rem;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner {
  position: relative;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 16px;
  gap: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  background-color: #ffede5;
  background-color: var(--color_salmon_light);
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_img {
  aspect-ratio: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_title {
  text-transform: uppercase;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_subtitle {
  text-transform: uppercase;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_description {
  padding: 0;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_social {
  position: absolute;
  right: 16px;
  top: 16px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .author_share .author_banner .author_social svg {
  width: 21px;
  height: 21px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior,
main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente {
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .link,
main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .link {
  position: relative;
  font-size: 12px;
  padding: 8px;
  color: #8e8e8e;
  color: var(--color_darkGrey);
  display: inline-block;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .link:after,
main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .link:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .title,
main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .title {
  font-size: 14px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .title:hover,
main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .title:hover {
  color: #ff5a12;
  color: var(--color_orange);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .title,
  main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .title {
    display: none;
  }
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .link {
  padding-left: 24px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .anterior .link:after {
  content: '←';
  left: 0;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .link {
  padding-right: 24px;
}

main#single section.grid section#main-single section#main-content section.the_content footer .navigation .siguiente .link:after {
  right: 0;
  content: '→';
}

main#single section.grid section.featured_posts {
  grid-column: span 9;
  width: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.featured_posts {
    grid-column: span 12;
  }
}

main#single section.grid section.featured_posts .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 78px;
  margin-bottom: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #fff;
  background-color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.featured_posts .title {
    padding: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

main#single section.grid section.featured_posts .blog {
  width: 100%;
  height: auto;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.featured_posts .blog {
    /* margin: 0; */
    width: 100%;
    padding: 0 0 55px;
    /* position: relative; */
  }
}

main#single section.grid section.featured_posts .blog .posts {
  /* display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px; */
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.featured_posts .blog .posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
    gap: 0;
  }
}

main#single section.grid section.featured_posts .blog .posts .post {
  position: relative;
  width: 100%;
  color: #000;
  color: var(--color_black);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 2/3;
  padding: 4px;
  margin-right: 16px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#single section.grid section.featured_posts .blog .posts .post:last-of-type {
  margin-right: 0;
}

main#single section.grid section.featured_posts .blog .posts .post:hover a .wp-post-image {
  opacity: 0.6;
}

main#single section.grid section.featured_posts .blog .posts .post a {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #000;
  background-color: var(--color_black);
}

main#single section.grid section.featured_posts .blog .posts .post a header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main#single section.grid section.featured_posts .blog .posts .post a header .reading {
  text-transform: uppercase;
  color: #8e8e8e;
  color: var(--color_darkGrey);
  font-size: 12px;
}

main#single section.grid section.featured_posts .blog .posts .post a .content {
  position: absolute;
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  bottom: 6px;
  left: 6px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

main#single section.grid section.featured_posts .blog .posts .post a .content .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
}

main#single section.grid section.featured_posts .blog .posts .post a .content .excerpt {
  font-size: 14px;
}

main#single section.grid section.featured_posts .blog .posts .post a .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

main#single section.grid section.featured_posts .blog .swiper-pagination {
  display: none;
  bottom: 9px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.featured_posts .blog .swiper-pagination {
    display: block;
  }
}

main#single section.grid section.featured_posts .blog .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  opacity: 1;
  margin: 0 8px;
}

main#single section.grid section.featured_posts .blog .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  background-color: var(--color_black);
}

main#single section.grid section.related-stories {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  gap: 32px;
}

main#single section.grid section.related-stories .related-stories-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 18px;
  gap: 18px;
}

main#single section.grid section.related-stories .related-stories-header .icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#single section.grid section.related-stories .related-stories-header .icon {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

main#single section.grid section.related-stories .related-stories-header h2 {
  margin-bottom: 0 !important;
  font-size: 32px;
  font-weight: 800 !important;
  line-height: 1.2;
}

main#single section.grid section.related-stories .stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 28px;
  gap: 28px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  main#single section.grid section.related-stories .stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#single section.grid section.related-stories .stories-grid {
    grid-template-columns: 1fr;
  }
}

main#single section.grid section.related-stories .story-card {
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

main#single section.grid section.related-stories .story-card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  color: inherit;
}

main#single section.grid section.related-stories .story-card .media {
  position: relative;
  /* height: 100%; */
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  margin: 20px 20px 0;
  aspect-ratio: 16/9;
  background-color: #d9d9d9;
  background-color: var(--color_grey);
}

main#single section.grid section.related-stories .story-card .media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main#single section.grid section.related-stories .story-card .media .play {
  display: none;
}

main#single section.grid section.related-stories .story-card .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 12px;
  gap: 12px;
  padding: 16px 20px 24px;
  /* height: 100%; */
}

main#single section.grid section.related-stories .story-card .category {
  color: #ff5a12;
  color: var(--color_orange);
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

main#single section.grid section.related-stories .story-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

main#single section.grid section.related-stories .story-card p {
  margin: 0;
  color: #3a3a3c;
  color: var(--color_grey800);
  font-size: 16px;
  line-height: 1.5;
}

main#single section.grid section.related-stories .story-card .button {
  margin-top: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

main#basic {
  max-width: 1130px;
  margin: 191px auto 75px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
  padding: 75px 120px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#basic {
    margin: 83px 17px 17px;
    padding: 60px 15px;
  }
}

main#thank-you {
  padding-top: 146px;
  min-height: 100vh;
  margin: 5px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  main#thank-you {
    padding: 48px 15px;
  }
}

main#thank-you .cta {
  margin: 24px 0 72px;
}

main#thank-you p a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  main#thank-you .cta {
    display: contents;
  }
}

@media only screen and (max-width: 375px) {
  main#thank-you h1 {
    text-align: center;
    text-wrap: pretty;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  main#thank-you a.button.acento {
    text-wrap: pretty;
    text-align: center;
  }
}

body.planes-y-precios .breadcrumbs {
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  body.planes-y-precios .breadcrumbs {
    margin: 0 17px;
  }
}

body:not(.planes-y-precios) main > .breadcrumbs {
  display: none;
}

/* CSS LANDING 2025 */

#swup[slug='landing-2025'] {
  background-color: #000;
  background-color: var(--color_black);
}

#swup[slug='landing-2025'] #main-header {
  display: none;
}

#swup[slug='landing-2025'] #flexible-landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  padding: 20px;
}

#swup[slug='landing-2025'] #flexible-landing .h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  /* font-size: 24px; */
  line-height: 120%;
  text-transform: uppercase;
}

/* .h4 {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 44px;
      line-height: 120%;
      text-align: center;
      text-transform: uppercase;
    } */

#swup[slug='landing-2025'] #flexible-landing p {
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
}

/* .h2 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 64px;
      line-height: 100%;
      text-transform: uppercase;

      @include xs {
        font-size: 40px;
      }
    } */

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #swup[slug='landing-2025'] #flexible-landing p {
    font-size: 20px;
  }
}

#swup[slug='landing-2025'] #flexible-landing .btn-orange {
  background-color: #ff5a12;
  background-color: var(--color_orange);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (hover: hover) {
  #swup[slug='landing-2025'] #flexible-landing .btn-orange:hover {
    background-color: #ec4800;
    color: #000;
    color: var(--color_black);
  }
}

.landing-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

.landing-hero .container-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1400/688;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .container-video {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    aspect-ratio: 351/434;
  }
}

.landing-hero .container-video .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 21%;
  /* background-color: var(--color_black); */
  -webkit-border-radius: 0 0 16px 0;
  -moz-border-radius: 0 0 16px 0;
  border-radius: 0 0 16px 0;
  padding: 0 30px 20px 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .container-video .logo {
    width: 53%;
  }
}

.landing-hero .container-video .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
  fill: var(--color_white);
}

.landing-hero .container-video .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 80%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-hero .container-video .title .h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  color: var(--color_white);
  text-align: center;
  font-size: 88px;
  background-color: #000;
  background-color: var(--color_black);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .container-video .title .h1 {
    font-size: 40px;
  }
}

.landing-hero .container-video .title .h1 .form_blank {
  text-transform: uppercase;
}

.landing-hero .container-video .paragraph {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 51%;
  /* background-color: var(--color_black); */
  color: #fff;
  color: var(--color_white);
  padding: 0 0 0 30px;
  -webkit-border-radius: 16px 0 0 0;
  -moz-border-radius: 16px 0 0 0;
  border-radius: 16px 0 0 0;
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .container-video .paragraph {
    display: none;
  }
}

.landing-hero .container-video .paragraph .h3 {
  font-size: 2vw;
}

.landing-hero .container-video .hero-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1400' height='688' viewBox='0 0 1400 688' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M1400 548C1400 556.837 1392.84 564 1384 564H707C698.163 564 691 571.163 691 580V672C691 680.837 683.837 688 675 688H16C7.16345 688 0 680.837 0 672V134C0 125.163 7.16344 118 16 118H340C348.837 118 356 110.837 356 102V16C356 7.16345 363.163 0 372 0H1384C1392.84 0 1400 7.16344 1400 16V548Z' fill='url(%23pattern0_109_15)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_109_15' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_109_15' transform='matrix(0.000520833 0 0 0.00105984 0 -0.072311)'/%3E%3C/pattern%3E%3Cimage id='image0_109_15' width='1920' height='1080' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4CAYAAADo08FDAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2bERwkAUQ0FcA1QH/bfBkZI7e1rnNx6tfqbrfF7nceM759bzG3/2lAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgT+BS4DsIMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAQ8AA3OhRCgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECDwMwI6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECEQEDcKRIMQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAAdgMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCICBiAI0WKQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOwGyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBEwAAcKVIMAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGIDdAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBCICBuBIkWIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAOwGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBEwAEeKFIMAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGYDdAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBiIABOFKkGAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAAuwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAhEBK7v+3kiWcQgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgABneehUAAAgAElEQVQBAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCS2R8KoAACAASURBVBiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIEDg154dEwAAACAI69/aHrgIzhMCBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABmtUPwwAAIABJREFUAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgdIGAMAAAZ8ElEQVQQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSwAAyx2P/T7gP/gAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='1400' height='688' viewBox='0 0 1400 688' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M1400 548C1400 556.837 1392.84 564 1384 564H707C698.163 564 691 571.163 691 580V672C691 680.837 683.837 688 675 688H16C7.16345 688 0 680.837 0 672V134C0 125.163 7.16344 118 16 118H340C348.837 118 356 110.837 356 102V16C356 7.16345 363.163 0 372 0H1384C1392.84 0 1400 7.16344 1400 16V548Z' fill='url(%23pattern0_109_15)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_109_15' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_109_15' transform='matrix(0.000520833 0 0 0.00105984 0 -0.072311)'/%3E%3C/pattern%3E%3Cimage id='image0_109_15' width='1920' height='1080' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAQ4CAYAAADo08FDAAAAAXNSR0IArs4c6QAAIABJREFUeF7s2bERwkAUQ0FcA1QH/bfBkZI7e1rnNx6tfqbrfF7nceM759bzG3/2lAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgT+BS4DsIMgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIBAQ8AA3OhRCgIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECDwMwI6AAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECEQEDcKRIMQgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIGAAdgMECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBCICBiAI0WKQYAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQOwGyBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgEBEwAAcKVIMAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIGIDdAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBCICBuBIkWIQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQIEDAAOwGCBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgEBEwAEeKFIMAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIGYDdAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBiIABOFKkGAQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIEDAAuwECBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBAhEBK7v+3kiWcQgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgABneehUAAAgAElEQVQBAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCS2R8KoAACAASURBVBiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkYgEttykKAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAwLSAAXi6fuEJECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIECgJGIBLbcpCgAABAgQIECBAgAABAgQIECBAgAABAgQIECBAgMC0gAF4un7hCRAgQIAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAoCRiAS23KQoAAAQIECBAgQIAAAQIECBAgQIAAAQIECBAgQIDAtIABeLp+4QkQIECAAAECBAgQIEDg154dEwAAACAI69/aHrgIzhMCBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABmtUPwwAAIABJREFUAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgdIGAMAAAZ8ElEQVQQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSgABcetMWAgQIECBAgAABAgQIECBAgAABAgQIECBAgAABAgSuBQTg6/uNJ0CAAAECBAgQIECAAAECBAgQIECAAAECBAgQIECgJCAAl960hQABAgQIECBAgAABAgQIECBAgAABAgQIECBAgACBawEB+Pp+4wkQIECAAAECBAgQIECAAAECBAgQIECAAAECBAgQKAkIwKU3bSFAgAABAgQIECBAgAABAgQIECBAgAABAgQIECBA4FpAAL6+33gCBAgQIECAAAECBAgQIECAAAECBAgQIECAAAECBEoCAnDpTVsIECBAgAABAgQIECBAgAABAgQIECBAgAABAgQIELgWEICv7zeeAAECBAgQIECAAAECBAgQIECAAAECBAgQIECAAIGSwAAyx2P/T7gP/gAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .container-video .hero-video {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='351' height='434' viewBox='0 0 351 434' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M351 422C351 428.627 345.627 434 339 434H12C5.37258 434 0 428.627 0 422V75.5322C0 68.9048 5.37258 63.5322 12 63.5322H173C179.627 63.5322 185 58.1596 185 51.5322V12C185 5.37258 190.373 0 197 0H339C345.627 0 351 5.37258 351 12V422Z' fill='black'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='351' height='434' viewBox='0 0 351 434' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M351 422C351 428.627 345.627 434 339 434H12C5.37258 434 0 428.627 0 422V75.5322C0 68.9048 5.37258 63.5322 12 63.5322H173C179.627 63.5322 185 58.1596 185 51.5322V12C185 5.37258 190.373 0 197 0H339C345.627 0 351 5.37258 351 12V422Z' fill='black'/%3E%3C/svg%3E%0A");
  }
}

.landing-hero .paragraph {
  display: none;
  color: #fff;
  color: var(--color_white);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-hero .paragraph {
    display: block;
  }
}

.landing-hero .paragraph .h3 {
  font-size: 18px;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .request-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
  }
}

.request-form .field {
  margin: 0;
}

.request-form .field input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.request-form .field input[type='text'],
.request-form .field input[type='email'],
.request-form .field input[type='submit'] {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 18px 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .request-form .field input[type='text'],
  .request-form .field input[type='email'],
  .request-form .field input[type='submit'] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 16px;
  }
}

.request-form .field input[type='text'] .request-form .field input[type='text']::-webkit-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']::-webkit-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']::-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:-moz-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

.request-form .field input[type='text'] .request-form .field input[type='text']::-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']::-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']::-moz-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:-ms-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

.request-form .field input[type='text'] .request-form .field input[type='text']::-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']::-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']::-ms-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

undefined {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

undefined {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

undefined {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

undefined {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

undefined {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

.request-form .field input[type='text'] .request-form .field input[type='text']::placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']::placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']::placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  color: var(--color_black);
  opacity: 1;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .request-form .field input[type='text'] .request-form .field input[type='text']::-webkit-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']::-webkit-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']::-webkit-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']::-webkit-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']::-webkit-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']::-webkit-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']::-webkit-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']::-webkit-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']::-webkit-input-placeholder {
    font-size: 18px;
  }

  .request-form .field input[type='text'] .request-form .field input[type='text']:-moz-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']:-moz-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']:-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']:-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']:-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']:-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']:-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']:-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']:-moz-placeholder {
    font-size: 18px;
  }

  .request-form .field input[type='text'] .request-form .field input[type='text']::-moz-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']::-moz-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']::-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']::-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']::-moz-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']::-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']::-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']::-moz-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']::-moz-placeholder {
    font-size: 18px;
  }

  .request-form .field input[type='text'] .request-form .field input[type='text']:-ms-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']:-ms-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']:-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']:-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']:-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']:-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']:-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']:-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']:-ms-input-placeholder {
    font-size: 18px;
  }

  .request-form .field input[type='text'] .request-form .field input[type='text']::-ms-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']::-ms-input-placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']::-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']::-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']::-ms-input-placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']::-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']::-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']::-ms-input-placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']::-ms-input-placeholder {
    font-size: 18px;
  }

  undefined {
    font-size: 18px;
  }

  undefined {
    font-size: 18px;
  }

  undefined {
    font-size: 18px;
  }

  undefined {
    font-size: 18px;
  }

  undefined {
    font-size: 18px;
  }

  .request-form .field input[type='text'] .request-form .field input[type='text']::placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='email']::placeholder,
  .request-form .field input[type='text'] .request-form .field input[type='submit']::placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='text']::placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='email']::placeholder,
  .request-form .field input[type='email'] .request-form .field input[type='submit']::placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='text']::placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='email']::placeholder,
  .request-form .field input[type='submit'] .request-form .field input[type='submit']::placeholder {
    font-size: 18px;
  }
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus::-webkit-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus::-webkit-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus::-webkit-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus::-webkit-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus::-webkit-input-placeholder {
  opacity: 0;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus:-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus:-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus:-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus:-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus:-moz-placeholder {
  opacity: 0;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus::-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus::-moz-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus::-moz-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus::-moz-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus::-moz-placeholder {
  opacity: 0;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus:-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus:-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus:-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus:-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus:-ms-input-placeholder {
  opacity: 0;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus::-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus::-ms-input-placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus::-ms-input-placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus::-ms-input-placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus::-ms-input-placeholder {
  opacity: 0;
}

undefined {
  opacity: 0;
}

undefined {
  opacity: 0;
}

undefined {
  opacity: 0;
}

undefined {
  opacity: 0;
}

undefined {
  opacity: 0;
}

.request-form .field input[type='text'] .request-form .field input[type='text']:focus::placeholder,
.request-form .field input[type='text'] .request-form .field input[type='email']:focus::placeholder,
.request-form .field input[type='text'] .request-form .field input[type='submit']:focus::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='text']:focus::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='email']:focus::placeholder,
.request-form .field input[type='email'] .request-form .field input[type='submit']:focus::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='text']:focus::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='email']:focus::placeholder,
.request-form .field input[type='submit'] .request-form .field input[type='submit']:focus::placeholder {
  opacity: 0;
}

.request-form .field input[type='text'],
.request-form .field input[type='email'] {
  background-color: #fff;
  background-color: var(--color_white);
}

.request-form .field input[type='submit'] {
  font-size: 24px;
  cursor: pointer;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .request-form .field input[type='submit'] {
    font-size: 18px;
  }
}

.request-form .field input:hover,
.request-form .field input:active,
.request-form .field input:target {
  opacity: 0.9;
}

.request-form #form-message {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2vw;
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
  grid-column-start: 2;
}

.landing-full-video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-full-video {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    aspect-ratio: 9/16;
  }
}

.landing-full-video .full-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-full-video .full-video.desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-full-video .full-video.desktop {
    display: none;
  }
}

.landing-full-video .full-video.mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-full-video .full-video.mobile {
    display: block;
  }
}

.landing-full-video .full-video[poster] {
  cursor: pointer;
}

.landing-slider-cards {
  position: relative;
}

.landing-slider-cards .pinned-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.landing-slider-cards .pinned-container .slider-container {
  width: 100%;
  height: -webkit-calc(100vh - 40px);
  height: -moz-calc(100vh - 40px);
  height: calc(100vh - 40px);
  display: grid;
  grid-template-columns: 46% 54%;
  grid-gap: 20px;
  gap: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 70px;
    height: 100vh;
    grid-gap: 16px;
    gap: 16px;
  }
}

.landing-slider-cards .pinned-container .slider-container .title {
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .title {
    top: 10px;
    background-color: unset;
  }
}

.landing-slider-cards .pinned-container .slider-container .title .h0 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 7.6vw;
  line-height: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .title .h0 {
    font-size: 12.5vw;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-text {
  position: relative;
  padding-top: 7.6vw;
  height: 100%;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-text {
    padding-top: 0;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container {
  width: 100%;
  height: -webkit-calc(100vh - 154px);
  height: -moz-calc(100vh - 154px);
  height: calc(100vh - 154px);
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

@media only screen and (min-width: 1919px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);
    height: calc(100vh - 200px);
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container {
    height: auto;
    aspect-ratio: 9/8;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container .swiper-wrapper {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

.landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  aspect-ratio: 1;
  padding: 32px;
  background-color: #fff;
  background-color: var(--color_white);
}

.landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container .swiper-wrapper .swiper-slide .h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 64px;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container .swiper-wrapper .swiper-slide .h2 {
    font-size: 40px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-text .swiper-container .swiper-wrapper .swiper-slide {
    padding: 16px;
    pointer-events: none;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container {
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  aspect-ratio: 806/860;
  overflow: hidden;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='806' height='860' viewBox='0 0 806 860' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M786 0C797.046 0 806 8.95431 806 20V840C806 851.046 797.046 860 786 860H20C8.95431 860 0 851.046 0 840V136C0 127.163 7.16344 120 16 120H318C326.837 120 334 112.837 334 104V16C334 7.16344 341.163 0 350 0H786Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='806' height='860' viewBox='0 0 806 860' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M786 0C797.046 0 806 8.95431 806 20V840C806 851.046 797.046 860 786 860H20C8.95431 860 0 851.046 0 840V136C0 127.163 7.16344 120 16 120H318C326.837 120 334 112.837 334 104V16C334 7.16344 341.163 0 350 0H786Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container {
    width: 100%;
    aspect-ratio: 19/20;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-mask-position: right;
    mask-position: right;
  }
}

@media only screen and (max-device-width: 400px), only screen and (max-width: 500px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container {
    aspect-ratio: 15/13;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container .swiper-wrapper {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container .swiper-wrapper .swiper-slide {
    pointer-events: none;
  }
}

.landing-slider-cards .pinned-container .slider-container .slider-container-image .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.landing-slider-stories {
  position: relative;
  display: grid;
  grid-template-columns: 28% 72%;
  grid-gap: 20px;
  gap: 20px;
  padding: 20px 0;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.landing-slider-stories .swiper-stories-button-prev,
.landing-slider-stories .swiper-stories-button-next {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .swiper-stories-button-prev,
  .landing-slider-stories .swiper-stories-button-next {
    width: 44px;
    height: 44px;
  }
}

.landing-slider-stories .title {
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .title .h0 {
    font-size: 56px;
  }
}

.landing-slider-stories .title .swiper-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: 20px;
  gap: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .title .swiper-nav {
    display: none;
  }
}

.landing-slider-stories .slider-container {
  width: 100%;
  overflow: hidden;
}

.landing-slider-stories .slider-container .swiper-nav {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .swiper-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 20px;
    gap: 20px;
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
  }
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper {
  margin-right: 20px;
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 8/9;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide {
    aspect-ratio: 2/3;
    padding: 16px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 80px;
  gap: 80px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header {
    grid-gap: 35px;
    gap: 35px;
  }
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 88px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #fff;
  color: var(--color_white);
  background-color: #000;
  background-color: var(--color_black);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header h2 {
    font-size: 40px;
    padding: 4px 8px;
  }
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header p {
  margin-bottom: 120px;
  max-width: 80%;
  font-size: 40px !important;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide header p {
    max-width: 100%;
    margin-bottom: 60px;
    font-size: 24px !important;
  }
}

.landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-slider-stories .slider-container .stories-swiper .swiper-wrapper .swiper-slide a {
    font-size: 18px;
    padding: 11px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}

.landing-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
  padding-top: 40px;
}

.landing-links .h0 {
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-links .h0 {
    font-size: 56px;
  }
}

.landing-links .links-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-links .links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.landing-links .links-container .link-container {
  position: relative;
  aspect-ratio: 453/394;
}

.landing-links .links-container .link-container .arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
}

.landing-links .links-container .link-container .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='454' height='394' viewBox='0 0 454 394' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348.5 0C359.546 0 368.5 8.95431 368.5 20V65C368.5 76.0457 377.454 85 388.5 85H433.5C444.546 85 453.5 93.9543 453.5 105V374C453.5 385.046 444.546 394 433.5 394H20.5C9.45431 394 0.5 385.046 0.5 374V20C0.5 8.9543 9.45431 0 20.5 0H348.5Z' fill='%23FF5A12'/%3E%3C/svg%3E%0A");
  mask-image: url("data:image/svg+xml,%3Csvg width='454' height='394' viewBox='0 0 454 394' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M348.5 0C359.546 0 368.5 8.95431 368.5 20V65C368.5 76.0457 377.454 85 388.5 85H433.5C444.546 85 453.5 93.9543 453.5 105V374C453.5 385.046 444.546 394 433.5 394H20.5C9.45431 394 0.5 385.046 0.5 374V20C0.5 8.9543 9.45431 0 20.5 0H348.5Z' fill='%23FF5A12'/%3E%3C/svg%3E%0A");
}

.landing-links .links-container .link-container .link .h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 44px;
  text-align: center;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  .landing-links .links-container .link-container .link .h4 {
    font-size: 32px;
  }
}

#flexible-banners {
  grid-column: span 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners {
    grid-column: span 12;
    z-index: 11;
  }
}

#flexible-banners .banner {
  position: -webkit-sticky;
  position: sticky;
  top: 156px;
  z-index: 99;
  width: 100%;
  max-width: 470px;
  padding: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .banner {
    position: fixed;
    top: unset;
    bottom: 6px;
    left: 6px;
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    padding: 16px;
  }

  #flexible-banners .banner.open a,
  #flexible-banners .banner.open p {
    display: block;
  }

  #flexible-banners .banner.open .btn-close .arrow {
    display: none;
  }

  #flexible-banners .banner.open .btn-close .cross {
    display: block;
  }
}

#flexible-banners .banner.hidden {
  display: none;
}

#flexible-banners .banner h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .banner h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    padding-right: 36px;
  }
}

.single-success-story #flexible-banners .banner h2 {
  text-transform: none;
  font-size: 32px;
  line-height: 1;
}

#flexible-banners .banner p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .banner p {
    font-size: 16px;
    display: none;
  }
}

.single-success-story #flexible-banners .banner p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

#flexible-banners .banner a {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #ff5a12;
  background-color: var(--color_orange);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#flexible-banners .banner a:hover {
  background-color: #ff8f73;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .banner a {
    display: none;
  }
}

#flexible-banners .banner .btn-close {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .banner .btn-close {
    display: block;
  }
}

#flexible-banners .banner .btn-close .cross {
  display: none;
}

#flexible-banners .banner .btn-close .arrow {
  display: block;
}

#flexible-banners .coworking-list {
  width: 100%;
  /* max-width: 345px; */
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  padding: 32px 16px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}

#flexible-banners .coworking-list .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-bottom: 1px solid var(--color_black);
  padding: 8px;
}

#flexible-banners .coworking-list ul li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  border-bottom: 1px solid #d1d1d6;
  border-bottom: 1px solid var(--color_neutral);
}

#flexible-banners .coworking-list ul li a:hover {
  background-color: #e1e1e1;
  background-color: var(--color_lightGrey);
}

#flexible-banners .links-list {
  width: 100%;
  padding: 32px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
  font-family: 'Roboto Condensed', sans-serif;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .links-list {
    padding: 16px;
  }
}

#flexible-banners .links-list .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  /* text-transform: uppercase; */
  margin-bottom: 16px;
  color: #1a1a1a;
  color: var(--color_blackLight);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .links-list .title {
    font-size: 28px;
  }
}

#flexible-banners .links-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#flexible-banners .links-list li + li {
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid var(--color_lightGrey);
}

#flexible-banners .links-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 32px 12px;
  color: #000;
  color: var(--color_black);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 16px;
  line-height: 120%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #flexible-banners .links-list a {
    font-size: 14px;
    padding: 16px 0;
  }
}

/* .icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 24px;
      color: var(--color_black);
      font-size: 22px;

      i,
      svg {
        width: 22px;
        height: 22px;
      }
    } */

#flexible-banners .links-list .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#flexible-banners .links-list .arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  color: var(--color_black);
  margin-left: auto;
}

#flexible-banners .newsletter {
  width: 100%;
  /* max-width: 345px; */
  padding: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
  font-family: 'Roboto Condensed', sans-serif;
}

#flexible-banners .newsletter .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#flexible-banners .newsletter > p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: none;
}

@media only screen and (min-width: 1919px) {
  #flexible-banners .newsletter > p {
    display: block;
  }
}

#flexible-banners .newsletter .input input {
  height: 30px;
  padding: 2px 10px;
  font-size: 16px;
}

#flexible-banners .newsletter .input input::-webkit-input-placeholder {
  font-size: 16px;
}

#flexible-banners .newsletter .input input:-moz-placeholder {
  font-size: 16px;
}

#flexible-banners .newsletter .input input::-moz-placeholder {
  font-size: 16px;
}

#flexible-banners .newsletter .input input:-ms-input-placeholder {
  font-size: 16px;
}

#flexible-banners .newsletter .input input::-ms-input-placeholder {
  font-size: 16px;
}

undefined {
  font-size: 16px;
}

undefined {
  font-size: 16px;
}

undefined {
  font-size: 16px;
}

undefined {
  font-size: 16px;
}

undefined {
  font-size: 16px;
}

#flexible-banners .newsletter .input input::placeholder {
  font-size: 16px;
}

#flexible-banners .newsletter .actions input {
  height: 30px;
  padding: 2px 10px;
  font-size: 16px;
}

/* SUCCESS STORIES 2026 */

#success-stories {
  background-color: #1a1a1a;
  background-color: var(--color_blackLight);
  padding-top: 136px;
  padding-bottom: 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 40px;
  gap: 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories {
    padding-top: 83px;
    padding-bottom: 48px;
    grid-gap: 24px;
    gap: 24px;
  }
}

#success-stories .page-intro {
  margin: 0 40px;
  max-width: 900px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories .page-intro {
    margin: 0 17px;
  }
}

#success-stories .page-intro h1 {
  text-transform: uppercase;
}

#success-stories .page-intro article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}

#success-stories section.blog.success-stories .posts {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (min-width: 1025px) {
  #success-stories section.blog.success-stories .posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.blog.success-stories .posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#success-stories section.picture_text .picture video,
#success-stories section.picture_text .picture iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#success-stories section.picture_text .picture iframe {
  border: 0;
}

#success-stories .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 16px 0;
  margin: 0 40px;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories .pagination {
    margin: 0 17px;
  }
}

#success-stories .pagination .page-numbers {
  width: 35px;
  height: 40px;
  border: 2px solid #000;
  border: 2px solid var(--color_black);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
}

#success-stories .pagination .page-numbers.current {
  background-color: #d9d9d9;
  background-color: var(--color_grey);
  border: 2px solid #d9d9d9;
  border: 2px solid var(--color_grey);
}

#success-stories .pagination .page-numbers.next {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.81812 1.92603L9.66562 10.1993L1.81812 18.4727' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#success-stories .pagination .page-numbers.prev {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18188 18.4724L1.33438 10.1991L9.18188 1.92578' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#success-stories section.success-hero {
  position: relative;
  margin: 0 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  height: -webkit-calc(-webkit-calc(1vh * 100) - 200px);
  height: -moz-calc(-moz-calc(1vh * 100) - 200px);
  height: calc(calc(1vh * 100) - 200px);
  height: -webkit-calc(-webkit-calc(var(--vh, 1vh) * 100) - 200px);
  height: -moz-calc(-moz-calc(var(--vh, 1vh) * 100) - 200px);
  height: calc(calc(var(--vh, 1vh) * 100) - 200px);
  max-height: 720px;
  background-color: #000;
  background-color: var(--color_black);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-hero {
    height: auto;
    min-height: 460px;
    padding: 24px 0;
    margin: 0 12px;
  }
}

#success-stories section.success-hero .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#success-stories section.success-hero .media img,
#success-stories section.success-hero .media video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#success-stories section.success-hero .media .desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-hero .media .desktop {
    display: none;
  }
}

#success-stories section.success-hero .media .mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-hero .media .mobile {
    display: block;
  }
}

#success-stories section.success-hero .content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 32px 36px;
  margin-left: 40px;
  max-width: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  color: #000;
  color: var(--color_black);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-hero .content {
    margin: 0 17px;
    max-width: -webkit-calc(100% - 34px);
    max-width: -moz-calc(100% - 34px);
    max-width: calc(100% - 34px);
    padding: 24px;
  }
}

#success-stories section.success-hero .content .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #d1d1d6;
  background-color: var(--color_neutral);
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
  font-weight: 700;
}

#success-stories section.success-hero .content h1 {
  text-transform: uppercase;
  color: #1a1a1a;
  color: var(--color_blackLight);
}

#success-stories section.success-hero .content p {
  color: #8e8e8e;
  color: var(--color_darkGrey);
}

#success-stories section.success-marquee {
  width: 100%;
  background-color: #1a1a1a;
  background-color: var(--color_blackLight);
  padding: 28px 0;
  overflow: hidden;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-marquee {
    padding: 20px 0;
  }
}

#success-stories section.success-marquee .marquee-title {
  margin: 0 40px 20px;
  color: #fff;
  color: var(--color_white);
  text-transform: uppercase;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-marquee .marquee-title {
    margin: 0 17px 16px;
  }
}

#success-stories section.success-marquee .track {
  width: 100%;
  overflow: hidden;
}

#success-stories section.success-marquee .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 72px;
  gap: 72px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 40px;
  margin: 0;
  list-style: none;
  -webkit-animation: success-marquee 28s linear infinite;
  -moz-animation: success-marquee 28s linear infinite;
  -o-animation: success-marquee 28s linear infinite;
  animation: success-marquee 28s linear infinite;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-marquee .logos {
    grid-gap: 40px;
    gap: 40px;
    padding: 0 17px;
  }
}

#success-stories section.success-marquee .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 170px;
  opacity: 0.6;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-marquee .logo {
    min-width: 110px;
  }
}

#success-stories section.success-marquee .logo img {
  height: 42px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-marquee .logo img {
    height: 34px;
  }
}

#success-stories section.success-marquee .logo:hover {
  opacity: 1;
}

#success-stories section.success-marquee .logo:hover img {
  -webkit-filter: none;
  filter: none;
}

@-webkit-keyframes success-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-moz-keyframes success-marquee {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-o-keyframes success-marquee {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes success-marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#success-stories section.success-two-columns {
  margin: 0 40px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  grid-gap: 24px;
  gap: 24px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-two-columns {
    margin: 0 12px;
    grid-template-columns: 1fr;
  }
}

#success-stories section.success-two-columns.content-picture .media {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#success-stories section.success-two-columns.content-picture .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#success-stories section.success-two-columns .media {
  position: relative;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #000;
  background-color: var(--color_black);
  min-height: 420px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-two-columns .media {
    min-height: 320px;
  }
}

#success-stories section.success-two-columns .media .media-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#success-stories section.success-two-columns .media img,
#success-stories section.success-two-columns .media video,
#success-stories section.success-two-columns .media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#success-stories section.success-two-columns .media iframe {
  border: 0;
}

#success-stories section.success-two-columns .media .caption {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  padding: 6px 14px;
  color: #000;
  color: var(--color_black);
}

#success-stories section.success-two-columns .content {
  background-color: #fff;
  background-color: var(--color_white);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 32px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 16px;
  gap: 16px;
  color: #3a3a3c;
  color: var(--color_grey800);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-two-columns .content {
    padding: 24px;
  }
}

#success-stories section.success-two-columns .content header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}

#success-stories section.success-two-columns .content header h4 {
  font-weight: 800;
}

#success-stories section.success-two-columns .content header .text {
  font-family: "Roboto Condensed", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

#success-stories section.success-two-columns .content header .text strong,
#success-stories section.success-two-columns .content header .text b {
  color: #ff5a12;
  color: var(--color_orange);
}

#success-stories section.success-two-columns .content header .button {
  margin-top: 8px;
}

#success-stories section.success-banner {
  position: relative;
  margin: 0 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  color: var(--color_white);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-banner {
    margin: 0 12px;
    min-height: 220px;
  }
}

#success-stories section.success-banner .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#success-stories section.success-banner .media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#success-stories section.success-banner .media .desktop {
  display: block;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-banner .media .desktop {
    display: none;
  }
}

#success-stories section.success-banner .media .mobile {
  display: none;
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-banner .media .mobile {
    display: block;
  }
}

#success-stories section.success-banner .media .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.55)), color-stop(45%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.15) 100%);
}

#success-stories section.success-banner .content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
  max-width: 45%;
  padding: 32px 40px;
  color: #fff;
  color: var(--color_white);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-banner .content {
    max-width: 100%;
    padding: 66px 24px;
  }
}

#success-stories section.success-banner .content h4 {
  font-weight: 800;
  /* text-transform: uppercase; */
}

#success-stories section.success-banner .content .text {
  /* color: rgba(255, 255, 255, 0.9); */
}

#success-stories section.success-banner.style-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-banner.style-centered {
    padding: 82px 24px;
  }
}

#success-stories section.success-banner.style-centered .content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding: 0;
}

#success-stories section.success-banner.style-centered .content h3 {
  text-transform: uppercase;
}

#success-stories section.success-banner.style-centered .media .overlay {
  background: rgba(0, 0, 0, 0.45);
}

#success-stories section.success-numbers {
  margin: 0 40px;
  padding: 32px 0;
  background-color: #1a1a1a;
  background-color: var(--color_blackLight);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  color: #fff;
  color: var(--color_white);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 2.8fr);
  grid-gap: 32px;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-numbers {
    margin: 0 12px;
    padding: 24px;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    gap: 24px;
  }
}

#success-stories section.success-numbers .intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-numbers .intro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#success-stories section.success-numbers .intro .text {
  color: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-numbers .intro .text {
    text-align: center;
  }
}

#success-stories section.success-numbers .stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  position: relative;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-numbers .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-numbers .stats {
    grid-template-columns: 1fr;
  }
}

#success-stories section.success-numbers .stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  grid-gap: 10px;
  gap: 10px;
  padding: 12px 8px;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  #success-stories section.success-numbers .stat:not(:first-of-type) {
    border-left: 1px solid #fff;
    border-left: 1px solid var(--color_white);
  }
}

#success-stories section.success-numbers .stat .value {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

#success-stories section.success-numbers .stat .label {
  color: rgba(255, 255, 255, 0.9);
}

#success-stories section.success-stories-grid {
  margin: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-stories-grid {
    margin: 0 12px;
  }
}

#success-stories section.success-stories-grid .stories-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  padding: 12px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-color: #000;
  background-color: var(--color_black);
  color: #fff;
  color: var(--color_white);
}

#success-stories section.success-stories-grid .stories-header .icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #161616;
  background-color: var(--color_blackBorder);
}

#success-stories section.success-stories-grid .stories-header h4 {
  /* text-transform: uppercase; */
  font-size: 32px;
  font-weight: 800;
  margin: 0;
}

#success-stories section.success-stories-grid .stories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}

@media only screen and (max-device-width: 1024px), only screen and (max-width: 1024px) {
  #success-stories section.success-stories-grid .stories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
  #success-stories section.success-stories-grid .stories-grid {
    grid-template-columns: 1fr;
  }
}

#success-stories section.success-stories-grid .story-card {
  background-color: #161616;
  background-color: var(--color_blackBorder);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  color: var(--color_white);
}

#success-stories section.success-stories-grid .story-card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#success-stories section.success-stories-grid .story-card .media {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  margin: 16px;
  aspect-ratio: 16/9;
  background-color: #0f0f0f;
}

#success-stories section.success-stories-grid .story-card .media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#success-stories section.success-stories-grid .story-card .media .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#success-stories section.success-stories-grid .story-card .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  padding: 0 20px 20px;
}

#success-stories section.success-stories-grid .story-card .category {
  color: #ff5a12;
  color: var(--color_orange);
  /* text-transform: uppercase; */
}

#success-stories section.success-stories-grid .story-card h4 {
  /* text-transform: uppercase; */
  font-weight: 700;
}

#success-stories section.success-stories-grid .story-card .button {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
  padding: 6px 12px;
  min-height: auto;
}
