
.x-modal {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: visibility 0s linear 0.525s,opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: none;
    z-index: 99999999;
}
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
}

.e428-6.x-modal {
    font-size: 16px;
}
.x-modal-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.e428-6.x-modal .x-modal-bg {
    background-color: rgba(0,0,0,0.75);
}
.x-modal-close {
  letter-spacing: 2px;
      font-weight: 600;
    font-style: normal;
    font-stretch: normal;
  
    display: block;
    position: fixed;
    width: 1em;
    height: 1em;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
}
.x-modal-close-top {
    top: 0;
}
.x-modal-close-right {
    right: 0;
}
.e428-6.x-modal .x-modal-close {
    width: calc(1em * 1);
    height: calc(1em * 1);
    font-size: 1.5em;
    color: rgba(255,255,255,0.5);
      cursor: pointer;
}

.e428-6.x-modal .x-modal-close:hover, .e428-6.x-modal .x-modal-close:focus {
    color: #ffffff;
}



.x-modal-content-outer {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.x-modal-content-inner {
    display: table-cell;
    vertical-align: middle;
}
.e428-6.x-modal .x-modal-content-inner {
    padding: calc(1.5em * 1);
}
.x-modal-content {
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.e428-6.x-modal .x-modal-content {
    max-width: 28em;
    padding: 2em;
    background-color: transparent;
}
.x-search {
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    padding: 0;
    transition-duration: 0.3s;
    transition-property: border-color, background-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: text;
}
.e428-6.x-search {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 100em;
    font-size: 1em;
    background-color: #ffffff;
    box-shadow: 0em 0.15em 0.5em 0em rgba(0,0,0,0.15);
}

label, input, button, select, textarea {
    font-size: 100%;
    line-height: 1.7;
}
label {
    display: block;
    margin-bottom: 2px;
}
.visually-hidden, .screen-reader-text, .screen-reader-response, .bp-screen-reader-text {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
}
.x-search-input {
    flex-grow: 1;
    order: 2;
    width: 100%;
    min-width: 1px;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition-duration: 0.3s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
.e428-6.x-search .x-search-input {
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  order: 2;
  margin: 0em;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(0,0,0,0.5);
  outline: none;
  border-radius: 4px;
}
.e428-6.x-search .x-search-input:focus {
    color: rgba(0,0,0,1);
}
button {
    font-size: 0.9375rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: var(--white);
}
.x-search-btn {
    display: block;
    flex-shrink: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    transition-duration: 0.3s;
    transition-property: color, border-color, background-color, box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}
.x-search-btn-clear {
    order: 3;
    visibility: hidden;
    pointer-events: none;
}
.e428-6.x-search .x-search-btn-clear {
    order: 3;
    width: 2em;
    height: 2em;
    margin: 0.5em;
    border-radius: 100em;
    font-size: 0.9em;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.25);
}

.x-search-btn-submit {
    order: 1;
}
.e428-6.x-search .x-search-btn-submit {
    order: 1;
    width: 1em;
    height: 1em;
    margin: 0.5em 0.5em 0.5em 0.9em;
    font-size: 1em;
    color: rgba(0,0,0,1);
    background-color: transparent;
}


.x-search-btn svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    line-height: inherit;
    stroke: currentColor;
}

.search-open .x-modal {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    pointer-events: auto;
}

.search-open .x-modal.x-active .x-modal-close {
    opacity: 1;
    transform: scale(1);
}
.search-open .x-modal.x-active .x-modal-content {
    transform: translate3d(0, 0, 0);
}
.search-open .e428-6.x-search{

}

  
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
 display: none;
}

body.text-exist .e428-6.x-search .x-search-btn-clear {
        visibility: visible;
    cursor: pointer !important;
    pointer-events: auto;
}



















