:root,
:root .force_light {
  --color-g-bg-overflow: #f3f3f2;
  --color-g-bg-primary: #fff;
  --color-g-bg-secondary: #fff;
  --color-g-bg-tertiary: #fff;
  --color-g-bg-fill-6: rgba(0, 0, 0, 0.06);
  --color-g-bg-fill-12: rgba(0, 0, 0, 0.12);
  --color-g-bg-fill-18: rgba(0, 0, 0, 0.18);
  --color-g-bg-fill-24: rgba(0, 0, 0, 0.24);
  --color-g-bg-fill-30: rgba(0, 0, 0, 0.3);
  --color-g-bg-red-primary: #f33;
  --color-g-bg-yellow-primary: #fc0;
  --color-g-bg-blue-primary: #07f;
  --color-g-text-primary: #000;
  --color-g-text-secondary: rgba(0, 0, 0, 0.8);
  --color-g-text-tertiary: rgba(0, 0, 0, 0.68);
  --color-g-text-quaternary: rgba(0, 0, 0, 0.45);
  --color-g-text-quinary: rgba(0, 0, 0, 0.32);
  --color-g-text-disabled: rgba(0, 0, 0, 0.25);
  --color-g-text-blue-primary: #0054b9;
  --color-g-text-blue-hover: #62aafd;
}

html {
  color-scheme: light;
  font-size: 16px;
}

body {
  font: 16px Helvetica Neue, Arial, sans-serif;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: var(--color-g-text-primary);
  margin: 0;
  position: relative;
}

body,
html {
  height: 100%;
}

body {
  background: var(--color-g-bg-primary);
}

