@charset "UTF-8";
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro R-KL.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro M-KL.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro L-KL.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro H-KL.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Ryumin";
  src: url("../../fonts/Ryumin/A-OTF Ryumin Pro B-KL.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N B.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N H.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "kozuka";
  src: url("../../fonts/kozuka/kozuka Pr6N L.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Azuki";
  src: url("https://fukuume.itembox.design/item/azukiLB.ttf?t=20231010003714") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Damion";
  src: url("../../fonts/Damion/Damion-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HuiFont";
  src: url("../../fonts/HuiFont/HuiFont29.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.w-900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .w-900 {
    width: 100%;
    height: auto;
  }
  .w-900 img {
    height: auto;
  }
}

body, p, h1, h2, h3, h4 {
  margin: 0;
}

.hanatutumi-customer-voice {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .hanatutumi-review-bg {
    width: 100vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents {
  position: absolute;
  top: 5%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hanatutumi-customer-voice .customer-voice-contents .attention-mark {
  transform: translate(-135px, 4px);
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .attention-mark {
    transform: translate(-14.7vw, 0.4vw);
    width: 3.159vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .title {
  font-family: "Ryumin";
  font-weight: 600;
  color: #604C3F;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .title {
    font-size: 4.357vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .title .middle {
  font-size: 43px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .title .middle {
    font-size: 4.684vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .title .large {
  font-size: 52px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .title .large {
    font-size: 5.664vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container {
  margin-top: 85px;
  width: 93%;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container {
    margin-top: 9vw;
    gap: 9.259vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice {
  position: relative;
  background-color: #F4F0E9;
  box-shadow: 4px 4px 10px rgba(46, 24, 12, 0.2862745098), -4px -4px 10px rgba(46, 24, 12, 0.2862745098);
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0 0 30px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice {
    box-shadow: 0.43vw 0.43vw 1vw rgba(46, 24, 12, 0.2862745098), -0.43vw -0.43vw 1vw rgba(46, 24, 12, 0.2862745098);
    gap: 3.268vw;
    padding: 4.357vw 0 0 3.268vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .profile {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .profile {
    gap: 0.545vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .profile .hanatutumi-person-icon {
    width: 13.72vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .profile .name-and-age {
  font-family: "Kozuka";
  font-weight: normal;
  font-size: 18px;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .profile .name-and-age {
    font-size: 1.961vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container {
    margin-top: -2.179vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .star-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .star-container {
    gap: 1.089vw;
  }
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .star-container .five-star {
    width: 14.7vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .star-container p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #E0AC2D;
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .star-container p {
    font-size: 4.357vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .review-text {
  font-family: "Kozuka";
  font-weight: normal;
  font-size: 22px;
  color: #231815;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .review-text {
    font-size: 2.397vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .review-text .orange {
  color: #E95513;
  font-weight: 600;
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .bg-yellow-text {
  position: absolute;
  bottom: -50px;
  right: -25px;
  background-color: #FAC437;
  color: #231815;
  font-family: "Kozuka";
  font-weight: 600;
  font-size: 22px;
  border: 1px solid #231815;
  padding: 25px 12px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice .text-container .bg-yellow-text {
    bottom: -5.447vw;
    right: -2.6vw;
    font-size: 2.397vw;
    border: 0.1vw solid #231815;
    padding: 2.7vw 0.2vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(1) {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(1) {
    padding-bottom: 2.4vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(2) {
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(2) {
    padding-bottom: 5.447vw;
  }
}
.hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(3) {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .hanatutumi-customer-voice .customer-voice-contents .customer-voice-container .customer-voice:nth-child(3) {
    padding-bottom: 3.268vw;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImZvbnRzLnNjc3MiLCJiYXNlL2Jhc2Uuc2NzcyIsIl9taXhpbi5zY3NzIiwiY29tcG9uZW50cy9oYW5hdHV0dW1pL2hhbmF0dXR1bWktY3VzdG9tZXItdm9pY2Uuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUNyRkY7RUFDSTtFQUNBO0VBQ0E7RUFDQTs7QUNDQTtFRExKO0lBT1E7SUFDQTs7RUFDQTtJQUNJOzs7O0FBS1o7RUFDSTs7O0FFakJKO0VBQ0U7O0FES0U7RUNKRjtJQUVJOzs7QUFHSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOztBRFRGO0VDUUE7SUFHSTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBRHBCRjtFQ2dCQTtJQU1JOzs7QUFFRjtFQUNFOztBRHpCSjtFQ3dCRTtJQUdJOzs7QUFHSjtFQUNFOztBRC9CSjtFQzhCRTtJQUdJOzs7QUFJTjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEMUNGO0VDcUNBO0lBT0k7SUFDQTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRHZESjtFQytDRTtJQVVJO0lBQ0E7SUFDQTs7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7O0FEaEVOO0VDNkRJO0lBS0k7OztBRGxFUjtFQ29FTTtJQUVJOzs7QUFHSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FEOUVSO0VDeUVNO0lBT0k7OztBQUlOO0VBQ0U7O0FEckZOO0VDb0ZJO0lBR0k7OztBQUVGO0VBQ0U7RUFDQTtFQUNBOztBRDVGUjtFQ3lGTTtJQUtJOzs7QUQ5RlY7RUNnR1E7SUFFSTs7O0FBR0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUR6R1Y7RUNxR1E7SUFNSTs7O0FBSU47RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBRHBIUjtFQytHTTtJQU9JOzs7QUFFRjtFQUNFO0VBQ0E7O0FBR0o7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUR2SVI7RUM2SE07SUFZSTtJQUNGO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFOztBRGxKTjtFQ2lKSTtJQUdJOzs7QUFHSjtFQUNFOztBRHhKTjtFQ3VKSTtJQUdJOzs7QUFHSjtFQUNFOztBRDlKTjtFQzZKSTtJQUdJIiwiZmlsZSI6ImNvbXBvbmVudHMvaGFuYXR1dHVtaS9oYW5hdHV0dW1pLWN1c3RvbWVyLXZvaWNlLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgUi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTS1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDUwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgTC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDMwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgSC1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IDkwMDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAnUnl1bWluJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMvUnl1bWluL0EtT1RGXFwgUnl1bWluXFwgUHJvXFwgQi1LTC5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IGJvbGQ7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ2tvenVrYSc7XHJcbiAgc3JjOiB1cmwoJy4uLy4uL2ZvbnRzL2tvenVrYS9rb3p1a2FcXCBQcjZOXFwgUi5vdGYnKSBmb3JtYXQoJ29wZW50eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBNLm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogNTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEIub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcbkBmb250LWZhY2Uge1xyXG4gIGZvbnQtZmFtaWx5OiAna296dWthJztcclxuICBzcmM6IHVybCgnLi4vLi4vZm9udHMva296dWthL2tvenVrYVxcIFByNk5cXCBILm90ZicpIGZvcm1hdCgnb3BlbnR5cGUnKTtcclxuICBmb250LXdlaWdodDogOTAwO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdrb3p1a2EnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9rb3p1a2Eva296dWthXFwgUHI2TlxcIEwub3RmJykgZm9ybWF0KCdvcGVudHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0F6dWtpJztcclxuICBzcmM6IHVybCgnaHR0cHM6Ly9mdWt1dW1lLml0ZW1ib3guZGVzaWduL2l0ZW0vYXp1a2lMQi50dGY/dD0yMDIzMTAxMDAwMzcxNCcpIGZvcm1hdCgndHJ1ZXR5cGUnKTtcclxuICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgZm9udC1mYW1pbHk6ICdEYW1pb24nO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9EYW1pb24vRGFtaW9uLVJlZ3VsYXIudHRmJykgZm9ybWF0KCd0cnVldHlwZScpO1xyXG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgZm9udC1zdHlsZTogbm9ybWFsO1xyXG59XHJcblxyXG5AZm9udC1mYWNlIHtcclxuICBmb250LWZhbWlseTogJ0h1aUZvbnQnO1xyXG4gIHNyYzogdXJsKCcuLi8uLi9mb250cy9IdWlGb250L0h1aUZvbnQyOS50dGYnKSBmb3JtYXQoJ3RydWV0eXBlJyk7XHJcbiAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn0iLCJAaW1wb3J0ICcuLi9taXhpbic7XHJcblxyXG4udy05MDAge1xyXG4gICAgd2lkdGg6IDkwMHB4O1xyXG4gICAgbWFyZ2luLWxlZnQ6IGF1dG87XHJcbiAgICBtYXJnaW4tcmlnaHQ6IGF1dG87XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG5cclxuICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIGhlaWdodDogYXV0bztcclxuICAgICAgICBpbWcge1xyXG4gICAgICAgICAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG5ib2R5LHAsaDEsaDIsaDMsaDQge1xyXG4gICAgbWFyZ2luOiAwO1xyXG59IiwiJGJyZWFrcG9pbnQ6IChcclxuICAgIHNwOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiA3NjdweCknLFxyXG4gICAgdGFiOiAnc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMDI0cHgpJyxcclxuICAgIHBjOiAnc2NyZWVuIGFuZCAobWluLXdpZHRoOiAxMDI1cHgpJyxcclxuKTtcclxuXHJcbkBtaXhpbiBtcSgkYnApIHtcclxuICAgIEBtZWRpYSAje21hcC1nZXQoJGJyZWFrcG9pbnQsICRicCl9IHtcclxuICAgICAgICBAY29udGVudDtcclxuICAgIH1cclxufSIsIkBpbXBvcnQgXCIuLi8uLi9hcHAuc2Nzc1wiO1xyXG4uaGFuYXR1dHVtaS1jdXN0b21lci12b2ljZSB7XHJcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gIC5oYW5hdHV0dW1pLXJldmlldy1iZyB7XHJcbiAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgd2lkdGg6IDEwMHZ3O1xyXG4gICAgfVxyXG4gIH1cclxuICAuY3VzdG9tZXItdm9pY2UtY29udGVudHMge1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiA1JTtcclxuICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgZGlzcGxheTogZmxleDtcclxuICAgIGZsZXgtZGlyZWN0aW9uOiBjb2x1bW47XHJcbiAgICBhbGlnbi1pdGVtczogY2VudGVyO1xyXG4gICAgLmF0dGVudGlvbi1tYXJrIHtcclxuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTEzNXB4LCA0cHgpO1xyXG4gICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtMTQuN3Z3LCAwLjR2dyk7XHJcbiAgICAgICAgd2lkdGg6IDMuMTU5dnc7XHJcblxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICAudGl0bGUge1xyXG4gICAgICBmb250LWZhbWlseSA6XCJSeXVtaW5cIjtcclxuICAgICAgZm9udC13ZWlnaHQ6IDYwMDtcclxuICAgICAgY29sb3I6ICM2MDRDM0Y7XHJcbiAgICAgIGZvbnQtc2l6ZTogNDBweDtcclxuICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgZm9udC1zaXplOiA0LjM1N3Z3O1xyXG4gICAgICB9XHJcbiAgICAgIC5taWRkbGUge1xyXG4gICAgICAgIGZvbnQtc2l6ZTogNDNweDtcclxuICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgIGZvbnQtc2l6ZTogNC42ODR2dztcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgICAgLmxhcmdlIHtcclxuICAgICAgICBmb250LXNpemU6IDUycHg7XHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICBmb250LXNpemU6IDUuNjY0dnc7XHJcbiAgICAgICAgfVxyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgICAuY3VzdG9tZXItdm9pY2UtY29udGFpbmVyIHtcclxuICAgICAgbWFyZ2luLXRvcDogODVweDtcclxuICAgICAgd2lkdGg6IDkzJTtcclxuICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcclxuICAgICAgZ2FwOiA4NXB4O1xyXG4gICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICBtYXJnaW4tdG9wOiA5dnc7XHJcbiAgICAgICAgZ2FwOiA5LjI1OXZ3O1xyXG4gICAgICB9XHJcbiAgICAgIC5jdXN0b21lci12b2ljZSB7XHJcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNGNEYwRTk7XHJcbiAgICAgICAgYm94LXNoYWRvdzogNHB4IDRweCAxMHB4ICMyZTE4MGM0OSAsLTRweCAtNHB4IDEwcHggIzJlMTgwYzQ5IDtcclxuICAgICAgICBkaXNwbGF5OiBmbGV4O1xyXG4gICAgICAgIGdhcDogMzBweDtcclxuICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIHBhZGRpbmc6IDQwcHggMCAwIDMwcHg7XHJcbiAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICBib3gtc2hhZG93OiAwLjQzdncgMC40M3Z3IDF2dyAjMmUxODBjNDkgLC0wLjQzdncgLTAuNDN2dyAxdncgIzJlMTgwYzQ5IDtcclxuICAgICAgICAgIGdhcDogMy4yNjh2dztcclxuICAgICAgICAgIHBhZGRpbmc6IDQuMzU3dncgMCAwIDMuMjY4dnc7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5wcm9maWxlIHtcclxuICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XHJcbiAgICAgICAgICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xyXG4gICAgICAgICAgZ2FwOiA1cHg7XHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgZ2FwOiAwLjU0NXZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLmhhbmF0dXR1bWktcGVyc29uLWljb24ge1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICB3aWR0aDogMTMuNzJ2dztcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLm5hbWUtYW5kLWFnZSB7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcIktvenVrYVwiO1xyXG4gICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE4cHg7XHJcbiAgICAgICAgICAgIGNvbG9yOiAjMjMxODE1O1xyXG4gICAgICAgICAgICBsaW5lLWhlaWdodDogMS42O1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBmb250LXNpemU6IDEuOTYxdnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgLnRleHQtY29udGFpbmVyIHtcclxuICAgICAgICAgIG1hcmdpbi10b3A6IC0yMHB4O1xyXG4gICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IC0yLjE3OXZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgICAgLnN0YXItY29udGFpbmVyIHtcclxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcclxuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcclxuICAgICAgICAgICAgZ2FwOiAxMHB4O1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBnYXA6IDEuMDg5dnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLmZpdmUtc3RhciB7XHJcbiAgICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgICB3aWR0aDogMTQuN3Z3O1xyXG4gICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBwIHtcclxuICAgICAgICAgICAgICBmb250LWZhbWlseTogXCLmuLjjgrTjgrfjg4Pjgq/kvZNcIiwgWXVHb3RoaWMsIFwi5ri444K044K344OD44KvXCIsIFwiWXUgR290aGljXCIsIHNhbnMtc2VyaWY7XHJcbiAgICAgICAgICAgICAgY29sb3I6ICNFMEFDMkQ7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiA0MHB4O1xyXG4gICAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA1MDA7XHJcbiAgICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IDQuMzU3dnc7XHJcbiAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgICAucmV2aWV3LXRleHQge1xyXG4gICAgICAgICAgICBmb250LWZhbWlseTogXCJLb3p1a2FcIjtcclxuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAyMnB4O1xyXG4gICAgICAgICAgICBjb2xvcjogIzIzMTgxNTtcclxuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IDEuODtcclxuICAgICAgICAgICAgQGluY2x1ZGUgbXEodGFiKSB7XHJcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAyLjM5N3Z3O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIC5vcmFuZ2Uge1xyXG4gICAgICAgICAgICAgIGNvbG9yOiAjRTk1NTEzO1xyXG4gICAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICAgIC5iZy15ZWxsb3ctdGV4dCB7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgYm90dG9tOiAtNTBweDtcclxuICAgICAgICAgICAgcmlnaHQ6IC0yNXB4O1xyXG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkFDNDM3O1xyXG4gICAgICAgICAgICBjb2xvcjogIzIzMTgxNTtcclxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IFwiS296dWthXCI7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMjJweDtcclxuICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgIzIzMTgxNTtcclxuICAgICAgICAgICAgcGFkZGluZzogMjVweCAxMnB4O1xyXG4gICAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgICBib3R0b206IC01LjQ0N3Z3O1xyXG4gICAgICAgICAgICByaWdodDogLTIuNnZ3O1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDIuMzk3dnc7XHJcbiAgICAgICAgICAgIGJvcmRlcjogMC4xdncgc29saWQgIzIzMTgxNTtcclxuICAgICAgICAgICAgcGFkZGluZzogMi43dncgMC4ydnc7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgJjpudGgtY2hpbGQoMSkge1xyXG4gICAgICAgICAgcGFkZGluZy1ib3R0b206IDIwcHg7XHJcbiAgICAgICAgICBAaW5jbHVkZSBtcSh0YWIpIHtcclxuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IDIuNHZ3O1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgICAmOm50aC1jaGlsZCgyKSB7XHJcbiAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogNTBweDtcclxuICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogNS40NDd2d1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgICAmOm50aC1jaGlsZCgzKSB7XHJcbiAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogMzBweDtcclxuICAgICAgICAgIEBpbmNsdWRlIG1xKHRhYikge1xyXG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogMy4yNjh2dztcclxuICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuXHJcbiAgICB9XHJcbiAgfVxyXG59Il19 */
