/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/contactUs.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
.page-title-txt {
  font-size: 18px;
  color: #818181;
  display: inline-block;
}
@media (min-width: 544px) {
  .page-title-txt {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .page-title-txt {
    font-size: 24px;
  }
}

.form-check {
  margin-bottom: 10px;
  margin-top: 10px;
  /* creamos el marcador (escondido al no seleccionar) */
  /* mostramos el marcador al seleccionar */
  /* estilo del marcador */
}
.form-check .form-check-label {
  color: #818181;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: 16px;
  margin-top: 7px;
}
.form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check .form-check-input:checked ~ .checkmark {
  background-color: var(--skin-header-1-color);
}
.form-check .checkmark { /* stylelint-disable-line no-descending-specificity */
  position: absolute;
  top: 5px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #CFD8DC;
  border-radius: 20%;
}
.form-check .checkmark:after { /* stylelint-disable-line selector-pseudo-element-colon-notation */
  content: "";
  position: absolute;
  display: none;
}
.form-check .form-check-input:checked ~ .checkmark::after {
  display: block;
}
.form-check .checkmark::after { /* stylelint-disable-line no-descending-specificity */
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg); /* stylelint-disable-line property-no-vendor-prefix */
  -ms-transform: rotate(45deg); /* stylelint-disable-line property-no-vendor-prefix */
  transform: rotate(45deg);
}

.form-group.required .form-control-label::before {
  content: none;
}
.form-group.required .form-control-label::after {
  content: "*";
  color: #818181;
}
.form-group .form-control-label {
  color: #818181;
  font-size: 12px;
}
.form-group .form-control-label a {
  color: #21A7FF;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .form-group.big-label {
    margin-bottom: 20px;
  }
}
.form-group.big-label .form-control-label {
  font-size: 14px;
}
.form-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  border-color: #CFD8DC;
  color: var(--skin-header-1-color);
  height: 32px;
}
@media (min-width: 544px) {
  .form-group .form-control {
    height: 40px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .form-group .form-control {
    height: 48px;
    padding-left: 20px;
  }
}
.form-group .form-control[readonly] {
  background-color: transparent;
}
.form-group .pe-none {
  pointer-events: none;
}
.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
  margin: 0;
}
.form-group input[type=number] { /* stylelint-disable-line property-no-vendor-prefix */
  appearance: textfield;
  -moz-appearance: textfield; /* stylelint-disable-line property-no-vendor-prefix */
}
.form-group .invalid-feedback {
  color: var(--color-red2);
  font-size: 10px;
}
.form-group select,
.form-group select.form-control,
.form-group select.form-control.is-invalid {
  appearance: none;
  background-image: url("../../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
}
.form-group select:disabled {
  background-color: transparent;
}
.form-group select::after {
  position: relative;
  right: 20px;
}

.complete-check, .return-direction, .return-place, .shipping-method-option {
  cursor: pointer;
}

/* CSS para ocultar contenedores inactivos */
#direccion-content, #lugar-content, #informacion-adicional-content {
  display: none;
  overflow: hidden scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 472px;
  padding: 0 5px;
}
@media (max-height: 610px) {
  #direccion-content, #lugar-content, #informacion-adicional-content {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #direccion-content, #lugar-content, #informacion-adicional-content {
    height: 478px;
  }
}
#direccion-content.active, #lugar-content.active, #informacion-adicional-content.active {
  display: block;
}
#direccion-content::-webkit-scrollbar, #lugar-content::-webkit-scrollbar, #informacion-adicional-content::-webkit-scrollbar {
  display: none;
}
#direccion-content .close-address-modal:active, #lugar-content .close-address-modal:active, #informacion-adicional-content .close-address-modal:active {
  box-shadow: 0 0 0 0 transparent;
  background: transparent;
  color: var(--skin-header-1-color);
  border-color: black;
}
#direccion-content .close-address-modal:focus, #lugar-content .close-address-modal:focus, #informacion-adicional-content .close-address-modal:focus {
  box-shadow: unset;
}

@media (max-width: 992px) {
  .option-general {
    margin-bottom: 15px;
  }
}
.option-general .general-check-text {
  font-size: 10px;
  line-height: 12px;
  color: var(--skin-links-color);
}

.content-continue-form {
  margin-top: 25px;
}

#informacion-adicional-content .form-group, #informacion-adicional-content .form-control {
  margin-bottom: 0;
}
#informacion-adicional-content .form-group textarea, #informacion-adicional-content .form-control textarea {
  height: 129px;
  border-radius: 10px;
  margin-bottom: 15px;
}
#informacion-adicional-content .form-group::placeholder, #informacion-adicional-content .form-control::placeholder {
  color: #CFD8DC;
}

.return-direction,
.return-place {
  width: 29px;
  height: 18px;
}

.contact-us-banner {
  background-image: url("../images/contact-us.jpg");
  background-position-y: 20%;
}

.contact-us-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.contact-us-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contact-us-signup-alert.show {
  display: block;
}

.contact-us-content {
  max-width: 1001px;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center;
  height: 100%;
}

.contact-us-options {
  display: flex;
  justify-content: center;
  gap: 0 50px;
  margin-bottom: 40px;
}
@media (max-width: 543.98px) {
  .contact-us-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 10px;
    gap: 0;
    place-items: center;
  }
}

.contact-us-option {
  text-align: center;
  padding: 10px 0;
  width: 110px;
  position: relative;
  display: inline-block;
}
.contact-us-option > p {
  margin: 15px 0 0;
  color: #818181;
  width: 113px;
}
.contact-us-option > img {
  width: 63px;
  height: 63px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .contact-us-option {
    width: 101px;
  }
}
@media (max-width: 543.98px) {
  .contact-us-option {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}

.garantia-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 137px;
  text-align: center;
  padding: 10px 0;
}
.garantia-img > a img {
  height: 63px;
  width: 63px;
}
.garantia-img > p {
  margin: 15px 0 0;
  color: #818181;
  width: 145px;
}

.contact-us-tip {
  margin: 20px 0;
  color: #818181;
  font-size: 12px;
}
@media (max-width: 543.98px) {
  .contact-us-tip {
    font-size: 10px;
    line-height: 14px;
  }
}

.title-info {
  color: #818181;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 543.98px) {
  .title-info {
    font-size: 12px;
    line-height: 14px;
  }
}

.solicitud {
  height: 129px !important;
  border-radius: 20px !important;
}

.submit-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit-section a {
  width: 520px;
}
@media (max-width: 991.98px) {
  .submit-section a {
    width: 664px;
  }
}

.custom-page-content-contact-us {
  width: 85%;
  max-width: 1597px;
  padding: 0;
  margin-bottom: 120px;
}
.custom-page-content-contact-us h1.custom-page-title-contact-us {
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  color: #818181;
  line-height: 3vw;
}
@media (max-width: 991.98px) {
  .custom-page-content-contact-us h1.custom-page-title-contact-us {
    font-size: 24px;
  }
}
@media (max-width: 543.98px) {
  .custom-page-content-contact-us h1.custom-page-title-contact-us {
    font-size: 18px;
  }
}
.custom-page-content-contact-us .gray-section {
  color: #CFD8DC;
  background: #CFD8DC;
  height: 1px;
  margin-top: 0.5px;
  width: calc(100% - 35px);
}
.custom-page-content-contact-us .red-section {
  width: 35px;
  -webkit-box-flex: 0;
  border-radius: 50px;
  background: #E23A29;
  height: 2px;
}
.custom-page-content-contact-us .title-landing {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .custom-page-content-contact-us .title-landing {
    font-size: 20px;
  }
}
@media (max-width: 543.98px) {
  .custom-page-content-contact-us .title-landing {
    font-size: 16px;
  }
}
.custom-page-content-contact-us .sub-title-landing {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .custom-page-content-contact-us .sub-title-landing {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 543.98px) {
  .custom-page-content-contact-us .sub-title-landing {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
}
.custom-page-content-contact-us .questions-form-content {
  max-width: 1001px;
  margin: 0 auto;
  padding: 20px 0;
}
.custom-page-content-contact-us .questions-form-content h1.text-center {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 991.98px) {
  .custom-page-content-contact-us {
    width: 86.5%;
  }
}
.custom-page-content-contact-us .contact-us-warranty {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #818181;
}

.instructions > small {
  color: #818181;
  font-size: 14px;
  margin: 10px 0;
}

.container--botones {
  width: 520px;
  margin: 50px auto;
  text-align: center;
}
@media (max-width: 543.98px) {
  .container--botones {
    width: 100%;
  }
}

.contact-us-msg {
  color: #818181;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.contact-us-msg .valid-img {
  width: 239px;
  height: 239px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 543.98px) {
  .contact-us-msg .valid-img {
    width: 179px;
    height: 179px;
  }
}
.contact-us-msg .content-asset a {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .contact-us-msg .content-asset a {
    height: 44px;
    padding-top: 10px;
  }
}
.contact-us-msg .valid-msg h3 {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 543.98px) {
  .contact-us-msg .valid-msg h3 {
    font-size: 12px;
    line-height: 16px;
  }
}
.contact-us-msg .valid-msg p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 543.98px) {
  .contact-us-msg .valid-msg p {
    font-size: 12px;
    line-height: 16px;
  }
}
.contact-us-msg .case-title {
  margin-top: 20px;
  margin-bottom: 3px;
}

#file-inputs-container {
  text-align: center;
}

.custom-dropzone {
  width: 100%;
  height: 48px;
  background-color: #f44336;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .custom-dropzone {
    height: 40px;
  }
}
@media (max-width: 543.98px) {
  .custom-dropzone {
    height: 32px;
    font-size: 12px;
  }
}

.file-list {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  color: #818181;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}

.file-item {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 543.98px) {
  .file-item {
    font-size: 12px;
  }
}

.clear-all-files {
  color: #E23A29;
  text-decoration: underline;
  display: none;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 543.98px) {
  .clear-all-files {
    font-size: 12px;
  }
}

.clear-all-files:hover {
  color: darkred;
}

@media (min-width: 992px) {
  .custom-modal:not(.on-request) .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    max-width: 640px;
  }
  .custom-modal .modal-content {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .custom-modal {
    padding-right: 0 !important;
  }
  .custom-modal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    height: 100%;
    max-width: 100% !important;
  }
  .custom-modal .modal-content {
    width: 100%;
    border-radius: 0;
    padding: 40px 30px;
  }
}
.custom-modal .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-modal .modal-dialog-centered {
  display: flex;
  align-items: center;
}

.fileUpload-icon {
  width: 150px;
  height: 150px;
}
@media (max-width: 543.98px) {
  .fileUpload-icon {
    width: 84px;
    height: 84px;
  }
}

.modal-footer-custom {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 543.98px) {
  .modal-footer-custom button {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
  }
}

.modal-header-custom {
  border-bottom: none;
}

.modal-title-custom {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #818181;
  margin-bottom: 40px;
}
@media (max-width: 543.98px) {
  .modal-title-custom {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }
}

.contact-msg {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #818181;
}
@media (max-width: 543.98px) {
  .contact-msg {
    font-size: 12px;
    line-height: 14px;
  }
}