@media screen and (max-width: 991px) {
  .body__wrapper-desktop {
    display: none;
  }

  .body__wrapper {
    position: relative;
    z-index: 1;
    max-width: 540px;
    margin: 0 auto;
    height: 100%;
    min-height: 380px;
  }

  .theader {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 160px;
    overflow: hidden;
    height: -webkit-calc(50vh - 98px);
    height: calc(50vh - 98px);
  }

  .theader,
  .theader__personal,
  .theader__personal-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .theader__personal,
  .theader__personal-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .theader__personal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 24px 0;
  }

  .theader__logo {
    width: 36px;
    height: 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23FC3F1D' d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18z'/%3E%3Cpath fill='%23fff' d='M18.488 19.86c1.052 2.304 1.403 3.105 1.403 5.872v3.67h-3.757v-6.187L9.047 7.801h3.92l5.521 12.059zM23.121 7.8l-4.595 10.443h3.819L26.953 7.8h-3.832z'/%3E%3C/svg%3E");
  }

  .mini-suggest,
  .mini-suggest__overlay,
  .mini-suggest__popup,
  .mini-suggest__popup-container {
    --suggest-color-g-text-primary: #000;
    --suggest-color-g-bg-primary: #fff;
    --suggest-color-g-transparent: transparent;
    --suggest-color-g-link: navy;
    --suggest-color-g-text-quaternary: rgba(84, 96, 122, 0.68);
    --suggest-color-g-greenurl: #006000;
    --suggest-color-g-bg-item: #fff;
    --suggest-color-g-bg-item-active: #d7d8da;
    --suggest-color-g-text-secondary: #000;
    --suggest-color-g-bg-overflow: #eeeff2;
    --suggest-color-g-overlay: rgba(0, 0, 0, 0.4);
    --suggest-color-g-control-text: #000;
    --suggest-color-g-control-primary: #fc0;
    --suggest-color-g-control-primary-active: #f2c200;
    --suggest-color-g-stroke: rgba(7, 28, 71, 0.12);
    --suggest-color-g-image-fill: rgba(0, 0, 0, 0.03);
    --suggest-color-g-bg-custom-button: #eeeef2;
    --suggest-color-g-bg-warning-type-1-2: rgba(0, 0, 0, 0.05);
    --suggest-color-g-green: #00b341;
    --suggest-color-g-red: #f33;
    --suggest-color-g-yellow: #fc0;
  }

  .search3 {
    position: relative;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 24px;
    border: 2px solid #fc0;
    background: var(--color-g-bg-tertiary);
    color: #000;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }

  .mini-suggest__row {
    display: table;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search3 .mini-suggest__row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mini-suggest__input {
    margin: 0;
    position: absolute;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--suggest-color-g-text-primary);
  }

  .mini-suggest__input,
  .mini-suggest__label,
  .mini-suggest__placeholder {
    font-family: inherit;
  }

  .mini-suggest__input {
    height: auto;
    font-size: 20px;
    line-height: 24px;
    padding: 17px 0 19px 10px;
    color: var(--color-g-text-primary);
    background: 0 0;
  }

  body:not(.body_search_yes) .search3_js_inited .mini-suggest__input {
    position: fixed;
    top: 0;
    height: 2px;
    width: 2px;
    left: 50%;
    padding: 0;
  }

  .mini-suggest__popup {
    right: 0;
    left: 0;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .mini-suggest__popup-content {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0 15px 0 7px;
  }

  .mini-suggest__popup-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 325px;
  }

  .mini-suggest__label {
    margin: 0;
    padding: 0 48px;
    width: 100%;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: var(--color-g-text-quinary);
    text-overflow: ellipsis;
  }

  .mini-suggest__input-clear {
    top: 0;
    left: 100%;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    border: 0;
    outline: none;
    background: url(https://yastatic.net/s3/home-static/_/f/H/adIGCQwWGfdA5D1i-JDlbpwfQ.svg#inline) no-repeat 50%;
    position: static;
    width: 44px;
    height: 44px;
    background: no-repeat 50% 50% url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM7.403 7.403a1 1 0 011.414 0L12 10.586l3.183-3.183a1 1 0 111.414 1.414L13.414 12l3.183 3.183a1 1 0 01-1.414 1.414L12 13.414l-3.183 3.183a1 1 0 01-1.414-1.414L10.586 12 7.403 8.817a1 1 0 010-1.414z' fill='%23000' fill-opacity='.3'/%3E%3C/svg%3E");
  }

  .mini-suggest__input-clear:not(.body_search_yes *) {
    display: none;
  }

  .mini-suggest__button-cell {
    display: table-cell;
    vertical-align: middle;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mini-suggest__button-cell:not(.body_search_yes *) {
    padding: 0 9px 0 10px;
  }

  .services-scroll {
    margin: 27px 0;
  }

  .scroller {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .banner__content:after,
  .services-scroll__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .services-scroll__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    margin: 0;
  }

  .services-scroll__list-item {
    position: relative;
    list-style: none;
    width: -webkit-calc(22.22222vw - 3.33333px);
    width: calc(22.22222vw - 3.33333px);
    max-width: 95px;
    min-width: 74px;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .services-scroll__list-item:first-child {
    margin-left: auto;
  }

  .home-link2 {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    outline: none;
  }

  .home-link2_color_inherit,
  .home-link2_color_inherit:visited {
    color: inherit;
  }

  .services-scroll__item {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .services-scroll__item-icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .services-scroll__list.scroller {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .services-scroll__list.scroller::-webkit-scrollbar {
    display: none;
  }

  .services-scroll__item-title {
    font-size: 13px;
    overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;
    margin-top: 6px;
    max-width: -webkit-calc(100% - 5px);
    max-width: calc(100% - 5px);
  }
}

@media screen and (min-width: 991px) {
  .document {
    height: 100%;
    background: var(--color-g-bg-primary);
    font-size: 1.25em;
    color-scheme: light;
  }

  html {
    font-size: 20.75px;
  }

  .body__wrapper {
    display: none;
  }

  .body__wrapper-desktop {
    display: block;
  }

  .body__content {
    width: 55vw;
    min-width: 32rem;
    max-width: 54rem;
    margin: 0 auto;
    position: relative;
    flex-grow: 1;
  }

  .headline {
    position: relative;
    display: flex;
    align-items: center;
    height: 2.2rem;
    padding: 1.4rem 1.7rem 0 1.6rem;
    z-index: 2;
  }

  .headline__logo {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 43a21 21 0 1 0 0-42 21 21 0 0 0 0 42Z' fill='%23FC3F1D'/%3E%3Cpath d='M25.3 35.13h4.57V8.86h-6.66c-6.7 0-10.22 3.44-10.22 8.5 0 4.02 1.93 6.43 5.37 8.88l-5.99 8.88h4.97L24 25.18l-2.32-1.54c-2.8-1.9-4.17-3.36-4.17-6.54 0-2.79 1.97-4.68 5.72-4.68h2.05v22.7h.01Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 2.2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform 0.15s ease-out;
    will-change: transform;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='36' height='36' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type: alpha'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%23FC3F1D' d='M0 0h36v36H0z'/%3E%3Cpath fill='%23fff' d='M18.488 19.86c1.052 2.304 1.403 3.105 1.403 5.872v3.67h-3.757v-6.187L9.047 7.801h3.92l5.521 12.059ZM23.121 7.8l-4.595 10.443h3.819L26.953 7.8h-3.832Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }

  .search3:before {
    content: "";
    display: block;
    min-height: 6.5rem;
    height: calc(50vh - 6rem);
  }

  .mini-suggest__popup-container {
    position: relative;
    z-index: 1001;
  }

  .mini-suggest__popup {
    position: absolute;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    color: var(--suggest-color-g-text-primary);
    font-size: 1.23em;
    line-height: 1.76;
    color: var(--color-g-text-primary);
    z-index: 1001;
    padding-bottom: 1rem;
    font-size: 0.9rem;
    top: 0;
    left: 0;
    width: auto;
  }

  .mini-suggest__popup_theme_tile {
    width: auto;
    margin-top: 3px;
    z-index: 12;
    line-height: 2;
  }

  .mini-suggest__popup.mini-suggest__popup {
    margin-top: 0.2rem;
  }

  .mini-suggest_overlay_yaru .mini-suggest__popup_theme_tile {
    width: 100%;
    margin: -0.4rem -0.4rem 0;
    padding: 3.4rem 0.4rem 0;
  }

  .mini-suggest__popup-content {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mini-suggest__popup_theme_tile .mini-suggest__popup-content {
    padding: 3px 0;
  }

  .search3__inner {
    position: relative;
    display: flex;
    box-sizing: border-box;
    height: 2.8rem;
    color: #000;
    border: 0.1rem solid #fc0;
    border-radius: 0.8rem;
    background: var(--color-g-bg-tertiary);
    transition: border-color 0.1s ease-in-out;
  }

  .mini-suggest_overlay_yaru .search3__inner {
    z-index: 1001;
  }

  .search3__input-wrapper {
    display: flex;
    flex: 1 1 auto;
    padding-right: 0.4rem;
  }

  .search3__input {
    display: block;
    margin-right: -2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 0.4rem 0 0.8rem;
    font-family: inherit;
    font-size: 0.9rem;
    border: none;
    outline: none;
    background: 0 0;
    color: var(--color-g-text-primary);
  }

  .search3__keyboard {
    opacity: 0;
    pointer-events: none;
  }

  .search3__svg_camera,
  .search3__svg_clear,
  .search3__svg_keyboard,
  .search3__svg_voice {
    width: 1.6rem;
    height: 1.6rem;
    transition: color 0.15s ease-out;
    color: var(--color-g-text-tertiary);
  }

  .search3__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 100%;
    padding: 0 0.05rem;
    cursor: pointer;
    pointer-events: auto;
    flex: 0 0 auto;
    border: none;
    border-radius: 0.6em;
    background-color: transparent;
    box-sizing: content-box;
  }

  .search3__clear {
    display: none;
    visibility: hidden;
    background: 0 0;
    border: none;
    margin: 0;
  }

  .search3__button {
    display: none;
    margin: 0.2rem;
    padding: 0 1rem;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    background: #fc0;
    color: #000;
  }

  .services-suggest {
    box-sizing: border-box;
    position: absolute;
    bottom: 2.8rem;
    left: -0.5rem;
    right: -0.5rem;
    padding: 1.1rem 0.5rem 1.2rem;
    margin-bottom: 1.1rem;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-g-bg-primary);
    border-radius: 1rem;
    z-index: 1001;
    transition: opacity 0.15s ease-out;
  }

  .body_search_yes .services-suggest,
  .body_services-suggest-force_yes .services-suggest,
  .services-suggest_pinned_yes {
    opacity: 1;
    pointer-events: auto;
  }

  .services-suggest__list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: row;
    list-style: none;
  }

  .services-suggest__list-item,
  .services-suggest__list-item-more {
    flex: 1;
    min-width: 0;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }

  .services-suggest__item {
    display: block;
    position: relative;
  }

  .home-link2 {
    touch-action: manipulation;
    text-decoration: none;
    outline: none;
  }

  .home-link2_color_black,
  .home-link2_color_black:visited {
    color: #000;
    color: var(--color-g-text-primary);
  }

  .home-link2_hover_secondary {
    transition: color 0.15s ease-out;
  }

  .services-suggest__icon,
  .services-suggest__icons-more {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 auto 0.4rem;
    transition: transform 0.15s ease-out;
    will-change: transform;
  }

  .services-suggest__item-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.b_footer {
  background-color: #f5f5f5;
  position: absolute;
  top: 100%;
}

.b_footer,
.b_footer a,
.b_footer a:visited {
  color: #666;
}

.b_footer {
  width: 100%;
  padding: 12px 0;
}

.b_float,
.b_float_img,
.b_footer,
.b_gridList ul,
.b_mhdr h2,
.b_pag li,
.b_vlist2col ul {
  float: left;
}

.b_footer {
  line-height: 18px;
}

#b_footer>#b_footerItems {
  content-visibility: auto;
  contain-intrinsic-size: 1px 24px;
}

#b_footerItems {
  height: 24px;
  line-height: 24px;
  padding: 0 20px 0 120px;
}

#b_footerItems span {
  margin-right: 24px;
  margin-left: 48px;
  float: right;
}

#b_footerItems ul {
  display: block;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#b_footerItems li {
  display: inline;
  float: left;
}

#b_footerItems a {
  margin-right: 48px;
  font: 14px / normal Arial, Helvetica, Sans-Serif;
}

