@import "popups-v3.css";
@import "links-v3.css";
@import "buttons-v3.css";
.light-blue-bg {
  background-color: #E6EFF5
}
.light-gray-bg {
  background-color: #F8FAFB
}
.display-inline {
  display: inline;
}

.tos-ack a {
    font-weight: normal;
    padding: 0px;
    color: #888;
}

.tos-ack {
    color: #888;
    font-style: italic;
    margin: 1em;
    padding: 1em;
    font-size: 0.7em;
    text-align: center;
}

#debug_queries {
    /* debug_queries on mobile was making the whole site scrollable. Now just that element is scrollable */
    overflow: scroll;
}

.light-blue-bg {
    background-color: #E6EFF5
}

.light-gray-bg {
    background-color: #F8FAFB
}

.display-inline {
    display: inline;
}
.display-inline-block {
    display: inline-block;
}

.flex-container {
    display: flex;
}

.col-container {
    display: flex;
    flex-direction: column;
}

.primary-color {
    color: #DD390C
}

.secondary-color {
    color: #006FB9
}

.primary-background {
    background-color: #DD390C
}

.secondary-background {
    background-color: #006FB9
}

.standout-box {
    padding: 2.5rem 2.5rem;
    height: fit-content;
    border: 1px solid var(--Neutral-Med-Grey, #D2D5D7);
    background: #FFF;
    box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.02), 4px 13px 48px 0px rgba(0, 0, 0, 0.06);
}

.rounded-highlight-top {
    border-top: .6rem solid #727577;
    border-radius: .8rem;
}

table.table-3-columns th,
table.table-3-columns td {
    width: 33%;
}

table.table-5-columns th,
table.table-5-columns td {
    width: 20%;
}

/*Allow instant programmatic scrolling*/
:root {
    scroll-behavior: auto;
}

.underline {
    text-decoration: underline;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-margin {
    margin: 0 !important;
}


.ui-loader {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.orange-text {
    color: #DD390C;
}

.blue-text {
    color: #006FB9;
}

.warning_text {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    padding: 7px;
    vertical-align: middle;
}

.dealer-max-distance {
    margin-bottom: 1.5rem;
    flex: 1 1 auto;
}

.warning_div {
    background-color: #FFF8E6;
    border: 1px solid #FFC632;
    border-radius: 5px;
    width: 100%;
}

select, input[type="text"],
.nowrap {
    white-space: nowrap;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.stars-sprite-img {
    height: 16px;
    width: 80px;
    background-image: url(../images/icons/ico-star.svg); /** sprite-ref:cars_v2; */
}

.stars-sprite-bottom-img {
    height: 16px;
    background-image: url(../images/icons/ico-star-fill.svg); /** sprite-ref:cars_v2; */
}

.stars-svg-outer {
    height: 16px;
    width: 80px;
    background-image: url("../images/star-empty.svg");
    background-repeat: repeat-x;
}

.stars-svg-inner {
    height: 16px;
    width: 80px;
    background-image: url("../images/star-filled.svg");
    background-repeat: repeat-x;
}

/* Background images aren't printable by default - use this class to override. */
.printable-background {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important; /* Firefox 48 – 96 */
    print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */
}

.smaller-stars.stars-sprite-img {
    height: 12px !important;
    width: 60px !important;
    background-size: contain;
}

.smaller-stars .stars-sprite-bottom-img {
    height: 12px !important;
    background-size: contain;
}

.semibold {
    font-weight: 600;
}
.normal-weight {
    font-weight: 400;
}

.display-none {
    display: none;
}

li {
    list-style-type: none;
}

.flex-100 {
    flex: 1 1 100%;
}

.flex-container {
    display: flex;
}

.col-container {
    display: flex;
    flex-direction: column;
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='radio']:focus-visible,
input[type='checkbox']:focus-visible {
    outline: .2rem solid #006FB9;
    outline-offset: .1rem;
    /*border-radius: .2rem;*/
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

img,
[style*=background-image] {
    image-rendering: -webkit-optimize-contrast;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
    cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}

input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    height: 3rem;
    color: #555555;
}

/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
    font-size: 62.5%;
}

body {
    min-width: 320px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    body {
        font-size: 1.6rem;
    }
}

body.is-fixed {
    height: 100%;
    overflow: hidden;
}


.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    margin-bottom: calc(1.5em / 2);
}

.h1, h1 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.h2, h2 {
    font-size: 3.2rem;
    line-height: 1.3125;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.h3, h3 {
    font-size: 2.8rem;
}

.h4, h4 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
}

.h5, h5 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.h6, h6 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1, h1 {
        font-size: 3.2rem;
        line-height: 1.3125;
    }

    .h2, h2 {
        font-size: 2.7rem;
        line-height: 1.22;
    }

    .h4, h4 {
        font-size: 1.8rem;
        line-height: 1.44;
    }
}

@media (max-width: 1023px) {
    .h2, h2 {
        font-size: 3rem;
    }
}

@media (max-width: 374px) {
    .h2, h2 {
        font-size: 2.4rem;
    }

    .h6, h6 {
        font-size: 1.4rem;
    }
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.5em
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both;
}

/* sr-only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*  Notext  */
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
    display: none !important;
}

/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}

/* Feedback */
.responsive_accordion__body:has(.id140-feedback) {
    padding: 0;
}

.id140-feedback {
    background-color: lightyellow;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
}

.id140-feedback-comment {
    display: none;
}

.id140-btn-feedback {
}

.id140-feedback button.ui-btn {
    background-color: #f6f6f6;
}

.id140-feedback-comment textarea {
    width: 100%;
    height: 80px;
    margin-top: 6px;
}

.id140-feedback-ty {
    display: none;
}

/*  Responsive Helpers  */
.visible-xxs-block,
.visible-xxs-flex,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-flex,
.visible-sm-flex,
.visible-md-flex,
.visible-lg-flex,
.visible-xs-inline-flex,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 500px) {
    .hidden-xxs {
        display: none !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-flex {
        display: flex !important;
    }
}

@media (max-width: 767.98px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .visible-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-flex {
        display: flex !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-flex {
        display: flex !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-flex {
        display: flex !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.counter-reset {
    counter-reset: count;
}

.counter-increment:before {
    content: counter(count) ".";
    counter-increment: count;
    display: inline-block;
    margin-right: 1rem;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #DD390C;
}

/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
    letter-spacing: -0.01em;
}

.card h5 {
    margin-bottom: 1.1rem;
}

.card h5:before {
    position: absolute;
    top: 0.1rem;
    left: 1.3rem;
}

.card .card__image {
    margin-bottom: 2.8rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .card__image {
        aspect-ratio: 1/0.531;
    }
}

.card .card__image img {
    width: 100%;
}

.card .card__content {
    position: relative;
    padding: 0 2rem 0 3.3rem;
}

/*  Card Alt  */
.card--alt .card__image {
    margin-bottom: 2.5rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--alt .card__image {
        margin-bottom: 2.8rem;
    }
}

.card--alt .card__content {
    padding: 0 1.2rem 0 1.6rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--alt .card__content {
        padding: 0 1.3rem 0 2rem;
    }
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
    margin-right: 2rem;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .copyright {
        margin: 0 0 2.1rem;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .copyright {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 23.6rem;
    background: #fff;
    border: 0.1rem solid #D2D5D7;
    -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
    padding-top: 0.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 10;
}

.dropdown ul {
    margin: 0.4rem 0rem 0rem;
    padding-top: 0.5rem;
    position: relative;
}

.dropdown ul:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.4rem;
    right: 2.4rem;
    border-top: solid 0.1rem #D2D5D7;
}

.dropdown ul + ul {
    margin-top: 0.6rem;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
    display: inline-block;
    vertical-align: middle;
}

.ico-tooltip {
    width: 2.4rem;
    height: 2.4rem;
}

.ico-arrow-right svg {
    width: 0.8rem;
    height: 1.2rem;
}

.ico-arrow-down {
    width: 1.8rem;
    height: 1.8rem;
}

.ico-arrow-down-alt {
    width: 1rem;
    height: 1.3rem;
}

.ico-profile {
    width: 1.7rem;
    height: 1.7rem;
}

.ico-check,
.ico-check-orange {
    width: 2.4rem;
    height: 2.4rem;
}

.ico-x {
    width: 1.6rem;
    height: 1.6rem;
}

.ico-bulb {
    width: 3.2rem;
    height: 3.3rem;
}

.ico-username {
    width: 2rem;
    height: 1.7rem;
}

.ico-rating1 {
    background: url(../../mobile/css/images/rating1.jpg) no-repeat 0 0;
    width: 81px;
    height: 18px;
}

.ico-arrow-small {
    width: 1.4rem;
    height: 0.8rem;
}

.ico-dollar {
    width: 0.9rem;
    height: 1.6rem;
}

.ico-unknown {
    width: 1.6rem;
    height: 1.3rem;
}

.ico-exterior-color {
    width: 2.1rem;
    height: 2.4rem;
}

.ico-map-marker-alt {
    width: 1.2rem;
    height: 1.6rem;
}

.ico-pickup {
    width: 2.3rem;
    height: 1.5rem;
}

.ico-list {
    width: 2.1rem;
    height: 1.6rem;
}

.ico-owners {
    width: 1.2rem;
    height: 1.6rem;
}

.ico-key {
    width: 1.8rem;
    height: 1.8rem;
}

.ico-interior-color {
    width: 2.2rem;
    height: 2rem;
}

.ico-low-annual-miles {
    width: 1.8rem;
    height: 2.5rem;
}

.ico-high-annual-miles {
    width: 1.8rem;
    height: 2.3rem;
}

.ico-low-depreciation {
    width: 1rem;
    height: 2.8rem;
}

.ico-high-depreciation {
    width: 1rem;
    height: 2.8rem;
}

.ico-open-in-new {
    width: 1.8rem;
    height: 1.8rem;
}

.ico-undo-arrow {
    width: 2.4rem;
    height: 2.4rem;
}

.ico-remove {
    width: 1.3rem;
    height: 1.3rem;
}

.ico-add {
    width: 1.6rem;
    height: 1.6rem;
}

.ico-favorite-alt {
    width: 1.7rem;
    height: 1.6rem;
}

.ico-profile {
    width: 1.7rem;
    height: 1.7rem;
}

.ico-rating1 {
    background: url(../../mobile/css/images/rating1.jpg) no-repeat 0 0;
    width: 81px;
    height: 18px;
}

.saved .ico-star-grey {
    background: url(../../mobile/css/images/star.jpg) no-repeat 0 0;
    width: 19px;
    height: 17px;
}

/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */
.ico-star-silver {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(../../mobile/css/images/ico-star-silver.png);
    background-size: 19px 17px;
}

.ico-mail {
    display: inline-block;
    width: 19px;
    height: 15px;
    background: url(../../mobile/css/images/ico-mail.png);
    background-size: 19px 15px;
}

.ico-power {
    display: inline-block;
    width: 13px;
    height: 19px;
    background: url(../../mobile/css/images/ico-power.png);
    background-size: 13px 19px;
}

.ico-calendar {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url(../../v2/images/icon-calendar.png);
}

.ico-price {
    display: inline-block;
    width: 34px;
    height: 35px;
    background: url(../../v2/images/icon-price.png);
}

.ico-flag {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -1px;
    background: url(../../mobile/css/images/ico-flag.png);
    background-size: 20px 20px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    width: 14.8rem;
    height: 4rem;
    position: relative;
}

.logo:before {
    content: "" !important;
    position: absolute;
    inset: -0.5rem -0.4rem -0.4rem;
    border: 0.2rem solid #DD390C;
    border-radius: 0.8rem;
    opacity: 0;
}

.logo:focus-visible:before {
    opacity: 1;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
        width: 11.8rem;
        height: 3.2rem;
    }
}

.logo img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ui-page {
    text-shadow: none;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.ui-page nav a:hover, .ui-page footer a:hover,
.ui-page nav a:active, .ui-page footer a:active,
.ui-page nav a:visited, .ui-page footer a:visited,
.ui-page nav a, .ui-page footer a {
    color: unset;
    font-weight: 500 !important;
}

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
    padding-left: 0.3rem;
    font-size: 1.2rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table {
        padding-left: 0;
    }
}

.table table {
    border-collapse: separate;
}

.table tbody td {
    padding: 1.4rem 1rem 1.6rem 0;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table tbody td {
        padding: 1.1rem 0.5rem 1.1rem 0;
    }
}

.table tbody td:not(:first-child) {
    padding: 1.4rem 2rem 1.6rem;
    text-align: center;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table tbody td:not(:first-child) {
        padding: 1.1rem 0.5rem 1.1rem;
    }
}

.table tbody tr:not(:last-child) td {
    border-bottom: 0.1rem solid rgba(210, 213, 215, 0.5);
}

.table tr td:nth-child(2),
.table tr th:nth-child(2) {
    border-width: 0 0.1rem;
    border-style: solid;
    border-color: #DD390C;
}

.table tr:last-child td:nth-child(2) {
    border-width: 0 0.1rem 0.1rem;
    border-radius: 0 0 0.8rem 0.8rem;
}

.table tr:last-child td {
    padding: 1.4rem 0 3.3rem;
}

.table tr:last-child td:not(:first-child) {
    padding: 1.4rem 2rem 3.3rem;
}

.table tr:first-child th:nth-child(2) {
    border-width: 0.1rem 0.1rem 0;
    border-radius: 0.8rem 0.8rem 0 0;
}

.table th {
    padding: 2.4rem 1rem 1.2rem;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

@media (max-width: 1023px) {
    .table th {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table th {
        padding: 1.7rem 1rem 0;
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

@media (max-width: 374px) {
    .table th {
        font-size: 1.4rem;
    }
}

.table h6 {
    margin-bottom: 0.3rem;
    letter-spacing: -0.01em;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table h6 {
        line-height: 1.375;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .table p {
        display: none;
    }
}

.table svg {
    margin-top: 0.7rem;
}

.table .table__col {
    width: 19.5%;
}

.table .table__col--size-1 {
    width: 53.56%;
}

/* ------------------------------------------------------------ *\
	Tooltip-search
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Username
\* ------------------------------------------------------------ */
.username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #75777B;
    padding: 0.9rem 2.3rem;
}

.username i {
    margin-right: 0.9rem;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    position: relative;
    min-height: 100vh;
    overflow: visible;
}

.wrapper.no-overflow {
    overflow: unset;
}


/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
    overflow: hidden;
}

.main.no-overflow {
    overflow: unset;
}

.itip-container {
    display: inline-block;
}

.itip.id138-tooltip {
    display: inline-block;
    background: url(../../v2/images/help_icon_gray.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
}

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 137rem;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
    width: 100%;
    @media (max-width: 767px) {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.checkout-shell {
    width: 100%;
    max-width: 101.7rem;
    padding: 0 2em;
    margin: 0 auto;
}

/* ------------------------------------------------------------ *\
	Shell sm
\* ------------------------------------------------------------ */

.shell--700 {
    max-width: 70rem;
}

.shell--sm {
    max-width: 91rem;
}

/* ------------------------------------------------------------ *\
	shell size1
\* ------------------------------------------------------------ */
.shell--size1 {
    max-width: 135rem;
}

/* ------------------------------------------------------------ *\
	shell size2
\* ------------------------------------------------------------ */
.shell--size2 {
    max-width: 135rem;
}

.shell--size3 {
    max-width: 113.2rem;
}

/* Shell Fluid */
.shell--fluid {
    max-width: none;
}


/* ------------------------------------------------------------ *\
	Loader
\* ------------------------------------------------------------ */
.splash_overlay {
    background: rgba(48, 48, 48, 0.69);
    opacity: 1;
}

#f_loading {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#f_loading p {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -4.3em;
}

#f_loading b {
    display: block;
    margin: 0 1px;
    border: solid #AAA;
    padding: 0;
    color: #888;
    border-width: 1px 0;
}

#f_loading b b {
    margin: 0 -1px;
    padding: 0;
    border-width: 0 1px;
}

#f_loading b b b {
    margin: 0;
    border-width: 0;
    line-height: 3.3em;
    background: #EFEFEF;
}

#f_loading b b b img {
    vertical-align: middle;
    margin-left: -1.4375em;
}

@media (max-width: 767px) {
    #f_loading b b b img {
        /* remove margin for mobile*/
        margin-left: 0;
    }
}

#f_loading_message {
    position: relative;
}

#f_loading_results {
    position: fixed;
}

#f_loading_message,
#f_loading_results {
    top: 0;
    left: 0;
    z-index: 10000;
    /*width: 100%;*/
    /*height: 100%;*/
}