.file-types-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #818181;
  margin-top: 10px;
  display: block;
}
@media (max-width: 991.98px) {
  .file-types-text {
    font-size: 10px;
  }
}

.svg-chat-bot {
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg width="62" height="62" viewBox="0 0 62 62" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="62" height="62" rx="12" fill="%2355565A"/%3E%3Cpath d="M43 30.3139C43 36.0101 37.627 40.6278 31 40.6278C29.8114 40.6304 28.6277 40.4788 27.4795 40.177C26.6035 40.6131 24.592 41.45 21.208 41.9952C20.908 42.0423 20.68 41.7358 20.7985 41.4618C21.3295 40.23 21.8095 38.5886 21.9535 37.0916C20.116 35.2793 19 32.9071 19 30.3139C19 24.6177 24.373 20 31 20C37.627 20 43 24.6177 43 30.3139ZM25.75 25.8937C25.5511 25.8937 25.3603 25.9713 25.2197 26.1094C25.079 26.2476 25 26.435 25 26.6304C25 26.8258 25.079 27.0131 25.2197 27.1513C25.3603 27.2895 25.5511 27.3671 25.75 27.3671H36.25C36.4489 27.3671 36.6397 27.2895 36.7803 27.1513C36.921 27.0131 37 26.8258 37 26.6304C37 26.435 36.921 26.2476 36.7803 26.1094C36.6397 25.9713 36.4489 25.8937 36.25 25.8937H25.75ZM25.75 29.5772C25.5511 29.5772 25.3603 29.6548 25.2197 29.793C25.079 29.9311 25 30.1185 25 30.3139C25 30.5093 25.079 30.6967 25.2197 30.8348C25.3603 30.973 25.5511 31.0506 25.75 31.0506H36.25C36.4489 31.0506 36.6397 30.973 36.7803 30.8348C36.921 30.6967 37 30.5093 37 30.3139C37 30.1185 36.921 29.9311 36.7803 29.793C36.6397 29.6548 36.4489 29.5772 36.25 29.5772H25.75ZM25.75 33.2607C25.5511 33.2607 25.3603 33.3384 25.2197 33.4765C25.079 33.6147 25 33.8021 25 33.9975C25 34.1928 25.079 34.3802 25.2197 34.5184C25.3603 34.6565 25.5511 34.7342 25.75 34.7342H31.75C31.9489 34.7342 32.1397 34.6565 32.2803 34.5184C32.421 34.3802 32.5 34.1928 32.5 33.9975C32.5 33.8021 32.421 33.6147 32.2803 33.4765C32.1397 33.3384 31.9489 33.2607 31.75 33.2607H25.75Z" fill="white"/%3E%3C/svg%3E');
  width: 63px;
  height: 66px;
  margin-left: 22%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gratitude-msg {
  color: #818181;
  font-size: 14px;
}
@media (max-width: 543.98px) {
  .gratitude-msg {
    font-size: 12px;
  }
}

.svg-telephone {
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg width="63" height="64" viewBox="0 0 63 64" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.210938" y="0.713379" width="62.5728" height="62.5728" rx="12" fill="%2355565A"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M39.6774 35.1874C38.7859 34.6542 37.6259 34.0588 36.5757 34.4885C35.7702 34.8182 35.2557 36.0794 34.7339 36.7235C34.4657 37.054 34.1461 37.1056 33.7346 36.94C30.7103 35.7353 28.3926 33.7163 26.7238 30.9345C26.4411 30.502 26.4918 30.1612 26.8325 29.7604C27.3369 29.1669 27.9698 28.4929 28.1062 27.6927C28.2426 26.8928 27.8674 25.9575 27.5367 25.2452C27.1141 24.335 26.6416 23.0369 25.7301 22.5221C24.8915 22.0485 23.7877 22.3136 23.041 22.9217C21.7521 23.9713 21.1302 25.6157 21.1488 27.246C21.1542 27.7091 21.2111 28.1711 21.3192 28.6181C21.5793 29.6934 22.0762 30.6973 22.6355 31.6519C23.0572 32.3715 23.5154 33.0699 24.0099 33.7417C25.6276 35.9392 27.6401 37.8489 29.9703 39.2761C31.1346 39.9892 32.3888 40.6146 33.6874 41.0437C35.1439 41.5248 36.4415 42.0258 38.0142 41.7271C39.6608 41.4144 41.2841 40.3954 41.9376 38.8085C42.131 38.3389 42.2281 37.8155 42.1198 37.3193C41.8959 36.2935 40.5072 35.6836 39.6774 35.1874Z" fill="white"/%3E%3C/svg%3E');
  width: 63px;
  height: 66px;
  margin-left: 22%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.svg-whats-app {
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg width="63" height="64" viewBox="0 0 63 64" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.210938" y="0.713379" width="62.5728" height="62.5728" rx="12" fill="%2300BB2D"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M31.4973 10.7134C19.7598 10.7134 10.2109 20.2623 10.2109 31.9997C10.2109 36.1285 11.3831 40.0942 13.6108 43.536L10.3772 50.6589C10.0792 51.3156 10.1877 52.085 10.6556 52.6336C11.014 53.0539 11.5337 53.2862 12.0699 53.2862C12.2337 53.2862 12.3989 53.2646 12.5616 53.2199L21.4713 50.7755C24.5471 52.4203 27.9965 53.2862 31.4973 53.2862C43.2347 53.2862 52.7838 43.7371 52.7838 31.9997C52.7838 20.2623 43.2347 10.7134 31.4973 10.7134ZM31.4973 49.5686C28.3885 49.5686 25.3295 48.7414 22.6512 47.1765C22.3641 47.0088 22.04 46.9228 21.7135 46.9228C21.5486 46.9228 21.3833 46.9448 21.2217 46.989L15.4012 48.5859L17.4285 44.12C17.7041 43.5127 17.6335 42.8046 17.2433 42.2641C15.0748 39.2583 13.9286 35.7091 13.9286 31.9997C13.9286 22.3123 21.8098 14.4311 31.4973 14.4311C41.1849 14.4311 49.0661 22.3123 49.0661 31.9997C49.0661 41.6872 41.1849 49.5686 31.4973 49.5686Z" fill="white"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M39.6774 35.1874C38.7859 34.6542 37.6259 34.0588 36.5757 34.4885C35.7702 34.8182 35.2557 36.0794 34.7339 36.7235C34.4657 37.054 34.1461 37.1056 33.7346 36.94C30.7103 35.7353 28.3926 33.7163 26.7238 30.9345C26.4411 30.502 26.4918 30.1612 26.8325 29.7604C27.3369 29.1669 27.9698 28.4929 28.1062 27.6927C28.2426 26.8928 27.8674 25.9575 27.5367 25.2452C27.1141 24.335 26.6416 23.0369 25.7301 22.5221C24.8915 22.0485 23.7877 22.3136 23.041 22.9217C21.7521 23.9713 21.1302 25.6157 21.1488 27.246C21.1542 27.7091 21.2111 28.1711 21.3192 28.6181C21.5793 29.6934 22.0762 30.6973 22.6355 31.6519C23.0572 32.3715 23.5154 33.0699 24.0099 33.7417C25.6276 35.9392 27.6401 37.8489 29.9703 39.2761C31.1346 39.9892 32.3888 40.6146 33.6874 41.0437C35.1439 41.5248 36.4415 42.0258 38.0142 41.7271C39.6608 41.4144 41.2841 40.3954 41.9376 38.8085C42.131 38.3389 42.2281 37.8155 42.1198 37.3193C41.8959 36.2935 40.5072 35.6836 39.6774 35.1874Z" fill="white"/%3E%3C/svg%3E');
  width: 63px;
  height: 66px;
  margin-left: 22%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.svg-warranty {
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg width="66" height="66" viewBox="0 0 66 66" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg style="mix-blend-mode:multiply"%3E%3Cpath d="M44.4726 3.24756L43.875 4.81523H44.8785L45.8637 3.24756H44.4726Z" fill="%23BCBEC0"/%3E%3Cpath d="M53.0898 40.7656V52.3552C53.0898 54.1593 51.6559 55.6274 49.8915 55.6274H11.1519V47.6563H8.125V58.7255H49.8915C53.3243 58.7255 56.1187 55.868 56.1187 52.3552V40.7656H53.0918H53.0898Z" fill="%23BCBEC0"/%3E%3Cpath d="M14.6881 0C11.2553 0 8.46094 2.85748 8.46094 6.37024V11.0691H11.1533V6.37024C11.1533 4.56617 12.5893 3.09803 14.3515 3.09803H53.0912V17.9598H56.1181V0H14.686H14.6881Z" fill="%23BCBEC0"/%3E%3Cpath d="M16.9994 6.26659C16.9423 6.04886 16.8485 5.85393 16.72 5.68182C16.5833 5.50141 16.4099 5.35833 16.2019 5.25672C16 5.15719 15.7634 5.10742 15.4982 5.10742C15.023 5.10742 14.6232 5.28368 14.3376 5.61754C14.0684 5.93273 13.9297 6.32673 13.9297 6.78708V11.1376C13.9297 11.3491 13.9623 11.5544 14.0235 11.7472C14.0929 11.9587 14.1989 12.1454 14.3397 12.303C14.4763 12.4585 14.6436 12.5829 14.8353 12.6721C15.0332 12.7675 15.2575 12.8152 15.4982 12.8152C15.9816 12.8152 16.3814 12.6472 16.6608 12.332C16.926 12.0293 17.0606 11.6353 17.0606 11.1604V7.48589H17.0769V6.88453C17.0769 6.66888 17.0504 6.45944 17.0014 6.26659H16.9994Z" fill="%23BCBEC0"/%3E%3Cpath d="M21.7159 5.62998C21.4344 5.28783 21.0305 5.10742 20.5451 5.10742C19.8373 5.10742 19.3152 5.49105 19.0704 6.18572L19.0622 6.21475C19.0418 6.2894 19.0235 6.37027 19.0072 6.45944C18.9868 6.56727 18.9766 6.6751 18.9766 6.77878V12.8069H20.5308L20.5675 12.8152H22.1054V6.77671C22.1054 6.33087 21.9729 5.94517 21.7138 5.62998H21.7159Z" fill="%23BCBEC0"/%3E%3Cpath d="M26.7097 10.6503C26.7892 10.5383 26.8586 10.418 26.9157 10.2957C27.0218 10.0634 27.0748 9.81252 27.0748 9.54917V6.78708C27.0748 6.33917 26.9483 5.9514 26.6975 5.63827C26.4221 5.29198 26.0121 5.10742 25.5124 5.10742H24.0234V12.8152H25.5777V12.7944L25.5818 12.8152H27.1645L26.7077 10.6503H26.7097Z" fill="%23BCBEC0"/%3E%3Cpath d="M31.7159 5.62998C31.4344 5.28783 31.0305 5.10742 30.5451 5.10742C29.8373 5.10742 29.3151 5.49105 29.0704 6.18572L29.0622 6.21475C29.0418 6.2894 29.0235 6.37027 29.0072 6.45944C28.9868 6.56727 28.9766 6.6751 28.9766 6.77878V12.8069H30.5308L30.5675 12.8152H32.1054V6.77671C32.1054 6.33087 31.9729 5.9431 31.7138 5.62998H31.7159Z" fill="%23BCBEC0"/%3E%3Cpath d="M37.1465 12.8069L37.1384 6.76219C37.1384 6.54238 37.0976 6.3288 37.016 6.12766C36.9365 5.93273 36.8284 5.76062 36.6917 5.61339C36.555 5.46616 36.3959 5.34589 36.2164 5.25465C36.0206 5.15719 35.8085 5.10742 35.5841 5.10742C35.1109 5.10742 34.7112 5.28161 34.4256 5.60924C34.1523 5.92236 34.0156 6.31428 34.0156 6.77671V12.8152H35.5699L35.6147 12.8069H37.1465Z" fill="%23BCBEC0"/%3E%3Cpath d="M38.7344 5.10742V6.72072H39.5462V12.8152H41.0841V6.72072H41.8571V5.10742H38.7344Z" fill="%23BCBEC0"/%3E%3Cpath d="M45.148 5.10742H43.5938V12.8152H45.148V5.10742Z" fill="%23BCBEC0"/%3E%3Cpath d="M49.7862 5.62998C49.5047 5.28783 49.1008 5.10742 48.6174 5.10742C47.9097 5.10742 47.3855 5.49105 47.1427 6.18572L47.1325 6.2189C47.1121 6.29355 47.0958 6.37235 47.0795 6.45529C47.0591 6.56312 47.0469 6.67095 47.0469 6.77878V12.8069H48.6011L48.6378 12.8152H50.1757V6.77671C50.1757 6.33087 50.0432 5.94517 49.7841 5.62998H49.7862ZM48.6113 6.69998C48.6113 6.69998 48.6113 6.69998 48.6113 6.69791V6.69998Z" fill="%23BCBEC0"/%3E%3Cpath d="M34.6747 46.4349C34.3953 46.0907 33.9894 45.9082 33.504 45.9082C32.7962 45.9082 32.272 46.2918 32.0293 46.9886L32.0211 47.0176C32.0007 47.0923 31.9824 47.1731 31.9681 47.2561C31.9477 47.3639 31.9375 47.4697 31.9375 47.5796V53.6097H33.4917L33.5284 53.618H35.0664V47.5816C35.0664 47.1358 34.9338 46.7501 34.6768 46.437L34.6747 46.4349Z" fill="%23BCBEC0"/%3E%3Cpath d="M40.1054 53.6097L40.0973 47.563C40.0973 47.3432 40.0565 47.1296 39.9749 46.9284C39.8953 46.7356 39.7872 46.5614 39.6506 46.4142C39.5792 46.3375 39.4996 46.267 39.416 46.2047C39.516 46.1239 39.6016 46.0243 39.6649 45.902C39.7199 45.7962 39.7526 45.6988 39.7668 45.6096C39.7934 45.5163 39.8076 45.423 39.8076 45.3317V44.5334H38.439V44.5479C38.2758 44.5147 38.1004 44.5292 37.9311 44.5956L37.7394 44.6848L37.6986 44.72C37.5864 44.8133 37.5048 44.9108 37.4334 45.0373L37.3825 45.1493C37.3641 45.1907 37.3417 45.2488 37.3294 45.3089C37.2988 45.4085 37.2825 45.508 37.2825 45.6055V46.3789L37.4151 46.3852C37.4151 46.3852 37.3967 46.4038 37.3865 46.4142C37.1153 46.7273 36.9766 47.1213 36.9766 47.5816V53.618H38.5308L38.5757 53.6097H40.1075H40.1054Z" fill="%23BCBEC0"/%3E%3Cpath d="M44.8977 46.6219C44.7468 46.4 44.5652 46.2279 44.347 46.1097C44.1287 45.9936 43.884 45.9272 43.5984 45.9106H43.5719H43.5454C43.2802 45.9293 43.0355 45.9977 42.8172 46.1139L42.8091 46.118C42.6112 46.23 42.4338 46.3959 42.2828 46.6095C42.1054 46.8562 42.0156 47.1839 42.0156 47.582V52.0155C42.0319 52.283 42.0911 52.5318 42.1972 52.7661C42.2971 52.9735 42.4501 53.1622 42.652 53.3281C42.8886 53.5209 43.2027 53.6184 43.5841 53.6184C43.9656 53.6184 44.2715 53.5209 44.5102 53.326C44.7162 53.158 44.8712 52.9527 44.9691 52.7267C45.069 52.5028 45.1282 52.2456 45.1445 51.9615V47.5799C45.1445 47.188 45.0609 46.8645 44.8957 46.6219H44.8977Z" fill="%23BCBEC0"/%3E%3Cpath d="M50.1751 48.2888V47.6874C50.1751 47.4821 50.1506 47.281 50.1037 47.0943C50.0527 46.8849 49.967 46.69 49.8487 46.5179C49.7162 46.325 49.5428 46.1736 49.3327 46.0679C49.1267 45.9621 48.886 45.9082 48.6209 45.9082C47.9314 45.9082 47.4011 46.2877 47.1686 46.9512C47.1298 47.0549 47.1013 47.1586 47.0829 47.2602C47.0625 47.3681 47.0523 47.48 47.0523 47.5879V49.0601C47.0523 49.2737 47.0972 49.4749 47.187 49.6615C47.2645 49.817 47.3644 49.958 47.4848 50.0825C47.5867 50.1861 47.701 50.2836 47.8233 50.3686C47.9396 50.4495 48.0579 50.5221 48.1599 50.5739L48.5311 50.7833C48.5943 50.8041 48.5943 50.8601 48.5943 50.8601V51.2395H47.0156L47.0666 52.1457C47.0748 52.2784 47.1013 52.4091 47.1482 52.5605C47.2645 52.8964 47.4562 53.1597 47.7152 53.3402C47.9722 53.5247 48.2762 53.618 48.6188 53.618C48.8615 53.618 49.0839 53.5703 49.2817 53.4749C49.4775 53.3816 49.6468 53.2531 49.7835 53.0892C49.912 52.9358 50.0099 52.7554 50.0792 52.548C50.1425 52.3552 50.1731 52.1499 50.1731 51.9404V50.7792C50.1731 50.576 50.1323 50.3852 50.0548 50.2131C49.9895 50.0659 49.9018 49.9269 49.7937 49.8025C49.6917 49.6864 49.5754 49.5827 49.451 49.4998C49.3531 49.4313 49.247 49.3629 49.1267 49.2945L48.6841 49.0353C48.6535 49.0166 48.629 48.9979 48.6045 48.9793L48.5943 48.2888H50.1731H50.1751Z" fill="%23BCBEC0"/%3E%3Cpath d="M0 21.7549H4.63007V43.8765H11.3794V14.8496H0V21.7549Z" fill="%23BCBEC0"/%3E%3Cpath d="M51.1342 14.5715C47.3037 14.5715 43.6628 16.0666 40.8828 18.7831L40.4136 19.2434L40.8379 19.7452C42.7246 21.9765 43.2406 23.8925 43.3793 24.836L43.6465 26.6567L44.6256 25.1118C46.0472 22.8723 48.3582 21.6385 51.1342 21.6385C55.5215 21.6385 59.091 25.2902 59.091 29.7775C59.091 34.2649 55.5215 37.9166 51.1342 37.9166C46.5204 37.9166 43.3977 34.6921 43.1794 29.6987C42.7817 20.6224 36.8095 14.5259 28.3163 14.5259C19.8231 14.5259 13.4531 21.3461 13.4531 29.7299C13.4531 38.1136 20.1208 44.9338 28.3163 44.9338C32.259 44.9338 35.6265 43.5942 38.325 40.9566L38.8186 40.4734L38.3474 39.9695C37.8579 39.4449 36.8197 37.4666 36.0446 34.7087L35.6612 33.3504L34.8392 34.4868C33.3278 36.5729 30.8292 37.8689 28.3163 37.8689C23.9289 37.8689 20.3595 34.2172 20.3595 29.7299C20.3595 25.2425 23.9289 21.5908 28.3163 21.5908C33.0259 21.5908 35.9263 24.5914 36.2731 29.8232C36.8748 38.8891 42.849 44.9815 51.1342 44.9815C59.4194 44.9815 65.9973 38.1613 65.9973 29.7775C65.9973 21.3938 59.3296 14.5736 51.1342 14.5736V14.5715Z" fill="%23BCBEC0"/%3E%3C/g%3E%3Cpath d="M53.8217 40.7656V51.9405C53.8217 53.9727 52.1941 55.6274 50.1952 55.6274H11.1455V47.6563H8.91406V57.896H50.1952C53.424 57.896 56.0511 55.2252 56.0511 51.9405V40.7656H53.8217Z" fill="%23414042"/%3E%3Cmask id="mask0_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="40" width="49" height="18"%3E%3Cpath d="M53.8217 40.7656V51.9405C53.8217 53.9727 52.1941 55.6274 50.1952 55.6274H11.1455V47.6563H8.91406V57.896H50.1952C53.424 57.896 56.0511 55.2252 56.0511 51.9405V40.7656H53.8217Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask0_26505_91734)"%3E%3Cpath d="M56.0511 40.7656H8.91406V57.896H56.0511V40.7656Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M14.772 0C11.5412 0 8.91406 2.67085 8.91406 5.95551V10.2397H11.1455V5.95551C11.1455 3.92334 12.7711 2.26857 14.772 2.26857H53.8217V17.1304H56.0511V0H14.772Z" fill="%23414042"/%3E%3Cmask id="mask1_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="8" y="0" width="49" height="18"%3E%3Cpath d="M14.772 0C11.5412 0 8.91406 2.67085 8.91406 5.95551V10.2397H11.1455V5.95551C11.1455 3.92334 12.7711 2.26857 14.772 2.26857H53.8217V17.1304H56.0511V0H14.772Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask1_26505_91734)"%3E%3Cpath d="M56.0511 0H8.91406V17.1304H56.0511V0Z" fill="%23414042"/%3E%3C/g%3E%3Cg style="mix-blend-mode:multiply" opacity="0.75"%3E%3Cpath d="M19.7291 62.3315H19.1641V65.9625H19.7291V62.3315Z" fill="%23939598"/%3E%3Cpath d="M22.5349 64.9796L20.6788 62.3315H20.1484V65.9604H20.7155V63.3829L22.5226 65.9604H23.1019V62.3315H22.5349V64.9796Z" fill="%23939598"/%3E%3Cpath d="M23.3047 62.8479H24.1267V65.9604H24.6896V62.8479H25.5096V62.3315H23.3047V62.8479Z" fill="%23939598"/%3E%3Cpath d="M25.7188 65.9604H27.7238V65.4441H26.2858V64.4031H27.7238V63.8868H26.2858V62.8479H27.7238V62.3315H25.7188V65.9604Z" fill="%23939598"/%3E%3Cpath d="M29.9322 64.4489C30.1749 64.2021 30.2973 63.9056 30.2973 63.5696C30.2973 63.2337 30.1769 62.9434 29.9403 62.7028C29.7384 62.4955 29.4834 62.369 29.1836 62.3296H28.125V65.9585H28.69V64.8138H28.9898L29.7139 65.9585H30.3727L29.5813 64.7143C29.6894 64.6666 29.8037 64.5795 29.9322 64.4468V64.4489ZM28.69 62.8501H29.049C29.2325 62.8501 29.3896 62.9185 29.5283 63.0554C29.667 63.1943 29.7323 63.3623 29.7323 63.5696C29.7323 63.777 29.665 63.9491 29.5283 64.088C29.3896 64.227 29.2346 64.2954 29.049 64.2954H28.69V62.848V62.8501Z" fill="%23939598"/%3E%3Cpath d="M33.3076 65.0729C33.0057 65.3445 32.6916 65.4814 32.3755 65.4814C32.0287 65.4814 31.7248 65.3507 31.4739 65.0957C31.221 64.8406 31.0925 64.5192 31.0925 64.146C31.0925 63.7727 31.221 63.4554 31.4739 63.2004C31.7268 62.9432 32.0308 62.8126 32.3755 62.8126C32.6937 62.8126 33.0078 62.9495 33.3076 63.2211L33.3525 63.2605L33.7523 62.8976L33.6972 62.8479C33.2994 62.4787 32.8548 62.29 32.3734 62.29C31.8574 62.29 31.4148 62.4746 31.0599 62.8396C30.7029 63.2045 30.5234 63.6441 30.5234 64.146C30.5234 64.6478 30.705 65.0936 31.0599 65.4544C31.4168 65.8173 31.8574 65.9998 32.3734 65.9998C32.8528 65.9998 33.2974 65.8132 33.6972 65.4461L33.7523 65.3964L33.3525 65.0335L33.3076 65.0729Z" fill="%23939598"/%3E%3Cpath d="M34 65.9604H36.005V65.4441H34.567V64.4031H36.005V63.8868H34.567V62.8479H36.005V62.3315H34V65.9604Z" fill="%23939598"/%3E%3Cpath d="M39.9043 62.3317L38.6152 65.9004L37.8626 64.7184C37.9707 64.6707 38.0849 64.5836 38.2134 64.4509C38.4561 64.2042 38.5785 63.9076 38.5785 63.5717C38.5785 63.2358 38.4582 62.9455 38.2216 62.7049C38.0196 62.4976 37.7647 62.3711 37.4648 62.3317H36.4062V65.9605H36.9712V64.8159H37.2711L37.9952 65.9605H39.1863L39.7146 64.509H40.555L41.073 65.9605H41.6645L40.3714 62.3296H39.9023L39.9043 62.3317ZM36.9733 62.8501H37.3323C37.5158 62.8501 37.6729 62.9185 37.8116 63.0554C37.9503 63.1943 38.0156 63.3623 38.0156 63.5696C38.0156 63.777 37.9483 63.9491 37.8116 64.088C37.6729 64.227 37.5179 64.2954 37.3323 64.2954H36.9733V62.848V62.8501ZM40.3714 63.9947H39.9002L40.1368 63.3332L40.3714 63.9947Z" fill="%23939598"/%3E%3Cpath d="M43.3661 63.7561L42.2953 62.3315H41.7344V65.9604H42.2994V63.2522L43.3661 64.6706L44.4288 63.2522V65.9604H44.9938V62.3315H44.4329L43.3661 63.7561Z" fill="%23939598"/%3E%3Cpath d="M45.94 62.3315H45.375V65.9625H45.94V62.3315Z" fill="%23939598"/%3E%3Cpath d="M49.1025 65.0315L49.0576 65.0709C48.7557 65.3426 48.4416 65.4794 48.1255 65.4794C47.7787 65.4794 47.4748 65.3488 47.2239 65.0937C46.971 64.8387 46.8425 64.5173 46.8425 64.144C46.8425 63.7707 46.971 63.4535 47.2239 63.1984C47.4769 62.9413 47.7808 62.8106 48.1255 62.8106C48.4437 62.8106 48.7578 62.9475 49.0576 63.2192L49.1025 63.2586L49.5023 62.8957L49.4472 62.8459C49.0494 62.4768 48.6048 62.2881 48.1234 62.2881C47.6074 62.2881 47.1648 62.4726 46.8099 62.8376C46.4529 63.2026 46.2734 63.6422 46.2734 64.144C46.2734 64.6458 46.455 65.0917 46.8099 65.4525C47.1668 65.8154 47.6074 65.9978 48.1234 65.9978C48.6027 65.9978 49.0474 65.8112 49.4472 65.4442L49.5023 65.3944L49.1025 65.0315Z" fill="%23939598"/%3E%3Cpath d="M17.6826 64.4111L16.1875 65.9311H17.6826V64.4111Z" fill="%23939598"/%3E%3Cpath d="M14.1641 62.3564V63.8847L15.6673 62.3564H14.1641Z" fill="%23939598"/%3E%3Cpath d="M14.1641 65.9311H15.6612L14.1641 64.4111V65.9311Z" fill="%23939598"/%3E%3Cpath d="M17.6809 62.3564H16.1797L17.6809 63.8847V62.3564Z" fill="%23939598"/%3E%3Cpath d="M15.0341 63.4759L14.375 64.146L15.0341 64.8161L15.6932 64.146L15.0341 63.4759Z" fill="%23939598"/%3E%3Cpath d="M15.9326 62.5623L15.2734 63.2324L15.9326 63.9025L16.5917 63.2324L15.9326 62.5623Z" fill="%23939598"/%3E%3Cpath d="M15.9326 64.3919L15.2734 65.062L15.9326 65.7321L16.5917 65.062L15.9326 64.3919Z" fill="%23939598"/%3E%3Cpath d="M16.831 63.4764L16.1719 64.1465L16.831 64.8166L17.4901 64.1465L16.831 63.4764Z" fill="%23939598"/%3E%3Cpath d="M50.0517 62.068C50.0517 61.8461 50.2271 61.6657 50.4413 61.6657C50.6554 61.6657 50.8308 61.8461 50.8308 62.068C50.8308 62.2899 50.6554 62.4703 50.4413 62.4703C50.2271 62.4703 50.0517 62.2899 50.0517 62.068ZM50.4413 62.5408C50.6942 62.5408 50.8982 62.3293 50.8982 62.068C50.8982 61.8067 50.6921 61.5952 50.4413 61.5952C50.1904 61.5952 49.9844 61.8088 49.9844 62.068C49.9844 62.3272 50.1904 62.5408 50.4413 62.5408ZM50.2679 62.3065H50.3556V62.1053H50.4596L50.5331 62.3065H50.631L50.5412 62.0908C50.5718 62.0742 50.6248 62.0576 50.6248 61.9685C50.6248 61.8233 50.5208 61.8067 50.429 61.8067H50.2679V62.3044V62.3065ZM50.3556 61.8938H50.4535C50.5065 61.8938 50.5351 61.9166 50.5351 61.9602C50.5351 62.0037 50.5025 62.0245 50.4617 62.0245H50.3576V61.8938H50.3556Z" fill="%23939598"/%3E%3Cpath d="M50.4396 62.5471C50.1846 62.5471 49.9766 62.3336 49.9766 62.0702C49.9766 61.8068 50.1846 61.5933 50.4396 61.5933C50.6945 61.5933 50.9026 61.8068 50.9026 62.0702C50.9026 62.3336 50.6945 62.5471 50.4396 62.5471ZM50.4396 61.6016C50.1907 61.6016 49.9888 61.811 49.9888 62.0681C49.9888 62.3253 50.1907 62.5347 50.4396 62.5347C50.6884 62.5347 50.8903 62.3253 50.8903 62.0681C50.8903 61.811 50.6884 61.6016 50.4396 61.6016ZM50.4396 62.4766C50.2213 62.4766 50.0459 62.2941 50.0459 62.0681C50.0459 61.8421 50.2234 61.6596 50.4396 61.6596C50.6558 61.6596 50.8332 61.8421 50.8332 62.0681C50.8332 62.2941 50.6558 62.4766 50.4396 62.4766ZM50.4396 61.6721C50.2274 61.6721 50.0561 61.8504 50.0561 62.0681C50.0561 62.2859 50.2274 62.4642 50.4396 62.4642C50.6517 62.4642 50.823 62.2859 50.823 62.0681C50.823 61.8504 50.6517 61.6721 50.4396 61.6721ZM50.6374 62.3128H50.5273L50.4538 62.1117H50.358V62.3128H50.2601V61.8027H50.4273C50.5212 61.8027 50.6293 61.8214 50.6293 61.9686C50.6293 62.0515 50.5823 62.0764 50.5518 62.0909C50.5518 62.0909 50.5497 62.0909 50.5477 62.093L50.6374 62.3107V62.3128ZM50.5354 62.3004H50.6211L50.5334 62.0889H50.5375C50.5375 62.0889 50.5436 62.0826 50.5456 62.0826C50.5762 62.0681 50.617 62.0474 50.617 61.9707C50.617 61.8338 50.5212 61.8151 50.4273 61.8151H50.2723V62.3024H50.3478V62.1013H50.462L50.5354 62.3024V62.3004ZM50.4579 62.0308H50.3478V61.8898H50.4498C50.5212 61.8898 50.5375 61.9292 50.5375 61.9624C50.5375 62.0059 50.5069 62.0329 50.4579 62.0329V62.0308ZM50.358 62.0184H50.4579C50.5008 62.0184 50.5252 61.9955 50.5252 61.9603C50.5252 61.9209 50.4987 61.9002 50.4498 61.9002H50.358V62.0204V62.0184Z" fill="%23939598"/%3E%3C/g%3E%3Cpath d="M19.9087 62.1553H19.3438V65.7862H19.9087V62.1553Z" fill="%23414042"/%3E%3Cpath d="M22.7146 64.8033L20.8584 62.1553H20.3281V65.7842H20.8952V63.2066L22.7023 65.7842H23.2816V62.1553H22.7146V64.8033Z" fill="%23414042"/%3E%3Cpath d="M23.4844 62.6716H24.3064V65.7842H24.8693V62.6716H25.6893V62.1553H23.4844V62.6716Z" fill="%23414042"/%3E%3Cpath d="M25.8984 65.7842H27.9034V65.2678H26.4655V64.2268H27.9034V63.7105H26.4655V62.6716H27.9034V62.1553H25.8984V65.7842Z" fill="%23414042"/%3E%3Cpath d="M30.1118 64.2726C30.3546 64.0258 30.4769 63.7293 30.4769 63.3934C30.4769 63.0574 30.3566 62.7671 30.12 62.5266C29.9181 62.3192 29.6631 62.1927 29.3633 62.1533H28.3047V65.7822H28.8697V64.6375H29.1695L29.8936 65.7822H30.5524L29.761 64.538C29.8691 64.4903 29.9833 64.4032 30.1118 64.2705V64.2726ZM28.8697 62.6738H29.2287C29.4122 62.6738 29.5693 62.7422 29.708 62.8791C29.8467 63.018 29.912 63.186 29.912 63.3934C29.912 63.6007 29.8446 63.7728 29.708 63.9118C29.5693 64.0507 29.4143 64.1191 29.2287 64.1191H28.8697V62.6717V62.6738Z" fill="%23414042"/%3E%3Cpath d="M33.4795 64.8966C33.1776 65.1683 32.8635 65.3051 32.5473 65.3051C32.2006 65.3051 31.8967 65.1745 31.6458 64.9194C31.3929 64.6644 31.2644 64.3429 31.2644 63.9697C31.2644 63.5964 31.3929 63.2792 31.6458 63.0241C31.8987 62.767 32.2026 62.6363 32.5473 62.6363C32.8655 62.6363 33.1796 62.7732 33.4795 63.0448L33.5243 63.0842L33.9241 62.7214L33.8691 62.6716C33.4713 62.3025 33.0267 62.1138 32.5453 62.1138C32.0293 62.1138 31.5867 62.2983 31.2317 62.6633C30.8748 63.0283 30.6953 63.4679 30.6953 63.9697C30.6953 64.4715 30.8768 64.9173 31.2317 65.2782C31.5887 65.641 32.0293 65.8235 32.5453 65.8235C33.0246 65.8235 33.4693 65.6369 33.8691 65.2699L33.9241 65.2201L33.5243 64.8572L33.4795 64.8966Z" fill="%23414042"/%3E%3Cpath d="M34.1797 65.7842H36.1847V65.2678H34.7467V64.2268H36.1847V63.7105H34.7467V62.6716H36.1847V62.1553H34.1797V65.7842Z" fill="%23414042"/%3E%3Cpath d="M40.0762 62.1554L38.7871 65.7241L38.0345 64.5422C38.1426 64.4945 38.2568 64.4074 38.3853 64.2747C38.628 64.0279 38.7504 63.7314 38.7504 63.3954C38.7504 63.0595 38.63 62.7692 38.3934 62.5286C38.1915 62.3213 37.9366 62.1948 37.6367 62.1554H36.5781V65.7843H37.1431V64.6396H37.4429L38.167 65.7843H39.3582L39.8865 64.3327H40.7268L41.2449 65.7843H41.8364L40.5433 62.1533H40.0741L40.0762 62.1554ZM37.1452 62.6738H37.5041C37.6877 62.6738 37.8448 62.7422 37.9835 62.8791C38.1222 63.018 38.1874 63.186 38.1874 63.3934C38.1874 63.6007 38.1201 63.7728 37.9835 63.9118C37.8448 64.0507 37.6898 64.1191 37.5041 64.1191H37.1452V62.6717V62.6738ZM40.5453 63.8185H40.0741L40.3107 63.157L40.5453 63.8185Z" fill="%23414042"/%3E%3Cpath d="M43.5458 63.5799L42.475 62.1553H41.9141V65.7842H42.4791V63.076L43.5458 64.4943L44.6085 63.076V65.7842H45.1735V62.1553H44.6126L43.5458 63.5799Z" fill="%23414042"/%3E%3Cpath d="M46.1197 62.1553H45.5547V65.7862H46.1197V62.1553Z" fill="%23414042"/%3E%3Cpath d="M49.2822 64.8552L49.2373 64.8946C48.9354 65.1663 48.6213 65.3032 48.3052 65.3032C47.9584 65.3032 47.6545 65.1725 47.4036 64.9175C47.1507 64.6624 47.0222 64.341 47.0222 63.9677C47.0222 63.5945 47.1507 63.2772 47.4036 63.0221C47.6565 62.765 47.9605 62.6344 48.3052 62.6344C48.6234 62.6344 48.9375 62.7712 49.2373 63.0429L49.2822 63.0823L49.6819 62.7194L49.6269 62.6696C49.2291 62.3005 48.7845 62.1118 48.3031 62.1118C47.7871 62.1118 47.3445 62.2964 46.9896 62.6613C46.6326 63.0263 46.4531 63.4659 46.4531 63.9677C46.4531 64.4695 46.6347 64.9154 46.9896 65.2762C47.3465 65.6391 47.7871 65.8216 48.3031 65.8216C48.7824 65.8216 49.2271 65.6349 49.6269 65.2679L49.6819 65.2181L49.2822 64.8552Z" fill="%23414042"/%3E%3Cpath d="M17.8545 64.2354L16.3594 65.7553H17.8545V64.2354Z" fill="%23ED2024"/%3E%3Cpath d="M14.3438 62.1802V63.7085L15.845 62.1802H14.3438Z" fill="%23ED2024"/%3E%3Cpath d="M14.3438 65.7553H15.8388L14.3438 64.2354V65.7553Z" fill="%23ED2024"/%3E%3Cpath d="M17.8606 62.1802H16.3594L17.8606 63.7085V62.1802Z" fill="%23ED2024"/%3E%3Cpath d="M15.2138 63.3016L14.5547 63.9717L15.2138 64.6418L15.8729 63.9717L15.2138 63.3016Z" fill="%23414042"/%3E%3Cpath d="M16.1122 62.3856L15.4531 63.0557L16.1122 63.7258L16.7714 63.0557L16.1122 62.3856Z" fill="%23414042"/%3E%3Cpath d="M16.1122 64.2161L15.4531 64.8862L16.1122 65.5563L16.7714 64.8862L16.1122 64.2161Z" fill="%23414042"/%3E%3Cpath d="M17.0107 63.3001L16.3516 63.9702L17.0107 64.6403L17.6698 63.9702L17.0107 63.3001Z" fill="%23414042"/%3E%3Cpath d="M50.122 62.0372C50.122 61.8154 50.2974 61.635 50.5116 61.635C50.7257 61.635 50.9012 61.8154 50.9012 62.0372C50.9012 62.2591 50.7257 62.4395 50.5116 62.4395C50.2974 62.4395 50.122 62.2591 50.122 62.0372ZM50.5116 62.51C50.7645 62.51 50.9685 62.2985 50.9685 62.0372C50.9685 61.776 50.7625 61.5645 50.5116 61.5645C50.2607 61.5645 50.0547 61.778 50.0547 62.0372C50.0547 62.2965 50.2607 62.51 50.5116 62.51ZM50.3382 62.2736H50.4259V62.0725H50.5299L50.6034 62.2736H50.7013L50.6115 62.058C50.6421 62.0414 50.6952 62.0248 50.6952 61.9356C50.6952 61.7905 50.5911 61.7739 50.4993 61.7739H50.3382V62.2716V62.2736ZM50.4259 61.8631H50.5238C50.5769 61.8631 50.6054 61.8859 50.6054 61.9294C50.6054 61.973 50.5728 61.9937 50.532 61.9937H50.428V61.8631H50.4259Z" fill="%23414042"/%3E%3Cpath d="M50.5099 62.5144C50.2549 62.5144 50.0469 62.3008 50.0469 62.0375C50.0469 61.7741 50.2549 61.5605 50.5099 61.5605C50.7648 61.5605 50.9729 61.7741 50.9729 62.0375C50.9729 62.3008 50.7648 62.5144 50.5099 62.5144ZM50.5099 61.5709C50.261 61.5709 50.0591 61.7804 50.0591 62.0375C50.0591 62.2946 50.261 62.5041 50.5099 62.5041C50.7587 62.5041 50.9607 62.2946 50.9607 62.0375C50.9607 61.7804 50.7587 61.5709 50.5099 61.5709ZM50.5099 62.446C50.2916 62.446 50.1162 62.2635 50.1162 62.0375C50.1162 61.8115 50.2937 61.629 50.5099 61.629C50.7261 61.629 50.9035 61.8115 50.9035 62.0375C50.9035 62.2635 50.7261 62.446 50.5099 62.446ZM50.5099 61.6414C50.2978 61.6414 50.1264 61.8198 50.1264 62.0375C50.1264 62.2552 50.2978 62.4336 50.5099 62.4336C50.722 62.4336 50.8933 62.2552 50.8933 62.0375C50.8933 61.8198 50.722 61.6414 50.5099 61.6414ZM50.7077 62.2801H50.5976L50.5242 62.079H50.4283V62.2801H50.3304V61.77H50.4976C50.5915 61.77 50.6996 61.7886 50.6996 61.9359C50.6996 62.0188 50.6527 62.0437 50.6221 62.0582C50.6221 62.0582 50.62 62.0582 50.618 62.0603L50.7077 62.278V62.2801ZM50.6058 62.2697H50.6914L50.6037 62.0582H50.6078C50.6078 62.0582 50.6139 62.052 50.6159 62.052C50.6465 62.0375 50.6873 62.0167 50.6873 61.94C50.6873 61.8032 50.5915 61.7845 50.4976 61.7845H50.3426V62.2718H50.4181V62.0707H50.5323L50.6058 62.2718V62.2697ZM50.5282 61.9981H50.4181V61.8571H50.5201C50.5915 61.8571 50.6078 61.8965 50.6078 61.9297C50.6078 61.9732 50.5772 62.0002 50.5282 62.0002V61.9981ZM50.4303 61.9877H50.5303C50.5731 61.9877 50.5976 61.9649 50.5976 61.9297C50.5976 61.8903 50.5711 61.8695 50.5221 61.8695H50.4303V61.9898V61.9877Z" fill="%23414042"/%3E%3Cpath d="M15.0424 5.47458C14.8384 5.71305 14.7344 6.01373 14.7344 6.37039V10.7209C14.7344 10.8889 14.7589 11.0485 14.8078 11.1999C14.8588 11.3554 14.9383 11.4923 15.0403 11.6084C15.1423 11.7225 15.2667 11.8137 15.4095 11.8821C15.5543 11.9506 15.7216 11.9858 15.9031 11.9858C16.2743 11.9858 16.566 11.8697 16.7679 11.6395C16.9658 11.4156 17.0657 11.1149 17.0657 10.7458V7.47565H15.7848V8.25326H16.3355V10.723C16.3355 10.8557 16.2947 10.9697 16.2111 11.0734C16.0602 11.258 15.7481 11.2601 15.6033 11.0734C15.5217 10.9697 15.4809 10.8557 15.4809 10.7209V6.37039C15.4809 6.23353 15.5197 6.11948 15.5992 6.02202C15.6726 5.93285 15.7685 5.89138 15.9031 5.89138C15.9949 5.89138 16.0683 5.9059 16.1173 5.93285C16.1703 5.96188 16.2091 5.99921 16.2376 6.04483C16.2703 6.09667 16.2947 6.15681 16.309 6.22316C16.3253 6.30404 16.3376 6.38906 16.3416 6.47822L16.3498 6.65448H17.08V6.46785C17.08 6.28745 17.0596 6.11741 17.0168 5.95774C16.9739 5.79185 16.9026 5.64462 16.8067 5.51812C16.7088 5.38956 16.5844 5.28588 16.4334 5.2133C16.2845 5.14072 16.105 5.10547 15.9011 5.10547C15.54 5.10547 15.2504 5.22989 15.0383 5.4725" fill="%23414042"/%3E%3Cmask id="mask2_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="14" y="5" width="4" height="7"%3E%3Cpath d="M15.0424 5.47458C14.8384 5.71305 14.7344 6.01373 14.7344 6.37039V10.7209C14.7344 10.8889 14.7589 11.0485 14.8078 11.1999C14.8588 11.3554 14.9383 11.4923 15.0403 11.6084C15.1423 11.7225 15.2667 11.8137 15.4095 11.8821C15.5543 11.9506 15.7216 11.9858 15.9031 11.9858C16.2743 11.9858 16.566 11.8697 16.7679 11.6395C16.9658 11.4156 17.0657 11.1149 17.0657 10.7458V7.47565H15.7848V8.25326H16.3355V10.723C16.3355 10.8557 16.2947 10.9697 16.2111 11.0734C16.0602 11.258 15.7481 11.2601 15.6033 11.0734C15.5217 10.9697 15.4809 10.8557 15.4809 10.7209V6.37039C15.4809 6.23353 15.5197 6.11948 15.5992 6.02202C15.6726 5.93285 15.7685 5.89138 15.9031 5.89138C15.9949 5.89138 16.0683 5.9059 16.1173 5.93285C16.1703 5.96188 16.2091 5.99921 16.2376 6.04483C16.2703 6.09667 16.2947 6.15681 16.309 6.22316C16.3253 6.30404 16.3376 6.38906 16.3416 6.47822L16.3498 6.65448H17.08V6.46785C17.08 6.28745 17.0596 6.11741 17.0168 5.95774C16.9739 5.79185 16.9026 5.64462 16.8067 5.51812C16.7088 5.38956 16.5844 5.28588 16.4334 5.2133C16.2845 5.14072 16.105 5.10547 15.9011 5.10547C15.54 5.10547 15.2504 5.22989 15.0383 5.4725" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask2_26505_91734)"%3E%3Cpath d="M14.7358 5.04388L14.5547 11.9819L17.081 12.0501L17.2621 5.11203L14.7358 5.04388Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M20.5278 6.36173C20.5278 6.2228 20.5665 6.10875 20.644 6.01129C20.7807 5.83917 21.105 5.83088 21.258 6.01751C21.3416 6.11704 21.3804 6.23109 21.3804 6.36173V9.61321H20.5257V6.36173H20.5278ZM19.8506 5.90968C19.8322 5.97396 19.818 6.04446 19.8037 6.12119C19.7874 6.20413 19.7812 6.28501 19.7812 6.36173V11.9751H20.5278V10.3888H21.3824V11.9834H22.1146V6.35966C22.1146 6.01336 22.0147 5.71683 21.8169 5.47836C21.6108 5.22952 21.3212 5.10303 20.952 5.10303C20.4176 5.10303 20.0403 5.37675 19.8526 5.90553" fill="%23414042"/%3E%3Cmask id="mask3_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="19" y="5" width="4" height="7"%3E%3Cpath d="M20.5278 6.36173C20.5278 6.2228 20.5665 6.10875 20.644 6.01129C20.7807 5.83917 21.105 5.83088 21.258 6.01751C21.3416 6.11704 21.3804 6.23109 21.3804 6.36173V9.61321H20.5257V6.36173H20.5278ZM19.8506 5.90968C19.8322 5.97396 19.818 6.04446 19.8037 6.12119C19.7874 6.20413 19.7812 6.28501 19.7812 6.36173V11.9751H20.5278V10.3888H21.3824V11.9834H22.1146V6.35966C22.1146 6.01336 22.0147 5.71683 21.8169 5.47836C21.6108 5.22952 21.3212 5.10303 20.952 5.10303C20.4176 5.10303 20.0403 5.37675 19.8526 5.90553" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask3_26505_91734)"%3E%3Cpath d="M19.7826 5.04595L19.6016 11.9819L22.1115 12.0496L22.2926 5.11367L19.7826 5.04595Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M25.5611 5.89126H25.9037C26.0383 5.89126 26.1383 5.93273 26.2138 6.0219C26.2953 6.11936 26.3341 6.23341 26.3341 6.37027V9.14066C26.3341 9.28374 26.2974 9.39987 26.2199 9.49318C26.175 9.5471 26.0955 9.61967 25.9037 9.61967H25.5611V5.89126ZM24.8145 5.10742V11.9857H25.5611V10.4097L25.9731 10.3973L26.3035 11.9878H27.0602L26.6666 10.1319C26.7808 10.0012 26.8726 9.86022 26.9419 9.70884C27.0235 9.53051 27.0643 9.33766 27.0643 9.13651V6.37442C27.0643 6.02397 26.9684 5.72537 26.7767 5.4869C26.5768 5.23599 26.2811 5.1095 25.9017 5.1095H24.8125L24.8145 5.10742Z" fill="%23414042"/%3E%3Cmask id="mask4_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="24" y="5" width="4" height="7"%3E%3Cpath d="M25.5611 5.89126H25.9037C26.0383 5.89126 26.1383 5.93273 26.2138 6.0219C26.2953 6.11936 26.3341 6.23341 26.3341 6.37027V9.14066C26.3341 9.28374 26.2974 9.39987 26.2199 9.49318C26.175 9.5471 26.0955 9.61967 25.9037 9.61967H25.5611V5.89126ZM24.8145 5.10742V11.9857H25.5611V10.4097L25.9731 10.3973L26.3035 11.9878H27.0602L26.6666 10.1319C26.7808 10.0012 26.8726 9.86022 26.9419 9.70884C27.0235 9.53051 27.0643 9.33766 27.0643 9.13651V6.37442C27.0643 6.02397 26.9684 5.72537 26.7767 5.4869C26.5768 5.23599 26.2811 5.1095 25.9017 5.1095H24.8125L24.8145 5.10742Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask4_26505_91734)"%3E%3Cpath d="M24.8138 5.04705L24.6328 11.981L27.0612 12.0465L27.2422 5.11256L24.8138 5.04705Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M30.52 6.36173C30.52 6.2228 30.5587 6.10875 30.6362 6.01129C30.7729 5.83917 31.0972 5.83088 31.2502 6.01751C31.3338 6.11704 31.3725 6.23109 31.3725 6.36173V9.61321H30.5179V6.36173H30.52ZM29.8448 5.90968C29.8265 5.97396 29.8122 6.04446 29.7959 6.12119C29.7796 6.20413 29.7734 6.28501 29.7734 6.36173V11.9751H30.52V10.3888H31.3746V11.9834H32.1068V6.35966C32.1068 6.01336 32.0069 5.71683 31.809 5.47836C31.603 5.22952 31.3134 5.10303 30.9442 5.10303C30.4098 5.10303 30.0325 5.37675 29.8448 5.90553" fill="%23414042"/%3E%3Cmask id="mask5_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="29" y="5" width="4" height="7"%3E%3Cpath d="M30.52 6.36173C30.52 6.2228 30.5587 6.10875 30.6362 6.01129C30.7729 5.83917 31.0972 5.83088 31.2502 6.01751C31.3338 6.11704 31.3725 6.23109 31.3725 6.36173V9.61321H30.5179V6.36173H30.52ZM29.8448 5.90968C29.8265 5.97396 29.8122 6.04446 29.7959 6.12119C29.7796 6.20413 29.7734 6.28501 29.7734 6.36173V11.9751H30.52V10.3888H31.3746V11.9834H32.1068V6.35966C32.1068 6.01336 32.0069 5.71683 31.809 5.47836C31.603 5.22952 31.3134 5.10303 30.9442 5.10303C30.4098 5.10303 30.0325 5.37675 29.8448 5.90553" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask5_26505_91734)"%3E%3Cpath d="M29.7748 5.04742L29.5938 11.9834L32.1037 12.0511L32.2848 5.11513L29.7748 5.04742Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M35.1225 5.47019C34.9165 5.70451 34.8125 6.00519 34.8125 6.36393V11.9877H35.5611V6.36393C35.5611 6.23122 35.5998 6.11509 35.6814 6.01348C35.8303 5.82686 36.1444 5.83308 36.2974 6.01141C36.381 6.10887 36.4218 6.225 36.4218 6.366V11.9794H37.1459L37.1377 6.34941C37.1377 6.18352 37.1071 6.02385 37.046 5.87455C36.9848 5.72732 36.9032 5.59668 36.7992 5.4847C36.6951 5.37273 36.5748 5.28149 36.4381 5.21513C36.2974 5.14463 36.1424 5.10938 35.9812 5.10938C35.6202 5.10938 35.3306 5.23172 35.1205 5.47226" fill="%23414042"/%3E%3Cmask id="mask6_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="34" y="5" width="4" height="7"%3E%3Cpath d="M35.1225 5.47019C34.9165 5.70451 34.8125 6.00519 34.8125 6.36393V11.9877H35.5611V6.36393C35.5611 6.23122 35.5998 6.11509 35.6814 6.01348C35.8303 5.82686 36.1444 5.83308 36.2974 6.01141C36.381 6.10887 36.4218 6.225 36.4218 6.366V11.9794H37.1459L37.1377 6.34941C37.1377 6.18352 37.1071 6.02385 37.046 5.87455C36.9848 5.72732 36.9032 5.59668 36.7992 5.4847C36.6951 5.37273 36.5748 5.28149 36.4381 5.21513C36.2974 5.14463 36.1424 5.10938 35.9812 5.10938C35.6202 5.10938 35.3306 5.23172 35.1205 5.47226" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask6_26505_91734)"%3E%3Cpath d="M34.8138 5.04498L34.6328 11.981L37.1448 12.0487L37.3258 5.11275L34.8138 5.04498Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M39.5312 5.10742V5.89126H40.3471V11.9857H41.0794V5.89126H41.8565V5.10742H39.5312Z" fill="%23414042"/%3E%3Cmask id="mask7_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="39" y="5" width="3" height="7"%3E%3Cpath d="M39.5312 5.10742V5.89126H40.3471V11.9857H41.0794V5.89126H41.8565V5.10742H39.5312Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask7_26505_91734)"%3E%3Cpath d="M39.5404 5.04498L39.3594 11.981L41.8612 12.0484L42.0422 5.11247L39.5404 5.04498Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M45.145 5.10742H44.3984V11.9857H45.145V5.10742Z" fill="%23414042"/%3E%3Cmask id="mask8_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="44" y="5" width="2" height="7"%3E%3Cpath d="M45.145 5.10742H44.3984V11.9857H45.145V5.10742Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask8_26505_91734)"%3E%3Cpath d="M44.3987 5.08839L44.2188 11.9829L45.1444 12.0079L45.3244 5.11336L44.3987 5.08839Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M48.5903 6.36173C48.5903 6.2228 48.629 6.10875 48.7065 6.01129C48.8432 5.83917 49.1655 5.83088 49.3205 6.01751C49.4021 6.11704 49.4429 6.23109 49.4429 6.36173V9.61321H48.5882V6.36173H48.5903ZM47.9151 5.90968C47.8988 5.97396 47.8825 6.04446 47.8682 6.12119C47.8519 6.20413 47.8438 6.28501 47.8438 6.36173V11.9751H48.5923V10.3888H49.4469V11.9834H50.1792V6.35966C50.1792 6.01336 50.0792 5.71683 49.8814 5.47836C49.6754 5.22952 49.3857 5.10303 49.0166 5.10303C48.4822 5.10303 48.1028 5.37675 47.9172 5.90553" fill="%23414042"/%3E%3Cmask id="mask9_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="47" y="5" width="4" height="7"%3E%3Cpath d="M48.5903 6.36173C48.5903 6.2228 48.629 6.10875 48.7065 6.01129C48.8432 5.83917 49.1655 5.83088 49.3205 6.01751C49.4021 6.11704 49.4429 6.23109 49.4429 6.36173V9.61321H48.5882V6.36173H48.5903ZM47.9151 5.90968C47.8988 5.97396 47.8825 6.04446 47.8682 6.12119C47.8519 6.20413 47.8438 6.28501 47.8438 6.36173V11.9751H48.5923V10.3888H49.4469V11.9834H50.1792V6.35966C50.1792 6.01336 50.0792 5.71683 49.8814 5.47836C49.6754 5.22952 49.3857 5.10303 49.0166 5.10303C48.4822 5.10303 48.1028 5.37675 47.9172 5.90553" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask9_26505_91734)"%3E%3Cpath d="M47.8529 5.04742L47.6719 11.9834L50.1818 12.0511L50.3629 5.11513L47.8529 5.04742Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M33.4829 47.1673C33.4829 47.0304 33.5217 46.9143 33.5992 46.8168C33.7359 46.6447 34.0581 46.6364 34.2131 46.823C34.2947 46.9247 34.3355 47.0366 34.3355 47.1693V50.4187H33.4809V47.1693L33.4829 47.1673ZM32.8058 46.7131C32.7874 46.7774 32.7731 46.8479 32.7589 46.9247C32.7425 47.0076 32.7344 47.0885 32.7344 47.1652V52.7786H33.4809V51.1922H34.3355V52.7869H35.0678V47.1652C35.0678 46.8189 34.9678 46.5224 34.77 46.286C34.566 46.0351 34.2743 45.9106 33.9052 45.9106C33.3708 45.9106 32.9934 46.1844 32.8058 46.7152" fill="%23414042"/%3E%3Cmask id="mask10_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="32" y="45" width="4" height="8"%3E%3Cpath d="M33.4829 47.1673C33.4829 47.0304 33.5217 46.9143 33.5992 46.8168C33.7359 46.6447 34.0581 46.6364 34.2131 46.823C34.2947 46.9247 34.3355 47.0366 34.3355 47.1693V50.4187H33.4809V47.1693L33.4829 47.1673ZM32.8058 46.7131C32.7874 46.7774 32.7731 46.8479 32.7589 46.9247C32.7425 47.0076 32.7344 47.0885 32.7344 47.1652V52.7786H33.4809V51.1922H34.3355V52.7869H35.0678V47.1652C35.0678 46.8189 34.9678 46.5224 34.77 46.286C34.566 46.0351 34.2743 45.9106 33.9052 45.9106C33.3708 45.9106 32.9934 46.1844 32.8058 46.7152" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask10_26505_91734)"%3E%3Cpath d="M32.7438 45.8978L32.6953 52.7925L35.0756 52.8098L35.1241 45.9151L32.7438 45.8978Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M38.4697 44.5688L38.3494 44.6248C38.2801 44.6829 38.227 44.7409 38.174 44.8322L38.1434 44.9047C38.1271 44.9441 38.1148 44.9836 38.1128 44.9981C38.0904 45.0644 38.0781 45.1308 38.0781 45.1909V45.5662L38.6472 45.5911V45.2303C38.6472 45.2199 38.6533 45.2013 38.6574 45.1764L38.6635 45.1619L38.9083 45.4605C39.1265 45.6305 39.4243 45.5932 39.5324 45.4937C39.6038 45.448 39.663 45.3796 39.7058 45.2946C39.7466 45.2137 39.7711 45.1391 39.769 45.108C39.7915 45.0416 39.8037 44.9753 39.8037 44.9151V44.5315H39.2428V44.8571L39.2305 44.9587L39.2265 44.9524C39.2061 44.9234 39.1796 44.8902 39.1612 44.8778C39.1082 44.8052 39.0511 44.7368 38.996 44.6829C38.9062 44.5813 38.79 44.5273 38.6615 44.5273C38.5982 44.5273 38.533 44.5398 38.4677 44.5647" fill="%23414042"/%3E%3Cmask id="mask11_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="38" y="44" width="2" height="2"%3E%3Cpath d="M38.4697 44.5688L38.3494 44.6248C38.2801 44.6829 38.227 44.7409 38.174 44.8322L38.1434 44.9047C38.1271 44.9441 38.1148 44.9836 38.1128 44.9981C38.0904 45.0644 38.0781 45.1308 38.0781 45.1909V45.5662L38.6472 45.5911V45.2303C38.6472 45.2199 38.6533 45.2013 38.6574 45.1764L38.6635 45.1619L38.9083 45.4605C39.1265 45.6305 39.4243 45.5932 39.5324 45.4937C39.6038 45.448 39.663 45.3796 39.7058 45.2946C39.7466 45.2137 39.7711 45.1391 39.769 45.108C39.7915 45.0416 39.8037 44.9753 39.8037 44.9151V44.5315H39.2428V44.8571L39.2305 44.9587L39.2265 44.9524C39.2061 44.9234 39.1796 44.8902 39.1612 44.8778C39.1082 44.8052 39.0511 44.7368 38.996 44.6829C38.9062 44.5813 38.79 44.5273 38.6615 44.5273C38.5982 44.5273 38.533 44.5398 38.4677 44.5647" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask11_26505_91734)"%3E%3Cpath d="M38.086 44.5217L38.0781 45.6353L39.8118 45.6479L39.8196 44.5343L38.086 44.5217Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M38.0835 46.2735C37.8775 46.5079 37.7734 46.8085 37.7734 47.1673V52.7889H38.52V47.1673C38.52 47.0346 38.5608 46.9184 38.6423 46.8148C38.7912 46.626 39.1053 46.6323 39.2583 46.8127C39.342 46.9101 39.3827 47.0263 39.3827 47.1673V52.7806H40.1068L40.0987 47.1507C40.0987 46.9848 40.0681 46.8251 40.0069 46.6758C39.9457 46.5286 39.8641 46.398 39.7601 46.286C39.6561 46.174 39.5357 46.0848 39.3991 46.0164C39.2583 45.9459 39.1033 45.9106 38.9422 45.9106C38.5812 45.9106 38.2915 46.033 38.0814 46.2735" fill="%23414042"/%3E%3Cmask id="mask12_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="37" y="45" width="4" height="8"%3E%3Cpath d="M38.0835 46.2735C37.8775 46.5079 37.7734 46.8085 37.7734 47.1673V52.7889H38.52V47.1673C38.52 47.0346 38.5608 46.9184 38.6423 46.8148C38.7912 46.626 39.1053 46.6323 39.2583 46.8127C39.342 46.9101 39.3827 47.0263 39.3827 47.1673V52.7806H40.1068L40.0987 47.1507C40.0987 46.9848 40.0681 46.8251 40.0069 46.6758C39.9457 46.5286 39.8641 46.398 39.7601 46.286C39.6561 46.174 39.5357 46.0848 39.3991 46.0164C39.2583 45.9459 39.1033 45.9106 38.9422 45.9106C38.5812 45.9106 38.2915 46.033 38.0814 46.2735" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask12_26505_91734)"%3E%3Cpath d="M37.7829 45.8983L37.7344 52.793L40.1146 52.8103L40.1631 45.9156L37.7829 45.8983Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M43.6732 51.9201C43.5917 51.8185 43.5529 51.7023 43.5529 51.5655V47.1652C43.5529 47.0283 43.5917 46.9164 43.6753 46.8168C43.7508 46.7256 43.8487 46.6841 43.9853 46.6841C44.122 46.6841 44.2219 46.7256 44.2994 46.8148C44.3831 46.9101 44.4239 47.0242 44.4239 47.1631V51.5634C44.4239 51.7044 44.3851 51.8205 44.3015 51.9201C44.226 52.0092 44.1057 52.0549 43.9853 52.0549C43.865 52.0549 43.7467 52.0092 43.6732 51.9201ZM43.3999 46.0662C43.2531 46.1491 43.1185 46.2756 43.0022 46.4394C42.8757 46.6136 42.8125 46.8583 42.8125 47.1673V51.5779C42.8247 51.7915 42.8717 51.9885 42.9532 52.1689C43.0287 52.3244 43.145 52.4654 43.2979 52.5899C43.4632 52.7226 43.6936 52.7889 43.9833 52.7889C44.2729 52.7889 44.4952 52.7226 44.6605 52.5878C44.8155 52.4613 44.9317 52.3099 45.0072 52.1378C45.0867 51.9615 45.1337 51.7604 45.1459 51.5261V47.1673C45.1459 46.8624 45.0847 46.6178 44.9664 46.4436C44.8522 46.2777 44.7176 46.1491 44.5605 46.0641C44.3933 45.9749 44.2015 45.9252 43.971 45.9106C43.763 45.9252 43.5713 45.9749 43.3999 46.0662Z" fill="%23414042"/%3E%3Cmask id="mask13_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="42" y="45" width="4" height="8"%3E%3Cpath d="M43.6732 51.9201C43.5917 51.8185 43.5529 51.7023 43.5529 51.5655V47.1652C43.5529 47.0283 43.5917 46.9164 43.6753 46.8168C43.7508 46.7256 43.8487 46.6841 43.9853 46.6841C44.122 46.6841 44.2219 46.7256 44.2994 46.8148C44.3831 46.9101 44.4239 47.0242 44.4239 47.1631V51.5634C44.4239 51.7044 44.3851 51.8205 44.3015 51.9201C44.226 52.0092 44.1057 52.0549 43.9853 52.0549C43.865 52.0549 43.7467 52.0092 43.6732 51.9201ZM43.3999 46.0662C43.2531 46.1491 43.1185 46.2756 43.0022 46.4394C42.8757 46.6136 42.8125 46.8583 42.8125 47.1673V51.5779C42.8247 51.7915 42.8717 51.9885 42.9532 52.1689C43.0287 52.3244 43.145 52.4654 43.2979 52.5899C43.4632 52.7226 43.6936 52.7889 43.9833 52.7889C44.2729 52.7889 44.4952 52.7226 44.6605 52.5878C44.8155 52.4613 44.9317 52.3099 45.0072 52.1378C45.0867 51.9615 45.1337 51.7604 45.1459 51.5261V47.1673C45.1459 46.8624 45.0847 46.6178 44.9664 46.4436C44.8522 46.2777 44.7176 46.1491 44.5605 46.0641C44.3933 45.9749 44.2015 45.9252 43.971 45.9106C43.763 45.9252 43.5713 45.9749 43.3999 46.0662Z" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask13_26505_91734)"%3E%3Cpath d="M42.822 45.8963L42.7734 52.791L45.1537 52.8083L45.2022 45.9136L42.822 45.8963Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M47.9457 46.6819C47.9151 46.7628 47.8927 46.8437 47.8784 46.9266C47.8621 47.0096 47.854 47.0946 47.854 47.1754V48.6477C47.854 48.797 47.8845 48.936 47.9457 49.0604C48.0028 49.1765 48.0783 49.2823 48.1701 49.3756C48.2558 49.4627 48.3516 49.5435 48.4536 49.6161C48.5556 49.6887 48.6576 49.7488 48.7575 49.7986L49.1471 50.0163C49.2165 50.0599 49.294 50.1179 49.3735 50.1926C49.4245 50.2403 49.4469 50.2942 49.4469 50.3668V51.528C49.4469 51.6607 49.4082 51.7769 49.3266 51.8805C49.2532 51.9718 49.1573 52.0153 49.0247 52.0153C48.9391 52.0153 48.8677 51.9987 48.8167 51.9718C48.7616 51.9407 48.7208 51.8992 48.6923 51.8536C48.6576 51.7976 48.6331 51.7354 48.6188 51.667C48.6025 51.5902 48.5944 51.5094 48.5944 51.4306V51.2439H47.8438L47.8703 51.7084C47.8764 51.8059 47.8968 51.9075 47.9294 52.0133C48.0171 52.2642 48.1599 52.4591 48.3496 52.5918C48.5393 52.7266 48.7657 52.795 49.0247 52.795C49.2083 52.795 49.3756 52.7598 49.5183 52.6913C49.6631 52.6229 49.7855 52.5296 49.8855 52.4135C49.9813 52.2994 50.0548 52.1646 50.1058 52.0091C50.1547 51.8598 50.1792 51.6981 50.1792 51.5301V50.3689C50.1792 50.2279 50.1527 50.0951 50.0976 49.9749C50.0466 49.8629 49.9813 49.7613 49.9018 49.67C49.8243 49.5809 49.7325 49.5 49.6305 49.4316C49.5346 49.3652 49.4347 49.303 49.3327 49.2449L48.8738 48.9774C48.8208 48.9443 48.7698 48.9069 48.7229 48.8655C48.6861 48.8344 48.6535 48.797 48.629 48.7535C48.6107 48.7224 48.6025 48.6892 48.6025 48.6498V47.1775C48.6025 47.0407 48.6413 46.9266 48.7208 46.8291C48.7942 46.74 48.8901 46.6985 49.0247 46.6985C49.1124 46.6985 49.1838 46.713 49.2287 46.74C49.2797 46.7732 49.3205 46.8105 49.3531 46.8602C49.3857 46.91 49.4102 46.9702 49.4245 47.0386C49.4408 47.1153 49.449 47.1941 49.449 47.275V47.4616H50.1812V47.275C50.1812 47.1029 50.1608 46.937 50.1221 46.7814C50.0833 46.6197 50.0181 46.4746 49.9283 46.3439C49.8345 46.2091 49.7101 46.1013 49.5612 46.0266C49.4102 45.9499 49.2307 45.9126 49.0268 45.9126C48.4985 45.9126 48.1252 46.1801 47.9478 46.684" fill="%23414042"/%3E%3Cmask id="mask14_26505_91734" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="47" y="45" width="4" height="8"%3E%3Cpath d="M47.9457 46.6819C47.9151 46.7628 47.8927 46.8437 47.8784 46.9266C47.8621 47.0096 47.854 47.0946 47.854 47.1754V48.6477C47.854 48.797 47.8845 48.936 47.9457 49.0604C48.0028 49.1765 48.0783 49.2823 48.1701 49.3756C48.2558 49.4627 48.3516 49.5435 48.4536 49.6161C48.5556 49.6887 48.6576 49.7488 48.7575 49.7986L49.1471 50.0163C49.2165 50.0599 49.294 50.1179 49.3735 50.1926C49.4245 50.2403 49.4469 50.2942 49.4469 50.3668V51.528C49.4469 51.6607 49.4082 51.7769 49.3266 51.8805C49.2532 51.9718 49.1573 52.0153 49.0247 52.0153C48.9391 52.0153 48.8677 51.9987 48.8167 51.9718C48.7616 51.9407 48.7208 51.8992 48.6923 51.8536C48.6576 51.7976 48.6331 51.7354 48.6188 51.667C48.6025 51.5902 48.5944 51.5094 48.5944 51.4306V51.2439H47.8438L47.8703 51.7084C47.8764 51.8059 47.8968 51.9075 47.9294 52.0133C48.0171 52.2642 48.1599 52.4591 48.3496 52.5918C48.5393 52.7266 48.7657 52.795 49.0247 52.795C49.2083 52.795 49.3756 52.7598 49.5183 52.6913C49.6631 52.6229 49.7855 52.5296 49.8855 52.4135C49.9813 52.2994 50.0548 52.1646 50.1058 52.0091C50.1547 51.8598 50.1792 51.6981 50.1792 51.5301V50.3689C50.1792 50.2279 50.1527 50.0951 50.0976 49.9749C50.0466 49.8629 49.9813 49.7613 49.9018 49.67C49.8243 49.5809 49.7325 49.5 49.6305 49.4316C49.5346 49.3652 49.4347 49.303 49.3327 49.2449L48.8738 48.9774C48.8208 48.9443 48.7698 48.9069 48.7229 48.8655C48.6861 48.8344 48.6535 48.797 48.629 48.7535C48.6107 48.7224 48.6025 48.6892 48.6025 48.6498V47.1775C48.6025 47.0407 48.6413 46.9266 48.7208 46.8291C48.7942 46.74 48.8901 46.6985 49.0247 46.6985C49.1124 46.6985 49.1838 46.713 49.2287 46.74C49.2797 46.7732 49.3205 46.8105 49.3531 46.8602C49.3857 46.91 49.4102 46.9702 49.4245 47.0386C49.4408 47.1153 49.449 47.1941 49.449 47.275V47.4616H50.1812V47.275C50.1812 47.1029 50.1608 46.937 50.1221 46.7814C50.0833 46.6197 50.0181 46.4746 49.9283 46.3439C49.8345 46.2091 49.7101 46.1013 49.5612 46.0266C49.4102 45.9499 49.2307 45.9126 49.0268 45.9126C48.4985 45.9126 48.1252 46.1801 47.9478 46.684" fill="white"/%3E%3C/mask%3E%3Cg mask="url(%23mask14_26505_91734)"%3E%3Cpath d="M47.8454 45.8963L47.7969 52.791L50.1792 52.8083L50.2277 45.9136L47.8454 45.8963Z" fill="%23414042"/%3E%3C/g%3E%3Cpath d="M44.4609 4.57262L44.9688 3.24756H45.8683L45.03 4.57262H44.463H44.4609Z" fill="%23414042"/%3E%3Cpath d="M8.38895 14.8496H0.742188V20.9254H5.40286V43.045H11.3771V17.8875V14.8496H8.38895Z" fill="url(%23paint0_linear_26505_91734)"/%3E%3Cpath d="M13.9453 29.3133C13.9453 37.4689 20.4723 44.1025 28.4923 44.1025C32.3514 44.1025 35.6455 42.8024 38.2807 40.2393L38.4827 40.0444L38.2909 39.8391C37.6831 39.1921 36.6286 37.0667 35.876 34.4062L35.7189 33.8546L35.3844 34.3149C33.7894 36.5047 31.148 37.865 28.4944 37.865C23.8561 37.865 20.0807 34.0288 20.0807 29.3112C20.0807 24.5937 23.8561 20.7574 28.4944 20.7574C33.4753 20.7574 36.5409 23.899 36.908 29.3776C37.4995 38.2134 43.3453 44.1482 51.455 44.1482C59.5648 44.1482 66.0021 37.5125 66.0021 29.3589C66.0021 21.2053 59.4771 14.5697 51.455 14.5697C47.7061 14.5697 44.1428 16.0233 41.4219 18.6651L41.2301 18.8517L41.4035 19.055C43.3698 21.365 43.9082 23.3681 44.0551 24.3552L44.1652 25.0934L44.565 24.4672C46.0723 22.1053 48.5199 20.8051 51.455 20.8051C56.0953 20.8051 59.8687 24.6414 59.8687 29.3589C59.8687 34.0765 56.0953 37.9127 51.455 37.9127C46.5761 37.9127 43.2739 34.5327 43.0434 29.2988C42.6538 20.4588 36.8081 14.522 28.4964 14.522C20.1847 14.522 13.9494 21.1576 13.9494 29.3112" fill="url(%23paint1_linear_26505_91734)"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_26505_91734" x1="6.05964" y1="43.045" x2="6.05964" y2="14.8496" gradientUnits="userSpaceOnUse"%3E%3Cstop offset="0.1" stop-color="%23414042"/%3E%3Cstop offset="0.14" stop-color="%23464547"/%3E%3Cstop offset="0.19" stop-color="%23555557"/%3E%3Cstop offset="0.2" stop-color="%2358595B"/%3E%3Cstop offset="0.5" stop-color="white"/%3E%3Cstop offset="0.52" stop-color="%23F7F7F7"/%3E%3Cstop offset="0.55" stop-color="%23E2E2E2"/%3E%3Cstop offset="0.59" stop-color="%23C0C0C1"/%3E%3Cstop offset="0.64" stop-color="%23919192"/%3E%3Cstop offset="0.68" stop-color="%23565557"/%3E%3Cstop offset="0.7" stop-color="%23414042"/%3E%3Cstop offset="0.9" stop-color="%23414042"/%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_26505_91734" x1="39.9737" y1="44.1502" x2="39.9737" y2="14.524" gradientUnits="userSpaceOnUse"%3E%3Cstop offset="0.1" stop-color="%23414042"/%3E%3Cstop offset="0.14" stop-color="%23464547"/%3E%3Cstop offset="0.19" stop-color="%23555557"/%3E%3Cstop offset="0.2" stop-color="%2358595B"/%3E%3Cstop offset="0.5" stop-color="white"/%3E%3Cstop offset="0.52" stop-color="%23F7F7F7"/%3E%3Cstop offset="0.55" stop-color="%23E2E2E2"/%3E%3Cstop offset="0.59" stop-color="%23C0C0C1"/%3E%3Cstop offset="0.64" stop-color="%23919192"/%3E%3Cstop offset="0.68" stop-color="%23565557"/%3E%3Cstop offset="0.7" stop-color="%23414042"/%3E%3Cstop offset="0.9" stop-color="%23414042"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
  width: 67px;
  height: 66px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.case-number {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
@media (max-width: 543.98px) {
  .case-number {
    font-size: 12px;
  }
}

.tooltiptext {
  visibility: hidden;
  width: 160px;
  left: 28%;
  bottom: 100%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
  color: #818181;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1030;
  font-size: 12px;
}

.tooltiptext.visible {
  visibility: visible;
  opacity: 1;
}

.contact-us-option.hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*# sourceMappingURL=default\css\contactUs.css.map*/