@media screen and (max-width: 991px) {
  #b_footerItems {
    padding: 0 28px;
  }

  div#b_footerItems {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }

  #b_footerItems {
    height: unset;
  }

  #b_footerItems ul {
    flex: 1;
    flex-basis: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #b_footerItems ul li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 0;
    font-size: 15px;
    padding: 0 5px 5px;
  }

  #b_footerItems li {
    float: unset;
  }

  #b_footerItems a#sb_california_privacy {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #b_footerItems span {
    margin: 18px auto 0;
    order: 2;
  }
}

@media screen and (max-width: 576px) {
  #b_footerItems ul {
    justify-content: center;
  }
}

@media screen and (max-width: 1200px) {
  #b_footerItems {
    height: unset;
  }
}

#b_footerItems a,
#b_footerItems span {
  font-size: 14px;
  display: block;
  text-decoration: none;
  line-height: 24px;
}

#b_footerItems a:hover {
  text-decoration: underline;
}

#b_footerItems a#sb_california_privacy:before {
  height: 14px;
  width: 30px;
  content: " ";
  display: inline-block;
  float: left;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: 30px 14px;
  /* background-image: url(../img/T3t6V3azgG4BlSRcguR2ssuUOxQ.png); */
}

#b_footerItems a#sb_california_privacy {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */