.nvc-root,
.nvc-root *,
.nvc-root *::before,
.nvc-root *::after {
  box-sizing: border-box;
}

.nvc-root {
  min-inline-size: 0;
  overflow-wrap: break-word;
}

.nvc-root :where(img, video) {
  display: block;
  max-inline-size: 100%;
  block-size: auto;
}

.nvc-root :where(button, input, select, textarea) {
  font: inherit;
}

.nvc-root :where(button, a, input, select, textarea):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.nvc-root [hidden] {
  display: none !important;
}

.nvc-visually-hidden:not(:focus):not(:active) {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}


.nvc-root,.nxd-app{font-family:var(--nvc-font,"Helvetica Neue",Helvetica,sans-serif)}
.nvc-root :is(h1,h2,h3,h4,h5,h6,p,a,button,input,textarea,select,label,summary,figcaption,small,strong,em),.nxd-app .error{font-family:var(--nvc-font,"Helvetica Neue",Helvetica,sans-serif)!important}
.nvc-root :is(.nvc-h-price-card,.price-card) .nvc-offer-duration{color:inherit;font-size:14px;font-weight:600;line-height:1.5;margin:18px 0}
