body.SSG-TestMode-Enabled {
  padding-top: 30px;
}
@keyframes SSG-WebView-LoadingSwirl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes SSG-WebView-LoadingPulse {
  0%,
  100% {
    transform: scale(0.86);
    opacity: 0.55;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes SSG-WebView-ProcessingProgress {
  0% {
    width: 3%;
  }
  8% {
    width: 16%;
  }
  16% {
    width: 19%;
  }
  29% {
    width: 42%;
  }
  38% {
    width: 45%;
  }
  55% {
    width: 68%;
  }
  67% {
    width: 72%;
  }
  82% {
    width: 88%;
  }
  91% {
    width: 91%;
  }
  100% {
    width: 100%;
  }
}
@keyframes SSG-WebView-ProcessingPulse {
  0%,
  100% {
    opacity: 0.82;
  }
  50% {
    opacity: 1;
  }
}
.SSG-WebView-EmbedView-Inventory {
  padding: 0 0 12px 0 !important;
}
body.SSG-Promo-ThreeUp1-Ready .SSG-WebView-EmbedView-PromoThreeUp1 {
  height: auto !important;
}
body.SSG-UnitTypes-SizeTeaser-Ready .SSG-WebView-EmbedView-SizeTeaser {
  height: auto !important;
}
body.SSG-UnitTypes-Inventory-Ready .SSG-WebView-EmbedView-Inventory {
  height: auto !important;
}
.SSG-WebView-Modal {
  margin: 0 auto;
  border: solid 1px #1a1b4c;
  display: block;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-Modal {
    width: 100vw;
    padding: 8px;
  }
}
@media only screen and (min-width: 720px) {
  .SSG-WebView-Modal {
    margin-left: 130px;
    width: 700px;
    padding: 16px;
  }
}
.SSG-WebView-Modal p {
  display: block;
}
.SSG-WebView-Modal.SSG-WebView-Modal-AwaitingResponse button,
.SSG-WebView-Modal.SSG-WebView-Modal-AwaitingResponse input,
.SSG-WebView-Modal.SSG-WebView-Modal-AwaitingResponse select {
  opacity: 0.7;
}
.SSG-WebView-Modal.SSG-WebView-Modal-AwaitingResponse .SSG-WebView-Modal-Error {
  display: none;
}
.SSG-WebView-Modal.SSG-WebView-Modal-AwaitingResponse.SSG-WebView-Modal-ShowLoadingAnimation .SSG-WebView-Modal-LoadingBar {
  opacity: 1;
  pointer-events: auto;
}
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-LoadingBar {
  background: rgba(38, 49, 63, 0.42);
  opacity: 1;
  pointer-events: auto;
}
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-LoadingBar:before,
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-LoadingBar:after {
  display: none;
}
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-LoadingDialog {
  display: block;
}
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-LoadingBar-PleaseWaitText {
  opacity: 1;
}
.SSG-WebView-Modal.SSG-WebView-Modal-ProcessingTransaction .SSG-WebView-Modal-ProgressBar span {
  animation: SSG-WebView-ProcessingProgress 60s cubic-bezier(0.28, 0.02, 0.24, 1) forwards, SSG-WebView-ProcessingPulse 1.3s ease-in-out infinite;
}
.SSG-WebView-Modal-LoadingBar {
  align-items: center;
  background: rgba(245, 247, 248, 0.86);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  left: 0;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 140ms ease-in-out;
  z-index: 2147483002;
}
.SSG-WebView-Modal-Checkout .SSG-WebView-Modal-LoadingBar {
  position: absolute;
}
.SSG-WebView-Modal-LoadingBar:before {
  display: none;
}
.SSG-WebView-Modal-LoadingBar:after {
  animation: SSG-WebView-LoadingSwirl 760ms linear infinite;
  background: radial-gradient(circle at center, #f5f7f8 0 46%, transparent 47%), conic-gradient(from 30deg, rgba(69, 87, 191, 0), #4557bf 40%, #005643 70%, rgba(69, 87, 191, 0) 100%);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  content: "";
  height: 72px;
  order: -1;
  width: 72px;
}
.SSG-WebView-Modal-LoadingBar-Animation {
  display: none;
}
.SSG-WebView-Modal-LoadingBar-PleaseWaitText {
  opacity: 0;
  transition-duration: 0.5s;
  font-size: 1.05rem !important;
  font-weight: bold;
  color: #26313f !important;
  line-height: 1.45;
}
.SSG-WebView-Modal-LoadingDialog {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
  display: none;
  max-width: 480px;
  padding: 30px 34px;
  text-align: center;
  width: 480px;
}
.SSG-WebView-Modal-ProgressBar {
  background: #e4e7f5;
  border-radius: 999px;
  height: 10px;
  margin-top: 24px;
  overflow: hidden;
  width: 100%;
}
.SSG-WebView-Modal-ProgressBar span {
  background: #4557bf;
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 0;
}
.SSG-WebView-Modal .SSG-WebView-Modal-Validation-Instruction {
  color: #df1f1f;
  font-weight: bold;
}
.SSG-WebView-Modal-FormGroup {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
@media only screen and (min-width: 720px) {
  .SSG-WebView-Modal-FormGroup label {
    width: auto !important;
  }
}
.SSG-WebView-Modal input.SSG-WebView-Modal-Input-ShowAsLabel,
.SSG-WebView-Modal select.SSG-WebView-Modal-Input-ShowAsLabel {
  border: none;
  background: none !important;
}
.SSG-WebView-Modal input.SSG-WebView-Modal-Validation-Error,
.SSG-WebView-Modal select.SSG-WebView-Modal-Validation-Error {
  background: #faa;
  border-color: #df1f1f;
}
.SSG-WebView-Modal input[type="checkbox"],
.SSG-WebView-Modal input[type="radio"] {
  margin-right: 4px;
  margin-top: 10px;
}
.SSG-WebView-Modal,
.SSG-WebView-Modal * {
  font-size: 1.2rem;
  color: #1a1b4c;
}
.SSG-WebView-Modal small,
.SSG-WebView-Modal small a {
  font-size: 1.1rem;
}
.SSG-WebView-Modal h1 {
  border-radius: 0 !important;
  padding: 8px !important;
  font-size: 1.5rem !important;
  background-color: #6b93c4 !important;
  margin-top: 0 !important;
}
.SSG-WebView-Modal h2 {
  text-decoration: underline;
  font-size: 1.3rem !important;
}
.SSG-WebView-Modal hr {
  width: 100%;
  margin-bottom: 16px;
}
.SSG-WebView-Modal label {
  width: 220px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-Modal label {
    width: 100%;
  }
}
@media only screen and (min-width: 720px) {
  .SSG-WebView-Modal label {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.SSG-WebView-Modal label.SSG-WebView-Modal-Validation-Error {
  font-weight: bold;
  color: #df1f1f;
}
.SSG-WebView-Modal label,
.SSG-WebView-Modal input,
.SSG-WebView-Modal select,
.SSG-WebView-Modal table,
.SSG-WebView-Modal h3,
.SSG-WebView-Modal button,
.SSG-WebView-Modal hr,
.SSG-WebView-Modal p,
.SSG-WebView-Modal small,
.SSG-WebView-Modal h2 {
  margin: 8px 0;
}
.SSG-WebView-Modal label.break,
.SSG-WebView-Modal input.break,
.SSG-WebView-Modal select.break,
.SSG-WebView-Modal table.break,
.SSG-WebView-Modal h3.break,
.SSG-WebView-Modal button.break,
.SSG-WebView-Modal hr.break,
.SSG-WebView-Modal p.break,
.SSG-WebView-Modal small.break,
.SSG-WebView-Modal h2.break {
  display: block;
}
.SSG-WebView-Modal label.nobreak,
.SSG-WebView-Modal input.nobreak,
.SSG-WebView-Modal select.nobreak,
.SSG-WebView-Modal table.nobreak,
.SSG-WebView-Modal h3.nobreak,
.SSG-WebView-Modal button.nobreak,
.SSG-WebView-Modal hr.nobreak,
.SSG-WebView-Modal p.nobreak,
.SSG-WebView-Modal small.nobreak,
.SSG-WebView-Modal h2.nobreak {
  display: inline-block;
}
.SSG-WebView-Modal-Btn-Submit {
  background: #295118;
  border: solid 1px #18320f;
  color: white;
  transition-duration: 0.2s;
}
.SSG-WebView-Modal-Btn-Submit:hover {
  background: #18320f;
}
.SSG-WebView-Modal-Btn-Submit-Disabled {
  background: #bbb;
  color: #777;
}
.SSG-WebView-Modal-Btn-Submit-Disabled:hover {
  background: #bbb;
  color: #777;
}
.SSG-WebView-Modal button {
  margin-right: 16px;
  padding: 0.5rem 1rem;
}
.SSG-WebView-Modal input,
.SSG-WebView-Modal select {
  border-radius: 8px;
  padding: 6px;
}
.SSG-WebView-Modal table {
  border: solid 1px #6b93c4;
}
.SSG-WebView-Modal table td,
.SSG-WebView-Modal table th {
  padding: 8px;
  white-space: nowrap;
  vertical-align: top;
}
.SSG-WebView-Modal table td strike,
.SSG-WebView-Modal table th strike {
  color: #df1f1f;
  font-weight: bold;
}
.SSG-WebView-Modal table td.ralign,
.SSG-WebView-Modal table th.ralign {
  text-align: right;
}
.SSG-WebView-Modal table .table-title {
  background: #1a1b4c;
  color: white;
  margin: 0;
  padding: 4px;
}
.SSG-WebView-Modal-Parent:not(.SSG-WebView-Modal-Open) .SSG-WebView-Modal {
  display: none;
}
.SSG-WebView-Modal-Parent.SSG-WebView-Modal-Open {
  background-image: none;
}
.SSG-WebView-Modal-Parent.SSG-WebView-Modal-Open > *:not(.SSG-WebView-Modal) {
  display: none;
}
.SSG-WebView-UnitType-Illustration {
  display: flex;
  flex-direction: column;
}
.SSG-WebView-UnitType-Illustration-Container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSG-WebView-UnitType-Illustration div {
  margin: 0.5px;
}
.SSG-WebView-UnitType-Illustration-SizeGrid {
  background-image: url(/Apps/WebView/images/size-grid-pattern.webp);
  background-repeat: repeat;
}
.SSG-WebView-UnitType-Illustration-Parking {
  text-transform: uppercase;
  border: dotted 2px #6693bc;
  background: white;
  text-align: center;
  display: block !important;
  font-weight: bold;
  padding: 2px 8px;
}
.SSG-WebView-TestMode-PaymentOptions {
  display: none;
}
.SSG-WebView-TestMode-PaymentOptions.SSG-Checkout-FormPanel {
  display: none;
}
body.SSG-TestMode-Enabled .SSG-WebView-TestMode-PaymentOptions {
  display: block;
}
body.SSG-TestMode-Enabled .SSG-WebView-TestMode-PaymentOptions.SSG-Checkout-FormPanel {
  display: block;
}
.SSG-WebView-TestModeMenu {
  align-items: center;
  background: #171b22;
  border-bottom: solid 1px #050608;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: none;
  font-family: Arial, sans-serif;
  height: 30px;
  left: 0;
  padding: 0 12px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483640;
}
body.SSG-TestMode-Enabled .SSG-WebView-TestModeMenu {
  display: flex;
}
.SSG-WebView-TestModeMenu-Control {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}
.SSG-WebView-TestModeMenu span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.SSG-WebView-TestModeMenu select,
.SSG-WebView-TestModeMenu button {
  background: #252b35;
  border: solid 1px #3d4654;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  height: 22px;
}
.SSG-WebView-TestModeMenu select {
  padding: 1px 24px 1px 8px;
}
.SSG-WebView-TestModeMenu button {
  cursor: pointer;
  font-weight: 700;
  padding: 1px 10px;
}
.SSG-WebView-TestModeMenu button:hover {
  background: #343d4a;
  border-color: #596475;
}
.SSG-WebView-TestModeMenu-CheckButton {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}
.SSG-WebView-TestModeMenu-CheckButton span {
  align-items: center;
  border: solid 1px #8792a3;
  border-radius: 2px;
  display: inline-flex;
  height: 12px;
  justify-content: center;
  width: 12px;
}
.SSG-WebView-TestModeMenu-CheckButton span:before {
  color: #fff;
  content: "";
  font-size: 10px;
  line-height: 1;
}
.SSG-WebView-TestModeMenu-CheckButton[aria-pressed="true"] {
  background: #4557bf;
  border-color: #7280e3;
}
.SSG-WebView-TestModeMenu-CheckButton[aria-pressed="true"] span {
  background: #fff;
  border-color: #fff;
}
.SSG-WebView-TestModeMenu-CheckButton[aria-pressed="true"] span:before {
  color: #4557bf;
  content: "\2713";
}
.SSG-WebView-UnitTypes-Container {
  padding-top: 16px;
  max-width: 100%;
}
.SSG-WebView-UnitTypes-Container * {
  font-size: 1rem;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Container {
    overflow-x: hidden;
  }
}
.SSG-WebView-UnitTypes-PageTitle {
  color: #07152f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.65rem, 3.1vw, 2.45rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 0 auto 24px;
  max-width: 1080px;
  text-align: center;
}
.SSG-WebView-UnitTypes-PageTitle span {
  color: #174b8f;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 0.18em;
  position: relative;
}
.SSG-WebView-UnitTypes-PageTitle span:after {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='8' viewBox='0 0 160 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6 C44 1.5 111 1.5 158 6' stroke='%234658c5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 0.22em;
  left: -0.08em;
  pointer-events: none;
  position: absolute;
  right: -0.08em;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-PageTitle {
    font-size: clamp(1.3rem, 5.3vw, 1.5rem);
    line-height: 1.34;
    margin-bottom: 20px;
    max-width: min(17.5rem, 100%);
  }
  .SSG-WebView-UnitTypes-PageTitle span {
    padding-bottom: 0.14em;
  }
  .SSG-WebView-UnitTypes-PageTitle span:after {
    bottom: -0.02em;
  }
}
.SSG-WebView-UnitTypes-SizeTeaser-Title a {
  font-size: 24px;
  font-weight: bold;
  padding-left: 16px;
  margin-bottom: 16px;
}
.SSG-WebView-UnitTypes-Filter {
  display: flex;
  margin: 0 -5px;
  padding: 0 12px;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Option {
  flex: 1;
  list-style-type: none;
  margin: 0 5px;
  border-bottom: solid 4px #dbe7f5;
  padding: 2px 4px;
  transition-duration: 0.2s;
  border-radius: 2px 2px 0 0;
  color: #777;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Option:hover:not(.SSG-WebView-UnitTypes-Filter-Option-Active) {
  border-bottom: solid 6px #6693bc;
  padding-bottom: 0;
  color: #253767;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Option:hover:not(.SSG-WebView-UnitTypes-Filter-Option-Active) .SSG-WebView-UnitTypes-Filter-Label-Name:after {
  content: ">>";
  color: #6693bc;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Option-Active {
  border-bottom: solid 6px #253767;
  padding-bottom: 0;
  color: #253767;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Option:not(.SSG-WebView-UnitTypes-Filter-Option-Active) {
  cursor: pointer;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Label-Name {
  font-weight: bold;
}
.SSG-WebView-UnitTypes-Filter.mode-filter .SSG-WebView-UnitTypes-Filter-Label-Price {
  font-weight: bold;
  font-size: 1.8rem;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser {
  margin-top: 16px;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option {
  flex: 1;
  list-style-type: none;
  margin: 0 5px;
  border: solid 1px #253767;
  padding: 2px 4px;
  transition-duration: 0.2s;
  border-radius: 4px;
  color: white;
  background: #6693bc;
  text-align: center;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option:hover {
  background: #253767;
  padding-bottom: 0;
  cursor: pointer;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option:hover .SSG-WebView-UnitTypes-Filter-Label-Price {
  color: white;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option:hover .SSG-WebView-UnitTypes-Filter-ViewNow {
  background: #df1f1f;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option-Active {
  border-bottom: solid 6px #253767;
  padding-bottom: 0;
  color: #253767;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option:not(.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Option-Active) {
  cursor: pointer;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Label-Name {
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding: 12px 0;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Label-StartingAt {
  display: block;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Label-Price {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1a1b4c;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-Label-Price-Container {
  margin: 16px 0;
}
.SSG-WebView-UnitTypes-Filter.mode-teaser .SSG-WebView-UnitTypes-Filter-ViewNow {
  margin: 12px 0 4px 0;
  padding: 12px;
  border: solid 1px white;
  border-radius: 4px;
  color: white;
  background: #f44040;
  text-transform: uppercase;
}
.SSG-WebView-UnitTypes-Listing {
  display: flex;
  flex-direction: column;
  background: #ededed;
  margin-top: 12px;
}
@media only screen and (min-width: 720px) {
  .SSG-WebView-UnitTypes-Listing {
    padding: 0 32px;
  }
}
.SSG-WebView-UnitTypes-Listing-Item {
  display: flex;
  flex: 1;
  list-style-type: none;
  border: 0 solid #e0e0e0;
  border-width: 0 0 1px;
  background: white;
  padding: 16px 0;
  margin: 6px 12px;
  align-items: center;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item {
    flex-wrap: wrap;
  }
}
.SSG-WebView-UnitTypes-Listing-Item:hover {
  background: #eee;
}
.SSG-WebView-UnitTypes-Listing-Item:first-child {
  margin-top: 12px;
}
.SSG-WebView-UnitTypes-Listing-Item > div {
  flex: 1;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item > div {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item > div {
    flex: 50%;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item > div {
    flex: 32%;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Hidden {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-Item-Size {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Size {
    order: 1;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Size-Dimensions {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
.SSG-WebView-UnitTypes-Listing-Item-Size-Dimensions-Width,
.SSG-WebView-UnitTypes-Listing-Item-Size-Dimensions-Length {
  font-size: 1.8rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Size-Dimensions-Width {
  text-align: right;
}
.SSG-WebView-UnitTypes-Listing-Item-Size-Dimensions-X {
  padding: 0 1px;
}
.SSG-WebView-UnitTypes-Listing-Item-Size-Comparison {
  color: #666;
  font-size: 0.9rem;
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item-FeatureList {
    order: 3;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-FeatureList {
    order: 4;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-FeatureList-Feature {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: -0.9rem;
}
.SSG-WebView-UnitTypes-Listing-Item-FeatureList-Feature-Icon {
  border: solid 2px #999;
  font-size: 0;
  border-radius: 50%;
  padding: 2px 4px;
}
.SSG-WebView-UnitTypes-Listing-Item-FeatureList-Feature-Icon img {
  aspect-ratio: 1;
  width: 24px;
  height: auto;
}
.SSG-WebView-UnitTypes-Listing-Item-FeatureList-Feature-Description {
  font-size: 0.9rem;
  max-width: 75px;
  text-align: center;
  color: #666;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration {
  display: flex;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month {
  margin: 0 1px;
  display: flex;
  flex-direction: column;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month-Heading {
  flex: 1;
  text-align: center;
  background: #6693bc;
  color: white;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month-Price {
  flex: auto;
  text-align: center;
  border: solid 1px #dbe7f5;
  font-size: 1.2rem;
  padding: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month-Price-Dynamic {
  font-weight: bold;
  font-size: 1.5rem;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month-Price-Standard {
  text-decoration: line-through;
  color: #777;
  margin-right: 8px;
}
.SSG-WebView-UnitTypes-Listing-Item-MonthlyPricingIllustration-Month-Price-Special {
  font-weight: bold;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement {
  display: flex;
  margin-right: 16px;
  align-items: flex-end;
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement {
    order: 4;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement {
    order: 2;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement > div {
  justify-content: center;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Standard {
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Standard-Price {
  text-decoration: line-through;
  font-size: 1.8rem;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Standard-Label {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9rem;
  white-space: nowrap;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Dynamic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Dynamic-Price {
  display: flex;
  align-items: baseline;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Dynamic-Price-Dollars {
  font-size: 1.8rem;
  font-weight: bold;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Dynamic-Price-PerMonth {
  font-size: 0.9rem;
  color: #6693bc;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Dynamic-Label {
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Price {
  display: flex;
  align-items: baseline;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Price-Dollars {
  font-weight: bold;
  color: #cf1515;
  font-size: 2.6rem;
}
@media only screen and (min-width: 720px) {
  .SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Price-Dollars {
    font-size: 2.6rem;
    margin-top: -1.1rem;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Price-PerMonth {
  font-size: 0.9rem;
  color: #6693bc;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Label {
  text-transform: uppercase;
  font-size: 0.9rem;
  white-space: nowrap;
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation {
    order: 6;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation {
    order: 5;
    margin-bottom: 16px;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-MonthIllustration {
  display: flex;
  align-items: center;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-MonthIllustration-Container {
  position: relative;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-MonthIllustration > div {
  background: #dbe7f5;
  font-size: 0.9rem;
  color: white;
  padding: 4px;
  margin: 1px;
  height: 20px;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-FinePrint {
  font-size: 0.9rem;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-FinePrint-PromotionLength {
  font-weight: bold;
  font-size: 0.9rem;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-FinePrint-RateAfterPromo {
  position: absolute;
  top: 100%;
  left: 0;
  color: #888;
  font-size: 0.9rem;
}
.SSG-WebView-UnitTypes-Listing-Item-PriceAdvertisement-Promotional-Explanation-FinePrint-RateAfterPromo-Month {
  font-size: 0.9rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Spacer {
  display: none;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Spacer {
    display: block;
  }
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item-Spacer {
    order: 5;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Spacer {
    order: 6;
  }
}
@media only screen and (max-width: 539px) {
  .SSG-WebView-UnitTypes-Listing-Item-Actions {
    order: 2;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Actions {
    order: 3;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Actions > * {
  border: solid 1px #253767;
  padding: 8px 16px;
  width: 116px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.4rem;
  letter-spacing: normal;
}
.SSG-WebView-UnitTypes-Listing-Item-Actions-Reserve,
.SSG-WebView-UnitTypes-Listing-Item-Actions-Rent {
  background: #6693bc;
  color: white;
}
.SSG-WebView-UnitTypes-Listing-Item-Actions-Reserve:hover,
.SSG-WebView-UnitTypes-Listing-Item-Actions-Rent:hover {
  background: #253767;
}
.SSG-WebView-UnitTypes-Listing-Item-Actions-Call:hover {
  background: #dbe7f5;
  color: white;
}
.SSG-WebView-UnitTypes-Listing-Item-Actions-ComingSoon {
  background: #37465a;
  color: white;
  cursor: pointer;
}
.SSG-WebView-UnitTypes button,
.SSG-WebView-UnitTypes input[type="checkbox"],
.SSG-WebView-UnitTypes input[type="range"],
.SSG-WebView-UnitTypes a,
.SSG-WebView-UnitTypes [onclick] {
  transition: background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease, box-shadow 0.14s ease, opacity 0.14s ease, transform 0.14s ease;
}
.SSG-WebView-UnitTypes-Filter.mode-filter {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: stretch;
  margin: 0 12px 24px;
  padding: 22px 28px;
  background: #fff;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter.mode-filter {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding: 18px;
    width: 100%;
  }
}
.SSG-WebView-UnitTypes-FilterHeading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 8px;
  color: #333947;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
}
.SSG-WebView-UnitTypes-FilterHeading svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.SSG-WebView-UnitTypes-Filter-Panel {
  border-left: 1px solid #e1e5ec;
  padding-left: 28px;
}
.SSG-WebView-UnitTypes-Filter-Panel-Hidden {
  pointer-events: none;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-Panel-Hidden {
    display: none;
  }
}
.SSG-WebView-UnitTypes-Filter-Panel-StorageOnly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.14s ease;
}
.SSG-WebView-UnitTypes-Filter-Panel-StorageOnly.SSG-WebView-UnitTypes-Filter-Panel-Hidden {
  opacity: 0;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-Panel-StorageOnly.SSG-WebView-UnitTypes-Filter-Panel-Hidden {
    opacity: 1;
  }
}
.SSG-WebView-UnitTypes-Filter-Panel-Size {
  cursor: pointer;
}
.SSG-WebView-UnitTypes-Filter-Panel:first-child {
  border-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-Panel {
    border-left: 0;
    border-top: 1px solid #e1e5ec;
    min-width: 0;
    padding-left: 0;
    padding-top: 18px;
  }
  .SSG-WebView-UnitTypes-Filter-Panel:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.SSG-WebView-UnitTypes-Filter-Title {
  color: #333947;
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 18px;
}
.SSG-WebView-UnitTypes-Filter-Range {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 28px;
  position: relative;
  margin: 0 0 8px;
  cursor: pointer;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-Range {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.SSG-WebView-UnitTypes-Filter-Range:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 16.666%;
  left: 16.666%;
  height: 5px;
  border-radius: 999px;
  background: #b7bbc2;
}
.SSG-WebView-UnitTypes-Filter-Range:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 16.666%;
  width: 66.666%;
  height: 11px;
  pointer-events: none;
  background: radial-gradient(circle at 0 50%, #b7bbc2 0 3px, transparent 4px), radial-gradient(circle at 50% 50%, #b7bbc2 0 3px, transparent 4px), radial-gradient(circle at 100% 50%, #b7bbc2 0 3px, transparent 4px);
}
.SSG-WebView-UnitTypes-Filter-Range-Input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 1;
}
.SSG-WebView-UnitTypes-Filter-Range-Input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #b7191f;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -6px;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}
.SSG-WebView-UnitTypes-Filter-Range-Input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
  border-radius: 50%;
  background: #b7191f;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.SSG-WebView-UnitTypes-Filter-Range-Input::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
}
.SSG-WebView-UnitTypes-Filter-Range-Input::-moz-range-track {
  height: 5px;
  background: transparent;
}
.SSG-WebView-UnitTypes-Filter-Range-Stop {
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #8c929d;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.SSG-WebView-UnitTypes-Filter-Range-Stop:hover {
  border-color: #4557bf;
  box-shadow: 0 0 0 3px rgba(69, 87, 191, 0.12);
}
.SSG-WebView-UnitTypes-Filter-Range-Stop.SSG-WebView-UnitTypes-Filter-SizeBucket-Hover {
  border-color: #4557bf;
  box-shadow: 0 0 0 3px rgba(69, 87, 191, 0.12);
}
.SSG-WebView-UnitTypes-Filter-Range-Stop-Active {
  border-color: #4557bf;
  background: #4557bf;
}
.SSG-WebView-UnitTypes-Filter-Range-Stop-Active:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: border-color 0.14s ease, opacity 0.14s ease;
}
.SSG-WebView-UnitTypes-Filter-Range-Stop-Filtered {
  border-color: #4557bf;
  background: #4557bf;
}
.SSG-WebView-UnitTypes-Filter-SizeLabels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: start;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-SizeLabels {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.SSG-WebView-UnitTypes-Filter-SizeLabel {
  border: 0;
  background: transparent;
  color: #222733;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel span,
.SSG-WebView-UnitTypes-Filter-SizeLabel strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.25;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel span {
  font-weight: 700;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel strong {
  font-weight: 400;
  white-space: nowrap;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel strong span {
  display: inline;
  font-size: 80%;
  line-height: inherit;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel-Active {
  color: #4557bf;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel:hover {
  color: #4557bf;
}
.SSG-WebView-UnitTypes-Filter-SizeLabel.SSG-WebView-UnitTypes-Filter-SizeBucket-Hover {
  color: #4557bf;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 42rem;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
.SSG-WebView-UnitTypes-Filter-Check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333947;
  cursor: pointer;
  font-size: 1.15rem;
}
.SSG-WebView-UnitTypes-Filter-Check input {
  width: 18px;
  height: 18px;
  accent-color: #3c4e68;
  cursor: pointer;
}
.SSG-WebView-UnitTypes-Filter-Check span {
  font-size: 1.15rem;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check {
  display: block;
  min-width: 0;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 84px;
  padding: 8px 12px 8px 18px;
  border: 1px solid #d6d9df;
  border-radius: 7px;
  background: #f8f8f9;
  box-shadow: 0 2px 5px rgba(16, 24, 40, 0.08);
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
  user-select: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span:hover {
  background: #fff;
  border-color: rgba(69, 87, 191, 0.45);
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.12);
  transform: translateY(-1px);
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span:before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #4557bf;
  border-radius: 4px;
  background: #4557bf;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: background-color 0.14s ease, border-color 0.14s ease, opacity 0.14s ease;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span img {
  flex: 0 0 72px;
  width: 72px;
  height: 58px;
  object-fit: contain;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span strong {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check > span strong span {
  font-size: inherit;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check input:checked + span {
  color: #4557bf;
  background: linear-gradient(135deg, rgba(69, 87, 191, 0.12), rgba(69, 87, 191, 0.03) 58%, #fff 100%);
  border-color: #4557bf;
  border-width: 2px;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check input:checked + span:hover {
  background: linear-gradient(135deg, rgba(69, 87, 191, 0.16), rgba(69, 87, 191, 0.05) 58%, #fff 100%);
  box-shadow: 0 8px 18px rgba(69, 87, 191, 0.16);
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check input:checked + span:before {
  opacity: 1;
}
.SSG-WebView-UnitTypes-Filter-CheckGroup-Segmented .SSG-WebView-UnitTypes-Filter-Check input:checked + span:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translateY(-58%) rotate(45deg);
  transition: border-color 0.14s ease, opacity 0.14s ease;
}
.SSG-WebView-UnitTypes-FilterStatus {
  display: none;
  margin: -4px auto 22px;
  padding: 0 12px;
  color: #07152f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  max-width: 920px;
  text-align: center;
}
.SSG-WebView-UnitTypes-FilterStatus span {
  color: #4557bf;
  font-size: inherit;
}
.SSG-WebView-UnitTypes-FilterStatus small {
  display: block;
  margin-top: 8px;
  color: #25364d;
  font-size: 0.58em;
  font-weight: 700;
  line-height: 1.35;
}
.SSG-WebView-UnitTypes-FilterStatus small button {
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #174b8f;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
  transition: color 140ms ease, text-decoration-color 140ms ease;
}
.SSG-WebView-UnitTypes-FilterStatus small button:hover,
.SSG-WebView-UnitTypes-FilterStatus small button:focus {
  color: #4557bf;
  outline: 0;
  text-decoration-color: #4557bf;
}
.SSG-WebView-UnitTypes-FilterStatus-Visible {
  display: block;
}
.SSG-WebView-UnitTypes-FilterStatus-Updating {
  animation: SSG-WebView-UnitTypes-FilterStatusUpdating 0.76s ease-in-out infinite alternate;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-FilterStatus {
    font-size: clamp(1.1rem, 4.6vw, 1.3rem);
    line-height: 1.34;
    margin: -2px auto 18px;
    max-width: min(19rem, 100%);
  }
  .SSG-WebView-UnitTypes-FilterStatus small {
    font-size: 0.68em;
  }
}
.SSG-WebView-UnitTypes-Listing {
  gap: 28px;
  background: transparent;
  margin: 0 12px 32px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing {
    margin: 0 auto 24px;
    gap: 18px;
    width: 100%;
  }
}
.SSG-WebView-UnitTypes-Listing-Updating {
  min-height: 270px;
}
.SSG-WebView-UnitTypes-Listing-Updating:before {
  content: "Loading all unit types";
  position: relative;
  top: auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 32px);
  min-height: 42px;
  margin: 74px auto 0;
  padding: 0 18px;
  border: 1px solid rgba(69, 87, 191, 0.22);
  border-radius: 999px;
  color: #25364d;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 255, 0.98), rgba(255, 255, 255, 0.96));
  background-size: 220% 100%;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.14);
  font-size: 0.98rem;
  font-weight: 800;
  pointer-events: none;
  animation: SSG-WebView-UnitTypes-LoadingPill 1s ease-in-out infinite;
}
.SSG-WebView-UnitTypes-Listing-Updating:after {
  content: "";
  position: relative;
  top: auto;
  z-index: 5;
  display: block;
  width: 56px;
  height: 56px;
  margin: 26px auto 0;
  transform: rotate(0deg);
  border: 6px solid rgba(69, 87, 191, 0.16);
  border-top-color: #4557bf;
  border-radius: 50%;
  pointer-events: none;
  animation: SSG-WebView-UnitTypes-LoadingSpinner 0.9s linear infinite;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Updating {
    min-height: 230px;
  }
  .SSG-WebView-UnitTypes-Listing-Updating:before {
    min-height: 38px;
    margin-top: 58px;
    padding: 0 14px;
    font-size: 0.9rem;
  }
  .SSG-WebView-UnitTypes-Listing-Updating:after {
    width: 46px;
    height: 46px;
    margin-top: 22px;
    border-width: 5px;
  }
}
.SSG-WebView-UnitTypes-Listing-NoResults {
  display: none;
  padding: 32px;
  color: #333947;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(16, 24, 40, 0.08);
}
.SSG-WebView-UnitTypes-Listing-NoResults-Visible {
  display: block;
}
.SSG-WebView-UnitTypes-Listing-ShowAllWrap {
  display: none;
  justify-content: center;
}
.SSG-WebView-UnitTypes-Listing-ShowAllWrap-Visible {
  display: flex;
}
.SSG-WebView-UnitTypes-Listing-Updating .SSG-WebView-UnitTypes-Listing-ShowAllWrap {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-ShowAll {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #d5dbe6;
  border-radius: 8px;
  color: #25364d;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
}
.SSG-WebView-UnitTypes-Listing-ShowAll:hover {
  color: #4557bf;
  border-color: rgba(69, 87, 191, 0.45);
  box-shadow: 0 10px 22px rgba(69, 87, 191, 0.14);
  transform: translateY(-1px);
}
.SSG-WebView-UnitTypes-Listing-ShowAll:disabled {
  cursor: wait;
  pointer-events: none;
}
.SSG-WebView-UnitTypes-Listing-ShowAll-Loading {
  color: #4557bf;
  border-color: rgba(69, 87, 191, 0.42);
  background: linear-gradient(90deg, #fff 0%, #eef1ff 38%, #fff 76%);
  background-size: 220% 100%;
  box-shadow: 0 10px 22px rgba(69, 87, 191, 0.16);
  animation: SSG-WebView-UnitTypes-ShowAllLoading 0.78s linear infinite;
}
.SSG-WebView-UnitTypes-Listing-ShowAll svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.SSG-WebView-UnitTypes-Listing-Item {
  display: grid;
  grid-template-columns: minmax(260px, 29%) 1fr minmax(340px, 31%);
  gap: 32px;
  align-items: stretch;
  min-height: 330px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.12);
}
.SSG-WebView-UnitTypes-Listing-Item:first-child {
  margin-top: 0;
}
.SSG-WebView-UnitTypes-Listing-Item:hover {
  background: #fff;
}
.SSG-WebView-UnitTypes-Listing-Item-Hidden {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-Item-HiddenByLimit {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-Item-NoImage {
  grid-template-columns: minmax(0, 1fr) 330px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-NoImage {
    grid-template-columns: 1fr;
  }
}
.SSG-WebView-UnitTypes-Listing-Updating .SSG-WebView-UnitTypes-Listing-Item:not(.SSG-WebView-UnitTypes-Listing-Item-Hidden):not(.SSG-WebView-UnitTypes-Listing-Item-HiddenByLimit) {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-Revealing .SSG-WebView-UnitTypes-Listing-Item:not(.SSG-WebView-UnitTypes-Listing-Item-Hidden):not(.SSG-WebView-UnitTypes-Listing-Item-HiddenByLimit) {
  animation: SSG-WebView-UnitTypes-ListingReveal 680ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}
.SSG-WebView-UnitTypes-Listing-Item > div {
  flex: none;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 36px 24px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Visual {
    justify-content: center;
    padding: 28px 24px 0;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Visual img {
  display: block;
  width: 100%;
  max-width: 380px;
  height: auto;
}
.SSG-WebView-UnitTypes-Listing-Item-Details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px 12px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Details {
    align-items: center;
    margin-top: 0;
    padding: 48px 24px 28px;
    text-align: center;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-SizeLabel {
  color: #172033;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.SSG-WebView-UnitTypes-Listing-Item-Dimensions {
  color: #0d1324;
  font-size: 3.65rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 28px;
}
.SSG-WebView-UnitTypes-Listing-Item-Dimensions span {
  font-size: 2.3rem;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Dimensions {
    font-size: 2.8rem;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Badges {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Badges {
    align-items: center;
    width: 100%;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 8px 18px;
  color: #273652;
  background: #fff;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(16, 24, 40, 0.1);
  font-size: 1rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Access {
  display: none;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge span {
  font-size: 1rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #59a8f9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Access {
  position: relative;
  padding-right: 12px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Badge-Access {
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 280px);
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #b8c1d0;
  border-radius: 50%;
  color: #4557bf;
  background: #fff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Info:hover,
.SSG-WebView-UnitTypes-Listing-Item-Badge-Info:focus {
  border-color: #4557bf;
  box-shadow: 0 0 0 3px rgba(69, 87, 191, 0.12);
  outline: 0;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Tooltip {
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  top: calc(100% + 8px);
  left: 50%;
  display: none;
  width: 260px;
  padding: 10px 12px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  color: #172033;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  transform: translateX(-50%);
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Badge-Tooltip {
    position: static;
    flex: 1 1 100%;
    min-width: 0;
    width: 100%;
    margin-top: 2px;
    overflow-wrap: break-word;
    transform: none;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-TooltipVisible .SSG-WebView-UnitTypes-Listing-Item-Badge-Tooltip {
  display: block;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Scarcity {
  color: #ed1c24;
  background: #fff1f1;
  border-color: #ffd9d9;
  font-weight: 700;
}
.SSG-WebView-UnitTypes-Listing-Item-Badge-Scarcity:before {
  content: "\1F525";
  width: auto;
  height: auto;
  background: transparent;
  font-size: 1.15rem;
  line-height: 1;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 28px 34px;
  border-left: 1px solid #e0e4eb;
  text-align: center;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer {
    border-left: 0;
    border-top: 1px solid #e0e4eb;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Rates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-Rates {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard {
  color: #030713;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > div,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  width: max-content;
  margin: 0 auto;
  white-space: nowrap;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > div span,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div span {
  font-size: 1.35rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > div span:last-child,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div span:last-child {
  font-size: 1.08rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > div strong,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div strong {
  font-size: 2rem;
  line-height: 1;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > span,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > span {
  display: block;
  margin-top: 3px;
  color: #4d5565;
  font-size: 1.35rem;
  line-height: 1.1;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online {
  padding-right: 14px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-Online {
    order: 2;
    padding-right: 0;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Online > span {
  color: #030713;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard {
  position: relative;
  padding-left: 14px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-Standard {
    order: 1;
    padding-left: 0;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard:before {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 1px;
  background: #d4dae5;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-Standard:before {
    display: none;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div {
  color: #4d5565;
  position: relative;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div strong {
  font-size: 1.6rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 4px;
  background: rgba(31, 48, 76, 0.5);
  transform: translateY(-50%);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > span {
  position: relative;
  display: block;
  width: max-content;
  margin: 3px auto 0;
  font-size: 1.08rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Standard > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  height: 4px;
  background: rgba(31, 48, 76, 0.5);
  transform: translateY(-50%);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Divider {
  width: 100%;
  height: 1px;
  background: #e0e4eb;
  margin-bottom: 26px;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Label {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 4px 8px;
  color: #0d1324;
  background: linear-gradient(180deg, #ffefaa, #ffe083);
  border-radius: 5px;
  box-shadow: 0 5px 12px rgba(16, 24, 40, 0.1);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: -0.72rem;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Label-Popular {
  color: #4557bf;
  background: linear-gradient(180deg, #eef1ff, #dfe5ff);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Label-LimitedTime {
  color: #0d1324;
  background: linear-gradient(180deg, #ffefaa, #ffe083);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Deal {
  box-sizing: border-box;
  width: min(100%, 292px);
  padding: 30px 20px 18px;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(69, 87, 191, 0.06), rgba(255, 255, 255, 0.98) 56%, rgba(69, 87, 191, 0.035));
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
  margin-bottom: 22px;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Deal-NoLabel {
  padding-top: 20px;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-PromoRow {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(84px, 0.7fr);
  column-gap: 12px;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-PromoRow {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  color: #0b1020;
  min-width: 0;
  padding-right: 0;
  white-space: nowrap;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo span {
  font-size: clamp(1.35rem, 4.4vw, 1.85rem);
  transform: translateY(-0.28em);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo span:last-child {
  font-size: clamp(1rem, 3vw, 1.25rem);
  transform: translateY(-0.12em);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo strong {
  color: #4658c5;
  font-size: clamp(3.5rem, 9vw, 4.65rem);
  line-height: 0.9;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-3 span,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-4 span {
  font-size: clamp(1.15rem, 3.4vw, 1.55rem);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-3 span:last-child,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-4 span:last-child {
  font-size: clamp(0.9rem, 2.4vw, 1.08rem);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-3 strong,
.SSG-WebView-UnitTypes-Listing-Item-Offer-Promo-Digits-4 strong {
  font-size: clamp(3rem, 7vw, 3.85rem);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Term {
  color: #4658c5;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  min-height: 76px;
  margin: 0;
  padding: 0 0 0 18px;
  border-left: 0;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.32;
}
@media only screen and (max-width: 719px) {
  .SSG-WebView-UnitTypes-Listing-Item-Offer-Term {
    border-left: 0;
    min-height: 0;
    padding-left: 0;
    align-items: center;
  }
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Term:before {
  content: none;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Term:after {
  content: none;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Term span:last-child {
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
  transform: translateY(2px);
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Term span:last-child:after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -4px;
  left: -4px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='8' viewBox='0 0 160 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6 C44 1.5 111 1.5 158 6' stroke='%234658c5' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border: 1px solid #4557bf;
  border-radius: 8px;
  color: #fff;
  background: #4557bf;
  cursor: pointer;
  font-size: 1.22rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Action:hover {
  background: #34449e;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Action-Loading {
  border-color: #4557bf;
  background: linear-gradient(90deg, #4557bf 0%, #5f72dc 35%, #34449e 70%, #4557bf 100%);
  background-size: 220% 100%;
  animation: SSG-WebView-UnitTypes-ActionLoading 0.85s linear infinite;
  cursor: wait;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Action-Call {
  color: #25364d;
  background: #fff;
  border-color: #d5dbe6;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Action-Call:hover {
  color: #25364d;
  background: #f4f6fa;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  color: #172033;
  margin-top: 0;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 92px;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 1.25;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust div + div {
  border-left: 0;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust div + div:before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  width: 1px;
  background: #d4dae5;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #4658c5;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.SSG-WebView-UnitTypes-Listing-Item-Offer-Trust span {
  font-size: 1rem;
}
@keyframes SSG-WebView-UnitTypes-ActionLoading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 220% 0;
  }
}
@keyframes SSG-WebView-UnitTypes-ShowAllLoading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 220% 0;
  }
}
@keyframes SSG-WebView-UnitTypes-LoadingPill {
  0% {
    background-position: 0 0;
    transform: translateY(0);
  }
  50% {
    background-position: 110% 0;
    transform: translateY(-1px);
  }
  100% {
    background-position: 220% 0;
    transform: translateY(0);
  }
}
@keyframes SSG-WebView-UnitTypes-LoadingSpinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes SSG-WebView-UnitTypes-FilterStatusUpdating {
  from {
    opacity: 0.72;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-1px);
  }
}
@keyframes SSG-WebView-UnitTypes-ListingReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .SSG-WebView .SSG-WebView-UnitTypes-Listing-ShowAll-Loading,
  .SSG-WebView .SSG-WebView-UnitTypes-FilterStatus-Updating,
  .SSG-WebView .SSG-WebView-UnitTypes-Listing-Updating:before,
  .SSG-WebView .SSG-WebView-UnitTypes-Listing-Updating:after,
  .SSG-WebView .SSG-WebView-UnitTypes-Listing-Revealing .SSG-WebView-UnitTypes-Listing-Item:not(.SSG-WebView-UnitTypes-Listing-Item-Hidden):not(.SSG-WebView-UnitTypes-Listing-Item-HiddenByLimit) {
    animation: none;
  }
}
.SSG-WebView-PromoThreeUp1 {
  margin-top: 16px;
}
.SSG-WebView-PromoThreeUp1 * {
  font-family: "Source Sans Pro";
}
.SSG-WebView-PromoThreeUp1-Masthead {
  display: flex;
  align-items: end;
  justify-content: center;
  line-height: 0;
}
.SSG-WebView-PromoThreeUp1-Masthead-Woman img {
  aspect-ratio: 280 / 297;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Woman img {
    width: 32vw;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Woman img {
    height: 180px;
  }
}
.SSG-WebView-PromoThreeUp1-Masthead-Woman-HiddenMirror {
  opacity: 0;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Woman-HiddenMirror {
    display: none;
  }
}
.SSG-WebView-PromoThreeUp1-Masthead-Title {
  text-align: center;
  color: #0c0cbb;
}
.SSG-WebView-PromoThreeUp1-Masthead-Title > * {
  line-height: normal;
}
.SSG-WebView-PromoThreeUp1-Masthead-Title-Line1 {
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line1 {
    font-size: 12vw;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line1 {
    line-height: 71px;
    font-size: 100px;
  }
}
.SSG-WebView-PromoThreeUp1-Masthead-Title-Line2 {
  text-transform: uppercase;
  font-weight: 300;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line2 {
    font-size: 7vw;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line2 {
    font-size: 64px;
    line-height: 72px;
  }
}
.SSG-WebView-PromoThreeUp1-Masthead-Title-Line3 {
  font-weight: 400;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line3 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Masthead-Title-Line3 {
    font-size: 24px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Units {
    display: flex;
  }
}
.SSG-WebView-PromoThreeUp1-Unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f9f9f9;
  border: solid 1px #7d9bb7;
  margin: 0 4px;
  padding: 16px 8px;
}
@media only screen and (max-width: 1019px) {
  .SSG-WebView-PromoThreeUp1-Unit {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1020px) {
  .SSG-WebView-PromoThreeUp1-Unit {
    flex: 1;
  }
}
.SSG-WebView-PromoThreeUp1-Unit:hover {
  background: #f7e0e0;
  cursor: pointer;
}
.SSG-WebView-PromoThreeUp1-Unit-Size {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 16px;
  margin-bottom: 16px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size .SSG-WebView-UnitType-Illustration div div {
  width: 3px;
  height: 3px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements {
  margin-left: 6px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Dimensions {
  display: flex;
  color: #59a8f9;
  align-items: baseline;
  line-height: 21px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Dimensions-Width,
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Dimensions-Length {
  font-size: 40px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Dimensions-X {
  font-size: 20px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Area {
  display: flex;
  align-items: baseline;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Area-Number {
  font-size: 18px;
  margin-right: 4px;
}
.SSG-WebView-PromoThreeUp1-Unit-Size-Measurements-Area-MeasurementUnit {
  font-size: 16px;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList {
  margin-bottom: 16px;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature > * {
  padding: 8px;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature-Spacer {
  opacity: 0;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature-Icon {
  display: flex;
  align-items: center;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature-Icon img {
  width: 38px;
  aspect-ratio: 1;
}
.SSG-WebView-PromoThreeUp1-Unit-FeatureList-Feature-Description {
  font-size: 16px;
  color: #37465a;
  text-transform: lowercase;
  width: 70%;
  white-space: nowrap;
}
.SSG-WebView-PromoThreeUp1-Unit-Price {
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
}
.SSG-WebView-PromoThreeUp1-Unit-Price > * {
  margin: 0 8px;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Dynamic-Price,
.SSG-WebView-PromoThreeUp1-Unit-Price-Promotional-Price {
  display: flex;
  align-items: baseline;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Dynamic-Price-Dollars,
.SSG-WebView-PromoThreeUp1-Unit-Price-Promotional-Price-Dollars {
  font-size: 32px;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Dynamic-Price-PerMonth,
.SSG-WebView-PromoThreeUp1-Unit-Price-Promotional-Price-PerMonth {
  font-size: 16px;
  text-transform: uppercase;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Dynamic-Price {
  color: #b0b0b0;
  text-decoration: line-through;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Promotional-Price-Dollars {
  color: #0c0cbb;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Promotional-Price-PerMonth {
  color: #5257c6;
}
.SSG-WebView-PromoThreeUp1-Unit-Price-Savings {
  color: #37465a;
  font-size: 20px;
}
.SSG-WebView-PromoThreeUp1-Unit-Action {
  width: 75%;
}
.SSG-WebView-PromoThreeUp1-Unit-Action > * {
  border: solid 2px #5257c6;
  padding: 8px;
  text-transform: uppercase;
  background: white;
  color: #000088;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.SSG-WebView-PromoThreeUp1-Unit-Action > *:hover {
  background: #5257c6;
  color: white;
}
.SSG-WebView-DisclaimerStyle1 {
  background: #f4b7b7;
  border: #df1f1f;
  padding: 4px;
  font-weight: bold;
}
.SSG-Opaque {
  opacity: 0 !important;
}
@media only screen and (max-width: 539px) {
  .SSG-HideXS {
    display: none;
  }
}
@media only screen and (min-width: 540px) and (max-width: 719px) {
  .SSG-HideXM {
    display: none;
  }
}
.table50 > tbody > tr > td {
  width: 50%;
  padding: 0 !important;
}
body.SSG-WebView-PageClass-Modal-Open:before {
  background: rgba(0, 0, 0, 0.58);
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147482999;
}
body.SSG-WebView-PageClass-Modal-Open.SSG-TestMode-Enabled:before {
  top: 30px;
}
body.SSG-WebView-PageClass-Modal-Open .innerpage-content {
  display: block;
}
body.SSG-WebView-PageClass-Modal-Open .innerpage-content .content-main {
  display: block;
}
.SSG-WebView-Modal.SSG-WebView-Modal-Checkout {
  background: #f5f7f8;
  border: solid 1px #cfd6dc;
  border-radius: 10px;
  bottom: 12px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.18);
  left: 12px;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 12px;
  top: 12px;
  width: auto;
  z-index: 2147483000;
}
body.SSG-TestMode-Enabled .SSG-WebView-Modal.SSG-WebView-Modal-Checkout {
  top: 42px;
}
.SSG-Checkout {
  --SSG-checkout-content-gutter: 30px;
  background: #f5f7f8;
  color: #101418;
  min-height: 100vh;
  width: 100%;
}
.SSG-Checkout,
.SSG-Checkout * {
  box-sizing: border-box;
  letter-spacing: 0;
}
.SSG-Checkout button {
  cursor: pointer;
  font-family: inherit;
}
.SSG-Checkout button,
.SSG-Checkout input[type="checkbox"],
.SSG-Checkout input[type="radio"],
.SSG-Checkout-RadioVisual,
.SSG-Checkout-ToggleVisual,
.SSG-Checkout-ToggleVisual:after {
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, box-shadow 110ms ease-in-out, color 110ms ease-in-out;
}
.SSG-Checkout-Header {
  align-items: center;
  background: #f0f2f3;
  border-bottom: solid 1px #e4e7ea;
  display: grid;
  flex: 0 0 auto;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px var(--SSG-checkout-content-gutter);
  z-index: 10;
}
.SSG-Checkout-Steps {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.SSG-Checkout-HeaderTitle {
  color: #111820 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 5px 0 !important;
  padding: 0 !important;
}
.SSG-Checkout-Step {
  align-items: center;
  background: #fff;
  border: solid 1px #e4e7ea;
  border-radius: 8px;
  color: #788080;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 16px;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, color 110ms ease-in-out, box-shadow 110ms ease-in-out;
}
.SSG-Checkout-StepNumber {
  align-items: center;
  border: solid 2px currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}
.SSG-Checkout-Step:disabled {
  cursor: pointer;
  opacity: 1;
}
.SSG-Checkout-Step-Active {
  background: #4557bf;
  border-color: #4557bf;
  color: #fff;
  cursor: pointer;
}
.SSG-Checkout-Step-Active .SSG-Checkout-StepNumber {
  border-color: #fff;
  color: #fff;
}
.SSG-Checkout-Step-Visited {
  background: #ffe58f;
  border-color: #e7c855;
  color: #26313f;
}
.SSG-Checkout-Step-Visited:hover {
  background: #ccb872;
  border-color: #b9a044;
  color: #26313f;
}
.SSG-Checkout-Close {
  align-items: center;
  background: #fff;
  border: solid 1px #d8dde1;
  border-radius: 8px;
  color: #26313f;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  position: relative;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, color 110ms ease-in-out;
  width: 42px;
}
.SSG-Checkout-Close::before,
.SSG-Checkout-Close::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
}
.SSG-Checkout-Close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.SSG-Checkout-Close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.SSG-Checkout-Close i {
  display: none;
}
.SSG-Checkout-Close:hover {
  background: #e6e6e6;
  border-color: #c5ccd2;
  color: #111;
}
.SSG-Checkout-MobileFloatingClose {
  display: none;
  position: relative;
}
.SSG-Checkout-MobileFloatingClose::before,
.SSG-Checkout-MobileFloatingClose::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 18px;
}
.SSG-Checkout-MobileFloatingClose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.SSG-Checkout-MobileFloatingClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.SSG-Checkout-MobileFloatingClose i {
  display: none;
}
.SSG-Checkout-Main {
  display: grid;
  flex: 1 1 auto;
  gap: 40px;
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 36px var(--SSG-checkout-content-gutter) 64px;
  width: 100%;
}
.SSG-Checkout-Content {
  min-width: 0;
}
.SSG-Checkout-StepScrollTarget {
  scroll-margin-top: 18px;
}
.SSG-Checkout-Sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.SSG-Checkout-StepBodyGrid {
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1fr) 380px;
  margin-top: 24px;
}
.SSG-Checkout h1 {
  color: #202326 !important;
  font-size: 40px !important;
  line-height: 1.1 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: none !important;
}
.SSG-Checkout h2 {
  color: #081512 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  margin: 0 0 10px !important;
  text-decoration: none !important;
}
.SSG-Checkout p {
  color: #30485a;
  line-height: 1.45;
  margin: 0 0 18px;
}
.SSG-Checkout-UnitCard {
  align-items: center;
  background: #fff;
  border: solid 1px #e2e6e9;
  border-radius: 8px;
  display: grid;
  gap: 26px;
  grid-template-columns: 330px minmax(0, 1fr);
  min-height: 190px;
  padding: 20px 30px;
}
.SSG-Checkout-Step-confirmation .SSG-Checkout-UnitCard {
  margin-top: 16px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.SSG-Checkout-UnitCard-NoImage {
  grid-template-columns: minmax(0, 1fr);
}
.SSG-Checkout-UnitImage {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  display: block;
  object-fit: contain;
  width: 100%;
}
.SSG-Checkout-UnitBadge {
  background: #e2e6ea;
  border-radius: 999px;
  color: #1d3142;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 6px 14px;
  text-transform: uppercase;
}
.SSG-Checkout-UnitDetails h1 {
  font-size: 28px !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}
.SSG-Checkout-UnitDetails {
  text-align: left !important;
}
.SSG-Checkout-UnitFeature {
  color: #2f4d61;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.SSG-Checkout-UnitFeature .fa {
  color: #005643;
  margin-right: 8px;
  width: 18px;
}
.SSG-Checkout-UnitMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0;
}
.SSG-Checkout-UnitMeta span {
  color: #2a2f34;
  font-size: 15px;
}
.SSG-Checkout-UnitMeta span .fa {
  color: #005643;
  margin-right: 6px;
}
.SSG-Checkout-Scarcity {
  background: #fff0dc;
  border: solid 1px #ffc278;
  border-radius: 5px;
  color: #a42508;
  align-items: center;
  display: inline-flex;
  gap: 8px;
  font-weight: 700;
  padding: 10px 16px;
}
.SSG-Checkout-UnitDetailList {
  display: grid;
  gap: 10px;
  margin: 0;
}
.SSG-Checkout-UnitDetailList div {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 110px) minmax(0, 1fr);
}
.SSG-Checkout-UnitDetailList dt,
.SSG-Checkout-UnitDetailList dd {
  margin: 0;
}
.SSG-Checkout-UnitDetailList dt {
  color: #5b6774;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.SSG-Checkout-UnitDetailList dd {
  color: #101418;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}
.SSG-Checkout-UnitDetailHighlight,
.SSG-Checkout-IndigoText {
  color: #4557bf !important;
  font-weight: 800 !important;
}
.SSG-Checkout-TermActions {
  margin: 44px auto 0;
  max-width: 920px;
  width: 100%;
}
.SSG-Checkout-TermsPage .SSG-Checkout-TermActions {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.SSG-Checkout-TermCards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  width: 100%;
}
.SSG-Checkout-TermsCallout {
  color: #344054;
  display: block;
  font-size: 15px !important;
  font-weight: 600;
  line-height: 1.45;
  margin: 36px auto 0;
  max-width: 680px;
  text-align: center;
  width: min(100%, 680px);
}
.SSG-Checkout-TermsCallout a {
  color: #344054;
  font-size: inherit !important;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.SSG-Checkout-TermsPage .SSG-Checkout-TermsCallout {
  margin: 36px auto 0;
  text-align: center;
}
.SSG-Checkout-MobileTermsSummary {
  display: none;
}
.SSG-Checkout-TermCard {
  background: #fff;
  border: solid 2px #151719;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 26px 24px 24px;
}
.SSG-Checkout-TermCard-Lease {
  background: #4557bf;
  border-color: #4557bf;
  color: #fff;
}
.SSG-Checkout-TermCard-Lease h2,
.SSG-Checkout-TermCard-Lease p {
  color: #fff !important;
}
.SSG-Checkout-TermCard-Lease button {
  background: #fff;
  border-color: #fff;
  color: #4557bf;
}
.SSG-Checkout-TermCard-Lease button:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #374699;
}
.SSG-Checkout-TermCard-Secondary {
  border-color: #9cacbf;
}
.SSG-Checkout-TermCard button {
  background: #4557bf;
  border: solid 1px #344499;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-top: auto;
  padding: 16px 20px;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, color 110ms ease-in-out;
  width: 100%;
}
.SSG-Checkout-TermCard button:hover {
  background: #374699;
  border-color: #293373;
}
.SSG-Checkout-TermCard-Secondary button {
  background: #edf1f4;
  border-color: #cbd3da;
  color: #111;
}
.SSG-Checkout-TermCard-Secondary button:hover {
  background: #dbe1e6;
  border-color: #bac4cc;
}
.SSG-Checkout-TermCard-Lease button {
  background: #fff;
  border-color: #fff;
  color: #26313f;
}
.SSG-Checkout-TermCard-Lease button:hover {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #111;
}
.SSG-Checkout-SummaryCard,
.SSG-Checkout-DueToday {
  background: #f7faf9;
  border: solid 1px #bfc8cc;
  border-radius: 8px;
  overflow: hidden;
}
.SSG-Checkout-DueToday {
  overflow: visible;
}
.SSG-Checkout-SummaryCard h2,
.SSG-Checkout-DueToday h2,
.SSG-Checkout-DueToday .table-title {
  background: #004f40;
  border-radius: 7px 7px 0 0;
  color: #fff !important;
  display: block;
  font-size: 16px !important;
  font-weight: 800;
  margin: 0 !important;
  padding: 14px 20px !important;
}
.SSG-Checkout-SummaryBody {
  padding: 22px 24px 24px;
}
.SSG-Checkout-SummaryBody h3 {
  color: #0b4f43;
  font-size: 26px;
  margin: 0 0 6px;
}
.SSG-Checkout-SummaryBody hr {
  border: 0;
  border-top: solid 1px #cfd6da;
  margin: 20px 0;
}
.SSG-Checkout-SummaryBody p {
  color: #445464;
  font-size: 13px;
  margin: 8px 0 0;
}
.SSG-Checkout-SummaryKicker {
  color: #5d6973;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.SSG-Checkout-SummaryKicker .fa {
  color: #55626c;
  margin-right: 8px;
}
.SSG-Checkout-PricePrimary {
  color: #4557bf;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
}
.SSG-Checkout-PricePrimary span {
  color: #66707c;
  font-size: 20px;
  font-weight: 400;
}
.SSG-Checkout-PriceSecondary {
  color: #68717d;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.SSG-Checkout-PriceSecondary span {
  font-size: 18px;
  font-weight: 400;
}
.SSG-Checkout-PriceLines {
  border-left: solid 2px #2e4a65;
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 24px;
}
.SSG-Checkout-PriceLines div {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
}
.SSG-Checkout-PriceLines dt,
.SSG-Checkout-PriceLines dd {
  color: #111;
  font-size: 15px;
  margin: 0;
}
.SSG-Checkout-DiscountLine dt,
.SSG-Checkout-DiscountLine dd {
  color: #4557bf;
}
.SSG-Checkout-SectionHeading {
  align-items: flex-start;
  display: flex;
  gap: 22px;
  margin: 24px 0;
}
.SSG-Checkout-SectionIcon {
  color: #005643;
  font-size: 32px;
  line-height: 1;
  width: 36px;
}
.SSG-Checkout-OptionList {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.SSG-Checkout-Option {
  align-items: center;
  background: #fff;
  border: 0;
  border-bottom: solid 1px #edf0f2;
  display: grid;
  gap: 18px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 16px 18px;
  text-align: left;
  transition: background-color 110ms ease-in-out;
  width: 100%;
}
.SSG-Checkout-Option:hover {
  background: #e6e6e6;
}
.SSG-Checkout-Option strong {
  color: #111;
  display: block;
  font-size: 20px;
}
.SSG-Checkout-Option small {
  color: #d00000;
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.SSG-Checkout-Option-Selected .SSG-Checkout-RadioVisual {
  background: #005643;
  box-shadow: inset 0 0 0 7px #005643, inset 0 0 0 11px #fff;
}
.SSG-Checkout-RadioVisual {
  border: solid 1px #9aa8a8;
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.SSG-Checkout-OptionPrice {
  color: #005643;
  font-size: 20px;
  font-weight: 800;
}
.SSG-Checkout-OptionPrice small {
  color: #005643;
  display: inline;
  font-size: 13px;
}
.SSG-Checkout-Pill {
  background: #4055bf;
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 11px !important;
  font-weight: 800;
  padding: 3px 10px;
  text-transform: uppercase;
}
.SSG-Checkout-ProofBox {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 14px;
  padding: 20px 22px 22px 48px;
}
.SSG-Checkout-ProofBox input {
  flex: 0 0 auto;
  height: 20px;
  margin-top: 0;
  width: 20px;
}
.SSG-Checkout-ProofBox input:hover {
  background-color: initial;
  border-color: initial;
  box-shadow: none;
}
.SSG-Checkout-ProofBox label {
  color: #d00000;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  width: auto;
}
.SSG-Checkout-ProofBox-Standalone {
  margin-top: 10px;
  padding-left: 18px;
}
.SSG-Checkout-FormPanel {
  background: #eef0f1;
  border-radius: 8px;
  display: flow-root;
  margin-top: 20px;
  padding: 26px 30px;
}
.SSG-Checkout-FormPanel h1,
.SSG-Checkout-FormPanel h2,
.SSG-Checkout-FormPanel h3,
.SSG-Checkout-FormPanel p,
.SSG-Checkout-FormPanel small,
.SSG-Checkout-FormPanel label,
.SSG-Checkout-FormPanel input,
.SSG-Checkout-FormPanel select,
.SSG-Checkout-FormPanel button,
.SSG-Checkout-FormPanel hr,
.SSG-Checkout-FormPanel table {
  display: block;
}
.SSG-Checkout-FormPanel label {
  color: #111;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 6px;
  text-transform: uppercase;
  width: auto;
}
.SSG-Checkout-FormPanel input,
.SSG-Checkout-FormPanel select {
  background: #fff;
  border: solid 1px #d5dadd;
  border-radius: 4px;
  color: #344052;
  font-size: 16px;
  min-height: 44px;
  padding: 10px 14px;
  width: min(100%, 520px);
}
.SSG-Checkout-FormPanel input[type="checkbox"],
.SSG-Checkout-FormPanel input[type="radio"] {
  height: 24px;
  min-height: 0;
  width: 24px;
}
.SSG-Checkout-FormPanel input[type="checkbox"]:hover,
.SSG-Checkout-FormPanel input[type="radio"]:hover {
  background-color: #e6e6e6;
  border-color: #8d969d;
  box-shadow: 0 0 0 3px rgba(69, 87, 191, 0.1);
}
.SSG-Checkout-FormPanel .SSG-WebView-Modal-FormGroup {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 32px minmax(0, 1fr);
  margin-top: 14px;
}
.SSG-Checkout-FormPanel .SSG-WebView-Modal-FormGroup label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  text-transform: none;
}
.SSG-Checkout-FormPanel .SSG-WebView-Modal-FormGroup input[type="checkbox"] {
  justify-self: center;
}
.SSG-Checkout-FormPanel .SSG-Checkout-ProofBox input[type="checkbox"]:hover {
  background-color: initial;
  border-color: initial;
  box-shadow: none;
}
.SSG-Checkout-ReservationPage > .SSG-Checkout-FormPanel:first-child {
  margin-top: 0;
}
.SSG-Checkout-ReservationOfficeHours {
  background: #f5f7f8;
  border: solid 1px #dfe4e7;
  border-radius: 6px;
  color: #27343c;
  display: grid;
  gap: 6px;
  line-height: 1.45;
  margin-top: 16px;
  padding: 14px 16px;
}
.SSG-Checkout-ReservationOfficeHours strong {
  color: #13202a;
  font-size: 13px;
  text-transform: uppercase;
}
.SSG-Checkout-ConfirmationPage {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.SSG-Checkout-ConfirmationHero {
  background: #fff;
  border: solid 1px #dce2e6;
  border-radius: 8px;
  padding: 32px 34px;
  text-align: center;
}
.SSG-Checkout-ConfirmationHero h1 {
  font-size: 28px !important;
  margin-bottom: 10px !important;
}
.SSG-Checkout-ConfirmationHero p {
  color: #30485a;
  font-size: 16px;
  margin: 0;
}
.SSG-Checkout-ConfirmationIcon {
  align-items: center;
  background: #005643;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 26px;
  height: 58px;
  justify-content: center;
  margin-bottom: 16px;
  width: 58px;
}
.SSG-Checkout-ConfirmationPanel {
  margin-top: 0;
}
.SSG-Checkout-ConfirmationPanel h2 {
  margin-bottom: 16px !important;
}
.SSG-Checkout-ConfirmationPanel p:last-child {
  margin-bottom: 0;
}
.SSG-Checkout-ConfirmationDetails {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
}
.SSG-Checkout-ConfirmationDetails div {
  align-items: center;
  background: #fff;
  border: solid 1px #dce2e6;
  border-radius: 6px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
  padding: 14px 16px;
}
.SSG-Checkout-ConfirmationDetails dt,
.SSG-Checkout-ConfirmationDetails dd {
  margin: 0;
}
.SSG-Checkout-ConfirmationDetails dt {
  color: #5b6774;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.SSG-Checkout-ConfirmationDetails dd {
  color: #101418;
  font-size: 18px;
  font-weight: 700;
}
.SSG-Checkout-ConfirmationNotice,
.SSG-Checkout-ConfirmationWarning {
  border-radius: 6px;
  margin-top: 16px;
  padding: 14px 16px;
}
.SSG-Checkout-ConfirmationNotice p,
.SSG-Checkout-ConfirmationWarning p {
  margin: 0;
}
.SSG-Checkout-ConfirmationNotice {
  align-items: center;
  background: #fff;
  border: solid 1px #dce2e6;
  display: grid;
  gap: 12px;
  grid-template-columns: 24px minmax(0, 1fr);
}
.SSG-Checkout-ConfirmationNotice .fa {
  color: #005643;
  font-size: 18px;
  text-align: center;
}
.SSG-Checkout-ConfirmationWarning {
  background: #fff5f5;
  border: solid 1px #f0b8b8;
}
.SSG-Checkout-ConfirmationWarning p {
  color: #d00000;
  font-weight: 700;
}
.SSG-Checkout-InsurancePanel,
.SSG-Checkout-PaymentPrimaryPanel {
  margin-top: 0;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-SectionHeading {
  margin-top: 0;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-OptionList {
  margin-top: 22px;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-Option {
  align-items: center;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-RadioVisual {
  display: block;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-OptionPrice {
  display: block;
  text-align: right;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-OptionPrice small {
  display: inline;
  margin-top: 0;
}
.SSG-Checkout-InsurancePanel .SSG-Checkout-ProofBox label {
  color: #d00000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  max-width: 400px;
  text-transform: none;
}
.SSG-Checkout-PanelHeading {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}
.SSG-Checkout-PanelHeading p {
  margin-bottom: 0;
}
.SSG-Checkout-PanelIcons {
  color: #aeb8bf;
  display: flex;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.SSG-Checkout-PanelIcons span {
  align-items: center;
  background: #dfe5e8;
  border-radius: 4px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.SSG-Checkout-CardFields {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.SSG-Checkout-CardFields label {
  margin-bottom: -2px;
}
.SSG-Checkout-CardFields input,
.SSG-Checkout-CardFields select {
  width: 100%;
}
.SSG-Checkout-CardFieldPair {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}
.SSG-Checkout-CardFieldPair > div {
  min-width: 0;
}
.SSG-Checkout-ExpirationFields {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.SSG-Checkout-ToggleRows {
  border-top: solid 1px #dfe4e7;
  display: grid;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
}
.SSG-Checkout-ToggleRow {
  align-items: center;
  cursor: pointer;
  display: grid !important;
  gap: 14px;
  grid-template-columns: 32px minmax(0, 1fr);
  margin: 0 !important;
  text-transform: none !important;
}
.SSG-Checkout-ToggleRow input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.SSG-Checkout-ToggleRow span:first-child {
  color: #3b4951;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.SSG-Checkout-ToggleVisual {
  background: #aeb8bf;
  border-radius: 999px;
  height: 18px;
  position: relative;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, box-shadow 110ms ease-in-out;
  width: 32px;
}
.SSG-Checkout-ToggleVisual:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, box-shadow 110ms ease-in-out, left 110ms ease-in-out;
  width: 14px;
}
.SSG-Checkout-ToggleRow:hover .SSG-Checkout-ToggleVisual {
  background: #c7d0d6;
}
.SSG-Checkout-ToggleRow input:checked + .SSG-Checkout-ToggleVisual {
  background: #005643;
}
.SSG-Checkout-ToggleRow input:checked + .SSG-Checkout-ToggleVisual:after {
  left: 16px;
}
.SSG-Checkout-ToggleRow:hover input:checked + .SSG-Checkout-ToggleVisual {
  background: #1b7b66;
}
.SSG-Checkout-SectionDivider {
  border: 0;
  border-top: solid 1px #dfe4e7;
  display: block;
  height: 0;
  margin: 48px 0 42px !important;
  width: 100%;
}
.SSG-Checkout-AdditionalRequirementsTitle {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.SSG-Checkout-BillingFields {
  border-top: solid 1px #dfe4e7;
  margin-top: 18px;
  padding-top: 18px;
}
.SSG-Checkout-TestCardNotice {
  border: solid 2px #2b7a3d;
  border-radius: 6px;
  color: #2b7a3d;
  display: inline-block;
  padding: 8px 10px;
}
.SSG-Checkout-BackLink,
.SSG-Checkout-Cancel {
  background: none;
  border: 0;
  border-radius: 4px;
  color: #1d3545;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 8px 10px;
  transition: background-color 110ms ease-in-out, color 110ms ease-in-out;
}
.SSG-Checkout-BackLink:hover,
.SSG-Checkout-Cancel:hover {
  background: #e6e6e6;
  color: #111;
}
.SSG-Checkout-BackLink .fa,
.SSG-Checkout-Cancel .fa {
  margin-right: 8px;
}
.SSG-Checkout-ButtonRow {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  width: 100%;
}
.SSG-Checkout-ButtonRow-Centered {
  justify-content: center;
}
.SSG-Checkout-Button {
  align-items: center;
  background: #4658c8;
  border: solid 1px #2437a8;
  border-radius: 5px;
  box-shadow: 0 8px 18px rgba(36, 55, 168, 0.18);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-width: 260px;
  padding: 14px 22px;
  transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, box-shadow 110ms ease-in-out, color 110ms ease-in-out;
}
.SSG-Checkout-Button:hover {
  background: #3846a0;
  border-color: #1d2c86;
  box-shadow: 0 8px 18px rgba(36, 55, 168, 0.24);
}
.SSG-Checkout-Button-Secondary {
  background: #fff;
  border-color: #111;
  box-shadow: none;
  color: #111;
}
.SSG-Checkout-Button-Secondary:hover {
  background: #e6e6e6;
  border-color: #111;
  box-shadow: none;
}
.SSG-Checkout-Button-Disabled {
  background: #aeb5c2;
  border-color: #939aa6;
  box-shadow: none;
  cursor: pointer;
}
.SSG-Checkout-Button-Disabled:hover {
  background: #aeb5c2;
  border-color: #939aa6;
  box-shadow: none;
}
.SSG-Checkout-DueToday p {
  border-top: solid 1px #e1e5e8;
  color: #52616b;
  font-size: 12px;
  margin: 12px 16px 18px;
  padding-top: 12px;
  text-align: center;
}
.SSG-Checkout-DueToday table {
  border: 0;
  width: 100% !important;
}
.SSG-Checkout-DueToday td {
  border: 0;
  color: #111;
  font-size: 14px;
  padding: 9px 16px;
}
.SSG-Checkout-DueToday tr:last-child td {
  padding-bottom: 20px;
}
.SSG-Checkout-DueTodayLines {
  display: grid;
  gap: 12px;
  margin: 18px 16px 14px;
}
.SSG-Checkout-DueTodayLines div {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(64px, auto);
}
.SSG-Checkout-DueTodayLines dt,
.SSG-Checkout-DueTodayLines dd {
  color: #111;
  font-size: 13px;
  margin: 0;
  text-align: right;
}
.SSG-Checkout-DueTodayLines dt {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 22px minmax(0, auto) auto;
  justify-self: start;
  text-align: left;
  width: fit-content;
}
.SSG-Checkout-DueTodayLines dt .fa {
  color: #233142;
  justify-self: center;
  text-align: center;
  width: 22px;
}
.SSG-Checkout-DueTodayIconSpacer {
  width: 22px;
}
.SSG-Checkout-DueTodayLabel {
  min-width: 0;
}
.SSG-Checkout-InfoTip {
  align-items: center;
  display: inline-flex;
  margin-left: 3px;
  position: relative;
  width: 16px;
}
.SSG-Checkout-InfoTip summary {
  align-items: center;
  border: solid 1px #26313f;
  border-radius: 50%;
  color: #26313f;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 16px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  padding: 0;
  width: 16px;
}
.SSG-Checkout-InfoTip summary::-webkit-details-marker {
  display: none;
}
.SSG-Checkout-InfoTip summary:hover {
  background: #e6e6e6;
}
.SSG-Checkout-InfoTip span {
  background: #fff;
  border: solid 1px #c7cdd2;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.15);
  color: #4c5965;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  inset-block-start: 100%;
  inset-inline-end: 0;
  margin-top: 0.5em;
  padding: 10px 12px;
  position: absolute;
  text-align: left;
  width: max-content;
  max-width: min(28rem, 70vw);
  z-index: 2;
}
.SSG-Checkout-DueTodayTotal {
  align-items: start;
  border-top: solid 1px #e1e5e8;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(64px, auto);
  margin: 14px 16px 0;
  padding-top: 14px;
}
.SSG-Checkout-DueTodayTotal dt,
.SSG-Checkout-DueTodayTotal dd {
  color: #111;
  font-size: 13px;
  margin: 0;
}
.SSG-Checkout-DueTodayTotal dt {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 22px minmax(0, auto);
  justify-self: start;
  font-weight: 700;
  text-align: left;
  width: fit-content;
}
.SSG-Checkout-DueTodayTotal dd {
  font-weight: 700;
  text-align: right;
}
.SSG-Checkout-ReservationDueToday .SSG-Checkout-DueTodayTotal {
  margin-bottom: 16px;
}
.SSG-Checkout-AutoPayModal,
.SSG-Checkout-SessionLostModal {
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 2147483001;
}
.SSG-Checkout-AutoPayModalOpen .SSG-Checkout-AutoPayModal {
  display: flex;
}
.SSG-Checkout-SessionLostModalOpen .SSG-Checkout-SessionLostModal {
  display: flex;
}
.SSG-Checkout-AutoPayDialog {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  max-width: 540px;
  padding: 42px;
  width: 100%;
}
.SSG-Checkout-AutoPayDialog p {
  color: #505a5f;
  font-size: 17px;
  line-height: 1.45;
}
.SSG-Checkout-AutoPayDialog .SSG-Checkout-Button {
  margin-top: 20px;
  width: 100%;
}
.SSG-Checkout-AutoPayIcon {
  align-items: center;
  background: #aaf0dc;
  border-radius: 10px;
  color: #004f40;
  display: flex;
  font-size: 22px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  margin-bottom: 28px;
  width: 50px;
}
.SSG-WebView-Modal.SSG-WebView-Modal-Checkout .SSG-Checkout {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1100px) {
  .SSG-Checkout-Main {
    grid-template-columns: minmax(0, 1fr) 380px;
  }
  .SSG-Checkout-Step-insurance .SSG-Checkout-Main,
  .SSG-Checkout-Step-reservation .SSG-Checkout-Main,
  .SSG-Checkout-Step-payment .SSG-Checkout-Main {
    grid-template-columns: 1fr;
  }
}
.SSG-WebView-Modal-ErrorOverlay {
  align-items: center;
  background: rgba(15, 23, 42, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 2147483001;
}
.SSG-WebView-Modal-Error {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
  padding: 34px 36px 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.SSG-WebView-Modal-Error h2 {
  color: #173f5f;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 28px 16px;
}
.SSG-WebView-Modal-Error a {
  color: #3157c8;
  font-weight: 700;
}
.SSG-WebView-Modal-ErrorClose {
  align-items: center;
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  color: #475569;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
}
.SSG-WebView-Modal-ErrorClose:hover {
  background: #e2e8f0;
  color: #0f172a;
}
@media only screen and (min-width: 981px) and (max-width: 1099px) {
  .SSG-Checkout-Step-payment .SSG-Checkout-PaymentPage > .SSG-Checkout-ButtonRow .SSG-Checkout-Button {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media only screen and (max-width: 980px) {
  .SSG-WebView-Modal.SSG-WebView-Modal-Checkout .SSG-Checkout {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .SSG-Checkout {
    --SSG-checkout-content-gutter: 18px;
  }
  .SSG-Checkout-Main {
    flex: 0 0 auto;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 32px 18px 64px;
  }
  .SSG-Checkout-Header {
    align-items: flex-start;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 42px;
    padding: 16px 18px;
  }
  .SSG-Checkout-Steps {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding-right: 0;
  }
  .SSG-Checkout-Step {
    height: 42px;
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 14px;
    width: 100%;
  }
  .SSG-Checkout-Close {
    align-self: start;
    height: 42px;
    min-height: 42px;
    position: relative;
    width: 42px;
  }
  .SSG-Checkout-MobileFloatingClose {
    align-items: center;
    background: #fff;
    border: solid 1px #d8dde1;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
    color: #26313f;
    display: none;
    font-size: 16px;
    font-weight: 700;
    height: 42px;
    inset-block-start: 18px;
    inset-inline-end: 18px;
    justify-content: center;
    position: fixed;
    transition: background-color 110ms ease-in-out, border-color 110ms ease-in-out, color 110ms ease-in-out, opacity 110ms ease-in-out;
    width: 42px;
    z-index: 2147483003;
  }
  .SSG-Checkout-MobileFloatingClose:hover {
    background: #e6e6e6;
    border-color: #c5ccd2;
    color: #111;
  }
  .SSG-Checkout-MobileScrolled .SSG-Checkout-MobileFloatingClose {
    display: inline-flex;
  }
  .SSG-Checkout-HeaderTitle {
    align-items: center;
    display: flex;
    min-height: 42px;
  }
  .SSG-Checkout-UnitCard {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .SSG-Checkout-TermActions {
    margin-top: 32px;
  }
  .SSG-Checkout-TermCards {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .SSG-Checkout-MobileTermsSummary {
    display: block;
    margin-top: 24px;
  }
  .SSG-Checkout-Step-terms .SSG-Checkout-Sidebar {
    display: none;
  }
  .SSG-Checkout-Step-insurance .SSG-Checkout-Sidebar {
    display: none;
  }
  .SSG-Checkout-Step-reservation .SSG-Checkout-Sidebar {
    display: none;
  }
  .SSG-Checkout-StepBodyGrid {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-StepBodyGrid {
    display: flex;
    flex-direction: column;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-StepBodyContent,
  .SSG-Checkout-Step-payment .SSG-Checkout-PaymentPage {
    display: contents;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-Sidebar {
    order: 40;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-PaymentPage > .SSG-Checkout-ButtonRow {
    order: 50;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-PaymentPage > .SSG-Checkout-Cancel {
    order: 60;
  }
  .SSG-Checkout-Step-payment .SSG-Checkout-PaymentPage > .SSG-Checkout-AutoPayModal {
    order: 70;
  }
  .SSG-Checkout-InsurancePanel,
  .SSG-Checkout-PaymentPrimaryPanel {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
  .SSG-Checkout-InsurancePanel .SSG-Checkout-OptionList {
    margin-top: 18px;
  }
  .SSG-Checkout-InfoTip span {
    inset: auto 16px auto 16px;
    margin-top: 0;
    max-width: calc(100vw - 32px);
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 2147483004;
  }
  .SSG-Checkout-ConfirmationHero {
    padding: 28px 22px;
  }
  .SSG-Checkout-ConfirmationDetails div {
    gap: 4px;
    grid-template-columns: 1fr;
  }
  .SSG-Checkout-ProofBox-Standalone {
    margin-top: 8px;
  }
  .SSG-Checkout-InsurancePage .SSG-Checkout-ButtonRow,
  .SSG-Checkout-ReservationPage .SSG-Checkout-ButtonRow,
  .SSG-Checkout-PaymentPage .SSG-Checkout-ButtonRow {
    flex-direction: column;
  }
  .SSG-Checkout-InsurancePage .SSG-Checkout-ButtonRow .SSG-Checkout-Button,
  .SSG-Checkout-ReservationPage .SSG-Checkout-ButtonRow .SSG-Checkout-Button,
  .SSG-Checkout-PaymentPage .SSG-Checkout-ButtonRow .SSG-Checkout-Button {
    width: 100%;
  }
  .SSG-Checkout-InsurancePage .SSG-Checkout-ButtonRow .SSG-Checkout-Button:not(.SSG-Checkout-Button-Secondary),
  .SSG-Checkout-ReservationPage .SSG-Checkout-ButtonRow .SSG-Checkout-Button:not(.SSG-Checkout-Button-Secondary),
  .SSG-Checkout-PaymentPage .SSG-Checkout-ButtonRow .SSG-Checkout-Button:not(.SSG-Checkout-Button-Secondary) {
    order: -1;
  }
  .SSG-Checkout-PaymentPage .SSG-Checkout-Cancel {
    display: block;
    margin: 18px auto 28px;
    text-align: center;
  }
  .SSG-Checkout-CardFieldPair,
  .SSG-Checkout-ExpirationFields {
    grid-template-columns: 1fr;
  }
  .SSG-Checkout h1 {
    font-size: 32px !important;
  }
}
