@font-face {
  font-family: "Locator";
  src: local("Locator"), url("../fonts/Locator.otf") format("truetype");
}
@font-face {
  font-family: "Locator-medium";
  src: local("Locator-medium"), url("../fonts/Locator-medium.otf") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
}

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

#es-laroche.es-laroche {
  font-family: "Locator", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.2;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #000;
  background: #fff;
}
#es-laroche.es-laroche * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#es-laroche.es-laroche h2,
#es-laroche.es-laroche h3,
#es-laroche.es-laroche h4,
#es-laroche.es-laroche h5 {
  font-family: "Locator", sans-serif;
  color: #000;
}
#es-laroche.es-laroche .es-kv__logo {
  padding-left: 5%;
}
#es-laroche.es-laroche .es-kv__logo img {
  max-width: 200px;
}
#es-laroche.es-laroche .es-kv__wrapper {
  min-height: 290px;
  background: url("../images/bg-kv.png") no-repeat;
  background-size: cover;
  background-position: right;
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#es-laroche.es-laroche .es-kv__left {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  font-family: "Locator-medium", sans-serif;
  opacity: 0;
  -webkit-animation: slideright 0.8s ease forwards;
          animation: slideright 0.8s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#es-laroche.es-laroche .es-kv__right {
  opacity: 0;
  -webkit-animation: slideleft 0.8s ease forwards;
          animation: slideleft 0.8s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#es-laroche.es-laroche .es-kv__right img {
  padding-right: 40px;
  max-width: 270px;
}
#es-laroche.es-laroche .es-desc {
  margin: 32px auto;
  text-align: center;
}
#es-laroche.es-laroche .es-desc__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-desc__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-desc__wrapper {
  width: 100%;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#es-laroche.es-laroche .es-desc__single {
  width: 246px;
  margin: 20px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#es-laroche.es-laroche .es-desc__single p {
  font-size: 13px;
}
#es-laroche.es-laroche .es-desc__single:hover {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
#es-laroche.es-laroche .es-desc__item {
  text-transform: uppercase;
  font-family: "Locator-medium", sans-serif;
}
#es-laroche.es-laroche .es-effect {
  min-height: 314px;
  background: url("../images/bg-effect.png") no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #f7f4e6;
}
#es-laroche.es-laroche .es-effect__container {
  margin-left: auto;
  margin-right: 20px;
  padding: 25px 15px;
  max-width: 510px;
  text-align: center;
}
#es-laroche.es-laroche .es-effect__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-effect__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-effect__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 10px;
}
#es-laroche.es-laroche .es-effect__wrapper {
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#es-laroche.es-laroche .es-effect__single {
  margin: 15px auto;
  max-width: 150px;
  font-size: 13px;
}
#es-laroche.es-laroche .es-effect__single-wide {
  max-width: 220px;
}
#es-laroche.es-laroche .es-effect__item {
  margin: 0;
  text-transform: uppercase;
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-effect__percent {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #009ee3;
}
#es-laroche.es-laroche .es-effect__percent span {
  font-weight: 500;
  font-family: "Locator-medium", sans-serif;
  font-size: 40px;
}
#es-laroche.es-laroche .es-effect__percent span sup {
  font-family: "Locator", sans-serif;
  font-size: 55%;
}
#es-laroche.es-laroche .es-ingr {
  margin: 42px 0;
  text-align: center;
}
#es-laroche.es-laroche .es-ingr__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-ingr__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-ingr__wrapper {
  margin: 20px auto 0;
  width: 95%;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 2px;
}
#es-laroche.es-laroche .es-ingr__single {
  margin: 0 auto;
  overflow: hidden;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}