#f_loading_message p,
#f_loading_results p {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -4.3em;
}

#f_loading_message b,
#f_loading_results b {
    display: block;
    margin: 0 1px;
    border: solid #AAA;
    padding: 0;
    color: #888;
    border-width: 1px 0;
}

#f_loading_message b b,
#f_loading_results b b {
    margin: 0 -1px;
    padding: 0;
    border-width: 0 1px;
}

#f_loading_message b b b,
#f_loading_results b b b {
    margin: 0;
    border-width: 0;
    line-height: 3.3em;
    background: #EFEFEF;
}

#f_loading_message b b b img,
#f_loading_results b b b img {
    vertical-align: middle;
}

/* From css2/style.css */
div.debug, div.debug-header {
    background-color: yellow;
    border: 2px solid red;
    font-size: 1em;
    padding: 0.25em 0.5em;
}

div.debug {
    margin-bottom: 1em;
}

div.debug-header {
    border-bottom: 0;
    color: red;
    font-weight: bold;
    margin-top: 1em;
}

.space-bottom {
    margin-bottom: 0.5em;
}

.section__disclaimer {
    font-size: 1.2rem;
    line-height: 1.67;
    padding: 4.8rem 0 4.8rem 0.3rem;
    background: var(--Neutral-Light-Grey, #F8FAFB);

    .section__inner {
        width: fit-content;
        margin: auto;
    }

    @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        font-size: 1rem;
        line-height: 1.5;
    }

    p {
        max-width: 109.4rem;
    }

    p:first-child {
        margin-bottom: 0.4rem;
        @media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
            margin-bottom: 1.5rem;
        }
    }

    p:nth-child(2) {
        margin-bottom: 0;
    }
}

.section__disclaimer a {
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.section__disclaimer a:before {
    content: "";
    position: absolute;
    inset: -0.2rem -0.2rem;
    border: 0.2rem solid currentColor;
    border-radius: 0.4rem;
    opacity: 0;
}

@media (hover: hover) {
    .section__disclaimer a:focus-visible:before {
        opacity: 1;
    }
}

.breadcrumb li div {
    display: inline-block;
}

.breadcrumb li {
    display: inline-block;
    text-shadow: none;
    line-height: 20px;
}

.breadcrumb {
    background: 0;
    color: #989898;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    padding: 0;
}

.breadcrumb a {
    color: #00486a;
    text-shadow: none;
}

.breadcrumb .divider {
    color: #6e6e6e;
    text-shadow: none;
    padding: 0 5px;
}

#stripe-cc-errors {
    background-color: #fee2e2;
    color: #c81212;
    padding: 10px;
    margin-top: 10px;
}
