#__nuxt {
  display: contents;
}

.site-chrome {
  display: contents;
}

html,
body,
body.sticky-body {
  max-width: 100%;
}

/* Clip page content, not html/body — overflow-x:clip on body hides Zoho's
   position:fixed float (it slides in from the right, outside the clip box). */
.ys-page-wrap {
  overflow-x: clip;
  max-width: 100%;
}

#zsiq_float,
#zsiq_float.zsiq-float,
[data-id="zsalesiq"] .zsiq-float {
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  width: 55px !important;
  height: 55px !important;
  background: #0066cc !important;
  border-radius: 50% !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483000 !important;
  pointer-events: auto !important;
}

[data-id="zsalesiq"] {
  position: relative;
  z-index: 2147483647 !important;
}

/* Hidden until first reveal. Do not use !important on hide:
   WOW removes .animated after animationend and keeps visibility via inline style. */
.wow:not(.animated):not(.ys-fade-true) {
  visibility: hidden;
  animation: none;
}

.wow.animated,
.wow.ys-fade-true {
  visibility: visible !important;
}

h1.ys-ban-title {
  font-weight: inherit;
}

.head-search-inline {
  display: flex;
  align-items: center;
  margin-left: 54px;
}

.head-search-inline-wrapper {
  position: relative;
  width: 255px;
  height: 38px;
}

.head-search-inline input {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box !important;
  height: 38px !important;
  padding: 0 16px 0 38px !important;
  border: 1px solid rgba(2, 45, 132, 0.08) !important;
  border-radius: 19px !important;
  font-size: 14px !important;
  width: 255px;
  outline: none !important;
  background: rgba(2, 45, 132, 0.03) !important;
  color: #333 !important;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: inset 0 1px 3px rgba(2, 45, 132, 0.03) !important;
  z-index: 2;
}

.head-search-inline input::placeholder {
  color: #999 !important;
  font-size: 13px !important;
}

.head-search-inline input:hover {
  border-color: rgba(2, 45, 132, 0.2) !important;
  background: rgba(2, 45, 132, 0.05) !important;
}

.head-search-inline input:focus {
  width: 320px !important;
  border-color: #022d84 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(2, 45, 132, 0.12) !important;
  z-index: 10;
}

.head-search-inline .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(2, 45, 132, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}

.head-search-inline .search-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.head-search-inline input:focus + .search-icon {
  color: #022d84;
}

.head-search-inline-wrapper button[type="submit"] {
  display: none;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  padding: 4px 12px;
  background: #005bac;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.head-search-inline-wrapper:focus-within button[type="submit"],
.head-search-inline-wrapper.is-searching button[type="submit"] {
  display: block;
}

.yhpc-lebox {
  justify-content: flex-start !important;
}

.yhpc-ribox {
  margin-left: 250px !important;
}

.yhpc-le {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.yhpc-le-ricode {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.yhpc-le-ricode-tet {
  white-space: nowrap !important;
}

/* News/policy/404 used to omit .page-inner-kit. .act then shrinks the bar to
   85vw with no side padding, so the inline search and 400 phone overlap. */
.ys-page-wrap .ys-hd-pc .ys-hd-pc-core,
.ys-page-wrap .ys-hd-pc.ishover .ys-hd-pc-core,
.ys-page-wrap .ys-hd-pc.isfixed .ys-hd-pc-core {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 0.55rem !important;
  box-sizing: border-box;
}

.ys-page-wrap .head-other,
.ys-page-wrap .head-lang {
  display: none !important;
}

.head-search-inline,
.head-phone-container {
  flex-shrink: 0;
  white-space: nowrap;
}

.ys-form,
.pef-form,
#sdConsultForm {
  width: 100%;
}