#es-laroche.es-laroche .es-ingr__single:hover .es-ingr__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#es-laroche.es-laroche .es-ingr__image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 135px;
  margin: 10px auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#es-laroche.es-laroche .es-ingr__item {
  max-width: 135px;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0 auto;
  font-size: 11px;
  text-transform: none;
  font-family: "Locator", sans-serif;
  font-weight: 100;
  text-align: left;
}
#es-laroche.es-laroche .es-use {
  margin: 32px auto;
}
#es-laroche.es-laroche .es-use__wrapper {
  min-height: 334px;
  background: url("../images/bg-use.png") no-repeat;
  background-size: cover;
  background-position: right;
}
#es-laroche.es-laroche .es-use__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 20px 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-use__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-use__subtitle {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  margin: 14px 10px;
  font-weight: 100;
}
#es-laroche.es-laroche .es-use__subtitle span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-cross {
  margin: 20px auto;
  text-align: center;
}
#es-laroche.es-laroche .es-cross__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 20px 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-cross__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-cross__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#es-laroche.es-laroche .es-cross__single {
  max-width: 250px;
  margin-bottom: 20px;
}
#es-laroche.es-laroche .es-cross__single:hover .es-cross__link::before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
#es-laroche.es-laroche .es-cross__single:hover .es-cross__image {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
#es-laroche.es-laroche .es-cross__number {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #009ee3;
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
  font-size: 160px;
  margin: 0 10px;
}
#es-laroche.es-laroche .es-cross__image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-bottom: 24px;
  max-height: 350px;
}
#es-laroche.es-laroche .es-cross__image img {
  max-width: none;
}
#es-laroche.es-laroche .es-cross__link {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #009ee3;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}
#es-laroche.es-laroche .es-cross__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
#es-laroche.es-laroche .es-obligations {
  width: 95%;
  margin: 40px auto;
  text-align: center;
}
#es-laroche.es-laroche .es-obligations__title {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 20px 10px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 100;
}
#es-laroche.es-laroche .es-obligations__title span {
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
}
#es-laroche.es-laroche .es-obligations__wrapper {
  width: 100%;
  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: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 10px;
}
#es-laroche.es-laroche .es-obligations__single {
  width: 320px;
  overflow: hidden;
  position: relative;
}
#es-laroche.es-laroche .es-obligations__single:hover .es-obligations__image {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#es-laroche.es-laroche .es-obligations__label {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 4px 10px;
  text-transform: uppercase;
  font-family: "Locator-medium", sans-serif;
  font-weight: 500;
  font-size: 13px;
}
#es-laroche.es-laroche .es-obligations__image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#es-laroche.es-laroche .es-footer {
  margin: 32px auto;
}
#es-laroche.es-laroche .es-footer p {
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 8px;
}

@media screen and (min-width: 768px) {
  .es-ingr__wrapper {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .es-ingr__single {
    -webkit-flex-basis: 20% !important;
        -ms-flex-preferred-size: 20% !important;
            flex-basis: 20% !important;
    width: 135px !important;
  }
  .es-cross__container {
    width: 768px;
    height: 998px;
    background: url("../images/bg-cross.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .es-cross__image {
    display: none;
  }
  .es-cross__number {
    margin: 0 0 !important;
    max-height: 160px !important;
  }
  .es-cross__title {
    margin: 0 0 10px 0 !important;
    font-size: 20px !important;
  }
  .es-cross__desc {
    padding: 0;
  }
  .es-cross__single {
    max-width: 200px !important;
    position: absolute;
    text-align: left;
  }
  .es-cross__single--1 {
    left: 20px;
    top: 20px;
  }
  .es-cross__single--2 {
    right: 20px;
    top: 300px;
  }
  .es-cross__single--3 {
    left: 20px;
    top: 520px;
  }
}
@media screen and (min-width: 655px) {
  .es-kv__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .es-kv__wrapper {
    width: 70%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .es-kv__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
  .es-kv__left p {
    text-align: right;
  }
  .es-use {
    margin: 32px auto;
  }
  .es-use__container {
    position: relative;
    min-height: 334px;
  }
  .es-use__wrapper {
    width: 100%;
    position: absolute;
    z-index: 1;
  }
  .es-use__left {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 5;
  }
}
@-webkit-keyframes slideright {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideright {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideleft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9zYXNzL3N0eWxlLnNjc3MiLCJzdHlsZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDRSxzQkFBQTtFQUNBLHFFQUFBO0FDREY7QURHQTtFQUNFLDZCQUFBO0VBQ0EsbUZBQUE7QUNERjtBRFVBOztFQUVFLFNBQUE7RUFDQSxVQUFBO0FDUkY7O0FEV0E7RUFDRSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUNSRjs7QUQwQkE7RUFDRSxrQ0FoQ1E7RUFpQ1IsZ0JBQUE7RUFDQSxlQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtFQUNBLGNBQUE7RUFDQSxVQUFBO0VBQ0EsZ0JBQUE7RUFDQSxXQUFBO0VBQ0EsZ0JBQUE7QUN2QkY7QUR5QkU7RUFDRSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUN2Qko7QUQwQkU7Ozs7RUFJRSxrQ0FuRE07RUFvRE4sV0FBQTtBQ3hCSjtBRDRCSTtFQUNFLGdCQUFBO0FDMUJOO0FENEJNO0VBQ0UsZ0JBQUE7QUMxQlI7QUQ2Qkk7RUFDRSxpQkFBQTtFQUNBLGdEQUFBO0VBQ0Esc0JBQUE7RUFDQSwwQkFBQTtFQUNBLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHlCQUFBO0VBQUEsMkJBQUE7S0FBQSxzQkFBQTtNQUFBLHNCQUFBO1VBQUEsbUJBQUE7RUFDQSxxQkFBQTtFQUFBLGlDQUFBO0tBQUEsa0JBQUE7TUFBQSxrQkFBQTtVQUFBLHlCQUFBO0FDM0JOO0FENkJJO0VBQ0Usa0JBQUE7RUFDQSx5QkFBQTtFQUNBLGVBQUE7RUFDQSxnQkFBQTtFQUNBLHlDQTVFRTtFQTZFRixVQUFBO0VBQ0EsZ0RBQUE7VUFBQSx3Q0FBQTtFQUNBLDZCQUFBO1VBQUEscUJBQUE7QUMzQk47QUQ2Qkk7RUFDRSxVQUFBO0VBQ0EsK0NBQUE7VUFBQSx1Q0FBQTtFQUNBLDZCQUFBO1VBQUEscUJBQUE7QUMzQk47QUQ0Qk07RUFDRSxtQkFB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Q0o7RUQvQkU7SUFDRSxhQUFBO0VDaUNKO0VEL0JFO0lBQ0Usc0JBQUE7SUFDQSw0QkFBQTtFQ2lDSjtFRC9CRTtJQUNFLDZCQUFBO0lBQ0EsMEJBQUE7RUNpQ0o7RUQvQkU7SUFDRSxVQUFBO0VDaUNKO0VEL0JFO0lBQ0UsMkJBQUE7SUFDQSxrQkFBQTtJQUNBLGdCQUFBO0VDaUNKO0VEaENJO0lBQ0UsVUFBQTtJQUNBLFNBQUE7RUNrQ047RURoQ0k7SUFDRSxXQUFBO0lBQ0EsVUFBQTtFQ2tDTjtFRGhDSTtJQUNFLFVBQUE7SUFDQSxVQUFBO0VDa0NOO0FBQ0Y7QUQ1QkE7RUFFSTtJQUNFLG9CQUFBO0lBQUEscUJBQUE7SUFBQSxpQkFBQTtJQUFBLG9CQUFBO0lBQUEsYUFBQTtJQUNBLHlCQUFBO1FBQUEscUJBQUE7WUFBQSxpQkFBQTtJQUNBLHlCQUFBO0lBQUEsMkJBQUE7T0FBQSxzQkFBQTtRQUFBLHNCQUFBO1lBQUEsbUJBQUE7RUM2Qko7RUQzQkU7SUFDRSxVQUFBO0lBQ0EsNEJBQUE7SUFBQSxnQkFBQTtPQUFBLHlCQUFBO1FBQUEsaUJBQUE7WUFBQSxRQUFBO0VDNkJKO0VEM0JFO0lBQ0UsNEJBQUE7SUFBQSxnQkFBQTtPQUFBLHlCQUFBO1FBQUEsaUJBQUE7WUFBQSxRQUFBO0lBQ0EsVUFBQTtFQzZCSjtFRDVCSTtJQUNFLGlCQUFBO0VDOEJOO0VEMUJBO0lBQ0UsaUJBQUE7RUM0QkY7RUQzQkU7SUFDRSxrQkFBQTtJQUNBLGlCQUFBO0VDNkJKO0VEM0JFO0lBQ0UsV0FBQTtJQUNBLGtCQUFBO0lBQ0EsVUFBQTtFQzZCSjtFRDNCRTtJQUNFLGtCQUFBO0lBQ0EsT0FBQTtJQUNBLFFBQUE7SUFDQSxVQUFBO0VDNkJKO0FBQ0Y7QUR6QkE7RUFDRTtJQUNFLFVBQUE7SUFDQSxxQ0FBQTtZQUFBLDZCQUFBO0VDMkJGO0VEeEJBO0lBQ0UsVUFBQTtJQUNBLGdDQUFBO1lBQUEsd0JBQUE7RUMwQkY7QUFDRjtBRG5DQTtFQUNFO0lBQ0UsVUFBQTtJQUNBLHFDQUFBO1lBQUEsNkJBQUE7RUMyQkY7RUR4QkE7SUFDRSxVQUFBO0lBQ0EsZ0NBQUE7WUFBQSx3QkFBQTtFQzBCRjtBQUNGO0FEdkJBO0VBQ0U7SUFDRSxVQUFBO0lBQ0Esb0NBQUE7WUFBQSw0QkFBQTtFQ3lCRjtFRHRCQTtJQUNFLFVBQUE7SUFDQSxnQ0FBQTtZQUFBLHdCQUFBO0VDd0JGO0FBQ0Y7QURqQ0E7RUFDRTtJQUNFLFVBQUE7SUFDQSxvQ0FBQTtZQUFBLDRCQUFBO0VDeUJGO0VEdEJBO0lBQ0UsVUFBQTtJQUNBLGdDQUFBO1lBQUEsd0JBQUE7RUN3QkY7QUFDRiIsImZpbGUiOiJzdHlsZS5jc3MifQ== */