@charset "UTF-8";
@font-face {
  font-family: "EverydaySans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/franklin-normal-600.woff2') format("woff2");
}
@font-face {
  font-family: "EverydaySans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/franklin-normal-700.woff2') format("woff2");
}
@font-face {
  font-family: "EverydaySans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/ESB.woff2') format("woff2");
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "EverydaySans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.588;
  color: #5c6163;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #1d252c;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #1971d4 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #1459a6 !important;
}
.bg-secondary {
  background-color: #c2c7c8 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #a7aeb0 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #e22828 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd1a1a !important;
}
.bg-light {
  background-color: #f7f8f9 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dadfe3 !important;
}
.bg-dark {
  background-color: #1d252c !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #090b0d !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #1971d4 !important;
}
.border-secondary {
  border-color: #c2c7c8 !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #e22828 !important;
}
.border-light {
  border-color: #f7f8f9 !important;
}
.border-dark {
  border-color: #1d252c !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 401px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 901px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1201px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 401px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 901px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1201px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 401px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 901px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1201px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-5 {
  height: 5% !important;
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-45 {
  height: 45% !important;
}
.h-50 {
  height: 50% !important;
}
.h-55 {
  height: 55% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 401px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 901px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1201px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.text-monospace {
  font-family: Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 401px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 901px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1201px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-heading {
  font-weight: 800 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #1971d4 !important;
}
.text-secondary {
  color: #c2c7c8 !important;
}
.text-success {
  color: #28a745 !important;
}
.text-info {
  color: #17a2b8 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #e22828 !important;
}
.text-light {
  color: #f7f8f9 !important;
}
.text-dark {
  color: #1d252c !important;
}
.text-body {
  color: #5c6163 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
a sup {
  vertical-align: super;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d252c;
  margin-bottom: 0;
}
.h1,
h1 {
  font-size: 1.88235rem;
  line-height: 38px;
  letter-spacing: -0.5px;
  text-align: center;
  padding-bottom: 10.44px;
}
.h1 sub,
.h1 sub .disclaimer,
.h1 sup,
.h1 sup .disclaimer,
h1 sub,
h1 sub .disclaimer,
h1 sup,
h1 sup .disclaimer {
  font-size: 0.824rem;
}
.h1 sup,
h1 sup {
  top: -0.295rem;
}
.h2,
h2 {
  font-size: 1.88235rem;
  line-height: 38px;
  letter-spacing: -0.5px;
  text-align: left;
  padding-bottom: 12.44px;
}
.h2 sub,
.h2 sub .disclaimer,
.h2 sup,
.h2 sup .disclaimer,
h2 sub,
h2 sub .disclaimer,
h2 sup,
h2 sup .disclaimer {
  font-size: 0.824rem;
}
.h2 sup,
h2 sup {
  top: -0.295rem;
}
.h3,
h3 {
  font-size: 1.47059rem;
  line-height: 31px;
  letter-spacing: -0.5px;
  text-align: left;
  padding-bottom: 13.125px;
}
.h3 sub,
.h3 sub .disclaimer,
.h3 sup,
.h3 sup .disclaimer,
h3 sub,
h3 sub .disclaimer,
h3 sup,
h3 sup .disclaimer {
  font-size: 0.824rem;
}
.h3 sup,
h3 sup {
  top: -0.25rem;
}
.h4,
h4 {
  font-size: 1.23529rem;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 15.445px;
}
.h4 sub,
.h4 sub .disclaimer,
.h4 sup,
.h4 sup .disclaimer,
h4 sub,
h4 sub .disclaimer,
h4 sup,
h4 sup .disclaimer {
  font-size: 0.705rem;
}
.h4 sup,
h4 sup {
  top: -0.2rem;
}
.h5,
h5 {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 17.265px;
}
@media (min-width: 401px) {
  .h5,
  h5 {
    font-size: 1.23529rem;
    line-height: 26px;
  }
}
.h5 sub,
.h5 sub .disclaimer,
.h5 sup,
.h5 sup .disclaimer,
h5 sub,
h5 sub .disclaimer,
h5 sup,
h5 sup .disclaimer {
  font-size: 0.705rem;
}
.h5 sup,
h5 sup {
  top: -0.19rem;
}
sup {
  vertical-align: super;
  top: -0.15em;
}
.body-copy,
p {
  color: #5c6163;
  font-size: 1rem;
  line-height: 27px;
  text-align: left;
  margin-bottom: 0;
}
.body-copy sub,
.body-copy sub .disclaimer,
.body-copy sup,
.body-copy sup .disclaimer,
p sub,
p sub .disclaimer,
p sup,
p sup .disclaimer {
  font-size: 0.705rem;
}
.body-copy {
  padding-bottom: 23.4025px;
}
.body-copy.fs-small {
  padding-bottom: 22.155px;
}
.body-copy.fs-large {
  padding-bottom: 22.4025px;
}
.lead-in-text {
  font-size: 1rem;
  line-height: 22px;
  text-align: left;
  padding-bottom: 18.843px;
}
.lead-in-text sub,
.lead-in-text sup {
  font-size: 0.705rem;
}
.lead-in-text--large {
  font-size: 1.23529rem;
  line-height: 26px;
  padding-bottom: 18.159px;
}
.lead-in-text--large,
.lead-in-text--small {
  text-align: left;
}
.lead-in-text--small {
  font-size: 0.82353rem;
  line-height: 19px;
  padding-bottom: 19.606px;
}
.white-copy {
  color: #fff;
}
.light-grey {
  color: #b7bcc2;
}
.error-on-dark {
  color: #e95756;
}
.text-link-dark {
  color: #3a8eee;
}
.hero-copy {
  color: #1d252c;
  display: block;
  font-size: 2.64706rem;
  line-height: 50px;
  letter-spacing: -0.5px;
  text-align: center;
  padding-bottom: 11.525px;
}
.hero-copy sup {
  top: -0.48rem;
}
.hero-copy sub,
.hero-copy sub .disclaimer,
.hero-copy sup,
.hero-copy sup .disclaimer {
  font-size: 1.23rem;
}
.instruction-copy {
  display: block;
  font-size: 1.23529rem;
  line-height: 31px;
  text-align: center;
  padding-bottom: 41.7325px;
}
.instruction-copy sub,
.instruction-copy sup {
  font-size: 0.705rem;
  top: -0.2rem;
}
.feature-name {
  font-size: 1rem;
  line-height: 22px;
  color: #1d252c;
  padding-bottom: 18.843px;
}
.feature-name sub,
.feature-name sup {
  font-size: 0.705rem;
}
.feature-name--small {
  font-size: 0.82353rem;
  line-height: 19px;
  padding-bottom: 20.606px;
}
.feature-name--small sup {
  top: -0.15em;
}
.vehicle-name {
  color: #1d252c;
  font-size: 1.88235rem;
  line-height: 38px;
  padding-bottom: 14.528px;
  letter-spacing: -0.5px;
}
.vehicle-name sub,
.vehicle-name sub .disclaimer,
.vehicle-name sup,
.vehicle-name sup .disclaimer {
  font-size: 0.824rem;
}
.vehicle-name sup {
  top: -0.3rem;
}
.vehicle-card-title {
  color: #1d252c;
  font-size: 1.88235rem;
  line-height: 38px;
  padding-bottom: 22.44px;
  letter-spacing: -0.5px;
}
.vehicle-card-title sub,
.vehicle-card-title sub .disclaimer,
.vehicle-card-title sup,
.vehicle-card-title sup .disclaimer {
  font-size: 0.705rem;
}
.vehicle-card-title sup {
  top: -0.3rem;
}
.spec-copy {
  color: #5c6163;
  font-size: 0.82353rem;
  line-height: 19px;
  padding-bottom: 19.606px;
  letter-spacing: 0;
}
.spec-copy sub,
.spec-copy sup {
  font-size: 0.705rem;
}
.section-title {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  padding-bottom: 0;
}
.section-title sub {
  top: -0.25rem;
}
.detail-copy {
  padding-bottom: 15.448px;
}
.detail-copy,
.disclaimer {
  color: #1d252c;
  font-size: 0.70588rem;
  line-height: 17px;
}
.disclaimer {
  padding-bottom: 15.49px;
}
.disclaimer--alert {
  color: #b7bcc2;
}
.disclaimer sub,
.disclaimer sup {
  font-size: 0.705rem;
}
.error:not(input) {
  color: #e22828;
  padding-bottom: 4.448px;
}
.error:not(input),
.error:not(input) .cta.cta--text-link {
  font-size: 0.70588rem;
  line-height: 17px;
}
.fs-small {
  font-size: 0.82353rem;
  line-height: 24px;
}
.fs-small > a {
  font-size: inherit;
  line-height: 24px;
}
.fs-small sub,
.fs-small sup {
  font-size: 0.705rem;
}
.fs-large {
  font-size: 1rem;
  line-height: 27px;
}
.fs-large > a {
  font-size: inherit;
}
.fs-large sub,
.fs-large sup {
  font-size: 0.705rem;
}
.ff-bold {
  font-weight: 700;
}
.ff-medium {
  font-weight: 400;
}
.ff-roman {
  font-weight: 400 !important;
}
.hidden {
  display: none;
}
.user-is-tabbing label:focus {
  box-shadow: 0 0 0 0.11765rem #dae6f4 !important;
}
a {
  color: #1971d4;
  font-size: 1rem;
  line-height: 27px;
  transition: height 0.3s, width 0.3s, background 0.3s, border 0.3s, color 0.3s,
    margin 0.3s, box-shadow 0.3s;
}
.user-is-tabbing a:focus {
  outline-offset: 0.11765rem;
}
@supports (-ms-ime-align: auto) {
  .user-is-tabbing a:focus {
    outline-offset: 0;
  }
}
a--disabled,
a.disabled,
a[disabled] {
  cursor: default;
  pointer-events: none;
}
a.body-copy,
a.cta--text-link,
a.fs-large,
a.fs-small {
  color: #1971d4;
}
a.cta--text-link-alt,
a.cta--text-link-alt:visited {
  color: #3a8eee;
}
a:active,
a:visited {
  color: #1971d4;
}
@media (hover: none) {
  a:hover {
    color: #1971d4;
  }
}
@media (-ms-high-contrast: none), (hover: hover) {
  a:hover {
    color: #1d252c;
  }
}
a.footer-link {
  font-size: 0.82353rem;
  line-height: 1.5;
  margin-bottom: 16.106px;
  color: #b7bcc2;
}
@media (-ms-high-contrast: none), (hover: hover) {
  a.footer-link:visited {
    color: #b7bcc2;
  }
  a.footer-link:active,
  a.footer-link:hover {
    color: #3a8eee;
  }
}
.fs-scale {
  font-size: calc(20.99px + 1vw);
  line-height: calc(28.32777px + 0.41701vw);
}
.view-360 {
  color: #5c6163;
  font-size: 0.82353rem;
  line-height: 18px;
  padding-bottom: 11.106px;
}
.color-name-360,
.view-360 {
  text-align: center;
}
.color-name-360 {
  color: #1d252c;
  font-size: 1.23529rem;
  line-height: 26px;
  padding-bottom: 13.159px;
}
.nav-primary {
  display: block;
  background-color: #1d252c;
  color: #fff;
  font-size: 1.88235rem;
  line-height: 48px;
  margin-bottom: 12.64px;
  padding-right: 18px;
}
.nav-primary:visited {
  color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .nav-primary:hover {
    color: #3a8eee;
  }
  .nav-primary:hover .icon-line--ligth-grey,
  .nav-primary:hover .icon-path--ligth-grey {
    stroke: #3a8eee;
  }
  .nav-primary:active {
    color: #3a8eee;
  }
}
.nav-dropdown-link {
  font-size: 1.23529rem;
  line-height: 31px;
  margin-bottom: 6.659px;
}
@media (min-width: 0) {
  .fs-scale {
    font-size: calc(20px + 5vw);
    line-height: calc(30px + 4vw);
  }
}
@media (min-width: 401px) {
  .md501__dialog .h1,
  .md501__dialog h1,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1,
  [data-cmp]:not([view-as-breakpoint="md"]) h1,
  [data-cmp][view-as-breakpoint="md"] .h1,
  [data-cmp][view-as-breakpoint="md"] h1 {
    font-size: 2.64706rem;
    line-height: 50px;
    padding-bottom: 11.525px;
  }
  .md501__dialog .h1 sub,
  .md501__dialog .h1 sub .disclaimer,
  .md501__dialog .h1 sup,
  .md501__dialog .h1 sup .disclaimer,
  .md501__dialog h1 sub,
  .md501__dialog h1 sub .disclaimer,
  .md501__dialog h1 sup,
  .md501__dialog h1 sup .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1 sub,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1 sub .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1 sup .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) h1 sub,
  [data-cmp]:not([view-as-breakpoint="md"]) h1 sub .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) h1 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) h1 sup .disclaimer,
  [data-cmp][view-as-breakpoint="md"] .h1 sub,
  [data-cmp][view-as-breakpoint="md"] .h1 sub .disclaimer,
  [data-cmp][view-as-breakpoint="md"] .h1 sup,
  [data-cmp][view-as-breakpoint="md"] .h1 sup .disclaimer,
  [data-cmp][view-as-breakpoint="md"] h1 sub,
  [data-cmp][view-as-breakpoint="md"] h1 sub .disclaimer,
  [data-cmp][view-as-breakpoint="md"] h1 sup,
  [data-cmp][view-as-breakpoint="md"] h1 sup .disclaimer {
    font-size: 1.23rem;
  }
  .md501__dialog .h1 sup,
  .md501__dialog h1 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) .h1 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) h1 sup,
  [data-cmp][view-as-breakpoint="md"] .h1 sup,
  [data-cmp][view-as-breakpoint="md"] h1 sup {
    top: -0.45rem;
  }
  .md501__dialog .h5,
  .md501__dialog h5,
  [data-cmp]:not([view-as-breakpoint="md"]) .h5,
  [data-cmp]:not([view-as-breakpoint="md"]) h5,
  [data-cmp][view-as-breakpoint="md"] .h5,
  [data-cmp][view-as-breakpoint="md"] h5 {
    padding-bottom: 17.445px;
  }
  .md501__dialog .h5 sup,
  .md501__dialog h5 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) .h5 sup,
  [data-cmp]:not([view-as-breakpoint="md"]) h5 sup,
  [data-cmp][view-as-breakpoint="md"] .h5 sup,
  [data-cmp][view-as-breakpoint="md"] h5 sup {
    top: -0.35em;
  }
  .md501__dialog .section-title,
  [data-cmp]:not([view-as-breakpoint="md"]) .section-title,
  [data-cmp][view-as-breakpoint="md"] .section-title {
    font-size: 1.23529rem;
    line-height: 26px;
  }
  .md501__dialog .vehicle-name,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name {
    font-size: 2.35294rem;
    line-height: 45px;
    padding-bottom: 15.66px;
  }
  .md501__dialog .vehicle-name sub,
  .md501__dialog .vehicle-name sub .disclaimer,
  .md501__dialog .vehicle-name sup,
  .md501__dialog .vehicle-name sup .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name sub,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name sub .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name sup,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name sup .disclaimer,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name sub,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name sub .disclaimer,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name sup,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name sup .disclaimer {
    font-size: 1rem;
  }
  .md501__dialog .vehicle-name sup,
  [data-cmp]:not([view-as-breakpoint="md"]) .vehicle-name sup,
  [data-cmp][view-as-breakpoint="md"] .vehicle-name sup {
    top: -0.45rem;
  }
  .md501__dialog .feature-name,
  [data-cmp]:not([view-as-breakpoint="md"]) .feature-name,
  [data-cmp][view-as-breakpoint="md"] .feature-name {
    font-size: 1.23529rem;
    line-height: 26px;
    padding-bottom: 19.159px;
  }
  .md501__dialog .fs-scale,
  [data-cmp]:not([view-as-breakpoint="md"]) .fs-scale,
  [data-cmp][view-as-breakpoint="md"] .fs-scale {
    font-size: calc(7.85571px + 8.01603vw);
    line-height: calc(14.65932px + 7.81563vw);
  }
}
@media only screen and (min-width: 401px) and (min-device-width: 350px) and (max-device-width: 767px) and (orientation: landscape) {
  .md501__dialog .fs-scale,
  [data-cmp]:not([view-as-breakpoint="md"]) .fs-scale,
  [data-cmp][view-as-breakpoint="md"] .fs-scale {
    font-size: calc(20px + 5vw);
    line-height: calc(30px + 4vw);
  }
}
@media (min-width: 401px) {
  .md501__dialog .spec-copy,
  [data-cmp]:not([view-as-breakpoint="md"]) .spec-copy,
  [data-cmp][view-as-breakpoint="md"] .spec-copy {
    font-size: 1rem;
    line-height: 22px;
    padding-bottom: 18.843px;
  }
  .md501__dialog .nav-primary,
  [data-cmp]:not([view-as-breakpoint="md"]) .nav-primary,
  [data-cmp][view-as-breakpoint="md"] .nav-primary {
    font-size: 2.64706rem;
    line-height: 73px;
    margin-bottom: 17.7125px;
    padding-right: 10px;
  }
  .md501__dialog .nav-dropdown-link,
  [data-cmp]:not([view-as-breakpoint="md"]) .nav-dropdown-link,
  [data-cmp][view-as-breakpoint="md"] .nav-dropdown-link {
    font-size: 1.23529rem;
    line-height: 31px;
    margin-bottom: 8.659px;
  }
}
@media only screen and (min-device-width: 350px) and (max-device-width: 901px) and (orientation: landscape) {
  .fs-scale {
    font-size: calc(20.98196px + 1.002vw);
    line-height: calc(25.98196px + 1.002vw);
  }
}
@media (min-width: 901px) {
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) .h1,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) h1 {
    font-size: 2.94118rem;
    line-height: 55px;
    padding-bottom: 19.75px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h1
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h1
    sup {
    top: -0.57rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) .h2,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) h2 {
    font-size: 2.35294rem;
    line-height: 46px;
    padding-bottom: 20.8px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h2
    sub,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h2
    sub
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h2
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h2
    sup
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h2
    sub,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h2
    sub
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h2
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h2
    sup
    .disclaimer {
    font-size: 1.23rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h2
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h2
    sup {
    top: -0.5rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) .h3,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) h3 {
    font-size: 1.88235rem;
    line-height: 38px;
    padding-bottom: 22.44px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h3
    sub,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h3
    sub
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h3
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .h3
    sup
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h3
    sub,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h3
    sub
    .disclaimer,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h3
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    h3
    sup
    .disclaimer {
    font-size: 0.824rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) .h4,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) h4 {
    font-size: 1.47059rem;
    line-height: 31px;
    padding-bottom: 22.125px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) .h5,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"]) h5 {
    padding-bottom: 17.445px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .body-copy.fs-large,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    p.fs-large {
    font-size: 1.23529rem;
    line-height: 31px;
    padding-bottom: 22.7325px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .fs-large {
    font-size: 1.23529rem;
    line-height: 31px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .hero-copy {
    font-size: 2.94118rem;
    line-height: 55px;
    padding-bottom: 27.75px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .hero-copy
    sup {
    top: -0.49rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .instruction-copy {
    font-size: 1.47059rem;
    line-height: 35px;
    padding-bottom: 42.0625px;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .instruction-copy
    sup {
    top: -0.25rem;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .detail-copy
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .disclaimer
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .lead-in-text
    sup,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .spec-copy
    sup {
    top: -0.2em;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .fs-scale {
    font-size: calc(19.86622px + 3.34448vw);
    line-height: calc(24.86622px + 3.34448vw);
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-primary {
    background-color: transparent;
    color: #1d252c;
    font-size: 0.82353rem;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 0;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-primary:visited {
    color: #1d252c;
  }
}
@media (min-width: 901px) and (-ms-high-contrast: none),
  (min-width: 901px) and (hover: hover) {
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-primary:hover {
    color: #1971d4;
  }
}
@media (min-width: 901px) {
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-primary:active {
    color: #1971d4;
  }
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-dropdown-link {
    font-size: 0.82353rem;
    line-height: 24px;
    margin-bottom: 11.106px;
  }
}
@media (min-width: 1201px) {
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .hero-copy {
    font-size: 3.82353rem;
    line-height: 70px;
    padding-bottom: 28.425px;
  }
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .hero-copy
    sup {
    top: -0.685rem;
  }
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .fs-scale {
    font-size: 5vw;
    line-height: calc(5px + 5vw);
  }
}
@media (min-width: 1201px) and (min-width: 1600px) {
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .fs-scale {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (min-width: 1201px) {
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-primary {
    font-size: 0.82353rem;
    line-height: 27px;
  }
  div[data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .nav-dropdown-link {
    font-size: 1rem;
    line-height: 27px;
    margin-bottom: 11.343px;
  }
}
.icon-line,
.icon-path {
  fill: none;
  stroke: #1d252c;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}
.icon-line--filled-white,
.icon-path--filled-white {
  fill: #fff;
  stroke: none;
}
.icon-line--filled-grey-text,
.icon-path--filled-grey-text {
  fill: #5c6163;
  stroke: none;
}
.icon-line--round,
.icon-path--round {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-line--blue,
.icon-path--blue {
  stroke: #1971d4;
}
.icon-line--ligth-blue,
.icon-path--ligth-blue {
  stroke: #3a8eee;
}
.icon-line--white,
.icon-path--white {
  stroke: #fff;
}
.icon-line--silver,
.icon-path--silver {
  stroke: #c2c7c8;
}
.icon-line--ligth-grey,
.icon-path--ligth-grey {
  stroke: #b7bcc2;
}
.icon-line--grey-text,
.icon-path--grey-text {
  stroke: #5c6163;
}
.icon-line--midnight,
.icon-path--midnight {
  stroke: #1d252c;
}
.icon-line {
  fill-rule: evenodd;
}
.external-icon__external-icon_graph {
  clip-path: url(#clip-path);
}
.external-icon__path {
  fill: #1d252c;
}
.right-arrow-icon {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.14706rem;
}
.plus-icon {
  float: right;
  position: relative;
  height: 15px;
  width: 15px;
}
.plus-icon:after,
.plus-icon:before {
  content: "";
  border-radius: 5px;
  position: absolute;
  background-color: #1971d4;
  transition: transform 0.2s linear 0.25s;
}
.plus-icon:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.plus-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.plus-icon--open:before {
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}
@keyframes show-overlay {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 0.6;
  }
}
@keyframes hide-overlay {
  0% {
    visibility: visible;
    opacity: 0.6;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.page-overlay {
  background-color: #1d252c;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 21;
}
.page-overlay--loading {
  visibility: hidden !important;
}
.page-overlay--open {
  animation-name: show-overlay;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.page-overlay--close {
  animation-name: hide-overlay;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.page-overlay--nav-sub-menu {
  z-index: 1;
}
.page-overlay--ribbon-open {
  z-index: 10;
}
.hide-scroll {
  overflow: hidden;
}
.blur-content {
  filter: blur(3px);
  pointer-events: none;
}
.blur-animation {
  transition: filter 0.2s ease-in;
}
.cq-RichText-editable .custom-list,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list,
[data-cmp][view-as-breakpoint="sm"] .custom-list {
  display: flex;
  flex-flow: column;
  list-style: none;
  padding-bottom: 0;
  padding-left: 21px;
  margin-bottom: 23.4025px;
}
.cq-RichText-editable .custom-list li:before,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list li:before {
  font-size: 18px;
  width: 6px;
  height: 6px;
  top: 0;
}
.cq-RichText-editable .custom-list li.custom-list__item--small:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list
  li.custom-list__item--small:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list
  li.custom-list__item--small:before {
  font-size: 14px;
  width: 5px;
  height: 5px;
  top: 0;
}
.cq-RichText-editable .custom-list li.body-copy.fs-small,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list li.body-copy.fs-small,
[data-cmp][view-as-breakpoint="sm"] .custom-list li.body-copy.fs-small {
  padding-bottom: 8.155px;
}
.cq-RichText-editable .custom-list li.body-copy.fs-large,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list li.body-copy.fs-large,
[data-cmp][view-as-breakpoint="sm"] .custom-list li.body-copy.fs-large {
  padding-bottom: 5.7325px;
}
.cq-RichText-editable .custom-list li.body-copy,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list li.body-copy,
[data-cmp][view-as-breakpoint="sm"] .custom-list li.body-copy {
  padding-bottom: 6.4025px;
}
.cq-RichText-editable .custom-list li.spec-copy,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list li.spec-copy,
[data-cmp][view-as-breakpoint="sm"] .custom-list li.spec-copy {
  padding-bottom: 11.606px;
}
.cq-RichText-editable .custom-list .custom-list,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list .custom-list,
[data-cmp][view-as-breakpoint="sm"] .custom-list .custom-list {
  margin-top: 16.4025px;
  margin-bottom: 0;
}
.cq-RichText-editable .custom-list ul,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list ul,
[data-cmp][view-as-breakpoint="sm"] .custom-list ul {
  margin-top: 16.4025px;
}
.cq-RichText-editable .custom-list--bullet > li:before,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--bullet > li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--bullet > li:before {
  content: "\2022";
}
.cq-RichText-editable .custom-list--bullet > li.fs-small:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--bullet
  > li.fs-small:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--bullet > li.fs-small:before {
  font-size: 14px;
  width: 5px;
  height: 5px;
  top: 0;
}
.cq-RichText-editable .custom-list--checkmark.s-text-grey-text > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark.s-text-grey-text
  > li:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark.s-text-grey-text
  > li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAAB/UlEQVRogd3awW3CMBTG8T9MwAiMABu0G5R7DkQZoOoklAEic8gA3aAjlA3KCIxQOTJVFBFw7Gc7zndDhCQ/QsJ7thfMMEVZrYADsO/oLsCxUfWnfjE7eFFWG+AbWA1scmpUXc4KboG+5WM28BFoncss4Oae/rVEt1mGPaXwMWjbK/2frK94B70Z+9ls4T5o/WTPEu6JvgLb7O5xAfRro+q8nupC6DM53eOSaHKBS6PJAR4CTR9uyr4XUwycG1V/eZ21ZzzROtt7aG7woqzWgDLobvQ3Vqb4AgTQ+rxPQ28uLOvchzuRTmg0plY/WNS5qiir/ZNtRBIDjYG/We4wOD4WGgMf09UEw8dE49iWiuNjozHwq8OBxPAp0Bj40fGA3vhUaAxcD7fe/ZO3iC8+CVpn2ai6Leti44uyUqnQdEtWgZ/dzrbCM2jXX4pIMdWv1YM0BL1jJEdzrzsLiZ8KmqG2NAR+Smge9eOS+KmheTYQIYEH3qeGxmYERuBp75qgrbDV0FMCfPD+33rMLSI+yqCHdXcmUOHZ5BRrpGf0KKu58j/AWvhc2pUKwvsczOh+3Fz5nWM7O5SoaHzG1UeuQHiU6Gh8JxQE8EnQSMykeOCToZGaQnLAJ0UjOXc2Ap8cjfSkoe3iOsljukZ0RYTpxrYa2HtLL6fUFdkk0AB/rE0dc5avLgwAAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark.s-text-grey-text > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark.s-text-grey-text
    > li:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark.s-text-grey-text
    > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%235c6163;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable
  .custom-list--checkmark.s-text-light-grey-text
  > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark.s-text-light-grey-text
  > li:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark.s-text-light-grey-text
  > li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAAB/klEQVRogd3awW3CMBTG8T+dgBEYATZoNygbwCVSTlEnoTlFygVG6AYdoWxQRmCEyuhRRYiAYz/bcb4bCiT5ERLesz1jgqmbdg7sgE1HdzKbqrL4NC8mB6+bdgl8A/OetxyqsthOCm6BvuZjMvABaJPTJOByT/9aoi95CXtK4SNo2yv9n6yveAe9HPrZbOE+aPNkzxLuiT4Dq+zucQX0W1UWeT3VldBHcrrHNdHkAtdGkwM8BJpbuJR9r1IMHKuy+PI6a894ok1W99Bc4XXTLoC9oLsx39g2xReggDbnfejbOLOscx/uRDuh0UitvrOoc/d1026evEclMdAI/N1yh8HxsdAIfEhXEwwfE41jW6qOj41G4GeHA6nhU6AReO14QG98KjQCN8Otd//kLeKLT4I2eanK4lLWxcbXTbtPhaZbsir87Na2FZ6gXX8pKsXUba0epCG4OUZyNPe6s5D4saDpa0tD4MeE5lE/rokfG5pnAxEaeKAaGxqbERiFp71rgrbCVkNPCfDB+3/rMbeI+CiDHtbdmUKFZ5NDrJGewaOscuV/gIXyuVxWKijvszeD+3G58mvHdrYvUdH4jKsPXIHwKNHR+E4oKOCToNGYSfHAJ0OjNYXkgE+KRnPubAA+ORrtSUPbxXWax3SN6ooI6cZWBnizySynNBXZKNAAfwUXIeGiFOrCAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable
    .custom-list--checkmark.s-text-light-grey-text
    > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark.s-text-light-grey-text
    > li:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark.s-text-light-grey-text
    > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%2391979a;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark.s-text-white > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark.s-text-white
  > li:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark.s-text-white
  > li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAABaElEQVRoge3a0XHCMAwGYLkTMAIjpBt0BEZghI7AJlmhGzBC2SAjMII4F/mucBCsWLYkk/+Zs/LhYOyzoMcg4gYRR7zNhIjfXYLhih4Q8YzPMxp4TNlkoFP6mXkGOmYKBp65OPE3DQATAGxyx/qwy8kLoY8ctPvQ6v2b+XrfxK29BO12ZS9ExwVwa4DBiwB68OT9y4pe0SuajQ53ReKHvmgzcAoh/DQTPsi/zcnSGfsMIZzmCmwR8fjkG9sJOVgpnOmY/Ww9KvBqcz8/iDc0Fbk/sKvim6CpUO5Rrjq+GZqK1RvcKnohXBzfHA38V10cr4KmwofmRbXR2sXV0Jp4xt9oHbQgPnuHZwYthM86BZlDt8CbRdfEm0fXwLtBS+LdoYXwJdFDK+L10SkN8XbQKQ3wdq92CD+9FTqFeQnfBzpFEO/v5lIA77cRpwDvv/toAb6flisG/i37zPpDp9A93KN2Sjs7MgC4AGGHB/8aE1d2AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark.s-text-white > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark.s-text-white
    > li:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark.s-text-white
    > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark.s-text-midnight > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark.s-text-midnight
  > li:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark.s-text-midnight
  > li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAACGElEQVRogd3aMW7CMBQG4B86dQIJiS0SS7YMcIP2BnADOEHVk9CeAI7QG/QIZciWoVTZOlSoJ6iMHlUUJfBsP9tx/q2CJv4wCe/ZGaCHSdJsDGALYF3RHQG8lkX+ov7oHTxJszmAdwDjlrfsyyLf9ArOQF/y3Bu4Blrl2As4XdOfTPQ5Q7dDch9Cc2f6P1HPeAU91/3faOE2aHVnjxJuiT4BWER3jQugH8sij+uuLoQ+IKZrXBKNWODSaMQAd4FGHU5l3wMVA4eyyN+sRm0ZS7TKogmNCzxJsxmAHaGrUZ/YJsQHIIBW4963vThg1rlXDyId12hQrb5l1Lm7JM3WN94jEh9oEHzJPKBzvC80CK7T1TjD+0TDsC0Vx/tGg+AngxOJ4UOgVe5Gk+l9w88YJ8vRZPr1+/Pd+DvJSSg0aMbVcqvp4G1nPghaZVgW+bms841P0mwXCo1qySrwtVtxKzxCm35TRIqpeq3upCGonSM4Gk3dmUt8V9Boa0td4LuExrV+XBLfNTRuLURI4AE8dQ0NzgqMwN3eNE5bYdbSUwC88/6fvebmEe9l0YPdnQlUeJzsfa30aK+y0sx/AJgJj+X8pILwMVuj3Y/TzK8M29m2eEXDZl1d8wmEa/GOhu2GggA+CBoSOykW+GBoSG0hGeCDoiG5d6aBD46G9KYh9+E6yXOaRvSJCOrGFgpYe0k9Tqkqsk6gAeAPPpAcHAoDS4sAAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark.s-text-midnight > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark.s-text-midnight
    > li:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark.s-text-midnight
    > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%231d252c;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark-inherit li:before,
.cq-RichText-editable .custom-list--checkmark > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li:before,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--checkmark > li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark-inherit li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark > li:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 15px;
  height: 15px;
  left: -21px;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark-inherit li:before,
  .cq-RichText-editable .custom-list--checkmark > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li:before,
  [data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--checkmark > li:before,
  [data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark-inherit li:before,
  [data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark > li:before {
    top: 5px;
  }
}
.cq-RichText-editable .custom-list--checkmark-inherit li:before,
.cq-RichText-editable .custom-list--checkmark > li:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li:before,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--checkmark > li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark-inherit li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark > li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAAB/UlEQVRogd3awW3CMBTG8T9MwAiMABu0G5R7DkQZoOoklAEic8gA3aAjlA3KCIxQOTJVFBFw7Gc7zndDhCQ/QsJ7thfMMEVZrYADsO/oLsCxUfWnfjE7eFFWG+AbWA1scmpUXc4KboG+5WM28BFoncss4Oae/rVEt1mGPaXwMWjbK/2frK94B70Z+9ls4T5o/WTPEu6JvgLb7O5xAfRro+q8nupC6DM53eOSaHKBS6PJAR4CTR9uyr4XUwycG1V/eZ21ZzzROtt7aG7woqzWgDLobvQ3Vqb4AgTQ+rxPQ28uLOvchzuRTmg0plY/WNS5qiir/ZNtRBIDjYG/We4wOD4WGgMf09UEw8dE49iWiuNjozHwq8OBxPAp0Bj40fGA3vhUaAxcD7fe/ZO3iC8+CVpn2ai6Leti44uyUqnQdEtWgZ/dzrbCM2jXX4pIMdWv1YM0BL1jJEdzrzsLiZ8KmqG2NAR+Smge9eOS+KmheTYQIYEH3qeGxmYERuBp75qgrbDV0FMCfPD+33rMLSI+yqCHdXcmUOHZ5BRrpGf0KKu58j/AWvhc2pUKwvsczOh+3Fz5nWM7O5SoaHzG1UeuQHiU6Gh8JxQE8EnQSMykeOCToZGaQnLAJ0UjOXc2Ap8cjfSkoe3iOsljukZ0RYTpxrYa2HtLL6fUFdkk0AB/rE0dc5avLgwAAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark-inherit li:before,
  .cq-RichText-editable .custom-list--checkmark > li:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li:before,
  [data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--checkmark > li:before,
  [data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark-inherit li:before,
  [data-cmp][view-as-breakpoint="sm"] .custom-list--checkmark > li:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%235c6163;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark-inherit li.fs-large:before,
.cq-RichText-editable .custom-list--checkmark > li.fs-large:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.fs-large:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.fs-large:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.fs-large:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.fs-large:before {
  top: 8px;
}
.cq-RichText-editable .custom-list--checkmark-inherit li.fs-small:before,
.cq-RichText-editable .custom-list--checkmark > li.fs-small:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.fs-small:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.fs-small:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.fs-small:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.fs-small:before {
  top: 4px;
}
.cq-RichText-editable .custom-list--checkmark-inherit li.spec-copy:before,
.cq-RichText-editable .custom-list--checkmark > li.spec-copy:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.spec-copy:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.spec-copy:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.spec-copy:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.spec-copy:before {
  top: 3px;
}
.cq-RichText-editable
  .custom-list--checkmark-inherit
  li.s-text-grey-text:before,
.cq-RichText-editable .custom-list--checkmark > li.s-text-grey-text:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.s-text-grey-text:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.s-text-grey-text:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.s-text-grey-text:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.s-text-grey-text:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAAB/UlEQVRogd3awW3CMBTG8T9MwAiMABu0G5R7DkQZoOoklAEic8gA3aAjlA3KCIxQOTJVFBFw7Gc7zndDhCQ/QsJ7thfMMEVZrYADsO/oLsCxUfWnfjE7eFFWG+AbWA1scmpUXc4KboG+5WM28BFoncss4Oae/rVEt1mGPaXwMWjbK/2frK94B70Z+9ls4T5o/WTPEu6JvgLb7O5xAfRro+q8nupC6DM53eOSaHKBS6PJAR4CTR9uyr4XUwycG1V/eZ21ZzzROtt7aG7woqzWgDLobvQ3Vqb4AgTQ+rxPQ28uLOvchzuRTmg0plY/WNS5qiir/ZNtRBIDjYG/We4wOD4WGgMf09UEw8dE49iWiuNjozHwq8OBxPAp0Bj40fGA3vhUaAxcD7fe/ZO3iC8+CVpn2ai6Leti44uyUqnQdEtWgZ/dzrbCM2jXX4pIMdWv1YM0BL1jJEdzrzsLiZ8KmqG2NAR+Smge9eOS+KmheTYQIYEH3qeGxmYERuBp75qgrbDV0FMCfPD+33rMLSI+yqCHdXcmUOHZ5BRrpGf0KKu58j/AWvhc2pUKwvsczOh+3Fz5nWM7O5SoaHzG1UeuQHiU6Gh8JxQE8EnQSMykeOCToZGaQnLAJ0UjOXc2Ap8cjfSkoe3iOsljukZ0RYTpxrYa2HtLL6fUFdkk0AB/rE0dc5avLgwAAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable
    .custom-list--checkmark-inherit
    li.s-text-grey-text:before,
  .cq-RichText-editable .custom-list--checkmark > li.s-text-grey-text:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li.s-text-grey-text:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark
    > li.s-text-grey-text:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark-inherit
    li.s-text-grey-text:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark
    > li.s-text-grey-text:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%235c6163;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable
  .custom-list--checkmark-inherit
  li.s-text-light-grey-text:before,
.cq-RichText-editable
  .custom-list--checkmark
  > li.s-text-light-grey-text:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.s-text-light-grey-text:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.s-text-light-grey-text:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.s-text-light-grey-text:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.s-text-light-grey-text:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAAB/klEQVRogd3awW3CMBTG8T+dgBEYATZoNygbwCVSTlEnoTlFygVG6AYdoWxQRmCEyuhRRYiAYz/bcb4bCiT5ERLesz1jgqmbdg7sgE1HdzKbqrL4NC8mB6+bdgl8A/OetxyqsthOCm6BvuZjMvABaJPTJOByT/9aoi95CXtK4SNo2yv9n6yveAe9HPrZbOE+aPNkzxLuiT4Dq+zucQX0W1UWeT3VldBHcrrHNdHkAtdGkwM8BJpbuJR9r1IMHKuy+PI6a894ok1W99Bc4XXTLoC9oLsx39g2xReggDbnfejbOLOscx/uRDuh0UitvrOoc/d1026evEclMdAI/N1yh8HxsdAIfEhXEwwfE41jW6qOj41G4GeHA6nhU6AReO14QG98KjQCN8Otd//kLeKLT4I2eanK4lLWxcbXTbtPhaZbsir87Na2FZ6gXX8pKsXUba0epCG4OUZyNPe6s5D4saDpa0tD4MeE5lE/rokfG5pnAxEaeKAaGxqbERiFp71rgrbCVkNPCfDB+3/rMbeI+CiDHtbdmUKFZ5NDrJGewaOscuV/gIXyuVxWKijvszeD+3G58mvHdrYvUdH4jKsPXIHwKNHR+E4oKOCToNGYSfHAJ0OjNYXkgE+KRnPubAA+ORrtSUPbxXWax3SN6ooI6cZWBnizySynNBXZKNAAfwUXIeGiFOrCAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable
    .custom-list--checkmark-inherit
    li.s-text-light-grey-text:before,
  .cq-RichText-editable
    .custom-list--checkmark
    > li.s-text-light-grey-text:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li.s-text-light-grey-text:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark
    > li.s-text-light-grey-text:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark-inherit
    li.s-text-light-grey-text:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark
    > li.s-text-light-grey-text:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%2391979a;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark-inherit li.s-text-white:before,
.cq-RichText-editable .custom-list--checkmark > li.s-text-white:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.s-text-white:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.s-text-white:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.s-text-white:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.s-text-white:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAABaElEQVRoge3a0XHCMAwGYLkTMAIjpBt0BEZghI7AJlmhGzBC2SAjMII4F/mucBCsWLYkk/+Zs/LhYOyzoMcg4gYRR7zNhIjfXYLhih4Q8YzPMxp4TNlkoFP6mXkGOmYKBp65OPE3DQATAGxyx/qwy8kLoY8ctPvQ6v2b+XrfxK29BO12ZS9ExwVwa4DBiwB68OT9y4pe0SuajQ53ReKHvmgzcAoh/DQTPsi/zcnSGfsMIZzmCmwR8fjkG9sJOVgpnOmY/Ww9KvBqcz8/iDc0Fbk/sKvim6CpUO5Rrjq+GZqK1RvcKnohXBzfHA38V10cr4KmwofmRbXR2sXV0Jp4xt9oHbQgPnuHZwYthM86BZlDt8CbRdfEm0fXwLtBS+LdoYXwJdFDK+L10SkN8XbQKQ3wdq92CD+9FTqFeQnfBzpFEO/v5lIA77cRpwDvv/toAb6flisG/i37zPpDp9A93KN2Sjs7MgC4AGGHB/8aE1d2AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable .custom-list--checkmark-inherit li.s-text-white:before,
  .cq-RichText-editable .custom-list--checkmark > li.s-text-white:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li.s-text-white:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark
    > li.s-text-white:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark-inherit
    li.s-text-white:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark
    > li.s-text-white:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--checkmark-inherit li.s-text-midnight:before,
.cq-RichText-editable .custom-list--checkmark > li.s-text-midnight:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark-inherit
  li.s-text-midnight:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--checkmark
  > li.s-text-midnight:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark-inherit
  li.s-text-midnight:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--checkmark
  > li.s-text-midnight:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAsCAYAAAA93wvUAAACGElEQVRogd3aMW7CMBQG4B86dQIJiS0SS7YMcIP2BnADOEHVk9CeAI7QG/QIZciWoVTZOlSoJ6iMHlUUJfBsP9tx/q2CJv4wCe/ZGaCHSdJsDGALYF3RHQG8lkX+ov7oHTxJszmAdwDjlrfsyyLf9ArOQF/y3Bu4Blrl2As4XdOfTPQ5Q7dDch9Cc2f6P1HPeAU91/3faOE2aHVnjxJuiT4BWER3jQugH8sij+uuLoQ+IKZrXBKNWODSaMQAd4FGHU5l3wMVA4eyyN+sRm0ZS7TKogmNCzxJsxmAHaGrUZ/YJsQHIIBW4963vThg1rlXDyId12hQrb5l1Lm7JM3WN94jEh9oEHzJPKBzvC80CK7T1TjD+0TDsC0Vx/tGg+AngxOJ4UOgVe5Gk+l9w88YJ8vRZPr1+/Pd+DvJSSg0aMbVcqvp4G1nPghaZVgW+bms841P0mwXCo1qySrwtVtxKzxCm35TRIqpeq3upCGonSM4Gk3dmUt8V9Boa0td4LuExrV+XBLfNTRuLURI4AE8dQ0NzgqMwN3eNE5bYdbSUwC88/6fvebmEe9l0YPdnQlUeJzsfa30aK+y0sx/AJgJj+X8pILwMVuj3Y/TzK8M29m2eEXDZl1d8wmEa/GOhu2GggA+CBoSOykW+GBoSG0hGeCDoiG5d6aBD46G9KYh9+E6yXOaRvSJCOrGFgpYe0k9Tqkqsk6gAeAPPpAcHAoDS4sAAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
@supports (display: grid) {
  .cq-RichText-editable
    .custom-list--checkmark-inherit
    li.s-text-midnight:before,
  .cq-RichText-editable .custom-list--checkmark > li.s-text-midnight:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark-inherit
    li.s-text-midnight:before,
  [data-cmp]:not([view-as-breakpoint="sm"])
    .custom-list--checkmark
    > li.s-text-midnight:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark-inherit
    li.s-text-midnight:before,
  [data-cmp][view-as-breakpoint="sm"]
    .custom-list--checkmark
    > li.s-text-midnight:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%231d252c;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.31 8l4.49 4.49M5.8 12.5l8-8'/%3E%3C/svg%3E")
      no-repeat;
  }
}
.cq-RichText-editable .custom-list--ol,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--ol,
[data-cmp][view-as-breakpoint="sm"] .custom-list--ol {
  counter-reset: number;
  margin-bottom: 22.765px;
}
.cq-RichText-editable .custom-list--ol > li,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--ol > li,
[data-cmp][view-as-breakpoint="sm"] .custom-list--ol > li {
  position: relative;
}
.cq-RichText-editable .custom-list--ol > li:before,
[data-cmp]:not([view-as-breakpoint="sm"]) .custom-list--ol > li:before,
[data-cmp][view-as-breakpoint="sm"] .custom-list--ol > li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  font-size: inherit;
  left: -21px;
  top: 0;
}
.cq-RichText-editable .custom-list--ol > li.custom-list__item--large:before,
[data-cmp]:not([view-as-breakpoint="sm"])
  .custom-list--ol
  > li.custom-list__item--large:before,
[data-cmp][view-as-breakpoint="sm"]
  .custom-list--ol
  > li.custom-list__item--large:before {
  font-size: inherit;
  margin-right: 13px;
  margin-left: -0.95em;
  left: -5px;
}
@media (min-width: 901px) {
  .cq-RichText-editable .custom-list--ol > li.custom-list__item--large:before,
  [data-cmp]:not([view-as-breakpoint="md"]):not([view-as-breakpoint="sm"])
    .custom-list--ol
    > li.custom-list__item--large:before {
    left: -1.7px;
  }
}
.richtext-container .pb-0 *,
.text-block .pb-0 * {
  padding-bottom: inherit !important;
}
.richtext-container p,
.text-block p {
  padding-bottom: 0;
}
.richtext-container p span,
.text-block p span {
  display: inline-block;
}
.richtext-container p u span,
.text-block p u span {
  display: inline;
}
.richtext-container h1 .hero-copy,
.richtext-container h1 .instruction-copy,
.richtext-container h1 .section-title,
.richtext-container h2 .hero-copy,
.richtext-container h2 .instruction-copy,
.richtext-container h2 .section-title,
.richtext-container h3 .hero-copy,
.richtext-container h3 .instruction-copy,
.richtext-container h3 .section-title,
.richtext-container h4 .hero-copy,
.richtext-container h4 .instruction-copy,
.richtext-container h4 .section-title,
.richtext-container h5 .hero-copy,
.richtext-container h5 .instruction-copy,
.richtext-container h5 .section-title,
.richtext-container p .hero-copy,
.richtext-container p .instruction-copy,
.richtext-container p .section-title,
.text-block h1 .hero-copy,
.text-block h1 .instruction-copy,
.text-block h1 .section-title,
.text-block h2 .hero-copy,
.text-block h2 .instruction-copy,
.text-block h2 .section-title,
.text-block h3 .hero-copy,
.text-block h3 .instruction-copy,
.text-block h3 .section-title,
.text-block h4 .hero-copy,
.text-block h4 .instruction-copy,
.text-block h4 .section-title,
.text-block h5 .hero-copy,
.text-block h5 .instruction-copy,
.text-block h5 .section-title,
.text-block p .hero-copy,
.text-block p .instruction-copy,
.text-block p .section-title {
  display: inherit;
}
.richtext-container h1[style*="text-align"] > span,
.richtext-container h2[style*="text-align"] > span,
.richtext-container h3[style*="text-align"] > span,
.richtext-container h4[style*="text-align"] > span,
.richtext-container h5[style*="text-align"] > span,
.richtext-container p[style*="text-align"] > span,
.text-block h1[style*="text-align"] > span,
.text-block h2[style*="text-align"] > span,
.text-block h3[style*="text-align"] > span,
.text-block h4[style*="text-align"] > span,
.text-block h5[style*="text-align"] > span,
.text-block p[style*="text-align"] > span {
  text-align: inherit;
}
.richtext-container a span,
.text-block a span {
  color: inherit;
}
.richtext-container .pb-0 {
  background-color: #e6b800;
}
.cq-RichText-editable {
  background-color: #fc0;
}
[v-cloak] {
  visibility: hidden;
  display: none;
}
html {
  font-size: 17px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
legend {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0 none;
}
.user-is-tabbing :focus {
  outline: 2px solid #dae6f4;
}
.preload * {
  transition: none !important;
}
#main {
  position: relative;
}
.cq-component-needs-configuration {
  padding: 10px;
  background-color: #f7f8f9;
  border: 1px solid #dadfe3;
  width: 100%;
}
.aem-AuthorLayer-Edit .cq-Editable-dom {
  padding: 0.29412rem;
  border: 1px solid #eaeaea;
}
.aem-AuthorLayer-Edit .aem-GridColumn.cq-Editable-dom .cmp-edit_title {
  background: #f7f8f9;
  text-transform: uppercase;
  margin-bottom: 0.17647rem;
  padding: 0.17647rem;
}
ol,
ul {
  padding: 0 0 0 1.3em;
  margin: 0 0 1.47059rem;
  list-style: none;
}
ul > li {
  padding-bottom: 16px;
  position: relative;
}
ul > li.fs-small {
  padding-bottom: 10.155px;
}
ul > li.fs-large {
  padding-bottom: 10.4025px;
}
ul > li:before {
  content: "\2022 \00a0 \00a0 \00a0";
  left: -20px;
  display: block;
  height: 100%;
  position: absolute;
  width: 0.56em;
}
ul.-check-marks {
  padding-left: 2em;
}
ul.-check-marks li:before {
  content: "";
  background-image: url('/assets/images/check_darkGrey.svg');
  background-position: -0.25em -0.15em;
  background-size: 140%;
  background-repeat: no-repeat;
  left: -2.14em;
  width: 1.3em;
}
ul.-check-marks.-midnight li:before {
  background-image: url('/assets/images/check_dark.svg');
}
ul.clean {
  padding: 0;
  margin: 0;
}
ul.clean > li:before {
  display: none;
}
ul.clean li {
  padding: 0;
  margin: 0;
}
button {
  transition: height 0.3s ease;
  transition: width 0.3s ease;
  transition: background 0.3s ease;
  transition: border 0.3s ease;
  transition: color 0.3s ease;
  transition: padding 0.3s ease;
  transition: margin 0.3s ease;
  transition: box-shadow 0.3s ease;
  background-color: #1971d4;
  color: #fff;
  border: 0.05882rem solid transparent;
  border-radius: 0.29412rem;
  display: block;
  padding: 0.618rem 1rem;
  overflow-wrap: break-word;
}
button:focus {
  outline: 0 none;
}
.user-is-tabbing button:focus {
  box-shadow: 0 0 0 0.11765rem #dae6f4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  button:not(.clean):not(.cta):not([is="coral-buttonlist-item"]):not([is="coral-button"]):hover {
    border-color: #1d252c;
    background-color: #1d252c;
  }
}
button[is="coral-buttonlist-item"]:focus {
  box-shadow: none;
  border-radius: 0;
}
button.clean {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  color: #1d252c;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.horizontal-left {
  margin-right: auto;
}
.horizontal-center {
  margin-left: auto;
  margin-right: auto;
}
.horizontal-right {
  margin-left: auto;
}
.horizontal-flex-left {
  display: flex;
  justify-content: flex-start;
}
.horizontal-flex-center {
  display: flex;
  justify-content: center;
}
.horizontal-flex-right {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 0) and (max-width: 400.99px) {
  .horizontal-flex-left-sm {
    display: flex;
    justify-content: flex-start;
  }
  .horizontal-flex-center-sm {
    display: flex;
    justify-content: center;
  }
  .horizontal-flex-right-sm {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 401px) and (max-width: 900.99px) {
  .horizontal-flex-left-md {
    display: flex;
    justify-content: flex-start;
  }
  .horizontal-flex-center-md {
    display: flex;
    justify-content: center;
  }
  .horizontal-flex-right-md {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 901px) and (max-width: 1200.99px) {
  .horizontal-flex-left-lg {
    display: flex;
    justify-content: flex-start;
  }
  .horizontal-flex-center-lg {
    display: flex;
    justify-content: center;
  }
  .horizontal-flex-right-lg {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 1201px) and (max-width: 10000px) {
  .horizontal-flex-left-xl {
    display: flex;
    justify-content: flex-start;
  }
  .horizontal-flex-center-xl {
    display: flex;
    justify-content: center;
  }
  .horizontal-flex-right-xl {
    display: flex;
    justify-content: flex-end;
  }
}
.vertical-flex-center {
  display: flex;
  align-items: center;
  height: 100%;
}
.horizontal-text-left {
  text-align: left;
}
.horizontal-text-center {
  text-align: center;
}
.horizontal-text-right {
  text-align: right;
}
.s-text-grey-text {
  color: #5c6163;
}
.s-text-midnight {
  color: #1d252c;
}
.s-text-white {
  color: #fff;
}
.s-text-light-grey-text {
  color: #b7bcc2;
}
.s-text-blue {
  color: #1971d4;
}
.s-text-light-blue {
  color: #3a8eee;
}
.s-text-green {
  color: green;
}
.s-text-red {
  color: #e22828;
}
.video-container--hide-controls .s7controlbar,
.video-container--hide-share .s7videoviewer .s7socialshare {
  display: none !important;
}
.videoWrapper--portrait {
  padding-bottom: 177.77777777777777%;
}
.videoWrapper--17-9 {
  padding-bottom: 52.94117647058824%;
}
.videoWrapper--4-3 {
  padding-bottom: 75%;
}
.videoWrapper--2-1 {
  padding-bottom: 50%;
}
.cq-Editable-dom .media-card-208 {
  border: 1px solid #eaeaea;
}
.cardWrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 6.25em 0 3.125em 3.125em;
}
.cardWrapper .cardContainer {
  padding: 0 3.125em 3.125em 0;
}
.cardWrapper .cardContainer > .media_card_208 {
  height: 100%;
}
.cardWrapper .--two-up {
  min-width: 50%;
  width: 50%;
}
.cardWrapper .--three-up {
  min-width: 33%;
  width: 33%;
}
.cardWrapper .--four-up {
  min-width: 25%;
  width: 25%;
}
.cardWrapper .--five-up {
  min-width: 20%;
  width: 20%;
}
.cardWrapper .--dark .media-card-208__asset-container {
  background-color: #fff;
}
.cardWrapper .--dark .media-card-208__container-droppable {
  background-color: #1d252c;
}
.cardWrapper .--dark-light .media-card-208__asset-container {
  background-color: #f7f8f9;
}
.cardWrapper .--dark-light .media-card-208__container-droppable {
  background-color: #1d252c;
}
.cardWrapper .--grey .media-card-208__asset-container {
  background-color: #fff;
}
.cardWrapper .--grey .media-card-208__container-droppable,
.cardWrapper .--white .media-card-208__asset-container {
  background-color: #f7f8f9;
}
.cardWrapper .--white .media-card-208__container-droppable {
  background-color: #fff;
}
@media (max-width: 901px) {
  .cardWrapper .--five-up,
  .cardWrapper .--four-up,
  .cardWrapper .--three-up,
  .cardWrapper .--two-up {
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 901px) {
  ul > li .fs-large {
    padding-bottom: 16.7325px;
  }
}
@keyframes scroll-fadein {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview)
  [data-scroll-fade-in="true"].scroll-fade-in {
  animation: scroll-fadein 1s ease 0s 1 forwards;
}
@keyframes scroll-fadein-disabled {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 0.5;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview)
  [data-scroll-fade-in="true"].scroll-fade-in-disabled {
  animation: scroll-fadein-disabled 1s ease 0s 1 forwards;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview)
  [data-scroll-fade-in="true"],
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview)
  [data-scroll-fade-in="true"].cta.-disabled {
  opacity: 0;
}
.slide-close .fade,
.slide-close .slide-down,
.slide-close .slide-left,
.slide-close .slide-left-right,
.slide-close .slide-left-slow,
.slide-close .slide-right,
.slide-close .slide-up {
  opacity: 1;
}
.slide-open .fade,
.slide-open .slide-down,
.slide-open .slide-left,
.slide-open .slide-left-right,
.slide-open .slide-left-slow,
.slide-open .slide-right,
.slide-open .slide-up {
  opacity: 0;
}
@keyframes open-list {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.slide-open .fade {
  animation: open-list 0.2s ease-out 0s 1 forwards;
}
@keyframes open-list-slide-left {
  0% {
    visibility: hidden;
    opacity: 0;
    width: 90%;
    transform: translate(10%);
  }
  to {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}
.slide-open .slide-left {
  animation: open-list-slide-left 0.2s ease-out 0s 1 forwards;
}
@keyframes open-list-slide-left-slow {
  0% {
    visibility: hidden;
    opacity: 0;
    width: 90%;
    transform: translate(10%);
  }
  to {
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
}
.slide-open .slide-left-slow {
  animation: open-list-slide-left-slow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    0s 1 forwards;
}
@keyframes open-list-slide-right {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translate(-10%);
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.slide-open .slide-right {
  animation: open-list-slide-right 0.2s ease-out 0s 1 forwards;
}
.slide-open .slide-left-right {
  animation: open-list-slide-left 0.2s ease-out 0s 1 forwards;
}
@keyframes open-list-slide-up {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.slide-open .slide-up {
  animation: open-list-slide-up 0.3s ease-out 0s 1 forwards;
}
@keyframes open-list-slide-down {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20%);
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.slide-open .slide-down {
  animation: open-list-slide-down 0.3s ease-out 0s 1 forwards;
}
@keyframes close-list {
  0% {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.slide-close .fade,
.slide-close .slide-down,
.slide-close .slide-left,
.slide-close .slide-left-right,
.slide-close .slide-left-slow,
.slide-close .slide-right,
.slide-close .slide-up {
  animation: close-list 0.2s ease-out 0s 1 forwards;
}
@media (min-width: 901px) {
  @keyframes open-list {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    to {
      visibility: visible;
      opacity: 1;
    }
  }
  .slide-open .fade {
    animation: open-list 0.2s ease-out 0s 1 forwards;
  }
  @keyframes open-list-slide-left {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translate(50px);
    }
    to {
      visibility: visible;
      opacity: 1;
    }
  }
  .slide-open .slide-left {
    animation: open-list-slide-left 0.2s ease-out 0s 1 forwards;
  }
  @keyframes open-list-slide-left-slow {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translate(50px);
    }
    to {
      visibility: visible;
      opacity: 1;
    }
  }
  .slide-open .slide-left-slow {
    animation: open-list-slide-left-slow 0.4s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 forwards;
  }
  @keyframes open-list-slide-right {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translate(-50px);
    }
    to {
      visibility: visible;
      opacity: 1;
    }
  }
  .slide-open .slide-left-right,
  .slide-open .slide-right {
    animation: open-list-slide-right 0.2s ease-out 0s 1 forwards;
  }
  .slide-open .slide-up {
    animation: open-list-slide-up 0.3s ease-out 0s 1 forwards;
  }
  .slide-open .slide-down {
    animation: open-list-slide-down 0.3s ease-out 0s 1 forwards;
  }
  @keyframes close-list {
    0% {
      visibility: visible;
      opacity: 1;
    }
    to {
      visibility: hidden;
      opacity: 0;
    }
  }
  .slide-close .fade,
  .slide-close .slide-down,
  .slide-close .slide-left,
  .slide-close .slide-left-right,
  .slide-close .slide-left-slow,
  .slide-close .slide-right,
  .slide-close .slide-up {
    animation: close-list 0.2s ease-out 0s 1 forwards;
  }
}
.disclaimer-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #292e39;
  padding: 0;
  margin: 0 25px 50px;
  height: auto;
  max-height: calc(80vh - 50px);
  visibility: hidden;
  z-index: 31;
  display: flex;
  justify-content: left;
  overflow: auto;
  outline: none;
}
.disclaimer-alert__closeButton {
  top: 13px;
  right: 5px;
  position: absolute;
}
.disclaimer-alert__closeButton .cta {
  position: absolute;
  right: 0.29412rem;
  line-height: 0;
  top: -0.05882rem;
}
.disclaimer-alert__closeButton .cta:hover .icon-path--blue {
  stroke: #fff;
}
.disclaimer-alert__content {
  margin: 25px;
  padding: 0;
  text-align: inherit;
  height: -moz-fit-content;
  height: fit-content;
}
.disclaimer-alert__number {
  font-size: 0.705rem;
  padding: 0 3px 0 0;
}
.disclaimer-alert__number:after {
  content: "|";
  margin-left: 10px;
  color: #b7bcc2;
}
.disclaimer-alert__text {
  padding-left: 5px;
  padding-bottom: 0;
  display: inline;
}
.disclaimer-alert__text p:first-child {
  display: inherit;
}
.disclaimer-alert__text > p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.disclaimer-alert--open {
  visibility: visible;
}
@media (min-width: 401px) {
  .disclaimer-alert {
    margin: 0 50px 50px;
  }
  .disclaimer-alert__content {
    margin: 50px;
  }
  .disclaimer-alert__closeButton {
    top: 25px;
    right: 20px;
  }
  .disclaimer-alert__closeButton .cta {
    right: 0;
    top: 0;
  }
}
@media (min-width: 901px) {
  .disclaimer-alert__content {
    margin: 50px 60px;
  }
}
@media (min-width: 1201px) {
  .disclaimer-alert__content {
    margin: 50px 75px;
  }
  .disclaimer-alert__closeButton {
    top: 25px;
    right: 25px;
  }
}
.subaru-image {
  min-height: 1px;
}
.subaru-image picture {
  min-height: 2px;
  min-width: 2px;
  display: block;
}
.img-hidden {
  opacity: 0;
}
svg[data-v-3ccc90b9] {
  margin-left: -0.05882rem;
}
.video-player-control[data-v-83676418] {
  display: flex;
  align-items: center;
}
.video-player-control__disabled[data-v-83676418] {
  color: hsla(0, 0%, 100%, 0.8);
  opacity: 0.5;
  pointer-events: none;
  cursor: none;
}
.video-player-control .volume-icon[data-v-83676418] {
  color: inherit;
  width: 1.05882rem;
}
.video-player-control .volume__bar[data-v-83676418] {
  display: inline-block;
  width: 0;
  margin-top: 0.17647rem;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}
.video-player-control .volume__bar input[type="range"][data-v-83676418],
.video-player-control .volume__bar progress[data-v-83676418] {
  position: absolute;
  width: 100%;
  height: 0.23529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}
.video-player-control .volume__bar input[type="range"][data-v-83676418] {
  padding: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}
.video-player-control
  .volume__bar
  input[type="range"][data-v-83676418]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.58824rem;
  height: 0.58824rem;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.video-player-control
  .volume__bar
  input[type="range"][data-v-83676418]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
}
.video-player-control .volume__bar progress[data-v-83676418] {
  overflow: hidden;
}
.video-player-control
  .volume__bar
  progress[data-v-83676418]::-webkit-progress-bar {
  background-color: #5e5e5e;
}
.video-player-control
  .volume__bar
  progress[data-v-83676418]::-webkit-progress-value {
  background-color: #3a8eee;
}
.video-player-control .volume__bar[data-v-83676418]:focus {
  width: 2.82353rem;
  overflow: visible;
  margin-left: 0.5rem;
}
@media (min-width: 901px) {
  .video-player-control:hover .volume__bar[data-v-83676418] {
    width: 2.82353rem;
    overflow: visible;
    margin-left: 0.5rem;
  }
}
.video-player-control[data-v-57ec116d] {
  position: relative;
}
.video-player-control .speed-options[data-v-57ec116d] {
  width: 8.23529rem;
  position: absolute;
  right: 0;
  bottom: 2.23529rem;
  transform: translateX(35%);
  background-color: rgba(29, 37, 44, 0.95);
  color: #fff;
  cursor: pointer;
  text-align: start;
}
.video-player-control .speed-options__list[data-v-57ec116d] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.video-player-control
  .speed-options__list
  .speed-options__item[data-v-57ec116d] {
  position: relative;
  padding: 0.17647rem 2.64706rem;
}
.video-player-control
  .speed-options__list
  .speed-options__item[data-v-57ec116d]:first-of-type {
  padding-top: 0.70588rem;
}
.video-player-control
  .speed-options__list
  .speed-options__item[data-v-57ec116d]:last-of-type {
  padding-bottom: 0.70588rem;
}
.video-player-control
  .speed-options__list
  .speed-options__item[data-v-57ec116d]:before {
  display: none;
}
.video-player-control
  .speed-options__list
  .speed-options__item[data-v-57ec116d]:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.video-player-control
  .speed-options__list
  .speed-options__item__selected[data-v-57ec116d]:before {
  content: "";
  display: inline-block;
  width: 0.47059rem;
  height: 0.88235rem;
  position: absolute;
  left: 1.05882rem;
  top: 0.41176rem;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0.11765rem 0.11765rem 0;
  transform: rotate(45deg);
}
.video-player-control
  .speed-options__list
  .speed-options__item__selected[data-v-57ec116d]:first-of-type:before {
  top: 0.88235rem;
}
.video-player-control
  .speed-options__list
  .speed-options__item__focused[data-v-57ec116d] {
  background-color: hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 901px) {
  .video-player-control .speed-options[data-v-57ec116d] {
    bottom: 2.76471rem;
  }
}
.video-player-control__progress {
  position: absolute;
  left: 0;
  top: -0.23529rem;
  height: 0.23529rem;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.4);
  transition: all 0.2s ease 0.05s;
}
.video-player-control__progress:hover {
  top: -0.70588rem;
  height: 0.70588rem;
}
.video-player-control__progress-full,
.video-player-control__progress-loaded,
.video-player-control__progress-played {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.7490196078431373);
}
.video-player-control__progress-loaded {
  transition: width 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.video-player-control__progress-played {
  width: 0;
  background-color: #3a8eee;
}
.video-player-control__progress-full {
  z-index: 9;
  width: 100%;
  background-color: transparent;
}
.video-player-control-timestamp span {
  color: #fff;
  font-size: 0.70588rem;
}
.video-player-control-timestamp span.time-split {
  margin: 0 0.23529rem;
}
.video-controls {
  visibility: visible;
  transition: opacity 0.3s linear;
}
.video-controls--hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.video-controls__container {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.94118rem;
  background-color: #1d252c;
  display: flex;
  height: 1.88235rem;
  opacity: 0.9;
}
.video-controls .video-player-control {
  text-align: center;
  cursor: pointer;
  color: hsla(0, 0%, 100%, 0.8);
}
.video-controls .video-player-control div {
  display: flex;
}
.video-controls .video-player-control:hover {
  color: #fff;
}
.video-controls .video-player-control--active {
  position: relative;
  color: #fff;
}
.video-controls .video-player-control--active:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
.video-controls .video-player-control--active:before {
  content: "";
  position: absolute;
  width: 1.41176rem;
  height: 0.23529rem;
  background-color: #3a8eee;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0.47059rem);
}
.video-controls__playback .video-player-control:not(:last-child) {
  margin-right: 1.41176rem;
}
.video-controls__playback,
.video-controls__settings {
  display: flex;
  flex: 1;
  align-items: center;
}
.video-controls__settings {
  flex-direction: row;
  justify-content: flex-end;
}
.video-controls__settings .video-player-control:not(:last-child) {
  margin-right: 1.41176rem;
}
@media (min-width: 901px) {
  .video-controls__container {
    height: 2.82353rem;
  }
  .video-controls__playback,
  .video-controls__settings {
    align-items: center;
  }
  .video-controls .video-player-control--active:before {
    transform: translate(-50%, 0.94118rem);
  }
}
@keyframes border-button-animation {
  to {
    width: 120px;
  }
}
.videoWrapper__youtube-iframe {
  border: none;
}
.videoWrapper--inline {
  position: relative;
  height: 100%;
  background-color: #131313;
}
@media (min-width: 901px) {
  .videoWrapper--inline {
    width: 100%;
  }
}
.videoWrapper--modal {
  position: relative;
  height: 0;
  background-color: #131313;
  height: 100%;
  width: 100%;
}
.videoWrapper--modal iframe,
.videoWrapper--modal video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 75px);
}
@supports not (-webkit-touch-callout: none) {
  .videoWrapper--modal iframe::-webkit-media-text-track-container,
  .videoWrapper--modal video::-webkit-media-text-track-container {
    transform: translateY(-50px) !important;
  }
  .videoWrapper--modal iframe::cue,
  .videoWrapper--modal video::cue {
    font-size: 0.94118rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
.videoWrapper--modal:fullscreen video {
  max-height: 100vh;
}
.videoWrapper--modal:fullscreen .pause-button--border.play-button--withcontrols,
.videoWrapper--modal:fullscreen .play-button--border.play-button--withcontrols {
  bottom: 0;
}
.videoWrapper--modal:fullscreen .video-controls__container {
  position: fixed;
}
.videoWrapper--16-9 {
  padding-bottom: 56.3%;
  padding-top: 0;
}
.videoWrapper .caption-button {
  position: absolute;
  bottom: 13px;
  right: 10px;
  width: 40px;
  height: 22px;
  display: none;
  z-index: 9;
  text-align: center;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}
.videoWrapper .caption-button--active {
  opacity: 1;
}
.videoWrapper .caption-button img {
  width: 100%;
}
.videoWrapper .caption-button:hover {
  opacity: 1;
}
.videoWrapper:focus .caption-button,
.videoWrapper:hover .caption-button {
  display: block;
}
.videoWrapper .box__wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.videoWrapper .box__wrapper--hide {
  display: none !important;
}
.videoWrapper .box__wrapper--custom-object-fit iframe,
.videoWrapper .box__wrapper--custom-object-fit img,
.videoWrapper .box__wrapper--custom-object-fit video {
  opacity: 0;
}
.videoWrapper .box__wrapper--custom-object-fit div[class^="isBg"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  min-height: 100px;
  width: 100%;
}
.videoWrapper .box__wrapper iframe,
.videoWrapper .box__wrapper img,
.videoWrapper .box__wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s ease;
}
.videoWrapper .box__wrapper-SM--left-top {
  background-position: 0 0;
}
.videoWrapper .box__wrapper-SM--left-top iframe,
.videoWrapper .box__wrapper-SM--left-top img,
.videoWrapper .box__wrapper-SM--left-top video {
  -o-object-position: left top;
  object-position: left top;
}
.videoWrapper .box__wrapper-SM--left-center {
  background-position: 0;
}
.videoWrapper .box__wrapper-SM--left-center iframe,
.videoWrapper .box__wrapper-SM--left-center img,
.videoWrapper .box__wrapper-SM--left-center video {
  -o-object-position: left center;
  object-position: left center;
}
.videoWrapper .box__wrapper-SM--left-bottom {
  background-position: 0 100%;
}
.videoWrapper .box__wrapper-SM--left-bottom iframe,
.videoWrapper .box__wrapper-SM--left-bottom img,
.videoWrapper .box__wrapper-SM--left-bottom video {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.videoWrapper .box__wrapper-SM--center-top {
  background-position: top;
}
.videoWrapper .box__wrapper-SM--center-top iframe,
.videoWrapper .box__wrapper-SM--center-top img,
.videoWrapper .box__wrapper-SM--center-top video {
  -o-object-position: center top;
  object-position: center top;
}
.videoWrapper .box__wrapper-SM--center-center {
  background-position: 50%;
}
.videoWrapper .box__wrapper-SM--center-center iframe,
.videoWrapper .box__wrapper-SM--center-center img,
.videoWrapper .box__wrapper-SM--center-center video {
  -o-object-position: center center;
  object-position: center center;
}
.videoWrapper .box__wrapper-SM--center-bottom {
  background-position: bottom;
}
.videoWrapper .box__wrapper-SM--center-bottom iframe,
.videoWrapper .box__wrapper-SM--center-bottom img,
.videoWrapper .box__wrapper-SM--center-bottom video {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.videoWrapper .box__wrapper-SM--right-top {
  background-position: 100% 0;
}
.videoWrapper .box__wrapper-SM--right-top iframe,
.videoWrapper .box__wrapper-SM--right-top img,
.videoWrapper .box__wrapper-SM--right-top video {
  -o-object-position: right top;
  object-position: right top;
}
.videoWrapper .box__wrapper-SM--right-center {
  background-position: 100%;
}
.videoWrapper .box__wrapper-SM--right-center iframe,
.videoWrapper .box__wrapper-SM--right-center img,
.videoWrapper .box__wrapper-SM--right-center video {
  -o-object-position: right center;
  object-position: right center;
}
.videoWrapper .box__wrapper-SM--right-bottom {
  background-position: 100% 100%;
}
.videoWrapper .box__wrapper-SM--right-bottom iframe,
.videoWrapper .box__wrapper-SM--right-bottom img,
.videoWrapper .box__wrapper-SM--right-bottom video {
  -o-object-position: right bottom;
  object-position: right bottom;
}
@media (min-width: 401px) {
  .videoWrapper .box__wrapper-MD--left-top {
    background-position: 0 0;
  }
  .videoWrapper .box__wrapper-MD--left-top iframe,
  .videoWrapper .box__wrapper-MD--left-top img,
  .videoWrapper .box__wrapper-MD--left-top video {
    -o-object-position: left top;
    object-position: left top;
  }
  .videoWrapper .box__wrapper-MD--left-center {
    background-position: 0;
  }
  .videoWrapper .box__wrapper-MD--left-center iframe,
  .videoWrapper .box__wrapper-MD--left-center img,
  .videoWrapper .box__wrapper-MD--left-center video {
    -o-object-position: left center;
    object-position: left center;
  }
  .videoWrapper .box__wrapper-MD--left-bottom {
    background-position: 0 100%;
  }
  .videoWrapper .box__wrapper-MD--left-bottom iframe,
  .videoWrapper .box__wrapper-MD--left-bottom img,
  .videoWrapper .box__wrapper-MD--left-bottom video {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .videoWrapper .box__wrapper-MD--center-top {
    background-position: top;
  }
  .videoWrapper .box__wrapper-MD--center-top iframe,
  .videoWrapper .box__wrapper-MD--center-top img,
  .videoWrapper .box__wrapper-MD--center-top video {
    -o-object-position: center top;
    object-position: center top;
  }
  .videoWrapper .box__wrapper-MD--center-center {
    background-position: 50%;
  }
  .videoWrapper .box__wrapper-MD--center-center iframe,
  .videoWrapper .box__wrapper-MD--center-center img,
  .videoWrapper .box__wrapper-MD--center-center video {
    -o-object-position: center center;
    object-position: center center;
  }
  .videoWrapper .box__wrapper-MD--center-bottom {
    background-position: bottom;
  }
  .videoWrapper .box__wrapper-MD--center-bottom iframe,
  .videoWrapper .box__wrapper-MD--center-bottom img,
  .videoWrapper .box__wrapper-MD--center-bottom video {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .videoWrapper .box__wrapper-MD--right-top {
    background-position: 100% 0;
  }
  .videoWrapper .box__wrapper-MD--right-top iframe,
  .videoWrapper .box__wrapper-MD--right-top img,
  .videoWrapper .box__wrapper-MD--right-top video {
    -o-object-position: right top;
    object-position: right top;
  }
  .videoWrapper .box__wrapper-MD--right-center {
    background-position: 100%;
  }
  .videoWrapper .box__wrapper-MD--right-center iframe,
  .videoWrapper .box__wrapper-MD--right-center img,
  .videoWrapper .box__wrapper-MD--right-center video {
    -o-object-position: right center;
    object-position: right center;
  }
  .videoWrapper .box__wrapper-MD--right-bottom {
    background-position: 100% 100%;
  }
  .videoWrapper .box__wrapper-MD--right-bottom iframe,
  .videoWrapper .box__wrapper-MD--right-bottom img,
  .videoWrapper .box__wrapper-MD--right-bottom video {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 901px) {
  .videoWrapper .box__wrapper-LG--left-top {
    background-position: 0 0;
  }
  .videoWrapper .box__wrapper-LG--left-top iframe,
  .videoWrapper .box__wrapper-LG--left-top img,
  .videoWrapper .box__wrapper-LG--left-top video {
    -o-object-position: left top;
    object-position: left top;
  }
  .videoWrapper .box__wrapper-LG--left-center {
    background-position: 0;
  }
  .videoWrapper .box__wrapper-LG--left-center iframe,
  .videoWrapper .box__wrapper-LG--left-center img,
  .videoWrapper .box__wrapper-LG--left-center video {
    -o-object-position: left center;
    object-position: left center;
  }
  .videoWrapper .box__wrapper-LG--left-bottom {
    background-position: 0 100%;
  }
  .videoWrapper .box__wrapper-LG--left-bottom iframe,
  .videoWrapper .box__wrapper-LG--left-bottom img,
  .videoWrapper .box__wrapper-LG--left-bottom video {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .videoWrapper .box__wrapper-LG--center-top {
    background-position: top;
  }
  .videoWrapper .box__wrapper-LG--center-top iframe,
  .videoWrapper .box__wrapper-LG--center-top img,
  .videoWrapper .box__wrapper-LG--center-top video {
    -o-object-position: center top;
    object-position: center top;
  }
  .videoWrapper .box__wrapper-LG--center-center {
    background-position: 50%;
  }
  .videoWrapper .box__wrapper-LG--center-center iframe,
  .videoWrapper .box__wrapper-LG--center-center img,
  .videoWrapper .box__wrapper-LG--center-center video {
    -o-object-position: center center;
    object-position: center center;
  }
  .videoWrapper .box__wrapper-LG--center-bottom {
    background-position: bottom;
  }
  .videoWrapper .box__wrapper-LG--center-bottom iframe,
  .videoWrapper .box__wrapper-LG--center-bottom img,
  .videoWrapper .box__wrapper-LG--center-bottom video {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .videoWrapper .box__wrapper-LG--right-top {
    background-position: 100% 0;
  }
  .videoWrapper .box__wrapper-LG--right-top iframe,
  .videoWrapper .box__wrapper-LG--right-top img,
  .videoWrapper .box__wrapper-LG--right-top video {
    -o-object-position: right top;
    object-position: right top;
  }
  .videoWrapper .box__wrapper-LG--right-center {
    background-position: 100%;
  }
  .videoWrapper .box__wrapper-LG--right-center iframe,
  .videoWrapper .box__wrapper-LG--right-center img,
  .videoWrapper .box__wrapper-LG--right-center video {
    -o-object-position: right center;
    object-position: right center;
  }
  .videoWrapper .box__wrapper-LG--right-bottom {
    background-position: 100% 100%;
  }
  .videoWrapper .box__wrapper-LG--right-bottom iframe,
  .videoWrapper .box__wrapper-LG--right-bottom img,
  .videoWrapper .box__wrapper-LG--right-bottom video {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 1201px) {
  .videoWrapper .box__wrapper-XL--left-top {
    background-position: 0 0;
  }
  .videoWrapper .box__wrapper-XL--left-top iframe,
  .videoWrapper .box__wrapper-XL--left-top img,
  .videoWrapper .box__wrapper-XL--left-top video {
    -o-object-position: left top;
    object-position: left top;
  }
  .videoWrapper .box__wrapper-XL--left-center {
    background-position: 0;
  }
  .videoWrapper .box__wrapper-XL--left-center iframe,
  .videoWrapper .box__wrapper-XL--left-center img,
  .videoWrapper .box__wrapper-XL--left-center video {
    -o-object-position: left center;
    object-position: left center;
  }
  .videoWrapper .box__wrapper-XL--left-bottom {
    background-position: 0 100%;
  }
  .videoWrapper .box__wrapper-XL--left-bottom iframe,
  .videoWrapper .box__wrapper-XL--left-bottom img,
  .videoWrapper .box__wrapper-XL--left-bottom video {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .videoWrapper .box__wrapper-XL--center-top {
    background-position: top;
  }
  .videoWrapper .box__wrapper-XL--center-top iframe,
  .videoWrapper .box__wrapper-XL--center-top img,
  .videoWrapper .box__wrapper-XL--center-top video {
    -o-object-position: center top;
    object-position: center top;
  }
  .videoWrapper .box__wrapper-XL--center-center {
    background-position: 50%;
  }
  .videoWrapper .box__wrapper-XL--center-center iframe,
  .videoWrapper .box__wrapper-XL--center-center img,
  .videoWrapper .box__wrapper-XL--center-center video {
    -o-object-position: center center;
    object-position: center center;
  }
  .videoWrapper .box__wrapper-XL--center-bottom {
    background-position: bottom;
  }
  .videoWrapper .box__wrapper-XL--center-bottom iframe,
  .videoWrapper .box__wrapper-XL--center-bottom img,
  .videoWrapper .box__wrapper-XL--center-bottom video {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .videoWrapper .box__wrapper-XL--right-top {
    background-position: 100% 0;
  }
  .videoWrapper .box__wrapper-XL--right-top iframe,
  .videoWrapper .box__wrapper-XL--right-top img,
  .videoWrapper .box__wrapper-XL--right-top video {
    -o-object-position: right top;
    object-position: right top;
  }
  .videoWrapper .box__wrapper-XL--right-center {
    background-position: 100%;
  }
  .videoWrapper .box__wrapper-XL--right-center iframe,
  .videoWrapper .box__wrapper-XL--right-center img,
  .videoWrapper .box__wrapper-XL--right-center video {
    -o-object-position: right center;
    object-position: right center;
  }
  .videoWrapper .box__wrapper-XL--right-bottom {
    background-position: 100% 100%;
  }
  .videoWrapper .box__wrapper-XL--right-bottom iframe,
  .videoWrapper .box__wrapper-XL--right-bottom img,
  .videoWrapper .box__wrapper-XL--right-bottom video {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
.videoWrapper .poster-video img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}
.video-modal--container {
  position: relative;
}
.user-is-tabbing .videoWrapper .caption-button {
  display: block;
}
.video-description {
  display: none;
}
.video-transcript {
  color: #1d252c;
  line-height: 1.88235rem;
  position: relative;
  background-color: #fff;
}
.video-transcript-container {
  overflow-y: scroll;
  padding: 1.41176rem 0.94118rem 2.35294rem;
  margin: auto;
  position: relative;
}
.video-transcript-text {
  max-width: 35.29412rem;
  font-size: 0.82353rem;
}
.video-transcript-close .cta {
  position: absolute;
  right: 0.94118rem;
}
.video-modal-wrapper > article {
  display: flex;
  justify-content: center;
  background-color: #1d252c !important;
}
.video-modal-wrapper > article .video-modal--container {
  max-width: 1200px;
  margin: 0 auto;
  max-height: calc(100vh - 25px);
  overflow: hidden;
}
.video-modal-wrapper > article > header {
  position: absolute !important;
  top: 0 !important;
}
.video-modal-wrapper > article > .md501__content {
  margin-top: 25px !important;
  height: auto !important;
}
@media (min-width: 401px) {
  .video-modal-wrapper > article > .md501__content {
    margin-top: 75px !important;
  }
  .video-modal-wrapper > article .video-modal--container {
    max-height: calc(100vh - 75px);
  }
}
@media (min-width: 901px) {
  .video-modal-wrapper > article > header {
    position: relative !important;
  }
  .video-modal-wrapper > article > .md501__content {
    margin-top: 0 !important;
  }
}
.video-modal-wrapper .pause-button--border,
.video-modal-wrapper .play-button--border,
.videoWrapper .pause-button--border,
.videoWrapper .play-button--border {
  position: absolute;
  width: 2.94118rem;
  height: 2.94118rem;
  border-radius: 2.94118rem;
  background-color: #fff;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
.video-modal-wrapper .pause-button--border.play-button--withcontrols,
.video-modal-wrapper .play-button--border.play-button--withcontrols,
.videoWrapper .pause-button--border.play-button--withcontrols,
.videoWrapper .play-button--border.play-button--withcontrols {
  left: 0;
  top: 0;
  bottom: 48px;
  right: 0;
  margin: auto;
}
.video-modal-wrapper .pause-button--border p,
.video-modal-wrapper .play-button--border p,
.videoWrapper .pause-button--border p,
.videoWrapper .play-button--border p {
  display: none;
  font-size: 0.824em;
  font-weight: 700;
  margin: 0.64706rem 0;
  padding: 0;
}
.video-modal-wrapper .pause-button--border .play-button--triangle,
.video-modal-wrapper .play-button--border .play-button--triangle,
.videoWrapper .pause-button--border .play-button--triangle,
.videoWrapper .play-button--border .play-button--triangle {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 0.82353rem;
  transition: all 0.1s ease;
  cursor: pointer;
  border-color: transparent transparent transparent #1175c9;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  position: absolute;
  left: calc(50% - 3.5px);
  top: calc(50% - 7.05px);
}
.video-modal-wrapper .pause-button--border .play-button--pause path,
.video-modal-wrapper .play-button--border .play-button--pause path,
.videoWrapper .pause-button--border .play-button--pause path,
.videoWrapper .play-button--border .play-button--pause path {
  fill: #1175c9;
}
@media (min-width: 901px) {
  .video-modal-wrapper .pause-button--border.play-button--withcontrols,
  .video-modal-wrapper .play-button--border.play-button--withcontrols,
  .videoWrapper .pause-button--border.play-button--withcontrols,
  .videoWrapper .play-button--border.play-button--withcontrols {
    top: 0;
    bottom: 48px;
  }
  .videoWrapper--modal:fullscreen
    .pause-button--border.play-button--withcontrols,
  .videoWrapper--modal:fullscreen
    .play-button--border.play-button--withcontrols {
    bottom: 0;
  }
  .videoWrapper--modal .play-button--border:hover,
  .videoWrapper .play-button--border:hover {
    animation: border-button-animation 0.2s forwards;
  }
  .videoWrapper--modal .play-button--border:hover p,
  .videoWrapper .play-button--border:hover p {
    display: block;
    text-align: center;
    color: #1175c9;
  }
  .videoWrapper--modal .play-button--border:hover .play-button--triangle,
  .videoWrapper .play-button--border:hover .play-button--triangle {
    display: none;
  }
}
.icon-loader {
  background-color: hsla(0, 0%, 100%, 0.6);
  bottom: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 20;
}
.icon-loader__dots {
  color: #1971d4;
  position: relative;
  height: 0.58824rem;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 2.35294rem;
  display: flex;
}
.icon-loader__dots .dot {
  background: #f7f8f9;
  position: relative;
}
.icon-loader__dots .dot,
.icon-loader__dots .dot > div {
  width: 0.58824rem;
  height: 0.58824rem;
  border-radius: 5px;
  border: 0;
}
.icon-loader__dots .dot > div {
  animation: mymove 1s linear infinite alternate;
  position: absolute;
  background-color: #1d252c;
  opacity: 0;
  animation-delay: 0.5s;
}
.icon-loader__dots .dot--2 {
  margin-left: 0.29412rem;
}
.icon-loader__dots .dot--2 > div {
  animation-delay: 1s;
}
.icon-loader__dots .dot--3 {
  margin-left: 0.29412rem;
}
.icon-loader__dots .dot--3 > div {
  animation-delay: 1.5s;
}
@keyframes dot-flash {
  0% {
    background-color: #1d252c;
  }
  to {
    background-color: #f7f8f9;
  }
}
@keyframes mymove {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-thanks h2 {
  font-size: 21px;
  line-height: 26px;
}
.form-thanks__cta-group,
.form-thanks h2 {
  padding-bottom: 20px;
}
.form-thanks__message {
  padding-bottom: 27px;
  text-align: center;
}
.form-thanks__buttons {
  width: 100%;
}
.form-thanks__buttons:not(:last-child) {
  margin-bottom: 20px;
}
.form-thanks__buttons .text-link {
  background-color: transparent;
  color: #1971d4;
  text-align: center;
  display: flex;
}
.md501 .form-thanks {
  padding: 40px;
}
.tooltip {
  position: absolute;
  z-index: 10;
  display: block;
  margin: 5px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.588;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 18px;
  height: 9px;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 9px 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 9px 9px 0;
  border-top-color: #1d252c;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 9px;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 9px;
  height: 18px;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 9px 9px 9px 0;
  border-right-color: #1d252c;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 9px 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 9px 9px;
  border-bottom-color: #1d252c;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 9px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 9px;
  height: 18px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 9px 0 9px 9px;
  border-left-color: #1d252c;
}
.tooltip-inner {
  max-width: 300px;
  padding: 25px;
  color: #b7bcc2;
  text-align: center;
  background-color: #1d252c;
  border-radius: 5px;
}
.tooltip.b-tooltip {
  display: block;
  opacity: 1;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 1;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 5px;
}
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip.bs-tooltip-left .arrow,
.tooltip.b-tooltip.bs-tooltip-right .arrow {
  margin: 5px 0;
}
.tooltip {
  transition: opacity 0.15s linear;
  line-height: 0;
  z-index: 2;
}
.tooltip__icon-info {
  width: 18px;
  height: 18px;
}
.tooltip__icon-hovered {
  fill: transparent;
}
.tooltip__button {
  display: inline;
}
.tooltip__button[aria-describedby] .tooltip__icon-info {
  fill: #fff;
}
.tooltip__button[aria-describedby]
  .tooltip__icon-info
  .tooltip__icon-unhovered {
  fill: transparent;
}
.tooltip__button[aria-describedby] .tooltip__icon-info .tooltip__icon-hovered {
  fill: #1971d4;
}
.tooltip-inner {
  box-shadow: 5px 5px 15px #d2d3d3;
  text-align: left;
}
.subaru-form__field {
  padding-bottom: 1.47059rem;
  margin: 5px 0 0;
  position: relative;
  max-width: 350px;
  width: 100%;
}
.subaru-form__field--hidden {
  padding: 0;
  margin: 0;
}
.subaru-form__field--select .subaru-form__input-errors {
  padding-top: 0.58824rem;
}
.subaru-form__field .subaru-form__label {
  display: block;
}
.subaru-form__field .subaru-form__label.error {
  color: #e22828;
}
.subaru-form__field-tooltip {
  position: absolute;
  top: 12px;
  right: 12px;
}
.subaru-form__field-tooltip .tooltip__icon-info {
  width: 22.5px;
  height: 22.5px;
}
.subaru-form__field--date .subaru-form__label,
.subaru-form__field--input .subaru-form__label,
.subaru-form__field--textarea .subaru-form__label {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  position: absolute;
  color: #5c6163;
  font-size: 0.706em;
  line-height: 1.8;
  padding: 0 5px;
  left: 20px;
  top: -9px;
}
.subaru-form__field--date .subaru-form__label:after,
.subaru-form__field--input .subaru-form__label:after,
.subaru-form__field--textarea .subaru-form__label:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 8.7px;
  z-index: -1;
  left: 0;
  background: #fff;
}
.subaru-form__field--date.active .subaru-form__label,
.subaru-form__field--input.active .subaru-form__label,
.subaru-form__field--textarea.active .subaru-form__label {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
  z-index: 1;
}
.subaru-form__field--textarea .subaru-form__label:after {
  height: 8px;
}
.subaru-form__field--radioLongDescription {
  max-width: 400px;
}
@media (min-width: 901px) {
  .subaru-form__group--columns:not(:first-child:last-child)
    .subaru-form__field:not(.subaru-form__field--full-width) {
    width: 49%;
  }
  .subaru-form__group--columns:not(:first-child:last-child)
    .subaru-form__field:not(.subaru-form__field--full-width).state-zip-left-col1 {
    width: 150px;
  }
  .subaru-form__group--columns:not(:first-child:last-child)
    .subaru-form__field:not(.subaru-form__field--full-width).state-zip-right-col1 {
    width: 170px;
    margin-left: 30px;
    margin-right: auto;
  }
  .subaru-form__group--columns:not(:first-child:last-child)
    .subaru-form__field:not(.subaru-form__field--full-width).state-zip-left-col2 {
    width: 150px;
    margin-left: auto;
    margin-right: 30px;
  }
  .subaru-form__group--columns:not(:first-child:last-child)
    .subaru-form__field:not(.subaru-form__field--full-width).state-zip-right-col2 {
    width: 170px;
  }
  .subaru-form__field.subaru-form__field--full-width {
    max-width: 100%;
  }
}
.subaru-form__field.mobile-full-width {
  grid-column-start: 1;
  grid-column-end: 3;
}
.subaru-form__input-disclaimer {
  display: inline-block;
}
.subaru-form__input-disclaimer,
.subaru-form__input-disclaimer a {
  font-size: 0.70588rem;
  line-height: 1rem;
}
.structure-504 {
  border: 1px solid #d2d3d3;
  overflow: hidden;
}
.structure-504:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.structure-504:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.structure-504--dark {
  border: 1px solid #5b5e6a;
}
.structure-504--dark .structure-504__title {
  background-color: #3e434d;
  color: #fff;
}
.structure-504--dark .structure-504__panel--open {
  border-top: 1px solid #5b5e6a;
}
.structure-504__title {
  background-color: #fff;
}
.structure-504__title .structure-504__header {
  padding: 30px 40px;
  text-align: left;
  width: 100%;
  color: inherit;
}
.structure-504__panel {
  background-color: #f7f8f9;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0 40px;
  transition: max-height 0.5s ease-out, visibility 0.4s linear 0.2s;
}
.structure-504__panel--author-mode {
  display: none;
}
.structure-504__panel--author-mode.structure-504__panel--open {
  display: block;
}
.structure-504__panel--open {
  visibility: visible;
  transition: max-height 0.5s ease-in;
  max-height: 1000px;
  border-top: 1px solid #c2c7c8;
}
.structure-504__panel .structure-504__content {
  padding-top: 30px;
}
.structure-504 + .structure-504 {
  border-top: 0;
}
.aem-GridColumn + .aem-GridColumn > .structure-504 {
  border-top: 0;
  border-radius: 0;
}
.aem-GridColumn:first-child > .structure-504 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.aem-GridColumn:last-child > .structure-504 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.user-is-tabbing .structure_504_accordion__button:focus {
  margin-bottom: 1px;
  border-left: 3px solid #dae6f4;
  border-right: 3px solid #dae6f4;
}
.structure_504__component {
  margin-bottom: 1.47059rem;
}
.structure_504__component--no-margin-bottom {
  margin-bottom: 0;
}
.structure_504_accordion--content {
  padding: 0 1.47059rem;
}
.structure_504_accordion--full {
  width: 100%;
  padding: 0;
}
.structure_504_accordion--full .structure_504_accordion__button--border-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.structure_504_accordion--dark .structure_504_accordion__button {
  background-color: #1d252c;
  border-color: #5b5e6a;
}
.structure_504_accordion--dark .structure_504_accordion__button__text-title {
  color: #fff;
}
.structure_504_accordion--dark .structure_504_accordion__content {
  background-color: #fff;
}
.structure_504_accordion--light .structure_504_accordion__button {
  background-color: #fff;
  border-color: #d2d3d3;
}
.structure_504_accordion--light .structure_504_accordion__button__text-title {
  color: #1d252c;
}
.structure_504_accordion--light .structure_504_accordion__content {
  background-color: #f7f8f9;
}
.structure_504_accordion--full-retailer {
  width: 100%;
}
.structure_504_accordion__button {
  width: 100%;
  height: 4.11765rem;
  text-align: left;
  border-color: #5b5e6a;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  display: inline-flex;
  align-items: center;
  padding-left: 25px;
  transition: border-radius 0.5s ease-out;
}
.structure_504_accordion__button--more-content {
  min-height: 100px;
}
.structure_504_accordion__button--border-bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid;
}
.structure_504_accordion__button--border-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid;
}
.structure_504_accordion__button--expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.structure_504_accordion__button__text {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-right: 0.58824rem;
}
.structure_504_accordion__button__text-title {
  max-height: 3.29412rem;
  padding-bottom: 0;
  font-size: 0.82353rem;
  line-height: 13px;
}
.structure_504_accordion__button__text__subtitle {
  font-size: 0.82353rem;
  color: #b7bcc2;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 24px;
}
.structure_504_accordion__button__text__subtitle:hover {
  color: #3a8eee;
}
.structure_504_accordion__button__text__subtitle img {
  display: none !important;
}
.structure_504_accordion__button__icon-label {
  display: block;
  position: relative;
  left: 16px;
  font-size: 0.82353rem;
  color: #fff;
}
.structure_504_accordion__button__plus-icon_section {
  margin-left: auto;
}
.structure_504_accordion__button__plus-icon_section__plus-icon {
  cursor: pointer;
  margin-right: 25px;
  margin-left: auto;
  height: 15px;
  width: 15px;
}
.structure_504_accordion__button__icon-image {
  max-width: 1.76471rem;
  max-height: 1.76471rem;
  width: auto;
  height: auto;
  min-width: 1.41176rem;
  min-height: 1.76471rem;
  margin: 0 0.58824rem 0 0;
}
.structure_504_accordion__button__icon-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.structure_504_accordion__button__icon-image--full-retailer {
  width: 100%;
}
.structure_504_accordion__content {
  padding: 0 25px;
  transition: 0.5s ease-out;
  overflow: hidden;
  border-left: 1px solid #d2d3d3;
  border-right: 1px solid #d2d3d3;
}
.structure_504_accordion__content--border-bottom {
  border-bottom: 1px solid #d2d3d3;
}
.structure_504_accordion__content--border-top {
  border-top: 1px solid #d2d3d3;
}
.structure_504_accordion__content--border-top-safari {
  border-top: 2px solid #d2d3d3;
}
.structure_504_accordion__content--border-bottom-rounded {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 401px) {
  .structure_504__component.md,
  :not(.sm):not(.md).structure_504__component {
    margin-bottom: 50px;
  }
  .structure_504__component.md,
  :not(.sm):not(.md).structure_504__component--no-margin-bottom {
    margin-bottom: 0;
  }
  .md.structure_504_accordion--content,
  :not(.sm):not(.md).structure_504_accordion--content {
    padding: 0 2.94118rem;
  }
  .md.structure_504_accordion--full,
  .md.structure_504_accordion--full-retailer,
  :not(.sm):not(.md).structure_504_accordion--full,
  :not(.sm):not(.md).structure_504_accordion--full-retailer {
    width: 100%;
  }
  .md.structure_504_accordion .structure_504_accordion__button,
  :not(.sm):not(.md).structure_504_accordion .structure_504_accordion__button {
    height: 75px;
    font-size: 1.23529rem;
    padding-left: 50px;
  }
  .md.structure_504_accordion .structure_504_accordion__button__icon-image,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__icon-image {
    max-width: 2.94118rem;
    max-height: 2.94118rem;
    width: auto;
    height: auto;
    min-width: 1.41176rem;
    min-height: 1.76471rem;
    margin: 0 1.41176rem 0 0;
  }
  .md.structure_504_accordion .structure_504_accordion__button__icon-image img,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__icon-image
    img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .md.structure_504_accordion
    .structure_504_accordion__button__plus-icon_section,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__plus-icon_section {
    margin-left: auto;
  }
  .md.structure_504_accordion
    .structure_504_accordion__button__plus-icon_section__plus-icon,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__plus-icon_section__plus-icon {
    margin-right: 50px;
    height: 25px;
    width: 25px;
  }
  .md.structure_504_accordion .structure_504_accordion__button--more-content,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button--more-content {
    min-height: 100px;
  }
  .md.structure_504_accordion
    .structure_504_accordion__button--more-content
    .structure_504_accordion__button__text,
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button--more-content
    .structure_504_accordion__button__text {
    display: grid;
  }
  .md.structure_504_accordion .structure_504_accordion__content,
  :not(.sm):not(.md).structure_504_accordion .structure_504_accordion__content {
    padding: 0 50px;
  }
}
@media (min-width: 901px) {
  :not(.sm):not(.md).structure_504__component {
    margin-bottom: 75px;
  }
  :not(.sm):not(.md).structure_504__component--no-margin-bottom {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).structure_504_accordion--content {
    padding: 0 14.11765rem;
  }
  :not(.sm):not(.md).structure_504_accordion--full,
  :not(.sm):not(.md).structure_504_accordion--full-retailer {
    width: 100%;
  }
  :not(.sm):not(.md).structure_504_accordion .structure_504_accordion__button {
    height: 100px;
  }
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__plus-icon_section__plus-icon.no-margin-right {
    margin-right: 0;
  }
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__text__subtitle {
    line-height: 27px;
  }
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__text-title {
    max-height: 5rem;
    font-size: 1.23529rem;
    line-height: 28px;
  }
}
@media (min-width: 1201px) {
  :not(.sm):not(.md).structure_504_accordion--content {
    padding: 0 19.41176rem;
  }
  :not(.sm):not(.md).structure_504_accordion
    .structure_504_accordion__button__icon-label {
    left: 16px;
  }
  :not(.sm):not(.md).structure_504_accordion--full {
    width: 100%;
  }
  :not(.sm):not(.md).structure_504_accordion--full
    .structure_504_accordion__content {
    padding: 0 75px;
  }
  :not(.sm):not(.md).structure_504_accordion--full
    .structure_504_accordion__button {
    padding-left: 75px;
  }
  :not(.sm):not(.md).structure_504_accordion--full
    .structure_504_accordion__button__plus-icon_section__plus-icon {
    margin-right: 75px;
  }
  :not(.sm):not(.md).structure_504_accordion--full-retailer {
    width: 100%;
  }
}
.filter-pill[data-v-5886e237] {
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 0.47059rem 0.70588rem;
  margin: 0.23529rem;
  font-size: 0.82353rem;
  color: #1d252c;
  max-width: 100%;
  border: 1px solid #5b5e6a;
  border-radius: 100px;
}
.filter-pill__text[data-v-5886e237] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11.76471rem;
  text-align: left;
  font-size: 0.70588rem;
  line-height: 1rem;
  letter-spacing: -0.00706rem;
  color: #5c6163;
}
.filter-pill__remove[data-v-5886e237] {
  background: none;
  border: none;
  margin-left: 0.47059rem;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.94118rem;
  height: 0.94118rem;
  border-radius: 50%;
}
.filter-pill__remove[data-v-5886e237]:focus {
  outline: 2px solid #1971d4;
  outline-offset: 1px;
}
.filter-pill__remove-icon[data-v-5886e237] {
  font-size: 0.82353rem;
  font-weight: 700;
  color: #1971d4;
  line-height: 1;
}
@media (max-width: 401px) {
  .filter-pill[data-v-5886e237] {
    font-size: 0.70588rem;
    padding: 0.35294rem 0.58824rem;
  }
  .filter-pill__text[data-v-5886e237] {
    max-width: 8.82353rem;
  }
  .filter-pill__remove[data-v-5886e237] {
    width: 0.82353rem;
    height: 0.82353rem;
    margin-left: 0.35294rem;
  }
  .filter-pill__remove-icon[data-v-5886e237] {
    font-size: 0.70588rem;
  }
}
.subaru-form {
  width: 100%;
  max-width: 47.05882rem;
  margin: 0 auto;
}
.subaru-form__required-wrapper {
  position: relative;
}
.subaru-form__required-label {
  position: absolute;
  right: 0;
}
.subaru-form__apply-filters--padding-20,
.subaru-form__reset-filters--padding-20 {
  padding: 1.17647rem;
}
.subaru-form__reset-filters--padding-20 {
  background-color: #f7f8f9;
  border-bottom: 1px solid #e7e7e8;
  margin-bottom: 0.76471rem;
}
.subaru-form__active-filters {
  margin-bottom: 0.94118rem;
}
.subaru-form__active-filters-content {
  padding: 1.17647rem 1.47059rem;
  background-color: #fff;
}
.subaru-form__active-filters-title {
  margin: 0 0 0.70588rem;
  font-size: 1rem;
  line-height: 1.58824rem;
  font-weight: 700;
  color: #1d252c;
}
.subaru-form__pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.47059rem;
  align-items: center;
}
.subaru-form__factory--filter.inline {
  display: none;
}
.subaru-form__group {
  display: flex;
  flex-direction: column;
  align-content: start;
  flex-wrap: wrap;
}
.subaru-form__group--items-left {
  align-content: flex-start;
}
.subaru-form__group--columns-mobile {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (min-width: 901px) {
  .subaru-form__sections-wrapper--horizontal {
    display: flex;
    flex-direction: row;
  }
}
.subaru-form__sections-wrapper--submitFixed {
  margin-bottom: 90px;
  padding: 1.70588rem 2.23529rem 0;
}
.subaru-form__form-buttons--submitFixed {
  padding: 1.70588rem 2.23529rem;
  border-top: 1px solid #e7e7e8;
}
.subaru-form__section-description {
  margin-bottom: 11px;
}
.subaru-form__factory {
  display: block;
}
.subaru-form__factory.subaru-form__factory--filter
  .subaru-form__section.subaru-form__accordion
  > div
  > .structure_504_accordion__button,
.subaru-form__factory.subaru-form__factory--filter
  .subaru-form__section.subaru-form__accordion
  > div
  > .structure_504_accordion__content {
  border: none;
  background: none;
  padding: 0;
}
.subaru-form__factory.subaru-form__factory--filter
  .subaru-form__section.subaru-form__accordion
  > div
  .structure_504_accordion__button__text-title
  .break {
  display: block;
}
.subaru-form__factory .subaru-form__modal-section {
  padding: 0 25px;
}
@media (max-width: 901px) {
  .subaru-form__factory.subaru-form__factory--filter
    .subaru-form__section.subaru-form__accordion
    > div
    > .structure_504_accordion__button
    .structure_504_accordion__button__text-title {
    font-size: 1.23529rem;
    line-height: 1.58824rem;
  }
  .subaru-form__factory.subaru-form__factory--filter
    .subaru-form__section.subaru-form__accordion
    > div
    .structure_504_accordion__button__text-title
    .break {
    display: inline-block;
  }
  .subaru-form__factory .subaru-form__form-buttons--submitFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
}
@media (min-width: 901px) {
  .subaru-form:not(.sm) .subaru-form__factory--filter.inline {
    display: block;
  }
  .subaru-form:not(.sm) .subaru-form__factory--filter.inline .reset {
    padding-left: 1rem;
  }
  .subaru-form:not(.sm) .subaru-form__group--columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-around;
    flex-wrap: wrap;
  }
  .subaru-form:not(.sm)
    .subaru-form__group--columns-last-right
    .subaru-form__field:last-child {
    margin-left: auto;
  }
  .subaru-form__sections-wrapper--submitFixed {
    max-height: calc(80vh - 110px);
    overflow: auto;
    margin-bottom: 0;
    padding: 29px 60px 0;
  }
}
@media (min-width: 901px) and (max-height: 760px) {
  .subaru-form__sections-wrapper--submitFixed {
    max-height: calc(60vh - 110px);
  }
}
@media (min-width: 401px) {
  .subaru-800-solterra-cancellation__form
    .checkbox-section
    .subaru-form__group--columns {
    justify-content: center;
    flex-direction: column;
  }
  .subaru-800-solterra-cancellation__form
    .checkbox-section
    .subaru-form__field {
    max-width: 100%;
  }
  .subaru-800-solterra-cancellation__form
    .checkbox-section
    .subaru-form__field.subaru-form__field--policyCheckbox
    .subaru-form__input-errors {
    text-align: left;
  }
}
.aem-Grid {
  display: block;
  width: 100%;
}
.aem-Grid::before,
.aem-Grid::after {
  display: table;
  content: " ";
}
.aem-Grid::after {
  clear: both;
}
.aem-Grid-newComponent {
  clear: both;
  margin: 0;
}
.aem-GridColumn {
  box-sizing: border-box;
  clear: both;
}
.aem-GridShowHidden > .aem-Grid > .aem-GridColumn {
  display: block !important;
}
.aem-GridColumn.text.parbase p {
  padding: 0 20px;
  text-align: justify;
}
@media (min-width: 0) and (max-width: 400.99px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--1 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--2 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--3 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--4 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--5 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--6 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--sm--7 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--sm--8 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--sm--9 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--sm--10 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--sm--11 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--sm--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--sm--12 > .aem-GridColumn.aem-GridColumn--offset--sm--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--sm--hide {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 900.99px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--1 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--2 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--3 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--4 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--5 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--6 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--md--7 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--md--8 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--md--9 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--md--10 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--md--11 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--md--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--md--12 > .aem-GridColumn.aem-GridColumn--offset--md--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--md--hide {
    display: none;
  }
}
@media (min-width: 901px) and (max-width: 1200.99px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--1 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--2 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--3 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--4 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--5 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--6 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--lg--7 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--lg--8 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--lg--9 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--lg--10 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--lg--11 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--lg--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--lg--12 > .aem-GridColumn.aem-GridColumn--offset--lg--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--lg--hide {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 10000px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--xl--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--xl--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--xl--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--1 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--2 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--3 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--4 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xl--5 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xl--6 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--xl--7 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--xl--8 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--xl--9 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--xl--10 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--xl--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--xl--11 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--xl--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--0 {
    margin-left: 0;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--xl--12 > .aem-GridColumn.aem-GridColumn--offset--xl--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--newline {
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--none {
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--xl--hide {
    display: none;
  }
}
.content-100.text-block {
  width: 100%;
  max-width: 47.05882rem;
  margin: 0 auto;
}
.content-100.text-block a {
  word-break: break-word;
  display: inline-block;
}
.content-100.text-block .nowrap {
  white-space: nowrap;
}
.content-100.text-block--full-with {
  max-width: 100%;
}
.content-100.text-block--no-padding-bottom div:last-child,
.content-100.text-block--no-padding-bottom div:last-child span,
.content-100.text-block--no-padding-bottom ol:last-child,
.content-100.text-block--no-padding-bottom ol:last-child span,
.content-100.text-block--no-padding-bottom ol li:last-child,
.content-100.text-block--no-padding-bottom ol li:last-child span,
.content-100.text-block--no-padding-bottom p:last-child,
.content-100.text-block--no-padding-bottom p:last-child span,
.content-100.text-block--no-padding-bottom ul:last-child,
.content-100.text-block--no-padding-bottom ul:last-child span,
.content-100.text-block--no-padding-bottom ul li:last-child,
.content-100.text-block--no-padding-bottom ul li:last-child span,
.no-padding-bottom .content-100.text-block div:last-child,
.no-padding-bottom .content-100.text-block div:last-child span,
.no-padding-bottom .content-100.text-block ol:last-child,
.no-padding-bottom .content-100.text-block ol:last-child span,
.no-padding-bottom .content-100.text-block ol li:last-child,
.no-padding-bottom .content-100.text-block ol li:last-child span,
.no-padding-bottom .content-100.text-block p:last-child,
.no-padding-bottom .content-100.text-block p:last-child span,
.no-padding-bottom .content-100.text-block ul:last-child,
.no-padding-bottom .content-100.text-block ul:last-child span,
.no-padding-bottom .content-100.text-block ul li:last-child,
.no-padding-bottom .content-100.text-block ul li:last-child span {
  padding-bottom: 0;
  margin-bottom: 0;
}
.desktop-only {
  display: none;
}
@media (min-width: 901px) {
  .desktop-only {
    display: block;
  }
}
.global-search-links-content .first-column {
  padding-bottom: 2.94118rem;
}
.global-search-links-content .column {
  float: left;
  width: 100%;
}
.global-search-links-content .column .sub-column-half-width {
  width: 50%;
  float: left;
}
@media (min-width: 901px) {
  .global-search-links-content {
    padding-bottom: 2.94118rem;
  }
  .global-search-links-content .first-column {
    padding-bottom: 0;
  }
  .global-search-links-content .column {
    width: 50%;
  }
}
.vertical-tabs__item-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
  vertical-align: middle;
  display: inline-block;
  transition: opacity 0.25s ease-in-out;
}
.vertical-tabs__item--active .vertical-tabs__item-icon {
  opacity: 1;
}
.vertical-tabs__item--inactive .vertical-tabs__item-icon {
  opacity: 0.8;
}
.vertical-tabs__content {
  margin: 0;
  padding: 0;
}
.vertical-tabs__item {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #5c6163;
}
.vertical-tabs__item-button {
  color: inherit;
  background-color: inherit;
  border: none;
  border-radius: initial;
  padding: 0;
  width: 100%;
}
.vertical-tabs__item-button:hover {
  background-color: inherit !important;
}
.vertical-tabs__item-link {
  color: #5c6163;
  transition: none;
  display: block;
  width: 100%;
  padding: 0;
}
.vertical-tabs__item-link:visited {
  color: inherit;
}
.vertical-tabs__item-caret {
  float: right;
}
.vertical-tabs__item-caret .icon-path {
  stroke: #3a8eee;
}
.vertical-tabs__item--hover {
  box-shadow: -4px 0 0 0 #f7f8f9;
}
.vertical-tabs__item--active,
.vertical-tabs__item--hover {
  background-color: #f7f8f9;
  color: #1d252c;
  transition: all 0.5s ease-in-out;
  margin-left: 4px;
}
.vertical-tabs__item--active {
  box-shadow: -4px 0 0 -1px #1d252c;
}
.vertical-tabs__item--inactive {
  margin-left: 4px;
}
.vertical-tabs__item:before {
  content: "";
}
.subaru-multifield-links-container {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}
.subaru-multifield-links-container .link-icon {
  position: absolute;
  right: 0;
  display: inline-block;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subaru-multifield-links-container .link-icon__right-arrow {
  width: 20px;
}
.subaru-multifield-links-container__subaru-multifield-links-title {
  font-size: 0.70588rem;
  color: #5c6163;
  padding-bottom: 11px;
}
.subaru-multifield-links-container__subaru-multifield-links-item {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0 0 12.64px;
}
.subaru-multifield-links-container__subaru-multifield-links-item:before {
  content: "";
}
.subaru-multifield-links-container__subaru-multifield-links-item:last-child
  .nav-dropdown-link {
  margin-bottom: 0;
}
.subaru-multifield-links-container__subaru-multifield-links-item
  .subaru-multifield-links-container__link-item {
  display: inline-block;
  font-weight: 400;
}
.subaru-multifield-links-container__subaru-multifield-links-item
  .subaru-multifield-links-container__link-item.nav-primary {
  margin-bottom: 0;
}
.subaru-multifield-links-container__subaru-multifield-links-item
  .subaru-multifield-links-container__link-item.text-small-grey {
  color: #5c6163;
  line-height: inherit;
}
.subaru-multifield-links-container__subaru-multifield-link-caret {
  cursor: pointer;
  height: 100%;
  align-self: center;
}
.subaru-multifield-links-container--align-center {
  text-align: center;
}
@media (min-width: 0) {
  .subaru-multifield-links-container {
    width: auto;
  }
  .subaru-multifield-links-container__subaru-multifield-links-title {
    font-size: 0.82353rem;
  }
}
@media (min-width: 401px) {
  .subaru-multifield-links-container {
    width: auto;
  }
}
@media (min-width: 901px) {
  .subaru-multifield-links-container__subaru-multifield-links-title {
    font-size: 0.82353rem;
  }
  .subaru-multifield-links-container__subaru-multifield-links-item
    .subaru-multifield-links-container__link-item--text-large {
    line-height: 2.47059rem;
    letter-spacing: -0.2px;
  }
  .subaru-multifield-links-container__subaru-multifield-links-item
    .subaru-multifield-links-container__link-item--text-small-grey {
    margin-bottom: 0.26471rem;
  }
}
.structure-502--show-xl-lg {
  display: none;
}
.structure-502--dark {
  background-color: #3e434d;
}
.structure-502--light {
  background-color: #e7e7e8;
}
.structure-502--horizontal {
  min-height: 1px;
  min-width: 100%;
}
.structure-502--horizontal-25 {
  margin: 1.47059rem auto;
}
.structure-502--horizontal-50 {
  margin: 2.94118rem auto;
}
.structure-502--vertical {
  min-width: 1px;
  min-height: 100%;
}
.structure-502--vertical-25 {
  margin: 0 1.47059rem;
}
.structure-502--vertical-50 {
  margin: 0 2.94118rem;
}
.structure-502--text-block {
  width: 100%;
  min-width: 0;
  max-width: 47.05882rem;
}
.structure-502--eyebrow {
  min-width: 0;
  width: 5.88235rem;
}
@media (min-width: 901px) {
  .structure-502:not(.sm):not(.md).structure-502--show-md-sm {
    display: none;
  }
  .structure-502:not(.sm):not(.md).structure-502--show-xl-lg {
    display: block;
  }
  .structure-502--eyebrow {
    margin-left: 0;
  }
}
.content-112__container {
  display: flex;
  margin: 0 auto 50px;
}
.content-112__container--calc-width {
  width: calc(100% - 50px);
}
.content-112__container--light .content-112__title {
  background-color: #fff;
  border: 0.05882rem solid #d2d3d3;
  color: #1d252c;
}
.content-112__container--dark .content-112__title {
  background-color: #1d252c;
  color: #fff;
}
.content-112__container--left {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 0 25px;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 901px) {
  .content-112__container--left {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
  }
}
@media (min-width: 1201px) {
  .content-112__container--left {
    padding: 0 75px;
  }
}
.content-112__container--left .content-112__divider-rule {
  margin-top: 25px;
  flex: none;
  width: 100%;
}
@media (min-width: 901px) {
  .content-112__container--left .content-112__divider-rule {
    margin-top: 0;
    flex: auto;
    width: auto;
  }
}
.content-112__container--left .content-112__title {
  color: #1d252c;
  padding-left: 0;
  padding-right: 0;
  min-width: auto;
  display: block;
  font-size: 1rem;
  line-height: 1.23529rem;
  min-height: auto;
  padding-bottom: 0;
  max-width: 75%;
}
@media (min-width: 901px) {
  .content-112__container--left .content-112__title {
    display: flex;
    font-size: 1.23529rem;
    line-height: 1.52941rem;
    min-height: 50px;
    padding-right: 25px;
    max-width: 50%;
  }
}
@media (min-width: 1201px) {
  .content-112__container--left .content-112__title {
    max-width: 33%;
  }
}
.content-112__title {
  border-radius: 5px;
  font-size: 0.82353rem;
  min-height: 50px;
  line-height: 36px;
  min-width: 150px;
  padding: 0 25px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.content-112__divider-rule {
  align-self: center;
  background: #d2d3d3;
  flex: auto;
  height: 1px;
}
@media (min-width: 401px) {
  .content-112__container--calc-width {
    width: calc(100% - 120px);
  }
}
@media (min-width: 1201px) {
  .content-112__container--calc-width {
    width: calc(100% - 150px);
  }
}
.vehicles-by-category {
  display: inline-block;
  width: 100%;
}
.vehicles-by-category__wrapper-categories {
  display: flex;
  flex-direction: column;
}
.vehicles-by-category__wrapper-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.64706rem 1.47059rem 0;
  width: 100%;
}
.vehicles-by-category__wrapper-title-icon {
  height: 1.41176rem;
  margin-right: 0.47059rem;
  width: 1.41176rem;
}
.vehicles-by-category__wrapper-title {
  padding-bottom: 0.58824rem;
  padding-top: 1.17647rem;
  display: flex;
  align-items: center;
}
.vehicles-by-category__wrapper-title-text {
  color: #1d252c;
  font-size: 1.23529rem;
  line-height: 1.52941rem;
}
.vehicles-by-category__wrapper-similar .content-112__container {
  max-width: 760px;
  padding: 1.64706rem 1.47059rem;
  width: 100%;
}
.vehicles-by-category__wrapper-similar .content-112__container--left {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 760px) and (max-width: 899px) {
  .vehicles-by-category__wrapper-similar .content-112__container--left {
    padding: 0;
  }
}
.vehicles-by-category__wrapper-description {
  color: #5c6163;
  font-size: 0.82353rem;
  line-height: 1.41176rem;
  padding-bottom: 0.29412rem;
  text-align: center;
}
.vehicles-by-category__wrapper-link {
  text-align: center;
  padding-bottom: 0.70588rem;
}
.vehicles-by-category__wrapper-link .cta {
  font-size: 0.82353rem;
  line-height: 1.41176rem;
}
.vehicles-by-category__wrapper-models {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.58824rem 1.17647rem;
}
.vehicles-by-category__wrapper-similar-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.58824rem 1.17647rem 0;
}
.vehicles-by-category__wrapper-list {
  width: calc(50% - 10px);
  margin: 0.29412rem;
  max-width: 170px;
  transition: opacity 0.3s ease-in-out;
}
.vehicles-by-category__wrapper-list--inactive {
  opacity: 0.5;
}
.vehicles-by-category__wrapper-list-card {
  height: 100%;
  margin: 0 auto;
}
.vehicles-by-category__wrapper-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.17647rem 2.94118rem;
}
.vehicles-by-category__wrapper-other-divider {
  border: none;
  border-bottom: 1px solid #e7e7e8;
  margin: 0 0 1.76471rem;
  width: 100%;
}
.vehicles-by-category__wrapper-other-list {
  width: calc(50% - 10px);
  margin: 0.29412rem;
  max-width: 170px;
  display: flex;
}
.vehicles-by-category__wrapper-other-content-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.vehicles-by-category__wrapper-other-content-card-title {
  padding: 0 0 0.11765rem !important;
}
.vehicles-by-category__wrapper-other-content-card-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.29412rem;
  min-height: 111px;
  text-align: center;
  width: 100%;
}
.vehicles-by-category__wrapper-other-content-card-link .cta {
  font-size: 0.82353rem;
  line-height: 1.41176rem;
  padding-bottom: 15px;
}
.vehicles-by-category__wrapper-other-content-card-image {
  min-height: 120px;
  overflow: hidden;
  width: 100%;
}
.vehicles-by-category__wrapper-other-content-card-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 401px) and (max-width: 900px) {
  .vehicles-by-category__wrapper-other-content-card-text
    h5.vehicles-by-category__wrapper-other-content-card-title,
  .vehicles-by-category__wrapper-other-content-card-title {
    font-size: 1rem !important;
  }
}
@media (min-width: 901px) {
  .vehicles-by-category__wrapper-title-text {
    font-size: 1.47059rem;
    line-height: 1.82353rem;
  }
  .vehicles-by-category__wrapper-description {
    padding-bottom: 0;
    text-align: left;
  }
  .vehicles-by-category__wrapper-link {
    text-align: left;
  }
  .vehicles-by-category__wrapper-list {
    max-width: calc(50% - 20px);
    margin: 0.58824rem;
  }
  .vehicles-by-category__wrapper-list-card h5 {
    padding-bottom: 0.29412rem;
  }
  .vehicles-by-category__wrapper-similar .content-112__container {
    max-width: none;
    padding: 1.64706rem 2.64706rem;
    margin: 0 auto;
  }
  .vehicles-by-category__wrapper-similar .content-112__container--left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .vehicles-by-category__wrapper-top {
    align-items: flex-start;
    padding: 1.64706rem 2.64706rem 0;
  }
  .vehicles-by-category__wrapper-models {
    justify-content: flex-start;
    padding: 0.58824rem;
  }
  .vehicles-by-category__wrapper-similar-cards {
    justify-content: flex-start;
  }
  .vehicles-by-category__wrapper-bottom {
    justify-content: flex-start;
    padding: 1.47059rem 0.58824rem 1.17647rem;
  }
  .vehicles-by-category__wrapper-other-list {
    width: calc(100% - 20px);
    margin: 0.58824rem;
    max-width: none;
  }
  .vehicles-by-category__wrapper-other-divider {
    margin-left: 0.58824rem;
    margin-right: 0.58824rem;
    width: calc(100% - 20px);
  }
  .vehicles-by-category__wrapper-other-content-card {
    flex-direction: row-reverse;
  }
  .vehicles-by-category__wrapper-other-content-card-image {
    min-height: auto;
    width: 45%;
    height: 100%;
  }
  .vehicles-by-category__wrapper-other-content-card-image .subaru-image {
    height: 100%;
  }
  .vehicles-by-category__wrapper-other-content-card-image
    .subaru-image
    picture {
    display: flex;
    height: 100%;
    vertical-align: middle;
  }
  .vehicles-by-category__wrapper-other-content-card-image
    .subaru-image
    picture
    img {
    border-radius: 5px 0 0 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .vehicles-by-category__wrapper-other-content-card-text {
    font-size: 1.47059rem;
    line-height: 1.82353rem;
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .vehicles-by-category__wrapper-list {
    max-width: 30%;
  }
}
@media (min-width: 1201px) {
  .vehicles-by-category__wrapper-top {
    align-items: flex-start;
    padding: 1.64706rem 3.82353rem 0;
  }
  .vehicles-by-category__wrapper-list {
    min-width: 14.70588rem;
  }
  .vehicles-by-category__wrapper-similar .content-112__container {
    padding: 1.64706rem 3.82353rem;
  }
  .vehicles-by-category__wrapper-similar .content-112__container--left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .vehicles-by-category__wrapper-other-divider {
    margin-bottom: 1.47059rem;
  }
  .vehicles-by-category__wrapper-other-list {
    width: 67%;
  }
  .vehicles-by-category__wrapper-other-content-card {
    max-height: unset;
  }
}
@media (min-width: 1600px) {
  .vehicles-by-category__wrapper-other-list {
    width: calc(50% - 40px);
  }
}
.multilevel-modal__fragment-container {
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 25;
  overflow: auto;
}
.multilevel-modal__fragment-container ul.subaru-multifield-links-container {
  margin-bottom: 1.70588rem;
}
.multilevel-modal__fragment-container--header {
  height: 2.94118rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.47059rem;
  background: #1d252c;
}
.multilevel-modal__fragment-container--header .icon-line--blue,
.multilevel-modal__fragment-container--header .icon-path--blue {
  stroke: #3a8eee;
}
.multilevel-modal__fragment-container--back-button
  .multilevel-modal__fragment-container--caret {
  width: 0.51471rem;
  height: 0.88235rem;
}
.multilevel-modal__fragment-container--back-button .icon-path {
  stroke-width: 0.20588rem;
}
.multilevel-modal__fragment-container--title {
  color: #fff;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.multilevel-modal__fragment-container--title-icon {
  height: 1.41176rem;
  width: 1.41176rem;
  margin-right: 0.47059rem;
  vertical-align: middle;
}
.multilevel-modal__fragment-container--close-button .icon-line--blue,
.multilevel-modal__fragment-container--close-button .icon-path--blue {
  stroke: #3a8eee;
}
.multilevel-modal__fragment-container--droppables {
  height: calc(100% - 50px);
}
.multilevel-modal__fragment-container--exFragment {
  height: 100%;
  overflow-y: auto;
  padding: 2.94118rem 1.47059rem 0;
  scrollbar-width: none;
}
.multilevel-modal__fragment-container--exFragment.no-padding {
  padding: 0;
}
.multilevel-modal__fragment-container--exFragment.white-theme {
  background: #fff;
}
.multilevel-modal__fragment-container--exFragment.hide-modal {
  height: 0;
  padding-top: 0;
  visibility: hidden;
}
.multilevel-modal__fragment-container--exFragment .xf-content-height {
  margin: 0;
}
.multilevel-modal__fragment-container--exFragment
  .subaru-multifield-links-container__subaru-multifield-links-item {
  justify-content: center;
}
.multilevel-modal__fragment-container--exFragment::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
  height: 0;
}
.multilevel-modal__fragment-container--exFragment:first-child {
  padding: 0;
}
.multilevel-modal__fragment-container--exFragment:first-child
  .subaru-multifield-links-container__subaru-multifield-links-item {
  padding: 0.47059rem 1.47059rem;
}
.multilevel-modal__fragment-container--exFragment:first-child
  .subaru-multifield-links-container__link-item {
  font-size: 1rem;
}
.multilevel-modal__fragment-container__experience-fragments {
  height: 100%;
}
.multilevel-modal__fragment-container--open {
  left: 0;
}
.multilevel-modal__fragment-container--nestedopen {
  left: -100%;
}
.multilevel-modal__fragment-container .vehicles-by-category {
  background-color: #f7f8f9;
  height: 100vh;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.multilevel-modal__fragment-container .vertical-tabs {
  margin-top: -0.58824rem;
  padding-bottom: 1.76471rem;
}
.multilevel-modal__fragment-container .vertical-tabs__content {
  background-color: #f7f8f9;
  padding: 1.29412rem 1.47059rem 1.41176rem;
}
.multilevel-modal__fragment-container .vertical-tabs__item a,
.multilevel-modal__fragment-container .vertical-tabs__item button {
  font-weight: 400;
  text-align: left;
  font-size: 1.47059rem;
  line-height: 2;
  font-family: inherit;
  color: #1d252c;
}
[data-cmp]:not([view-as-breakpoint="md"])
  .multilevel-modal__fragment-container--title,
[data-cmp]:not([view-as-breakpoint="sm"])
  .multilevel-modal__fragment-container--title {
  padding-bottom: 0;
}
@media (min-width: 401px) {
  .multilevel-modal__fragment-container--header {
    padding: 0 2.94118rem;
  }
  .multilevel-modal__fragment-container--droppables {
    height: calc(100% - 75px);
  }
  .multilevel-modal__fragment-container .vertical-tabs {
    margin-top: -0.58824rem;
    padding-bottom: 2.94118rem;
  }
  .multilevel-modal__fragment-container
    .subaru-multifield-links-container__subaru-multifield-links-item,
  .multilevel-modal__fragment-container .vertical-tabs__content {
    padding-left: 2.94118rem;
    padding-right: 2.94118rem;
  }
}
.multilevel-modal {
  background-color: #1d252c;
}
.multilevel-modal
  .subaru-multifield-links-container__subaru-multifield-links-title {
  text-align: center;
}
.multilevel-modal__links-container {
  padding-left: 0.47059rem;
}
.multilevel-modal__links-container
  .subaru-multifield-links-container__link-item {
  color: #fff;
  font-size: 1.47059rem;
  font-weight: 400;
}
.multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-primary {
  font-size: 1.88235rem;
}
.multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-primary:hover,
.multilevel-modal__links-container
  .subaru-multifield-links-container__link-item:hover {
  color: #1971d4;
}
.subaru-navigation-vehicles {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.subaru-navigation-vehicles .vehicles-links {
  text-align: left;
  width: 100%;
  margin: 0;
  background-color: #fff;
  padding: 2.35294rem 0 0;
}
.subaru-navigation-vehicles .vehicles-links .side-section__droppable {
  padding-left: 2.94118rem;
  padding-right: 2.94118rem;
}
.subaru-navigation-vehicles
  .vehicles-links
  .side-section__droppable
  .content-100.text-block {
  display: block;
}
.subaru-navigation-vehicles .vehicles-links .vertical-tabs {
  padding-bottom: 1.76471rem;
}
.subaru-navigation-vehicles .vehicles-links .vertical-tabs__item {
  padding-top: 0.38235rem;
  padding-bottom: 0.38235rem;
  margin-bottom: 0.29412rem;
}
.subaru-navigation-vehicles .vehicles-links .vertical-tabs__item-button,
.subaru-navigation-vehicles .vehicles-links .vertical-tabs__item-link {
  padding-left: 2.94118rem;
  padding-right: 2.94118rem;
}
.subaru-navigation-vehicles
  .vehicles-links
  .vertical-tabs__item-button
  .icon-path,
.subaru-navigation-vehicles
  .vehicles-links
  .vertical-tabs__item-link
  .icon-path {
  stroke-width: 0.20588rem;
}
.subaru-navigation-vehicles__cards {
  width: 100%;
}
.subaru-navigation-vehicles__bottom-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px) {
  .subaru-navigation-vehicles .vehicles-links {
    width: 34%;
  }
  .subaru-navigation-vehicles__cards {
    width: 66%;
  }
  .subaru-navigation-vehicles__bottom-section {
    flex-direction: row;
  }
}
@media (min-width: 1201px) {
  .subaru-navigation-vehicles .vehicles-links {
    width: 30%;
  }
  .subaru-navigation-vehicles .vehicles-links .side-section__droppable {
    padding-left: 4.41176rem;
    padding-right: 4.41176rem;
  }
  .subaru-navigation-vehicles .vehicles-links .vertical-tabs {
    padding-bottom: 0;
  }
  .subaru-navigation-vehicles .vehicles-links .vertical-tabs__item {
    margin-bottom: 0.58824rem;
  }
  .subaru-navigation-vehicles .vehicles-links .vertical-tabs__item-button,
  .subaru-navigation-vehicles .vehicles-links .vertical-tabs__item-link {
    padding-left: 4.41176rem;
    padding-right: 4.41176rem;
  }
  .subaru-navigation-vehicles__cards {
    width: 70%;
  }
}
@media (min-width: 1401px) {
  .subaru-navigation-vehicles .vehicles-links {
    width: 25%;
  }
  .subaru-navigation-vehicles__cards {
    width: 75%;
  }
}
.scroll-bar {
  overflow-y: scroll;
  top: 0;
  right: 0;
  display: none;
  height: 100%;
  position: fixed;
  z-index: 500;
}
.navigation_001 {
  position: relative;
  transition: top 0.3s linear 0s;
}
@supports (-ms-ime-align: auto) {
  .navigation_001 .navigation-vehicles__cards .vehicle-card__wrapper {
    animation-timing-function: ease-out;
    transition: top 0.9s linear 0s;
  }
  .navigation_001 .navigation-vehicles__cards .vehicle-card {
    width: 99%;
    transition: 0.2s;
    animation-timing-function: ease-out;
  }
}
.navigation_001--fixed {
  position: fixed;
  top: 0;
  transition: top 0.6s cubic-bezier(0.42, 0, 0.32, 1.02) 0s;
  width: 100%;
  z-index: 11;
}
.navigation_001--modal-opened {
  position: absolute;
  width: 100%;
}
.navigation_001--no-transition {
  transition: none;
}
.navigation_001 .skipnav {
  font-size: 1rem;
  position: absolute;
  top: 0.4rem;
  display: inline-block;
  z-index: 3;
}
.user-is-tabbing .navigation_001 .skipnav:focus {
  box-shadow: 0 0 0 2px #dae6f4;
  outline: none;
  z-index: 14;
}
.navigation_001 #ribbon-title {
  padding-bottom: 0;
}
.navigation_001 .cta--text-link {
  font-weight: 400;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__dialog.md501--not-title {
  background-color: #1d252c;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  header
  a.md501__close {
  right: 19px;
  top: 50%;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content {
  background-color: #1d252c;
  padding: 1.9rem 27px;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__fragment-container--title {
  font-size: 1rem;
  line-height: 22px;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container {
  padding: 40px 0 28px 1px;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__subaru-multifield-links-item:nth-child(7),
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__subaru-multifield-links-item:nth-child(8) {
  margin-bottom: 0;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-primary {
  line-height: 48px;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.default {
  line-height: 34px;
  font-size: 1rem;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-dropdown-link {
  margin-bottom: 7px;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-dropdown-link:nth-child(6) {
  margin-bottom: 1.1rem !important;
}
.md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
  .md501__content
  .xf-content-height
  .multilevel-modal__links-container
  .subaru-multifield-links-container__link-item.nav-dropdown-link
  .multifield-links__caret--right-arrow {
  overflow: visible;
}
@media (min-width: 401px) {
  .md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
    header
    a.md501__close {
    top: 33%;
    right: 41px;
  }
  .md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
    .md501__content {
    padding: 0.4rem 42px;
  }
  .md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
    .md501__content
    .xf-content-height
    .multilevel-modal__links-container {
    padding: 1.52941rem 0 1.4rem 0.52941rem;
  }
  .md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
    .md501__content
    .xf-content-height
    .multilevel-modal__links-container
    .subaru-multifield-links-container__link-item.default {
    line-height: 45px;
    font-size: 1.47059rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .md501.md501--variant-sidepanel.md501--midnight-theme.mobile-menu
    .md501__content
    .xf-content-height
    .multilevel-modal__links-container
    .subaru-multifield-links-container__link-item.nav-dropdown-link {
    margin-bottom: 8.659px;
  }
}
.experiencefragment .xf-content-height {
  margin: 0;
}
.main-navigation {
  max-width: 100%;
  position: relative;
  z-index: 13;
}
.main-navigation.sm .main-navigation[data-state="open"] + .ribbon,
.main-navigation:not(.sm) .main-navigation[data-state="open"] + .ribbon {
  z-index: 4;
}
.main-navigation.sm .main-navigation__container,
.main-navigation:not(.sm) .main-navigation__container {
  background-color: #fff;
  border-top: 0.05882rem solid #e7e7e8;
  display: flex;
  flex-wrap: wrap;
  height: 4.41176rem;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 1.47059rem;
  position: relative;
  z-index: 2;
  border-bottom: 0.05882rem solid #e7e7e8;
}
.main-navigation.sm .main-navigation__subnav-container,
.main-navigation:not(.sm) .main-navigation__subnav-container {
  display: none;
  background-color: #f7f8f9;
  height: 0;
  left: 100%;
  overflow: hidden;
  position: absolute;
  top: 4.41176rem;
  width: 100%;
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-navigation.sm .main-navigation__subnav-container::-webkit-scrollbar,
.main-navigation:not(.sm)
  .main-navigation__subnav-container::-webkit-scrollbar {
  width: 0 !important;
}
.main-navigation.sm .main-navigation__subnav-container .xf-content-height,
.main-navigation:not(.sm)
  .main-navigation__subnav-container
  .xf-content-height {
  margin: 0;
}
.main-navigation.sm
  .main-navigation__subnav-container
  .subaru-multifield-links-container__subaru-multifield-links-title,
.main-navigation:not(.sm)
  .main-navigation__subnav-container
  .subaru-multifield-links-container__subaru-multifield-links-title {
  font-size: 0.70588rem;
}
.main-navigation.sm .main-navigation__logo,
.main-navigation:not(.sm) .main-navigation__logo {
  display: inline-flex;
  align-items: center;
}
.main-navigation.sm .main-navigation__logo .main-navigation__logo-cta,
.main-navigation:not(.sm) .main-navigation__logo .main-navigation__logo-cta {
  display: block;
}
.main-navigation.sm .main-navigation__logo .main-navigation__logo-img img,
.main-navigation:not(.sm)
  .main-navigation__logo
  .main-navigation__logo-img
  img {
  width: 7.76471rem;
}
.main-navigation.sm .main-navigation__nav-group,
.main-navigation:not(.sm) .main-navigation__nav-group {
  align-items: center;
}
.main-navigation.sm .main-navigation__nav-group--main-links,
.main-navigation.sm .main-navigation__nav-group--more-links,
.main-navigation:not(.sm) .main-navigation__nav-group--main-links,
.main-navigation:not(.sm) .main-navigation__nav-group--more-links {
  display: none;
}
.main-navigation.sm .main-navigation__nav-group--menu-links,
.main-navigation:not(.sm) .main-navigation__nav-group--menu-links {
  display: inline-flex;
}
.main-navigation.sm .main-navigation__nav-group-item,
.main-navigation:not(.sm) .main-navigation__nav-group-item {
  display: inline-block;
  margin-bottom: 0;
}
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.nav-primary,
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link.open-mobile-menu,
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.nav-primary,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.nav-primary,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link.open-mobile-menu,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.nav-primary {
  color: #1971d4;
}
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.nav-primary
  .search__icon-cls-1,
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.nav-primary
  .search__icon-cls-1,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.nav-primary
  .search__icon-cls-1,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.nav-primary
  .search__icon-cls-1 {
  stroke: #1971d4;
}
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.no-popup,
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.no-popup,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.no-popup,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link:active.no-popup {
  cursor: default;
}
.main-navigation.sm
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.no-popup,
.main-navigation:not(.sm)
  .main-navigation__nav-group-item
  .main-navigation__nav-group-link--active.no-popup {
  pointer-events: none;
}
.main-navigation.sm .main-navigation__nav-group-item:not(:last-child),
.main-navigation:not(.sm) .main-navigation__nav-group-item:not(:last-child) {
  padding-right: 0.64706rem;
}
.main-navigation.sm .main-navigation__nav-group-item:not(:first-child),
.main-navigation:not(.sm) .main-navigation__nav-group-item:not(:first-child) {
  padding-left: 0.64706rem;
}
.mobile-nav--close {
  margin: 0 0.70588rem 1.76471rem 0;
  float: right;
}
.mobile-nav--close .icon-line--blue,
.mobile-nav--close .icon-path--blue {
  stroke: #3a8eee;
}
.mobile-nav--modal {
  background: #1d252c;
  height: 100vh;
  padding: 1.47059rem 0.88235rem 0.88235rem;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 24;
  overflow-y: auto;
}
.mobile-nav--modal.hide {
  display: none;
}
.mobile-nav--modal.multilevel-slide-right {
  animation-name: slideRightModal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  right: 0;
}
.mobile-nav--modal.multilevel-hide-right {
  animation-name: hideRightModal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  right: -100%;
  width: 100%;
}
.mobile-nav--modal.multilevel-slide-left {
  animation-name: slideLeftModal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  left: 0;
  display: block;
}
.mobile-nav--modal.multilevel-hide-left {
  animation-name: hideLeftModal;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  right: 0;
  display: block;
}
@keyframes slideRightModal {
  0% {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes hideRightModal {
  0% {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes slideLeftModal {
  0% {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes hideLeftModal {
  0% {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.mobile-nav--modal .xf-content-height {
  margin: 0 -0.70588rem;
}
@media (min-width: 401px) {
  .main-navigation:not(.sm) .main-navigation__container {
    height: 5.88235rem;
    padding: 0 2.94118rem;
  }
  .main-navigation:not(.sm)
    .main-navigation__logo
    .main-navigation__logo-img
    img {
    width: 8.88235rem;
  }
  .mobile-nav--close {
    margin: 0 0.23529rem 1.76471rem 0;
  }
  .mobile-nav--modal {
    padding-left: 2.35294rem;
    padding-right: 2.35294rem;
  }
}
@media (min-width: 901px) {
  .mobile-nav--modal,
  .mobile-nav--modal .multilevel-modal__fragment-container {
    display: none;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__container {
    padding: 0 2.94118rem;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__logo
    .main-navigation__logo-img
    img {
    width: 13.33333vw;
    min-width: 7.05882rem;
    max-width: 9.41176rem;
    min-height: 1.17647rem;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__nav-group {
    display: inline-flex;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__nav-group--main-links {
    flex-grow: 1;
    justify-content: space-around;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link {
    text-align: center;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link[data-index="2"] {
    max-width: none;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link[data-index="3"],
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link[data-index="4"] {
    max-width: none;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link[data-index="5"] {
    max-width: none;
  }
}
@media (min-width: 901px) and (min-width: 1100px) {
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group
    .main-navigation__nav-group-link[data-index] {
    max-width: none;
    display: inline-block;
  }
}
@media (min-width: 901px) {
  .main-navigation:not(.sm):not(.md) .main-navigation__nav-group--more-links {
    justify-content: flex-end;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    ul {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child {
    padding-right: 0.70588rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child
    .main-navigation__nav-group-link:hover {
    color: #1971d4;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child
    .main-navigation__nav-group-link {
    color: #5c6163;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child--active.no-popup {
    pointer-events: auto;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:last-child {
    padding-left: 0.70588rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:last-child:before {
    background-color: #5c6163;
    content: "";
    display: inline-block;
    height: 0.58824rem;
    position: absolute;
    width: 0.05882rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .search-modal-trigger {
    cursor: pointer;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .search__icon {
    vertical-align: sub;
    width: 0.88235rem;
    height: 0.88235rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .search__icon:hover
    .icon-line,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .search__icon:hover
    .icon-path {
    stroke: #3a8eee;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__nav-group--menu-links {
    display: none;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__subnav-container {
    display: initial;
    left: 0;
    right: 0;
    max-height: 0;
    border-top: 0.05882rem solid #f7f8f9;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    height: auto;
    width: auto;
    top: 5.88235rem;
    border-radius: 0 0 0.29412rem 0.29412rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container--centered {
    margin: 0 auto;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__subnav-container--open {
    transition: max-height 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53),
      border 0.3s linear 0.08s;
    max-height: 76.47059rem;
    visibility: visible;
    opacity: 1;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform;
    touch-action: pan-Y;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container--open
    .slide-open {
    max-height: calc(100vh - 100px);
    overflow: hidden auto;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__profile-subnav
    .subaru-multifield-links-container,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__operations-subnav
    .subaru-multifield-links-container,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__supply-chain-subnav
    .subaru-multifield-links-container {
    background-color: #f7f8f9;
    text-align: left;
    padding: 0;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__profile-subnav
    .main-navigation__subnav-content,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__operations-subnav
    .main-navigation__subnav-content,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__supply-chain-subnav
    .main-navigation__subnav-content {
    padding: 2.52941rem 2.94118rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__operations-subnav {
    max-width: 19.11765rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__profile-subnav,
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__supply-chain-subnav {
    max-width: 17.64706rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__vehicles-subnav
    .subaru-multifield-links-container--global-vehicles {
    padding-top: 0.58824rem;
    padding-bottom: 1.76471rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__subnav-container#main-navigation__vehicles-subnav
    .subaru-multifield-links-container--global-vehicles
    .nav-dropdown-link {
    font-size: 1.23529rem;
    line-height: 1.11765rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation.ie
    .main-navigation__subnav-container {
    display: inherit;
  }
  .main-navigation .more-links--modal {
    max-width: 20.58824rem;
  }
  .main-navigation
    .more-links--modal
    .subaru-multifield-links-container__subaru-multifield-links-item:before {
    content: "";
  }
  .main-navigation
    .more-links--modal
    .subaru-multifield-links-container__subaru-multifield-links-item
    .cta,
  .main-navigation
    .more-links--modal
    .subaru-multifield-links-container__subaru-multifield-links-item
    .cta:hover {
    color: #fff;
  }
}
@media (min-width: 1201px) {
  .main-navigation:not(.sm):not(.md) .main-navigation__container {
    padding: 0 4.41176rem;
  }
  .main-navigation:not(.sm):not(.md) .main-navigation__container ul {
    display: initial;
    flex-direction: none;
    align-items: none;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__logo
    .main-navigation__logo-img
    img {
    width: 9.41176rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child {
    padding-right: 1.47059rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:first-child
    .main-navigation__nav-group-link {
    font-size: 0.82353rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group--more-links
    .main-navigation__nav-group-item:last-child {
    padding-left: 1.47059rem;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group-link[data-index] {
    max-width: none;
    display: inline-block;
  }
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group-item:not(:first-child),
  .main-navigation:not(.sm):not(.md)
    .main-navigation__nav-group-item:not(:last-child) {
    padding-left: 0.88235rem;
  }
}
.md501--edit-mode.md501--variant-medium.global-search {
  top: 6%;
  bottom: auto;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim {
  width: 92%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  display: none;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  div.md501--not-title.md501__dialog {
  border-radius: 5px;
  overflow: auto;
  background-color: #1d252c;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  div.md501--not-title.md501__dialog
  .md501__content {
  background-color: #1d252c;
  padding: 38px 12.5% 113px;
  border-radius: 0 0 5px 5px;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  div.md501--not-title.md501__dialog
  .md501__content
  .search__input-wrapper {
  margin: 0 0 1.58824rem;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  header {
  border-radius: 5px 5px 0 0;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  .Global_Search_Links {
  padding: 49px 0 0;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  .Global_Search_Links
  .feature-name {
  color: #fff;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  .Global_Search_Links
  .text-block
  p {
  line-height: 37px;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  .Global_Search_Links
  .first-column {
  width: 53%;
}
.md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
  .Global_Search_Links
  .second-column {
  width: 43%;
}
@media (min-width: 901px) {
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim {
    display: block;
  }
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
    .Global_Search_Links {
    padding-top: 2.35294rem;
  }
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
    .Global_Search_Links
    .first-column {
    width: 47%;
  }
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
    .Global_Search_Links
    .second-column {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
    .md501__content {
    padding: 115px 12.2%;
  }
  .md501.md501--variant-medium.md501--midnight-theme.global-search.md501--white-popup.md501--anim
    .Global_Search_Links
    .first-column {
    width: 50%;
  }
}
.content-card__logo-container {
  -index: 5;
}
@supports (-ms-ime-align: auto) {
  .content-card__logo-container {
    position: relative;
  }
}
@media (-ms-high-contrast: none) {
  .content-card__logo-container {
    position: relative;
  }
}
.content-card__media-logo-img,
.content-card__media-logo-img img {
  max-height: inherit;
  max-width: inherit;
}
.content-card__media-logo-img img {
  display: block;
}
.content-card--dark__description p.body-copy,
.content-card--dark__title h3 {
  color: #fff;
  filter: drop-shadow(0 0 0.11765rem black);
}
.content-card--dark__description .cta--text-link.disclaimer,
.content-card--dark__title .cta--text-link.disclaimer {
  color: #3a8eee;
}
.content-card--dark__description .cta--text-link.disclaimer:hover,
.content-card--dark__title .cta--text-link.disclaimer:hover {
  color: #fff;
}
.content-card--dark__secondCTA .cta--secondary {
  border-color: #fff;
  color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .content-card--dark__secondCTA .cta--secondary:hover,
  .content-card--dark__secondCTA .cta--secondary:hover:active,
  .content-card--dark__secondCTA .cta--secondary:hover:focus,
  .content-card--dark__secondCTA .cta--secondary:hover:visited {
    border-color: #3a8eee;
    color: #3a8eee;
  }
}
.content-card--white__description p.body-copy,
.content-card--white__title h3 {
  color: #1d252c;
  filter: drop-shadow(0 0 0.11765rem #ffffff);
}
@media (-ms-high-contrast: none), (hover: hover) {
  .content-card--white__CTA .cta--primary:hover,
  .content-card--white__CTA .cta--primary:hover:active,
  .content-card--white__CTA .cta--primary:hover:focus,
  .content-card--white__CTA .cta--primary:hover:visited {
    background-color: #1d252c;
    border-color: #1d252c;
    color: #fff;
  }
}
.content-card--white__secondCTA .cta--secondary {
  border-color: #1971d4;
  color: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .content-card--white__secondCTA .cta--secondary:hover,
  .content-card--white__secondCTA .cta--secondary:hover:active,
  .content-card--white__secondCTA .cta--secondary:hover:focus,
  .content-card--white__secondCTA .cta--secondary:hover:visited {
    border-color: #1d252c;
    color: #1d252c;
  }
}
.content-card--dark__description p.body-copy,
.content-card--white__description p.body-copy {
  padding-bottom: 1.64706rem;
}
.content-card--dark .content-card__description,
.content-card--dark .content-card__title,
.content-card--white .content-card__description,
.content-card--white .content-card__title {
  z-index: 5;
}
@supports (-ms-ime-align: auto) {
  .content-card--dark .content-card__description,
  .content-card--dark .content-card__title,
  .content-card--white .content-card__description,
  .content-card--white .content-card__title {
    position: relative;
  }
}
@media (-ms-high-contrast: none) {
  .content-card--dark .content-card__description,
  .content-card--dark .content-card__title,
  .content-card--white .content-card__description,
  .content-card--white .content-card__title {
    position: relative;
  }
}
.content-card--dark__CTA .cta--primary,
.content-card--dark__secondCTA .cta--secondary,
.content-card--white__CTA .cta--primary,
.content-card--white__secondCTA .cta--secondary {
  height: 2.35294rem;
  padding: 0.58824rem;
}
.content-card--dark .content-card__CTA,
.content-card--white .content-card__CTA {
  z-index: 5;
}
@supports (-ms-ime-align: auto) {
  .content-card--dark .content-card__CTA,
  .content-card--white .content-card__CTA {
    position: relative;
  }
}
@media (-ms-high-contrast: none) {
  .content-card--dark .content-card__CTA,
  .content-card--white .content-card__CTA {
    position: relative;
  }
}
@media (min-width: 0) {
  .content-card__logo-container {
    margin: 0;
    height: 4.11765rem;
  }
  .content-card__media-logo {
    max-height: 2.94118rem;
    max-width: 7.70588rem;
  }
  .content-card--dark__title,
  .content-card--white__title {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin-bottom: -0.17647rem;
  }
  .content-card--dark__description,
  .content-card--white__description {
    font-size: 0.82353rem;
    width: 100%;
    margin: 0 0 0.17647rem;
    line-height: 1.41176rem;
  }
  .content-card--dark__CTA,
  .content-card--white__CTA {
    overflow: visible;
    margin-top: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .content-card--dark__secondCTA,
  .content-card--white__secondCTA {
    overflow: visible;
    margin-top: 0.94118rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media only screen and (min-width: 401px) {
  .content-card__logo-container {
    height: 4.47059rem;
    margin: 0;
  }
  .content-card__media-logo {
    max-width: 7.70588rem;
    max-height: 3.35294rem;
  }
  .content-card--dark__description,
  .content-card--white__description {
    max-width: 24.11765rem;
    font-size: 1rem;
    margin: auto 0;
    line-height: 1.52941rem;
  }
}
@media (min-width: 901px) {
  .content-card__logo-container {
    height: 5.17647rem;
    margin: 0;
  }
  .content-card__media-logo {
    max-width: 10.82353rem;
    max-height: 3.82353rem;
  }
  .content-card--dark__title,
  .content-card--white__title {
    margin: auto 0 -0.52941rem;
  }
  .content-card--dark__description,
  .content-card--white__description {
    margin-bottom: 0.58824rem;
  }
  .content-card--dark__button,
  .content-card--white__button {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
  }
  .content-card--dark__secondCTA,
  .content-card--white__secondCTA {
    margin: auto 0.88235rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: visible;
  }
}
.media-207-content-card .dynamic-special-offers__data--light {
  filter: drop-shadow(0 0 0.11765rem black);
}
.media-207-content-card .dynamic-special-offers__data--dark {
  filter: drop-shadow(0 0 0.11765rem #ffffff);
}
.media-207-content-card .dynamic-special-offers__data-numbers {
  margin-bottom: 0.70588rem;
}
.media-207-content-card
  .dynamic-special-offers__data-numbers
  .number:first-child:not(:last-child) {
  padding-right: 1.05882rem;
}
.media-207-content-card
  .dynamic-special-offers__data-numbers
  .number:nth-child(2):not(:last-child) {
  padding-left: 1.05882rem;
  padding-right: 1.05882rem;
}
.media-207-content-card
  .dynamic-special-offers__data-numbers
  .number:last-child:not(:first-child) {
  padding-left: 1.05882rem;
}
.media-207-content-card .dynamic-special-offers__data-description {
  margin-bottom: 1.94118rem;
}
.media-207-content-card .dynamic-special-offers__data-description-span {
  display: inline;
}
@media (min-width: 401px) {
  .media-207-content-card .dynamic-special-offers__data-numbers {
    margin-bottom: 1rem;
  }
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:first-child:not(:last-child) {
    padding-right: 0.47059rem;
  }
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:nth-child(2):not(:last-child) {
    padding-left: 0.47059rem;
    padding-right: 0.47059rem;
  }
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:last-child:not(:first-child) {
    padding-left: 0.47059rem;
  }
  .media-207-content-card .dynamic-special-offers__data-description {
    margin-bottom: 1.47059rem;
  }
}
@media (min-width: 450px) {
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:first-child:not(:last-child) {
    padding-right: 1.05882rem;
  }
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:nth-child(2):not(:last-child) {
    padding-left: 1.05882rem;
    padding-right: 1.05882rem;
  }
  .media-207-content-card
    .dynamic-special-offers__data-numbers
    .number:last-child:not(:first-child) {
    padding-left: 1.05882rem;
  }
}
@media (min-width: 901px) {
  .media-207-content-card .dynamic-special-offers__data-numbers {
    width: 120%;
  }
  .media-207-content-card .dynamic-special-offers__data-numbers .number-amount {
    font-size: 2.35294rem;
    padding-bottom: 1.17647rem;
  }
}
@media (min-width: 1201px) {
  .media-207-content-card .dynamic-special-offers__data-numbers {
    margin-bottom: 0.47059rem;
  }
  .media-207-content-card .dynamic-special-offers__data-numbers .number-amount {
    font-size: 2.94118rem;
  }
}
.media-207-carousel[data-v-09399d7a] {
  transition: all 0.5s;
  opacity: 0;
}
.media-207-carousel.media-visible[data-v-09399d7a] {
  opacity: 1;
}
[data-v-09399d7a] .media-207-rm-play-control {
  position: absolute;
  bottom: 1.94118rem;
  right: 1.47059rem;
  z-index: 5;
}
[data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:after,
[data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:before,
[data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:after,
[data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 2;
  pointer-events: none;
  position: absolute;
}
[data-v-09399d7a] .media-207-carousel-wrapper--dark__carousel,
[data-v-09399d7a] .media-207-carousel-wrapper--white__carousel {
  height: 100%;
}
[data-v-09399d7a] .media-207-carousel-wrapper--dark__carousel,
[data-v-09399d7a] .media-207-carousel-wrapper--dark__slide,
[data-v-09399d7a] .media-207-carousel-wrapper--white__carousel,
[data-v-09399d7a] .media-207-carousel-wrapper--white__slide {
  visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  white-space: nowrap;
  will-change: transform;
  overflow: hidden;
  touch-action: pan-Y;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
[data-v-09399d7a] .media-207-carousel-wrapper--dark__slide--imageType,
[data-v-09399d7a] .media-207-carousel-wrapper--white__slide--imageType {
  height: 27vh;
}
@media only screen and (orientation: landscape) {
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__slide--imageType,
  [data-v-09399d7a] .media-207-carousel-wrapper--white__slide--imageType {
    height: 17.64706rem;
  }
}
[data-v-09399d7a] .media-207-carousel-wrapper--dark__slide--videoType,
[data-v-09399d7a] .media-207-carousel-wrapper--white__slide--videoType {
  height: 27vh;
}
@media only screen and (orientation: landscape) {
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__slide--videoType,
  [data-v-09399d7a] .media-207-carousel-wrapper--white__slide--videoType {
    height: 17.64706rem;
  }
}
.media-content[data-v-09399d7a] {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.media-content.content-visible[data-v-09399d7a] {
  opacity: 1;
}
.media-content-container[data-v-09399d7a] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  display: -ms-flexbox;
  position: absolute;
  top: auto;
  z-index: 5;
}
.media-content-container .content-cards[data-v-09399d7a] {
  position: absolute;
  z-index: 999;
}
.media-content-container .content-cards .content-card-wrapper[data-v-09399d7a] {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.media-content-container
  .content-cards
  .content-card-wrapper.fade-out[data-v-09399d7a] {
  opacity: 0;
  transform: translateY(-100px);
}
.media-content-container
  .content-cards
  .content-card-wrapper.inactive[data-v-09399d7a] {
  display: none;
  opacity: 0;
  transform: translateY(100px);
}
.media-content-container
  .content-cards
  .content-card-wrapper.fade-in[data-v-09399d7a] {
  opacity: 1;
  transform: translateY(0);
}
.media-content-container--slide-active[data-v-09399d7a] {
  visibility: visible;
}
.media-content-container section[data-v-09399d7a] {
  position: absolute;
  top: 0;
  left: 1.47059rem;
  right: 1.47059rem;
  height: auto;
}
@media (min-width: 0) {
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:before {
    background: linear-gradient(
      180deg,
      transparent 20.5vh,
      rgba(29, 37, 44, 0.15) 22vh,
      rgba(29, 37, 44, 0.27) 23vh,
      rgba(29, 37, 44, 0.43) 24vh,
      #1d252c 27vh
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:before {
    background: linear-gradient(
      180deg,
      transparent 20.5vh,
      hsla(0, 0%, 100%, 0.15) 22vh,
      hsla(0, 0%, 100%, 0.27) 23vh,
      hsla(0, 0%, 100%, 0.43) 24vh,
      #fff 27vh
    );
  }
  span.media-content-container[data-v-09399d7a] {
    padding: 0 1.47059rem;
  }
  .media-content-container[data-v-09399d7a] {
    width: 100%;
    top: 11.5vh;
  }
}
@media only screen and (min-width: 401px) and (orientation: landscape) {
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:before {
    background: linear-gradient(180deg, transparent 250px, #1d252c 290px);
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:before {
    background: linear-gradient(
      180deg,
      transparent 260px,
      hsla(0, 0%, 100%, 0.301961) 280px,
      #fff 306px
    );
  }
}
@media only screen and (min-width: 401px) {
  .media-207-rm-play-control[data-v-09399d7a] {
    bottom: 1.73529rem;
    right: 2.35294rem;
  }
  span.media-content-container[data-v-09399d7a] {
    max-width: 41.17647rem;
    padding: 0 2.94118rem;
  }
  span.media-content-container section[data-v-09399d7a] {
    left: 2.94118rem;
    right: 2.94118rem;
  }
}
@media only screen and (min-width: 401px) and (orientation: landscape) {
  .media-content-container[data-v-09399d7a] {
    top: 7.94118rem;
  }
}
@media (min-width: 901px) {
  [data-v-09399d7a] .media-207-rm-play-control {
    bottom: 1.91176rem;
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:before {
    width: 60%;
    max-width: 32.35294rem;
    background: linear-gradient(
      90deg,
      #1d252c 0,
      rgba(28, 36, 43, 0.989) 18.5%,
      rgba(28, 36, 43, 0.958) 34%,
      rgba(28, 36, 43, 0.909) 47%,
      rgba(28, 36, 43, 0.846) 57.6%,
      rgba(28, 36, 43, 0.772) 66.1%,
      rgba(28, 36, 43, 0.688) 72.9%,
      rgba(28, 36, 43, 0.599) 78.2%,
      rgba(28, 36, 43, 0.506) 82.3%,
      rgba(28, 36, 43, 0.412) 85.4%,
      rgba(28, 36, 43, 0.321) 87.9%,
      rgba(28, 36, 43, 0.236) 89.9%,
      rgba(28, 36, 43, 0.158) 91.9%,
      rgba(28, 36, 43, 0.091) 94.1%,
      rgba(28, 36, 43, 0.037) 96.7%,
      rgba(28, 36, 43, 0)
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:after {
    background: linear-gradient(
      270deg,
      rgba(28, 36, 43, 0.6) 0,
      transparent 13%
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:before {
    width: 60%;
    max-width: 32.35294rem;
    background: linear-gradient(
      90deg,
      #fff 0,
      hsla(0, 0%, 100%, 0.99) 18.4%,
      hsla(0, 0%, 100%, 0.96) 33.9%,
      hsla(0, 0%, 100%, 0.914) 46.8%,
      hsla(0, 0%, 100%, 0.854) 57.3%,
      hsla(0, 0%, 100%, 0.783) 65.7%,
      hsla(0, 0%, 100%, 0.703) 72.4%,
      hsla(0, 0%, 100%, 0.616) 77.5%,
      hsla(0, 0%, 100%, 0.526) 81.5%,
      hsla(0, 0%, 100%, 0.434) 84.5%,
      hsla(0, 0%, 100%, 0.344) 87%,
      hsla(0, 0%, 100%, 0.257) 89.1%,
      hsla(0, 0%, 100%, 0.177) 91.1%,
      hsla(0, 0%, 100%, 0.106) 93.5%,
      hsla(0, 0%, 100%, 0.046) 96.3%,
      hsla(0, 0%, 100%, 0)
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:after {
    background: linear-gradient(
      270deg,
      hsla(0, 0%, 100%, 0.6) 0,
      transparent 13%
    );
  }
  span.media-content-container[data-v-09399d7a] {
    max-width: 28.82353rem;
    padding: 0 2.94118rem;
  }
  span.media-content-container section[data-v-09399d7a] {
    left: 2.94118rem;
    right: 2.94118rem;
  }
  .media-content-container[data-v-09399d7a] {
    top: 1.88235rem;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1201px) {
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:before {
    width: 50%;
    max-width: 38.82353rem;
    background: linear-gradient(
      90deg,
      #1d252c 0,
      rgba(28, 36, 43, 0.989) 18.5%,
      rgba(28, 36, 43, 0.958) 34%,
      rgba(28, 36, 43, 0.909) 47%,
      rgba(28, 36, 43, 0.846) 57.6%,
      rgba(28, 36, 43, 0.772) 66.1%,
      rgba(28, 36, 43, 0.688) 72.9%,
      rgba(28, 36, 43, 0.599) 78.2%,
      rgba(28, 36, 43, 0.506) 82.3%,
      rgba(28, 36, 43, 0.412) 85.4%,
      rgba(28, 36, 43, 0.321) 87.9%,
      rgba(28, 36, 43, 0.236) 89.9%,
      rgba(28, 36, 43, 0.158) 91.9%,
      rgba(28, 36, 43, 0.091) 94.1%,
      rgba(28, 36, 43, 0.037) 96.7%,
      rgba(28, 36, 43, 0)
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--dark__overlay:after {
    background: linear-gradient(
      270deg,
      rgba(28, 36, 43, 0.6) 0,
      transparent 13%
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:before {
    width: 50%;
    max-width: 38.82353rem;
    background: linear-gradient(
      90deg,
      #fff 0,
      hsla(0, 0%, 100%, 0.99) 18.4%,
      hsla(0, 0%, 100%, 0.96) 33.9%,
      hsla(0, 0%, 100%, 0.914) 46.8%,
      hsla(0, 0%, 100%, 0.854) 57.3%,
      hsla(0, 0%, 100%, 0.783) 65.7%,
      hsla(0, 0%, 100%, 0.703) 72.4%,
      hsla(0, 0%, 100%, 0.616) 77.5%,
      hsla(0, 0%, 100%, 0.526) 81.5%,
      hsla(0, 0%, 100%, 0.434) 84.5%,
      hsla(0, 0%, 100%, 0.344) 87%,
      hsla(0, 0%, 100%, 0.257) 89.1%,
      hsla(0, 0%, 100%, 0.177) 91.1%,
      hsla(0, 0%, 100%, 0.106) 93.5%,
      hsla(0, 0%, 100%, 0.046) 96.3%,
      hsla(0, 0%, 100%, 0)
    );
  }
  [data-v-09399d7a] .media-207-carousel-wrapper--white__overlay:after {
    background: linear-gradient(
      270deg,
      hsla(0, 0%, 100%, 0.6) 0,
      transparent 13%
    );
  }
  .media-207-rm-play-control[data-v-09399d7a] {
    bottom: 2.97059rem;
  }
  span.media-content-container[data-v-09399d7a] {
    max-width: 31.76471rem;
    padding: 0 4.41176rem;
  }
  span.media-content-container section[data-v-09399d7a] {
    left: 4.41176rem;
    right: 4.41176rem;
  }
}
.media-207-wrapper .dots-navigation-timer[data-v-09399d7a] {
  z-index: 5;
  left: 0.58824rem;
  bottom: 1.88235rem;
  position: absolute;
}
@media (min-width: 401px) {
  .media-207-wrapper .dots-navigation-timer[data-v-09399d7a] {
    bottom: 1.64706rem;
    left: 2.05882rem;
  }
}
@media (min-width: 901px) {
  .media-207-wrapper .dots-navigation-timer[data-v-09399d7a] {
    bottom: 1.94118rem;
  }
}
@media (min-width: 1201px) {
  .media-207-wrapper .dots-navigation-timer[data-v-09399d7a] {
    left: 3.52941rem;
    bottom: 2.88235rem;
  }
}
.transition--left-enter-active[data-v-09399d7a],
.transition--left-leave-active[data-v-09399d7a] {
  transition: all 1.4s ease-out;
}
.transition--left-enter[data-v-09399d7a] {
  transform: scale(1.3) translateX(88%);
}
.transition--left-enter-to[data-v-09399d7a] {
  transform: scale(1) translateX(0);
}
.transition--left-leave[data-v-09399d7a] {
  transform: translateX(0);
}
.transition--left-leave-to[data-v-09399d7a] {
  transform: translateX(-75%);
}
.slide-up-enter-active[data-v-09399d7a] {
  transition: all 0.7s ease-in-out 0.7s;
}
.slide-up-leave-active[data-v-09399d7a] {
  transition: all 0.7s ease-in-out;
}
.slide-up-enter[data-v-09399d7a] {
  opacity: 0;
  transform: translateY(100px);
}
@media (min-width: 0) {
  .slide-up-enter[data-v-09399d7a] {
    transform: translateY(40px);
  }
}
.slide-up-enter-to[data-v-09399d7a],
.slide-up-leave[data-v-09399d7a] {
  opacity: 1;
  transform: translateY(0);
}
.slide-up-leave-to[data-v-09399d7a] {
  opacity: 0;
  transform: translateY(-100px);
}
.media-207-carousel-wrapper[data-v-c1342f0a] {
  position: relative;
  overflow: hidden;
}
@media (min-width: 0) {
  .media-207-carousel-wrapper[data-v-c1342f0a] {
    width: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a] .media-207-carousel-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view {
    position: absolute;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    opacity: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 27vh;
  }
}
@media (min-width: 0) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 17.64706rem;
  }
}
@media (min-width: 0) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 27vh;
    background: #483d8b;
  }
}
@media (min-width: 0) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    height: 17.64706rem;
  }
}
@media (min-width: 0) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top {
    background-position: 0 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center {
    background-position: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom {
    background-position: 0 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top {
    background-position: top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center {
    background-position: 50%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom {
    background-position: bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top {
    background-position: 100% 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center {
    background-position: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom {
    background-position: 100% 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusSM-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel {
    background: #1d252c;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    z-index: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper {
    position: absolute;
    width: 100%;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    margin: 0;
  }
}
@media (min-width: 401px) {
  .media-207-carousel-wrapper[data-v-c1342f0a] {
    width: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a] .media-207-carousel-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view {
    position: absolute;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    opacity: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 27vh;
  }
}
@media (min-width: 401px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 17.64706rem;
  }
}
@media (min-width: 401px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 27vh;
    background: #483d8b;
  }
}
@media (min-width: 401px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    height: 17.64706rem;
  }
}
@media (min-width: 401px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top {
    background-position: 0 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center {
    background-position: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom {
    background-position: 0 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top {
    background-position: top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center {
    background-position: 50%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom {
    background-position: bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top {
    background-position: 100% 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center {
    background-position: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom {
    background-position: 100% 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusMD-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel {
    background: #1d252c;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    z-index: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper {
    position: absolute;
    width: 100%;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    margin: 0;
  }
}
@media (min-width: 901px) {
  .media-207-carousel-wrapper[data-v-c1342f0a] {
    width: auto;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a] .media-207-carousel-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 32.94118rem;
    margin: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view {
    position: absolute;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    opacity: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 32.94118rem;
  }
}
@media (min-width: 901px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 17.64706rem;
  }
}
@media (min-width: 901px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 32.94118rem;
    background: #483d8b;
  }
}
@media (min-width: 901px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    height: 17.64706rem;
  }
}
@media (min-width: 901px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top {
    background-position: 0 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center {
    background-position: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom {
    background-position: 0 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top {
    background-position: top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center {
    background-position: 50%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom {
    background-position: bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top {
    background-position: 100% 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center {
    background-position: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom {
    background-position: 100% 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusLG-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel {
    height: 32.94118rem;
    background: #1d252c;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    height: 32.94118rem;
    z-index: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper {
    position: absolute;
    width: 100%;
    height: 32.94118rem;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    margin: 0;
  }
}
@media (min-width: 1201px) {
  .media-207-carousel-wrapper[data-v-c1342f0a] {
    width: auto;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a] .media-207-carousel-wrapper {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 32.94118rem;
    margin: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view {
    position: absolute;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    opacity: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 32.94118rem;
  }
}
@media (min-width: 1201px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide--videoType
    .videoWrapper.videoWrapper--inline,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide--videoType
    .videoWrapper.videoWrapper--inline {
    height: 17.64706rem;
  }
}
@media (min-width: 1201px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 32.94118rem;
    background: #483d8b;
  }
}
@media (min-width: 1201px) and (max-width: 901px) and (orientation: landscape) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container
    img {
    height: 17.64706rem;
  }
}
@media (min-width: 1201px) {
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top {
    background-position: 0 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center {
    background-position: 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom {
    background-position: 0 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top {
    background-position: top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center {
    background-position: 50%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom {
    background-position: bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top {
    background-position: 100% 0;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center {
    background-position: 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom {
    background-position: 100% 100%;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom
    img,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-207__image-container.media-207__image-container--focusXL-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel {
    height: 32.94118rem;
    background: #1d252c;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide {
    height: 32.94118rem;
    z-index: 1;
  }
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--dark__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--dark__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--dark__slide
    .media-asset-wrapper,
  .media-207-carousel-wrapper[data-v-c1342f0a]
    .media-207-carousel-wrapper
    .media-207-carousel-wrapper--white__carousel-view
    .media-207-carousel-wrapper--white__carousel
    .media-207-carousel-wrapper--white__slide
    .media-asset-wrapper {
    position: absolute;
    width: 100%;
    height: 32.94118rem;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    margin: 0;
  }
}
.tabbed-navigation__title {
  text-align: center;
  padding-bottom: 0;
}
.tabbed-navigation__container {
  position: relative;
}
.tabbed-navigation__container-desktop {
  display: none;
}
.tabbed-navigation__container-mobile {
  padding: 1.41176rem 1.47059rem;
}
.tabbed-navigation__container-mobile .subaru-form__select {
  margin: 0 auto;
  max-width: 20.58824rem;
  display: flex;
  justify-content: center;
}
.tabbed-navigation__container--underline {
  margin-bottom: 50px;
}
.tabbed-navigation__container--underline .tabbed-navigation__link {
  border-bottom: 1px solid #b7bcc2;
}
.tabbed-navigation__container--white-background {
  background: #fff;
}
.tabbed-navigation__container--light-background {
  background: #f7f8f9;
}
.tabbed-navigation__container--light-background
  .tabbed-navigation__arrow-container--left {
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0),
    #f7f8f9 30%,
    #f7f8f9
  );
}
.tabbed-navigation__container--light-background
  .tabbed-navigation__arrow-container--right {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    #f7f8f9 30%,
    #f7f8f9
  );
}
.tabbed-navigation__container:hover
  .tabbed-navigation__arrow-container:not(.tabbed-navigation__arrow-container--hide) {
  opacity: 1;
}
.tabbed-navigation__container--text .tabbed-navigation__title-container {
  margin-bottom: 6px;
}
.tabbed-navigation__container--text .tabbed-navigation__link {
  font-size: 0.82353rem;
  line-height: 19px;
  height: auto;
  padding-top: 0;
  padding-bottom: 13.606px;
}
.tabbed-navigation__container--text .tabbed-navigation__link--active {
  color: #1d252c;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .tabbed-navigation__container--text .tabbed-navigation__link:hover {
    color: #1d252c;
  }
}
.tabbed-navigation__link-list--margin-on-sides
  .tabbed-navigation__link:first-child {
  margin-left: 1.47059rem;
}
.tabbed-navigation__link-list--margin-on-sides
  .tabbed-navigation__link:last-child {
  margin-right: 1.47059rem;
}
.tabbed-navigation__link-list-container {
  overflow: hidden;
  position: relative;
  scrollbar-width: none;
  text-align: center;
  white-space: nowrap;
  -ms-overflow-style: none;
}
.tabbed-navigation__link-list-container .tabbed-navigation__link-list {
  overflow: hidden;
  position: relative;
}
.tabbed-navigation__link-list-container
  .tabbed-navigation__link-list--touch-device {
  overflow-x: auto;
}
.tabbed-navigation__link-list-container
  .tabbed-navigation__link-list::-webkit-scrollbar,
.tabbed-navigation__link-list-container::-webkit-scrollbar {
  background: transparent;
  display: none;
  width: 0;
  height: 0;
}
.tabbed-navigation__link {
  align-items: center;
  color: #5c6163;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82353rem;
  height: 50px;
  line-height: 18px;
  justify-content: center;
  padding: 15.63px 25px;
}
.tabbed-navigation__link:hover .tabbed-navigation__link--icon {
  content: var(--active-icon);
}
@media (min-width: 901px) {
  .tabbed-navigation__link {
    padding: 15.63px 50px;
  }
}
.tabbed-navigation__link-anchor {
  color: #5c6163;
}
.tabbed-navigation__link--font-bold {
  font-weight: 700;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .tabbed-navigation__link:hover {
    color: #1d252c;
  }
}
.tabbed-navigation__link--active {
  color: #1d252c;
}
.tabbed-navigation__link--disabled {
  cursor: none;
  pointer-events: none;
}
.tabbed-navigation__link--step-ready {
  cursor: none;
  pointer-events: none;
  color: #1971d4;
  opacity: 1;
}
.tabbed-navigation__link--step-ready .tabbed-navigation__link--check-icon {
  stroke: #1971d4;
}
.tabbed-navigation__link--check-icon-container {
  padding-right: 0.17647rem;
}
.tabbed-navigation__link--check-icon {
  fill: none;
  height: 0.64706rem;
  margin-top: -0.29412rem;
  stroke: #b7bcc2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.14706rem;
  width: 0.82353rem;
}
.tabbed-navigation__link--numbering {
  white-space: break-spaces;
}
.tabbed-navigation__link--icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tabbed-navigation__link--icon {
  height: 1.41176rem;
  width: 1.41176rem;
}
.tabbed-navigation__disabled {
  cursor: default;
  pointer-events: none;
}
.tabbed-navigation__link-scroller {
  background: #1d252c;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transform: translateX(0);
  transition: transform 0.75s, width 0.75s;
  z-index: 10;
}
.tabbed-navigation__hide-scroller {
  visibility: hidden;
}
.tabbed-navigation__arrow-container {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0;
  padding: 0 12px;
  position: absolute;
  z-index: 1;
}
.tabbed-navigation__arrow-container--left {
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 30%, #fff);
  left: 0;
}
.tabbed-navigation__arrow-container--right {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 30%, #fff);
  right: 0;
}
.tabbed-navigation__arrow-container--hide {
  display: none;
}
.tabbed-navigation__arrow-container--svg {
  height: 100%;
  width: 25px;
}
.tabbed-navigation__content-container {
  overflow: hidden;
  position: relative;
}
.tabbed-navigation__content-container--edit-mode .tabbed-navigation__content {
  display: none;
}
.tabbed-navigation__content-container--edit-mode
  .tabbed-navigation__content--active {
  display: block;
}
.tabbed-navigation__content {
  backface-visibility: hidden;
  height: auto;
  left: 0;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s;
  top: 0;
  visibility: hidden;
  width: 100%;
  will-change: transform;
  z-index: 2;
}
.tabbed-navigation__content
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--slide-active {
  visibility: hidden;
}
.tabbed-navigation__content--active {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.tabbed-navigation__content--active
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--slide-active {
  visibility: visible;
}
.tabbed-navigation__content--visible {
  backface-visibility: hidden;
  opacity: 1;
  transform-style: preserve-3d;
  visibility: visible;
  will-change: transform;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
@supports (-webkit-overflow-scrolling: touch) {
  .tabbed-navigation__container--underline .tabbed-navigation__link {
    border-bottom: 2px solid #b7bcc2;
  }
  .tabbed-navigation__container--underline .tabbed-navigation__link-list {
    padding: 0.11765rem 0.11765rem 0;
  }
}
@media (min-width: 401px) {
  .md.tabbed-navigation
    .tabbed-navigation__container--text
    .tabbed-navigation__title-container,
  :not(.sm):not(.md).tabbed-navigation
    .tabbed-navigation__container--text
    .tabbed-navigation__title-container {
    margin-bottom: 10px;
  }
  .md.tabbed-navigation .tabbed-navigation__link,
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__link {
    font-size: 1rem;
    line-height: 17px;
    height: 75px;
    padding-top: 25.343px;
    padding-bottom: 25.343px;
  }
}
@media (min-width: 401px) and (min-width: 1201px) {
  .md.tabbed-navigation .tabbed-navigation__link,
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__link {
    font-size: 1.23529rem;
  }
}
@media (min-width: 401px) {
  .md.tabbed-navigation .tabbed-navigation__title,
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__title {
    text-align: center;
  }
}
@media (min-width: 401px) and (orientation: landscape) {
  @supports (-webkit-overflow-scrolling: touch) {
    .md.tabbed-navigation
      .tabbed-navigation__container--underline
      .tabbed-navigation__link-list-container,
    :not(.sm):not(.md).tabbed-navigation
      .tabbed-navigation__container--underline
      .tabbed-navigation__link-list-container {
      overflow-y: hidden;
    }
  }
}
@media (min-width: 901px) {
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__container,
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__container-desktop {
    display: block;
  }
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__container-mobile {
    display: none;
  }
  :not(.sm):not(.md).tabbed-navigation
    .tabbed-navigation__container--text
    .tabbed-navigation__title-container {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).tabbed-navigation__title {
    font-size: 1.88235rem;
    line-height: 38px;
    padding-bottom: 22.44px;
  }
  :not(.sm):not(.md).tabbed-navigation .tabbed-navigation__arrow-container {
    opacity: 1;
  }
  :not(.sm):not(.md).tabbed-navigation
    .tabbed-navigation__arrow-container--hide {
    opacity: 0;
  }
}
.tabbed-navigation__custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #d2d3d3;
  border-radius: 0.29412rem;
  overflow: visible;
  display: flex;
  transition: border-color 0.2s ease;
}
.tabbed-navigation__custom-dropdown.is-open,
.tabbed-navigation__custom-dropdown:focus-within {
  border-color: #1d252c;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
  width: 100%;
  border: none;
  background: none;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-toggle:focus {
  outline: none;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-selected {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 12px 30px;
  background: #fff;
  color: #333;
  border-top-left-radius: 0.29412rem;
  border-bottom-left-radius: 0.29412rem;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: none;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-text {
  flex: 1;
  text-align: left;
  color: #1d252c;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-arrow {
  width: 50px;
  height: 50px;
  background: #1971d4;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  border-top-right-radius: 0.29412rem;
  border-bottom-right-radius: 0.29412rem;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-arrow svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: transform 0.2s ease;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-arrow:hover {
  background: #1460b8;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #d2d3d3;
  border-top: none;
  border-radius: 0 0 0.29412rem 0.29412rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 300px;
  overflow-y: auto;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #eee;
  color: #1d252c;
  background: #fff;
  transition: background-color 0.2s ease;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-option:last-child {
  border-bottom: none;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-option:hover {
  background-color: #f8f9fa;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-option:focus {
  outline: 2px solid #06c;
  outline-offset: -2px;
  background-color: #f8f9fa;
}
.tabbed-navigation__custom-dropdown .custom-dropdown-option.is-selected {
  background-color: #e6f3ff;
  font-weight: 700;
  color: #06c;
}
.tabbed-navigation__custom-dropdown
  .custom-dropdown-option
  .custom-dropdown-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: none;
}
.vehicle-card {
  position: relative;
  transition: opacity 0.3s ease-out;
  border-radius: 5px;
  background-color: #f7f8f9;
  transition: background-color 0.3s ease;
  padding: 15px 10px 20px;
  height: 100%;
}
@media screen and (min-width: 400px) {
  .vehicle-card {
    padding: 15px 15px 20px;
  }
}
.vehicle-card__image img {
  width: 100%;
}
.vehicle-card__info {
  height: 100%;
}
.vehicle-card__info p {
  padding: 0;
  text-align: center;
  font-size: 0.70588rem;
  line-height: normal;
}
@media screen and (min-width: 900px) {
  .vehicle-card__info p {
    line-height: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .vehicle-card__info p {
    line-height: normal;
  }
}
.vehicle-card__info .s-cta {
  padding-top: 15px;
  display: block !important;
}
.vehicle-card__msrp {
  font-size: 0.82353rem;
  line-height: 1.41176rem;
}
.vehicle-card__title {
  padding-bottom: 0 !important;
  text-align: center;
  font-size: 1.23529rem;
  line-height: 1.52941rem;
}
@media screen and (min-width: 901px) {
  .vehicle-card__title {
    font-size: 1.47059rem;
    line-height: 1.82353rem;
  }
}
.vehicle-card__tags p {
  padding: 0;
}
.vehicle-card__price-container {
  padding: 12px 0;
  border-top: 1px solid #e7e7e8;
  border-bottom: 1px solid #e7e7e8;
  margin: 8px 0 12px;
}
.vehicle-card__price-container p.ff-bold {
  font-size: 0.82353rem;
}
.vehicle-card__coming-soon {
  padding: 12px 0;
  border-top: 1px solid #e7e7e8;
  border-bottom: 1px solid #e7e7e8;
  margin: 8px 0 12px;
  min-height: 59px;
}
.vehicle-card__coming-soon .vehicle-card__coming-soon-tag {
  display: inline-block;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
  font-size: 0.70588rem;
  line-height: 1;
}
.vehicle-card__link {
  height: 100%;
  display: block;
}
.vehicle-card__link .btn {
  background-color: initial;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  font-size: 0.82353rem;
  line-height: 1.41176rem;
}
.vehicle-card__link .btn.disclaimer {
  display: inline-block;
}
.vehicle-card__link > .btn-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.vehicle-card__fma {
  background-color: #fff;
  padding-bottom: 2.35294rem;
  border-radius: 0.29412rem;
}
.vehicle-card__bottom-align-container {
  margin-top: auto;
}
.vehicle-card__tag-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.23529rem;
  margin: 0.29412rem -0.29412rem 0;
  height: 45px;
}
@media screen and (min-width: 400px) {
  .vehicle-card__tag-list {
    margin: 0.29412rem 0 0;
  }
}
@media screen and (min-width: 901px) {
  .vehicle-card__tag-list {
    height: auto;
  }
}
.vehicle-card__tag {
  display: flex;
  align-items: center;
  gap: 0.11765rem;
  border-radius: 0.17647rem;
  padding: 0.11765rem 0.23529rem;
  background-color: #fff;
  height: -moz-max-content;
  height: max-content;
}
.vehicle-card__tag-icon picture {
  display: flex;
  width: 0.94118rem;
  height: 0.94118rem;
}
.vehicle-card__tag-name {
  font-size: 0.70588rem;
  line-height: 1.58824rem;
  margin: 0;
  color: #1d252c;
}
.vehicle-608 {
  background-color: #fff;
}
.vehicle-608 .vehicle-category__title {
  display: block;
  color: #1d252c;
  font-size: 1.47059rem;
  padding-bottom: 2.35294rem;
  position: relative;
  line-height: 2.11765rem;
  letter-spacing: normal;
  text-align: center;
  width: 100%;
}
.vehicle-608 .vehicle-category:focus {
  outline: 0 none;
}
.vehicle-608 .vehicle-category .vehicle-card__image {
  padding-bottom: 0.70588rem;
  display: inline-block;
}
.vehicle-608 .vehicle-category .vehicle-card__image img {
  width: 100%;
}
.vehicle-608 .vehicle-category .vehicle-card__description {
  font-size: 12px;
}
.vehicle-608:focus {
  outline: 0 none;
}
.vehicle-608--tabbed .tabbed-navigation__container--underline {
  margin-bottom: 0;
}
.vehicle-608--tabbed .tabbed-navigation__link-list {
  display: flex;
}
.vehicle-608--tabbed .tabbed-navigation__link-list-container {
  overflow: visible;
}
.vehicle-608--tabbed .tabbed-navigation__link {
  flex: 1;
}
.vehicle-608--tabbed .tabbed-navigation__link:focus {
  z-index: 10;
  position: relative;
}
.vehicle-608--tabbed .tabbed-navigation__left-arrow-container,
.vehicle-608--tabbed .tabbed-navigation__right-arrow-container {
  display: none;
}
.vehicle-608--tabbed .vehicle-608__categories {
  height: auto;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 100px;
}
.vehicle-608--tabbed .vehicle-category--desc {
  margin: auto auto 2.94118rem;
  max-width: 800px;
}
.vehicle-608--tabbed .vehicle-category--desc-text {
  font-size: 1.23529rem;
  line-height: 1.82353rem;
  text-align: center;
  margin-bottom: 0.58824rem;
}
.vehicle-608--tabbed .vehicle-category--desc-link {
  font-weight: 400;
  font-size: 1.23529rem;
  line-height: 1.82353rem;
}
@media (max-width: 900px) {
  .vehicle-608--tabbed .vehicle-category--desc-link,
  .vehicle-608--tabbed .vehicle-category--desc-text {
    font-size: 1rem;
    line-height: 1.58824rem;
  }
}
@media (min-width: 0) {
  .vehicle-608--tabbed .vehicle-category--desc {
    padding: 0 1.47059rem;
  }
}
.vehicle-608--tabbed .vehicle-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  align-items: stretch;
  text-align: center;
  padding: 0 0.73529rem;
  transition-property: none;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}
.vehicle-608--tabbed .vehicle-category--inactive {
  height: 0;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
  pointer-events: none;
}
.vehicle-608--tabbed .vehicle-category--active {
  height: auto;
  opacity: 1;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}
.vehicle-608--tabbed .vehicle-category .vehicle-wrapper {
  width: 150px;
  box-sizing: border-box;
}
@media screen and (min-width: 400px) {
  .vehicle-608--tabbed .vehicle-category .vehicle-wrapper {
    width: 170px;
  }
}
@media screen and (min-width: 901px) {
  .vehicle-608--tabbed .vehicle-category .vehicle-wrapper {
    width: 250px;
  }
}
@media screen and (min-width: 1201px) {
  .vehicle-608--tabbed .vehicle-category .vehicle-wrapper {
    width: 250px;
  }
}
.vehicle-608--tabbed .vehicle-category .vehicle-wrapper .cta--single-word {
  white-space: normal;
}
@media (hover: hover) and (pointer: fine) {
  .vehicle-608--hovered .vehicle-card {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  .vehicle-608--hovered .vehicle-card--hovered {
    opacity: 1;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vehicle-608--hovered .vehicle-card {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  .vehicle-608--hovered .vehicle-card--hovered {
    opacity: 1;
  }
}
@media (min-width: 0) {
  .vehicle-608 .vehicle-card__info h5[class] {
    padding-bottom: 0.11765rem;
  }
  .vehicle-608 .vehicle-card__price-container-preTextMsrp,
  .vehicle-608 .vehicle-card__price-container-preTextTags {
    font-size: 12px;
  }
  .vehicle-608 .vehicle-card__tag {
    font-size: 12px;
  }
}
@media (min-width: 401px) {
  .vehicle-608--tabbed {
    margin: 0 0 0.58824rem;
  }
  .vehicle-608--tabbed .vehicle-category {
    padding: 0 1.47059rem;
  }
  .vehicle-608--tabbed .vehicle-608__categories {
    padding-top: 0;
  }
  .vehicle-608 .vehicle-card__info h5[class] {
    padding-bottom: 0.23529rem;
  }
}
@media (min-width: 901px) {
  .vehicle-608 .tabbed-navigation__container {
    margin: 0 auto;
    width: 95%;
  }
  .vehicle-608--tabbed .vehicle-category {
    gap: 50px;
  }
  .vehicle-608--tabbed .vehicle-608__categories {
    padding: 2.64706rem 0 0;
  }
  .vehicle-608--tabbed
    .vehicle-608__categories
    .vehicle-wrapper
    .vehicle-card__image {
    padding-bottom: 0.41176rem;
  }
  .vehicle-608--tabbed
    .vehicle-608__categories
    .vehicle-wrapper
    .vehicle-card__price-container-preTextMsrp,
  .vehicle-608--tabbed
    .vehicle-608__categories
    .vehicle-wrapper
    .vehicle-card__price-container-preTextTags {
    font-size: 14px;
  }
  .vehicle-608--tabbed
    .vehicle-608__categories
    .vehicle-wrapper
    .vehicle-card__tag {
    font-size: 14px;
  }
  .vehicle-608--tabbed
    .vehicle-608__categories
    .vehicle-wrapper
    .vehicle-card__description {
    font-size: 14px;
  }
}
@media (min-width: 1201px) {
  .vehicle-608 .tabbed-navigation__container {
    width: 75%;
  }
}
.cmp-tabbed-model-category .category-filters-wrapper {
  position: relative;
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .cmp-tabbed-model-category .category-filters-wrapper {
    border-bottom: 1px solid #b7bcc2;
  }
}
.cmp-tabbed-model-category .category-filters {
  display: flex;
  gap: 10px;
  padding-bottom: 5px;
}
.cmp-tabbed-model-category .category-filters button {
  flex: 1;
  padding: 8px 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 17px;
  color: #5c6163;
  transition: color 0.3s ease;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-tabbed-model-category .category-filters button:hover {
  color: #1d252c;
}
.cmp-tabbed-model-category .category-button {
  display: none;
}
@media screen and (min-width: 901px) {
  .cmp-tabbed-model-category .category-button {
    display: block;
  }
}
.cmp-tabbed-model-category .category-dropdown {
  display: block;
  flex: 1;
}
@media screen and (min-width: 901px) {
  .cmp-tabbed-model-category .category-dropdown {
    display: none;
  }
}
.cmp-tabbed-model-category .category-filters button.active {
  color: #1d252c;
}
.cmp-tabbed-model-category .active-underline {
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #1d252c;
  transition: left 0.5s cubic-bezier(0.55, 0, 0.1, 1),
    width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.cmp-tabbed-model-category .items-display {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  justify-content: center;
  max-width: 1600px;
  margin: 20px auto 0;
}
.cmp-tabbed-model-category .item-card {
  width: calc(50% - 20px);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #f7f8f9;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 901px) {
  .cmp-tabbed-model-category .item-card {
    width: calc(33.33% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .cmp-tabbed-model-category .item-card {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1600px) {
  .cmp-tabbed-model-category .item-card {
    width: calc(20% - 20px);
  }
}
.cmp-tabbed-model-category .item-card.not-highlighted {
  opacity: 0.5;
  pointer-events: none;
}
.cmp-tabbed-model-category .item-transition-move {
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.s-cta {
  width: 100%;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.s-cta:not([class*="horizontal-flex"]) {
  display: inline;
}
.cta {
  display: inline-block;
  max-width: 100%;
  min-width: 0.41176rem;
}
.cta--disabled,
.cta[data-is-disabled="true"] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.cta--text-link {
  font-weight: 700;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--text-link:hover .cta__icon .external-icon__path {
    fill: #1d252c;
  }
  .cta--text-link.cta--text-link-alt:hover {
    color: #fff;
  }
  .cta--text-link.cta--text-link-alt:hover .cta__icon .external-icon__path {
    fill: #fff;
  }
}
.cta--text-link.fs-small .cta__icon {
  width: 12px;
}
.cta--text-link.fs-large .cta__icon {
  width: 16px;
}
.cta__text {
  pointer-events: none;
  color: inherit;
}
.cta.fs-large .external-icon {
  height: 15px;
}
.cta__icon {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
  line-height: 10px;
  top: 1px;
  position: relative;
}
.cta__icon .external-icon__path {
  fill: #1971d4;
  transition: fill 0.3s;
}
.cta__icon .external-icon {
  height: 12px;
  vertical-align: unset;
}
.cta__icon-wrapper {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.cta__icon-wrapper .cta__icon-container {
  margin-right: 13px;
  width: 50px;
  flex-shrink: 0;
  overflow: hidden;
}
.cta__icon-wrapper .cta__icon-container .cta__image img {
  width: 100%;
}
.cta--text-link.fs-small .cta__icon-container {
  width: 25px;
  margin-right: 11px;
}
.cta--text-link.fs-small .cta__icon-container .cta__image img {
  max-width: 100%;
}
.cta--text-link.disclaimer {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #1971d4;
}
.cta--text-link.disclaimer:hover {
  color: #1d252c;
}
.cta--text-link.disclaimer-light {
  color: #3a8eee;
}
.cta--text-link.disclaimer-light:hover {
  color: #fff;
}
.cta--link-icon .cta__text {
  font-weight: 400;
  line-height: 21px;
}
.cta--primary,
.cta--secondary {
  border: 0.05882rem solid transparent;
  border-radius: 5px;
  display: block;
  font-size: 0.82353rem;
  line-height: 1rem;
  max-width: 350px;
  min-width: 150px;
  padding: 16.606px 25px;
  overflow-wrap: break-word;
  text-align: center;
  width: 100%;
}
.user-is-tabbing .cta--primary:focus,
.user-is-tabbing .cta--secondary:focus {
  box-shadow: 0 0 0 2px #dae6f4;
  outline: none;
  z-index: 1;
  position: relative;
}
.cta--primary-full-width,
.cta--secondary-full-width {
  max-width: 100%;
}
.cta--single-word .cta__icon-wrapper .cta__text,
.cta--single-word .cta__text {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.cta--single-word.cta--external .cta__text {
  max-width: calc(100% - 27px);
}
.cta--primary {
  background-color: #1971d4;
  border-color: #1971d4;
  color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--primary:hover,
  .cta--primary:hover:focus {
    color: #fff;
    border-color: #1d252c;
    background-color: #1d252c;
  }
}
@media (hover: none) {
  .cta--primary:hover,
  .cta--primary:hover:active,
  .cta--primary:hover:focus {
    color: #fff;
  }
}
.cta--primary:active,
.cta--primary:focus,
.cta--primary:visited {
  color: #fff;
}
.cta--primary .cta__icon .external-icon__path {
  fill: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--primary-alt:hover,
  .cta--primary-alt:hover:focus {
    color: #1d252c;
    border-color: #fff;
    background-color: #fff;
  }
  .cta--primary-alt:hover .cta__icon .external-icon__path,
  .cta--primary-alt:hover:focus .cta__icon .external-icon__path {
    fill: #1d252c;
  }
}
.cta--secondary {
  background-color: transparent;
  border-color: #1971d4;
  color: #1971d4;
}
.cta--secondary-alt {
  border-color: #3a8eee;
  color: #3a8eee;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--secondary:hover,
  .cta--secondary:hover:active,
  .cta--secondary:hover:focus,
  .cta--secondary:hover:visited {
    border-color: #1d252c;
    color: #1d252c;
  }
  .cta--secondary:hover .cta__icon .external-icon__path,
  .cta--secondary:hover:active .cta__icon .external-icon__path,
  .cta--secondary:hover:focus .cta__icon .external-icon__path,
  .cta--secondary:hover:visited .cta__icon .external-icon__path {
    fill: #1d252c;
  }
}
.cta--secondary:active,
.cta--secondary:focus,
.cta--secondary:visited {
  color: #1971d4;
}
@media (hover: none) {
  .cta--secondary:hover,
  .cta--secondary:hover:focus {
    color: #1971d4;
  }
}
.cta--secondary .cta__icon .external-icon__path {
  fill: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--secondary-alt:hover,
  .cta--secondary-alt:hover:active,
  .cta--secondary-alt:hover:focus,
  .cta--secondary-alt:hover:visited {
    color: #fff;
    border-color: #fff;
  }
  .cta--secondary-alt:hover .cta__icon .external-icon__path,
  .cta--secondary-alt:hover:active .cta__icon .external-icon__path,
  .cta--secondary-alt:hover:focus .cta__icon .external-icon__path,
  .cta--secondary-alt:hover:visited .cta__icon .external-icon__path {
    fill: #fff;
  }
}
.cta--smallText {
  background-color: transparent;
  color: #1971d4;
  margin-top: 15px;
  display: block;
  font-size: 0.82353rem;
  line-height: 1rem;
}
.cta--image {
  display: block;
}
.user-is-tabbing .cta--image:focus {
  outline-offset: 0;
}
.cta--image .cta__image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.cta--white-btn {
  border: 0.05882rem solid transparent;
  border-radius: 5px;
  display: block;
  font-size: 0.82353rem;
  line-height: 1rem;
  max-width: 350px;
  min-width: 150px;
  padding: 16.106px 25px;
  overflow-wrap: break-word;
  text-align: center;
  width: 100%;
  background-color: #fff;
  color: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta--white-btn:hover,
  .cta--white-btn:hover:active,
  .cta--white-btn:hover:focus,
  .cta--white-btn:hover:visited {
    color: #1d252c;
  }
  .cta--white-btn:hover .cta__icon .external-icon__path,
  .cta--white-btn:hover:active .cta__icon .external-icon__path,
  .cta--white-btn:hover:focus .cta__icon .external-icon__path,
  .cta--white-btn:hover:visited .cta__icon .external-icon__path {
    fill: #1d252c;
  }
}
@media (hover: none) {
  .cta--white-btn:hover,
  .cta--white-btn:hover:active,
  .cta--white-btn:hover:focus {
    color: #1971d4;
  }
}
.cta--white-btn:active,
.cta--white-btn:focus,
.cta--white-btn:visited {
  color: #1d252c;
}
.cta--white-btn .cta__icon .external-icon__path {
  fill: #1971d4;
}
.cta.cta--active-blue:active,
.cta.cta--blue,
.cta.cta--disabled-blue,
.cta.cta--focus-blue:focus {
  color: #1971d4;
}
.cta.cta--active-blue:active .cta__icon .external-icon__path,
.cta.cta--blue .cta__icon .external-icon__path,
.cta.cta--disabled-blue .cta__icon .external-icon__path,
.cta.cta--focus-blue:focus .cta__icon .external-icon__path {
  fill: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-blue:hover {
    color: #1971d4;
  }
  .cta.cta--hover-blue:hover .cta__icon .external-icon__path {
    fill: #1971d4;
  }
}
.cta.cta--active-light-blue:active,
.cta.cta--disabled-light-blue,
.cta.cta--focus-light-blue:focus,
.cta.cta--light-blue {
  color: #3a8eee;
}
.cta.cta--active-light-blue:active .cta__icon .external-icon__path,
.cta.cta--disabled-light-blue .cta__icon .external-icon__path,
.cta.cta--focus-light-blue:focus .cta__icon .external-icon__path,
.cta.cta--light-blue .cta__icon .external-icon__path {
  fill: #3a8eee;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-light-blue:hover {
    color: #3a8eee;
  }
  .cta.cta--hover-light-blue:hover .cta__icon .external-icon__path {
    fill: #3a8eee;
  }
}
.cta.cta--active-white:active,
.cta.cta--disabled-white,
.cta.cta--focus-white:focus,
.cta.cta--white {
  color: #fff;
}
.cta.cta--active-white:active .cta__icon .external-icon__path,
.cta.cta--disabled-white .cta__icon .external-icon__path,
.cta.cta--focus-white:focus .cta__icon .external-icon__path,
.cta.cta--white .cta__icon .external-icon__path {
  fill: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-white:hover {
    color: #fff;
  }
  .cta.cta--hover-white:hover .cta__icon .external-icon__path {
    fill: #fff;
  }
}
.cta.cta--active-light-grey:active,
.cta.cta--disabled-light-grey,
.cta.cta--focus-light-grey:focus,
.cta.cta--light-grey {
  color: #b7bcc2;
}
.cta.cta--active-light-grey:active .cta__icon .external-icon__path,
.cta.cta--disabled-light-grey .cta__icon .external-icon__path,
.cta.cta--focus-light-grey:focus .cta__icon .external-icon__path,
.cta.cta--light-grey .cta__icon .external-icon__path {
  fill: #b7bcc2;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-light-grey:hover {
    color: #b7bcc2;
  }
  .cta.cta--hover-light-grey:hover .cta__icon .external-icon__path {
    fill: #b7bcc2;
  }
}
.cta.cta--active-grey-text:active,
.cta.cta--disabled-grey-text,
.cta.cta--focus-grey-text:focus,
.cta.cta--grey-text {
  color: #5c6163;
}
.cta.cta--active-grey-text:active .cta__icon .external-icon__path,
.cta.cta--disabled-grey-text .cta__icon .external-icon__path,
.cta.cta--focus-grey-text:focus .cta__icon .external-icon__path,
.cta.cta--grey-text .cta__icon .external-icon__path {
  fill: #5c6163;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-grey-text:hover {
    color: #5c6163;
  }
  .cta.cta--hover-grey-text:hover .cta__icon .external-icon__path {
    fill: #5c6163;
  }
}
.cta.cta--active-midnight:active,
.cta.cta--disabled-midnight,
.cta.cta--focus-midnight:focus,
.cta.cta--midnight {
  color: #1d252c;
}
.cta.cta--active-midnight:active .cta__icon .external-icon__path,
.cta.cta--disabled-midnight .cta__icon .external-icon__path,
.cta.cta--focus-midnight:focus .cta__icon .external-icon__path,
.cta.cta--midnight .cta__icon .external-icon__path {
  fill: #1d252c;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--hover-midnight:hover {
    color: #1d252c;
  }
  .cta.cta--hover-midnight:hover .cta__icon .external-icon__path {
    fill: #1d252c;
  }
}
.cta.cta--stroke-active-blue:active,
.cta.cta--stroke-blue,
.cta.cta--stroke-focus-blue:focus {
  border-color: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--stroke-hover-blue:hover {
    border-color: #1971d4;
  }
}
.cta--disabled .cta.cta--stroke-disabled-blue {
  border-color: #1971d4;
}
.cta.cta--stroke-active-light-border:active,
.cta.cta--stroke-focus-light-border:focus,
.cta.cta--stroke-light-border {
  border-color: #d2d3d3;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--stroke-hover-light-border:hover {
    border-color: #d2d3d3;
  }
}
.cta--disabled .cta.cta--stroke-disabled-light-border {
  border-color: #d2d3d3;
}
.cta.cta--stroke-active-dark-border:active,
.cta.cta--stroke-dark-border,
.cta.cta--stroke-focus-dark-border:focus {
  border-color: #5b5e6a;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--stroke-hover-dark-border:hover {
    border-color: #5b5e6a;
  }
}
.cta--disabled .cta.cta--stroke-disabled-dark-border {
  border-color: #5b5e6a;
}
.cta.cta--stroke-active-midnight:active,
.cta.cta--stroke-focus-midnight:focus,
.cta.cta--stroke-midnight {
  border-color: #1d252c;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--stroke-hover-midnight:hover {
    border-color: #1d252c;
  }
}
.cta--disabled .cta.cta--stroke-disabled-midnight {
  border-color: #1d252c;
}
.cta.cta--stroke-active-white:active,
.cta.cta--stroke-focus-white:focus,
.cta.cta--stroke-white {
  border-color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--stroke-hover-white:hover {
    border-color: #fff;
  }
}
.cta--disabled .cta.cta--stroke-disabled-white {
  border-color: #fff;
}
.cta.cta--bg-color-active-blue:active,
.cta.cta--bg-color-blue,
.cta.cta--bg-color-focus-blue:focus {
  background-color: #1971d4;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--bg-color-hover-blue:hover {
    background-color: #1971d4;
  }
}
.cta--disabled.cta--bg-color-disabled-blue {
  background-color: #1971d4;
}
.cta.cta--bg-color-active-white:active,
.cta.cta--bg-color-focus-white:focus,
.cta.cta--bg-color-white {
  background-color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--bg-color-hover-white:hover {
    background-color: #fff;
  }
}
.cta--disabled.cta--bg-color-disabled-white {
  background-color: #fff;
}
.cta.cta--bg-color-active-light-background:active,
.cta.cta--bg-color-focus-light-background:focus,
.cta.cta--bg-color-light-background {
  background-color: #f7f8f9;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--bg-color-hover-light-background:hover {
    background-color: #f7f8f9;
  }
}
.cta--disabled.cta--bg-color-disabled-light-background {
  background-color: #f7f8f9;
}
.cta.cta--bg-color-active-midnight:active,
.cta.cta--bg-color-focus-midnight:focus,
.cta.cta--bg-color-midnight {
  background-color: #1d252c;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .cta.cta--bg-color-hover-midnight:hover {
    background-color: #1d252c;
  }
}
.cta--disabled.cta--bg-color-disabled-midnight {
  background-color: #1d252c;
}
.media-208__special-offer {
  width: 100%;
  position: relative;
}
.media-208__special-offer[role="link"] {
  cursor: pointer;
}
.media-208__special-offer__asset {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 65.5% 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.media-208__special-offer__asset > .subaru-image,
.media-208__special-offer__asset > .subaru-video,
.media-208__special-offer__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.media-208__special-offer__image img {
  width: 100%;
  display: block;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-208__special-offer .subaru-image--focusSM-left-top div[class^="isBg"] {
  background-position: 0 0;
}
.media-208__special-offer .subaru-image--focusSM-left-top img {
  -o-object-position: left top;
  object-position: left top;
}
.media-208__special-offer
  .subaru-image--focusSM-left-center
  div[class^="isBg"] {
  background-position: 0;
}
.media-208__special-offer .subaru-image--focusSM-left-center img {
  -o-object-position: left center;
  object-position: left center;
}
.media-208__special-offer
  .subaru-image--focusSM-left-bottom
  div[class^="isBg"] {
  background-position: 0 100%;
}
.media-208__special-offer .subaru-image--focusSM-left-bottom img {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.media-208__special-offer .subaru-image--focusSM-center-top div[class^="isBg"] {
  background-position: top;
}
.media-208__special-offer .subaru-image--focusSM-center-top img {
  -o-object-position: center top;
  object-position: center top;
}
.media-208__special-offer
  .subaru-image--focusSM-center-center
  div[class^="isBg"] {
  background-position: 50%;
}
.media-208__special-offer .subaru-image--focusSM-center-center img {
  -o-object-position: center center;
  object-position: center center;
}
.media-208__special-offer
  .subaru-image--focusSM-center-bottom
  div[class^="isBg"] {
  background-position: bottom;
}
.media-208__special-offer .subaru-image--focusSM-center-bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.media-208__special-offer .subaru-image--focusSM-right-top div[class^="isBg"] {
  background-position: 100% 0;
}
.media-208__special-offer .subaru-image--focusSM-right-top img {
  -o-object-position: right top;
  object-position: right top;
}
.media-208__special-offer
  .subaru-image--focusSM-right-center
  div[class^="isBg"] {
  background-position: 100%;
}
.media-208__special-offer .subaru-image--focusSM-right-center img {
  -o-object-position: right center;
  object-position: right center;
}
.media-208__special-offer
  .subaru-image--focusSM-right-bottom
  div[class^="isBg"] {
  background-position: 100% 100%;
}
.media-208__special-offer .subaru-image--focusSM-right-bottom img {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.media-208__special-offer-dynamic-showcase {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.media-208__special-offer__container
  .media-208__special-offer-droppable
  .media-208__special-offer-description {
  display: block;
}
.media-208__special-offer__container {
  outline: 0 none;
  width: 100%;
  margin-bottom: 2.94118rem;
}
.media-208__special-offer__container--dark {
  background-color: #1d252c;
}
.media-208__special-offer__container--dark
  .media-208__special-offer-droppable
  .media-208__special-offer-title {
  color: #fff;
}
.media-208__special-offer__container--dark
  .media-208__special-offer-droppable
  .media-208__special-offer-description {
  color: #b7bcc2;
}
.media-208__special-offer__container--dark-light {
  background-color: #1d252c;
}
.media-208__special-offer__container--dark-light
  .media-208__special-offer-droppable
  .media-208__special-offer-title {
  color: #fff;
}
.media-208__special-offer__container--dark-light
  .media-208__special-offer-droppable
  .media-208__special-offer-description {
  color: #b7bcc2;
}
.media-208__special-offer__container--grey {
  background-color: #f7f8f9;
}
.media-208__special-offer__container--grey
  .media-208__special-offer-droppable
  .media-208__special-offer-description,
.media-208__special-offer__container--grey
  .media-208__special-offer-droppable
  .media-208__special-offer-title {
  color: #1d252c;
}
.media-208__special-offer__container--white {
  background-color: #fff;
}
.media-208__special-offer__container--white
  .media-208__special-offer-droppable
  .media-208__special-offer-title {
  color: #1d252c;
}
.media-208__special-offer__container--white
  .media-208__special-offer-droppable
  .media-208__special-offer-description {
  color: #5c6163;
}
.media-208__special-offer-droppable {
  padding: 2.94118rem 1.47059rem;
  overflow: hidden;
}
@media (min-width: 401px) {
  .media-208__special-offer .subaru-image--focusMD-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__special-offer .subaru-image--focusMD-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__special-offer
    .subaru-image--focusMD-left-center
    div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__special-offer .subaru-image--focusMD-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__special-offer
    .subaru-image--focusMD-left-bottom
    div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__special-offer .subaru-image--focusMD-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__special-offer
    .subaru-image--focusMD-center-top
    div[class^="isBg"] {
    background-position: top;
  }
  .media-208__special-offer .subaru-image--focusMD-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__special-offer
    .subaru-image--focusMD-center-center
    div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__special-offer .subaru-image--focusMD-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__special-offer
    .subaru-image--focusMD-center-bottom
    div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__special-offer .subaru-image--focusMD-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__special-offer
    .subaru-image--focusMD-right-top
    div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__special-offer .subaru-image--focusMD-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__special-offer
    .subaru-image--focusMD-right-center
    div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__special-offer .subaru-image--focusMD-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__special-offer
    .subaru-image--focusMD-right-bottom
    div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__special-offer .subaru-image--focusMD-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 901px) {
  .media-208__special-offer .subaru-image--focusLG-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__special-offer .subaru-image--focusLG-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__special-offer
    .subaru-image--focusLG-left-center
    div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__special-offer .subaru-image--focusLG-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__special-offer
    .subaru-image--focusLG-left-bottom
    div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__special-offer .subaru-image--focusLG-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__special-offer
    .subaru-image--focusLG-center-top
    div[class^="isBg"] {
    background-position: top;
  }
  .media-208__special-offer .subaru-image--focusLG-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__special-offer
    .subaru-image--focusLG-center-center
    div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__special-offer .subaru-image--focusLG-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__special-offer
    .subaru-image--focusLG-center-bottom
    div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__special-offer .subaru-image--focusLG-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__special-offer
    .subaru-image--focusLG-right-top
    div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__special-offer .subaru-image--focusLG-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__special-offer
    .subaru-image--focusLG-right-center
    div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__special-offer .subaru-image--focusLG-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__special-offer
    .subaru-image--focusLG-right-bottom
    div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__special-offer .subaru-image--focusLG-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-208__special-offer__container {
    margin-right: 2.94118rem;
  }
  .media-208__special-offer__container--two-up {
    width: calc(49.995% - 25px);
  }
  .media-208__special-offer__container--two-up:nth-child(2n) {
    margin-right: 0;
  }
  .media-208__special-offer__container--five-up,
  .media-208__special-offer__container--four-up,
  .media-208__special-offer__container--three-up {
    width: calc(33.33% - 33.33333px);
  }
  .media-208__special-offer__container--five-up:nth-child(3n),
  .media-208__special-offer__container--four-up:nth-child(3n),
  .media-208__special-offer__container--three-up:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1201px) {
  .media-208__special-offer .subaru-image--focusXL-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__special-offer .subaru-image--focusXL-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__special-offer
    .subaru-image--focusXL-left-center
    div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__special-offer .subaru-image--focusXL-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__special-offer
    .subaru-image--focusXL-left-bottom
    div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__special-offer .subaru-image--focusXL-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__special-offer
    .subaru-image--focusXL-center-top
    div[class^="isBg"] {
    background-position: top;
  }
  .media-208__special-offer .subaru-image--focusXL-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__special-offer
    .subaru-image--focusXL-center-center
    div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__special-offer .subaru-image--focusXL-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__special-offer
    .subaru-image--focusXL-center-bottom
    div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__special-offer .subaru-image--focusXL-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__special-offer
    .subaru-image--focusXL-right-top
    div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__special-offer .subaru-image--focusXL-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__special-offer
    .subaru-image--focusXL-right-center
    div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__special-offer .subaru-image--focusXL-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__special-offer
    .subaru-image--focusXL-right-bottom
    div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__special-offer .subaru-image--focusXL-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .media-208__special-offer__container {
    margin-right: 4.41176rem;
  }
  .media-208__special-offer__container--two-up {
    width: calc(49.995% - 37.5px);
  }
  .media-208__special-offer__container--two-up:nth-child(2n) {
    margin-right: 0;
  }
  .media-208__special-offer__container--three-up {
    width: calc(33.33% - 50px);
  }
  .media-208__special-offer__container--three-up:nth-child(3n) {
    margin-right: 0;
  }
  .media-208__special-offer__container--four-up {
    width: calc(24.9975% - 56.25px);
  }
  .media-208__special-offer__container--four-up:nth-child(3n) {
    margin-right: 4.41176rem;
  }
  .media-208__special-offer__container--four-up:nth-child(4n) {
    margin-right: 0;
  }
  .media-208__special-offer__container--five-up {
    margin-right: 2.94118rem;
    width: calc(19.998% - 40px);
  }
  .media-208__special-offer__container--five-up:nth-child(3n) {
    margin-right: 2.94118rem;
  }
  .media-208__special-offer__container--five-up:nth-child(5n) {
    margin-right: 0;
  }
}
.media-208__special-offer .dynamic-special-offers {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: none;
}
.media-208__special-offer .dynamic-special-offers__logo .subaru-image {
  margin-bottom: 1.47059rem;
}
.media-208__special-offer .dynamic-special-offers__data-numbers,
.media-208__special-offer
  .dynamic-special-offers__logo.dynamic-special-offers__logo--no-results
  .subaru-image {
  margin-bottom: 0;
}
.media-208__special-offer
  .dynamic-special-offers__data-numbers
  .number:first-child:not(:last-child) {
  padding-right: 1.05882rem;
}
.media-208__special-offer
  .dynamic-special-offers__data-numbers
  .number:nth-child(2):not(:last-child) {
  padding-left: 1.05882rem;
  padding-right: 1.05882rem;
}
.media-208__special-offer
  .dynamic-special-offers__data-numbers
  .number:last-child:not(:first-child) {
  padding-left: 1.05882rem;
}
.media-208__special-offer
  .dynamic-special-offers__data-numbers.dynamic-special-offers__data-numbers--deprioritized
  .number-amount {
  font-size: 2.94118rem;
  padding-bottom: 1.17647rem;
}
@media (min-width: 401px) {
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:first-child:not(:last-child) {
    padding-right: 0.47059rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:nth-child(2):not(:last-child) {
    padding-left: 0.47059rem;
    padding-right: 0.47059rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:last-child:not(:first-child) {
    padding-left: 0.47059rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number-amount {
    font-size: 1.47059rem;
  }
}
@media (min-width: 450px) {
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:first-child:not(:last-child) {
    padding-right: 1.05882rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:nth-child(2):not(:last-child) {
    padding-left: 1.05882rem;
    padding-right: 1.05882rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number:last-child:not(:first-child) {
    padding-left: 1.05882rem;
  }
}
@media (min-width: 601px) {
  .media-208__special-offer .dynamic-special-offers__logo .subaru-image {
    margin-bottom: 2.35294rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number-amount {
    font-size: 2.94118rem;
    padding-bottom: 1.29412rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers.dynamic-special-offers__data-numbers--deprioritized
    .number-amount {
    font-size: 3.82353rem;
    padding-bottom: 1.17647rem;
  }
}
@media (min-width: 901px) {
  .media-208__special-offer .dynamic-special-offers__logo .subaru-image {
    margin-bottom: 1.47059rem;
  }
  .media-208__special-offer
    .dynamic-special-offers__data-numbers
    .number-amount {
    font-size: 2.35294rem;
    padding-bottom: 1.17647rem;
  }
}
.media-208 {
  display: flex;
  flex-direction: column;
  position: relative;
}
.media-208[role="link"] {
  cursor: pointer;
}
.media-208__content {
  padding: 2.94118rem 1.47059rem;
  overflow: hidden;
}
.media-208__content,
.media-208__content-description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.media-208__content .parbase {
  flex-grow: 1;
}
.media-208__container {
  outline: 0 none;
  width: 100%;
  margin-bottom: 2.94118rem;
}
.media-208__container--dark,
.media-208__container--dark-light {
  background-color: #1d252c;
}
.media-208__container--grey {
  background-color: #f7f8f9;
}
.media-208__container--white {
  background-color: #fff;
}
.media-208__asset {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 65.5% 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.media-208__asset .subaru-image,
.media-208__asset .subaru-image img,
.media-208__asset .subaru-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.media-208__asset .subaru-image img {
  display: block;
  height: 100%;
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-208__asset .subaru-image--focusSM-left-top div[class^="isBg"] {
  background-position: 0 0;
}
.media-208__asset .subaru-image--focusSM-left-top img {
  -o-object-position: left top;
  object-position: left top;
}
.media-208__asset .subaru-image--focusSM-left-center div[class^="isBg"] {
  background-position: 0;
}
.media-208__asset .subaru-image--focusSM-left-center img {
  -o-object-position: left center;
  object-position: left center;
}
.media-208__asset .subaru-image--focusSM-left-bottom div[class^="isBg"] {
  background-position: 0 100%;
}
.media-208__asset .subaru-image--focusSM-left-bottom img {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.media-208__asset .subaru-image--focusSM-center-top div[class^="isBg"] {
  background-position: top;
}
.media-208__asset .subaru-image--focusSM-center-top img {
  -o-object-position: center top;
  object-position: center top;
}
.media-208__asset .subaru-image--focusSM-center-center div[class^="isBg"] {
  background-position: 50%;
}
.media-208__asset .subaru-image--focusSM-center-center img {
  -o-object-position: center center;
  object-position: center center;
}
.media-208__asset .subaru-image--focusSM-center-bottom div[class^="isBg"] {
  background-position: bottom;
}
.media-208__asset .subaru-image--focusSM-center-bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.media-208__asset .subaru-image--focusSM-right-top div[class^="isBg"] {
  background-position: 100% 0;
}
.media-208__asset .subaru-image--focusSM-right-top img {
  -o-object-position: right top;
  object-position: right top;
}
.media-208__asset .subaru-image--focusSM-right-center div[class^="isBg"] {
  background-position: 100%;
}
.media-208__asset .subaru-image--focusSM-right-center img {
  -o-object-position: right center;
  object-position: right center;
}
.media-208__asset .subaru-image--focusSM-right-bottom div[class^="isBg"] {
  background-position: 100% 100%;
}
.media-208__asset .subaru-image--focusSM-right-bottom img {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.media-208__rm-play-control {
  position: absolute;
  top: 1.23529rem;
  left: 1.23529rem;
  z-index: 1;
}
@media (min-width: 401px) {
  .media-208__asset .subaru-image--focusMD-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__asset .subaru-image--focusMD-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__asset .subaru-image--focusMD-left-center div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__asset .subaru-image--focusMD-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__asset .subaru-image--focusMD-left-bottom div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__asset .subaru-image--focusMD-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__asset .subaru-image--focusMD-center-top div[class^="isBg"] {
    background-position: top;
  }
  .media-208__asset .subaru-image--focusMD-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__asset .subaru-image--focusMD-center-center div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__asset .subaru-image--focusMD-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__asset .subaru-image--focusMD-center-bottom div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__asset .subaru-image--focusMD-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__asset .subaru-image--focusMD-right-top div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__asset .subaru-image--focusMD-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__asset .subaru-image--focusMD-right-center div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__asset .subaru-image--focusMD-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__asset .subaru-image--focusMD-right-bottom div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__asset .subaru-image--focusMD-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 901px) {
  .media-208__container {
    margin-right: 2.94118rem;
  }
  .media-208__container--two-up {
    width: calc(49.995% - 25px);
  }
  .media-208__container--two-up:nth-child(2n) {
    margin-right: 0;
  }
  .media-208__container--five-up,
  .media-208__container--four-up,
  .media-208__container--three-up {
    width: calc(33.33% - 33.33333px);
  }
  .media-208__container--five-up:nth-child(3n),
  .media-208__container--four-up:nth-child(3n),
  .media-208__container--three-up:nth-child(3n) {
    margin-right: 0;
  }
  .media-208__asset .subaru-image--focusLG-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__asset .subaru-image--focusLG-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__asset .subaru-image--focusLG-left-center div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__asset .subaru-image--focusLG-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__asset .subaru-image--focusLG-left-bottom div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__asset .subaru-image--focusLG-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__asset .subaru-image--focusLG-center-top div[class^="isBg"] {
    background-position: top;
  }
  .media-208__asset .subaru-image--focusLG-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__asset .subaru-image--focusLG-center-center div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__asset .subaru-image--focusLG-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__asset .subaru-image--focusLG-center-bottom div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__asset .subaru-image--focusLG-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__asset .subaru-image--focusLG-right-top div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__asset .subaru-image--focusLG-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__asset .subaru-image--focusLG-right-center div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__asset .subaru-image--focusLG-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__asset .subaru-image--focusLG-right-bottom div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__asset .subaru-image--focusLG-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 1201px) {
  .media-208__container {
    margin-right: 4.41176rem;
  }
  .media-208__container--two-up {
    width: calc(49.995% - 37.5px);
  }
  .media-208__container--two-up:nth-child(2n) {
    margin-right: 0;
  }
  .media-208__container--three-up {
    width: calc(33.33% - 50px);
  }
  .media-208__container--three-up:nth-child(3n) {
    margin-right: 0;
  }
  .media-208__container--four-up {
    width: calc(24.9975% - 56.25px);
  }
  .media-208__container--four-up:nth-child(3n) {
    margin-right: 4.41176rem;
  }
  .media-208__container--four-up:nth-child(4n) {
    margin-right: 0;
  }
  .media-208__container--five-up {
    margin-right: 2.94118rem;
    width: calc(19.998% - 40px);
  }
  .media-208__container--five-up:nth-child(3n) {
    margin-right: 2.94118rem;
  }
  .media-208__container--five-up:nth-child(5n) {
    margin-right: 0;
  }
  .media-208__asset .subaru-image--focusXL-left-top div[class^="isBg"] {
    background-position: 0 0;
  }
  .media-208__asset .subaru-image--focusXL-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-208__asset .subaru-image--focusXL-left-center div[class^="isBg"] {
    background-position: 0;
  }
  .media-208__asset .subaru-image--focusXL-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-208__asset .subaru-image--focusXL-left-bottom div[class^="isBg"] {
    background-position: 0 100%;
  }
  .media-208__asset .subaru-image--focusXL-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-208__asset .subaru-image--focusXL-center-top div[class^="isBg"] {
    background-position: top;
  }
  .media-208__asset .subaru-image--focusXL-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-208__asset .subaru-image--focusXL-center-center div[class^="isBg"] {
    background-position: 50%;
  }
  .media-208__asset .subaru-image--focusXL-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-208__asset .subaru-image--focusXL-center-bottom div[class^="isBg"] {
    background-position: bottom;
  }
  .media-208__asset .subaru-image--focusXL-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-208__asset .subaru-image--focusXL-right-top div[class^="isBg"] {
    background-position: 100% 0;
  }
  .media-208__asset .subaru-image--focusXL-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-208__asset .subaru-image--focusXL-right-center div[class^="isBg"] {
    background-position: 100%;
  }
  .media-208__asset .subaru-image--focusXL-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-208__asset .subaru-image--focusXL-right-bottom div[class^="isBg"] {
    background-position: 100% 100%;
  }
  .media-208__asset .subaru-image--focusXL-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
.media-208__wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 5.88235rem 1.47059rem 2.94118rem;
  width: 100%;
}
.media-208__wrapper--dark-light,
.media-208__wrapper--white {
  background-color: #f7f8f9;
}
@media (min-width: 401px) {
  .media-208__wrapper {
    padding-left: 2.94118rem;
    padding-right: 2.94118rem;
  }
}
@media (min-width: 901px) {
  .media-208__wrapper {
    padding-left: 2.94118rem;
    padding-right: 2.94118rem;
  }
}
@media (min-width: 1201px) {
  .media-208__wrapper {
    padding-left: 4.41176rem;
    padding-right: 4.41176rem;
  }
  .media-208__wrapper--two-up {
    padding-left: 11.76471rem;
    padding-right: 11.76471rem;
  }
}
.structure-505--xl-lg-brpts {
  display: none;
}
.structure-505--all-brpts {
  display: block;
}
.structure-505--small {
  height: 50px;
}
.structure-505--medium {
  height: 75px;
}
.structure-505--large {
  height: 100px;
}
@media (min-width: 401px) {
  .structure-505--all-brpts.md,
  .structure-505--all-brpts:not(.sm) {
    display: block;
  }
  .structure-505--medium.md,
  .structure-505--medium:not(.sm) {
    height: 100px;
  }
  .structure-505--large.md,
  .structure-505--large:not(.sm) {
    height: 150px;
  }
}
@media (min-width: 901px) {
  .structure-505--all-brpts:not(.sm):not(.md),
  .structure-505--xl-lg-brpts:not(.sm):not(.md) {
    display: block;
  }
  .structure-505--medium:not(.sm):not(.md) {
    height: 100px;
  }
  .structure-505--large:not(.sm):not(.md) {
    height: 150px;
  }
}
@media (min-width: 1201px) {
  .structure-505--all-brpts:not(.sm):not(.md),
  .structure-505--xl-lg-brpts:not(.sm):not(.md) {
    display: block;
  }
  .structure-505--medium:not(.sm):not(.md) {
    height: 100px;
  }
  .structure-505--large:not(.sm):not(.md) {
    height: 150px;
  }
}
.content-104 {
  margin: 0 auto;
  padding: 0 1.47059rem 4.41176rem;
  width: 100%;
  height: auto;
}
.content-104__asset-box {
  display: block;
  position: relative;
  width: 100%;
}
.content-104__asset-box--aspect-ratio-ie {
  position: relative;
}
.content-104__asset-box--aspect-ratio-ie .isBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.content-104__asset-box:before {
  content: "";
  display: block;
}
.content-104__asset-box--aspect-ratio--3-2.intersected:before {
  padding-top: 66.6667%;
}
.content-104__asset-box--object-ie {
  background-size: cover;
  background-repeat: no-repeat;
}
.content-104__asset-box--object-ie img {
  opacity: 0;
}
.content-104__asset-box--object-ie div[class^="isBg"] {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.content-104__asset-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-104__droppable-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 14.86% 6.86%;
}
.content-104__droppable-box--background--midnight {
  background-color: #1d252c;
}
.content-104__droppable-box--background--midnight .cta--text-link {
  color: #3a8eee;
}
.content-104__droppable-box--background--light {
  background-color: #f7f8f9;
}
.content-104__droppable-box--background--white {
  background-color: #fff;
}
@media (min-width: 0) {
  .content-104__asset-box--focusSM-left-top {
    background-position: 0 0;
  }
  .content-104__asset-box--focusSM-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-104__asset-box--focusSM-left-center {
    background-position: 0;
  }
  .content-104__asset-box--focusSM-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-104__asset-box--focusSM-left-bottom {
    background-position: 0 100%;
  }
  .content-104__asset-box--focusSM-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-104__asset-box--focusSM-center-top {
    background-position: top;
  }
  .content-104__asset-box--focusSM-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-104__asset-box--focusSM-center-center {
    background-position: 50%;
  }
  .content-104__asset-box--focusSM-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-104__asset-box--focusSM-center-bottom {
    background-position: bottom;
  }
  .content-104__asset-box--focusSM-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-104__asset-box--focusSM-right-top {
    background-position: 100% 0;
  }
  .content-104__asset-box--focusSM-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-104__asset-box--focusSM-right-center {
    background-position: 100%;
  }
  .content-104__asset-box--focusSM-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-104__asset-box--focusSM-right-bottom {
    background-position: 100% 100%;
  }
  .content-104__asset-box--focusSM-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 401px) {
  .content-104 {
    padding: 0 2.94118rem 4.41176rem;
  }
  .content-104__asset-box--focusMD-left-top {
    background-position: 0 0;
  }
  .content-104__asset-box--focusMD-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-104__asset-box--focusMD-left-center {
    background-position: 0;
  }
  .content-104__asset-box--focusMD-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-104__asset-box--focusMD-left-bottom {
    background-position: 0 100%;
  }
  .content-104__asset-box--focusMD-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-104__asset-box--focusMD-center-top {
    background-position: top;
  }
  .content-104__asset-box--focusMD-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-104__asset-box--focusMD-center-center {
    background-position: 50%;
  }
  .content-104__asset-box--focusMD-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-104__asset-box--focusMD-center-bottom {
    background-position: bottom;
  }
  .content-104__asset-box--focusMD-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-104__asset-box--focusMD-right-top {
    background-position: 100% 0;
  }
  .content-104__asset-box--focusMD-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-104__asset-box--focusMD-right-center {
    background-position: 100%;
  }
  .content-104__asset-box--focusMD-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-104__asset-box--focusMD-right-bottom {
    background-position: 100% 100%;
  }
  .content-104__asset-box--focusMD-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .content-104__droppable-box {
    padding: 6.25% 6.625%;
  }
}
@media (min-width: 901px) {
  .content-104 {
    display: flex;
    padding: 0 8.64706rem 5.88235rem;
  }
  .content-104,
  .content-104--aligned--left {
    flex-direction: row-reverse;
  }
  .content-104--aligned--right {
    flex-direction: row;
  }
  .content-104__asset-box,
  .content-104__droppable-box {
    width: 50%;
  }
  .content-104__droppable-box {
    padding: 4.99% 4.96%;
  }
  .content-104__droppable-box .parbase ~ .error {
    display: none;
  }
  .content-104__asset-box {
    min-height: 336px;
  }
  .content-104__asset-box--focusLG-left-top {
    background-position: 0 0;
  }
  .content-104__asset-box--focusLG-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-104__asset-box--focusLG-left-center {
    background-position: 0;
  }
  .content-104__asset-box--focusLG-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-104__asset-box--focusLG-left-bottom {
    background-position: 0 100%;
  }
  .content-104__asset-box--focusLG-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-104__asset-box--focusLG-center-top {
    background-position: top;
  }
  .content-104__asset-box--focusLG-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-104__asset-box--focusLG-center-center {
    background-position: 50%;
  }
  .content-104__asset-box--focusLG-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-104__asset-box--focusLG-center-bottom {
    background-position: bottom;
  }
  .content-104__asset-box--focusLG-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-104__asset-box--focusLG-right-top {
    background-position: 100% 0;
  }
  .content-104__asset-box--focusLG-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-104__asset-box--focusLG-right-center {
    background-position: 100%;
  }
  .content-104__asset-box--focusLG-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-104__asset-box--focusLG-right-bottom {
    background-position: 100% 100%;
  }
  .content-104__asset-box--focusLG-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 1201px) {
  .content-104 {
    padding: 0 11.76471rem 5.88235rem;
  }
  .content-104__droppable-box {
    padding: 5.87% 6.059%;
  }
  .content-104__asset-box {
    min-height: 364px;
  }
  .content-104__asset-box--focusXL-left-top {
    background-position: 0 0;
  }
  .content-104__asset-box--focusXL-left-top img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-104__asset-box--focusXL-left-center {
    background-position: 0;
  }
  .content-104__asset-box--focusXL-left-center img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-104__asset-box--focusXL-left-bottom {
    background-position: 0 100%;
  }
  .content-104__asset-box--focusXL-left-bottom img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-104__asset-box--focusXL-center-top {
    background-position: top;
  }
  .content-104__asset-box--focusXL-center-top img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-104__asset-box--focusXL-center-center {
    background-position: 50%;
  }
  .content-104__asset-box--focusXL-center-center img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-104__asset-box--focusXL-center-bottom {
    background-position: bottom;
  }
  .content-104__asset-box--focusXL-center-bottom img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-104__asset-box--focusXL-right-top {
    background-position: 100% 0;
  }
  .content-104__asset-box--focusXL-right-top img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-104__asset-box--focusXL-right-center {
    background-position: 100%;
  }
  .content-104__asset-box--focusXL-right-center img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-104__asset-box--focusXL-right-bottom {
    background-position: 100% 100%;
  }
  .content-104__asset-box--focusXL-right-bottom img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
.custom-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-grid .cq-Overlay {
  width: 100%;
}
.custom-grid__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-grid__grid > .aem-Grid {
  width: 100%;
}
.custom-grid--is-flex > .custom-grid__grid > div {
  display: flex;
  flex-direction: column;
}
.custom-grid--justify-content-left-grid {
  justify-content: flex-start;
}
.custom-grid--justify-content-center-grid {
  justify-content: center;
}
.custom-grid--justify-content-right-grid {
  justify-content: flex-end;
}
.custom-grid--align-items-left > .custom-grid__grid > div {
  align-items: flex-start;
}
.custom-grid--align-items-center > .custom-grid__grid > div {
  align-items: center;
}
.custom-grid--align-items-right > .custom-grid__grid > div {
  align-items: flex-end;
}
.custom-grid--justify-content-top > .custom-grid__grid > div {
  justify-content: flex-start;
}
.custom-grid--justify-content-center > .custom-grid__grid > div {
  justify-content: center;
}
.custom-grid--justify-content-bottom > .custom-grid__grid > div {
  justify-content: flex-end;
}
@media (min-width: 0) and (max-width: 400.99px) {
  .custom-grid {
    padding: 0 12.5px;
  }
  .custom-grid--sm-no-side-gutters {
    padding: 0;
  }
  .custom-grid--sm-custom-side-gutters-1,
  .custom-grid--sm-custom-side-gutters-2,
  .custom-grid--sm-custom-side-gutters-3 {
    padding: 0 25px;
  }
  .custom-grid > .custom-grid__grid > div {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .custom-grid--sm-cmb-0,
  .custom-grid--sm-mb-0:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 0;
  }
  .custom-grid--sm-cmb-1,
  .custom-grid--sm-mb-1:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 50px;
  }
  .custom-grid--sm-cmb-2,
  .custom-grid--sm-mb-2:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 75px;
  }
  .custom-grid--sm-cmb-3,
  .custom-grid--sm-mb-3:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 100px;
  }
  .custom-grid--sm-col-1 > .custom-grid__grid > div {
    width: calc(100% - 25px);
  }
  .custom-grid--sm-col-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-grid--sm-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 25px);
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 12.5px);
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 16.66667px);
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 25px);
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 18.75px);
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 25px);
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 20px);
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 25px);
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > .custom-grid__grid {
    width: calc(16.665% - 20.83333px);
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:first-child,
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:nth-child(6n-5) {
    margin-left: 0;
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:nth-child(6n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-2-1 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-2-1 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(66.66% - 25px);
  }
  .custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 12.5px);
    margin-left: 0;
  }
  .custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 12.5px);
    margin-right: 0;
  }
  .custom-grid--sm-col-2-2 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(66.66% - 25px);
  }
  .custom-grid--sm-col-2-2 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 12.5px);
    margin-left: 0;
  }
  .custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 12.5px);
    margin-right: 0;
  }
  .custom-grid--sm-col-3-1 {
    padding: 0;
  }
  .custom-grid--sm-col-3-1 > .custom-grid__grid > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 12.5px);
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 401px) and (max-width: 900.99px) {
  .custom-grid {
    padding: 0 25px;
  }
  .custom-grid--md-no-side-gutters {
    padding: 0;
  }
  .custom-grid--md-custom-side-gutters-1,
  .custom-grid--md-custom-side-gutters-2,
  .custom-grid--md-custom-side-gutters-3 {
    padding: 0 50px;
  }
  .custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  .custom-grid--md-cmb-0,
  .custom-grid--md-mb-0:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 0;
  }
  .custom-grid--md-cmb-1,
  .custom-grid--md-mb-1:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 50px;
  }
  .custom-grid--md-cmb-2,
  .custom-grid--md-mb-2:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 100px;
  }
  .custom-grid--md-cmb-3,
  .custom-grid--md-mb-3:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 150px;
  }
  .custom-grid--md-col-1 > .custom-grid__grid > div {
    width: calc(100% - 50px);
  }
  .custom-grid--md-col-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-grid--md-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 50px);
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  .custom-grid--md-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  .custom-grid--md-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 50px);
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  .custom-grid--md-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 50px);
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  .custom-grid--md-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 50px);
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:first-child,
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:nth-child(6n-5) {
    margin-left: 0;
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:nth-child(6n) {
    margin-right: 0;
  }
  .custom-grid--md-col-2-1 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-2-1 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  .custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  .custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  .custom-grid--md-col-2-2 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  .custom-grid--md-col-2-2 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  .custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  .custom-grid--md-col-3-1 {
    padding: 0;
  }
  .custom-grid--md-col-3-1 > .custom-grid__grid > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 901px) and (max-width: 1200.99px) {
  :not(.sm):not(.md).custom-grid {
    padding: 0 25px;
  }
  :not(.sm):not(.md).custom-grid--lg-no-side-gutters {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-1 {
    padding: 0 50px;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-2 {
    padding: 0 145px;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-3 {
    padding: 0 245px;
  }
  :not(.sm):not(.md).custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-0,
  :not(.sm):not(.md).custom-grid--lg-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-1,
  :not(.sm):not(.md).custom-grid--lg-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-2,
  :not(.sm):not(.md).custom-grid--lg-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-3,
  :not(.sm):not(.md).custom-grid--lg-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  :not(.sm):not(.md).custom-grid--lg-col-1 > .custom-grid__grid > div {
    width: calc(100% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1 {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 10000px) {
  :not(.sm):not(.md).custom-grid {
    padding: 0 37.5px;
  }
  :not(.sm):not(.md).custom-grid--xl-no-side-gutters {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-1 {
    padding: 0 75px;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-2 {
    padding: 0 200px;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-3 {
    padding: 0 330px;
  }
  :not(.sm):not(.md).custom-grid > .custom-grid__grid > div {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-0,
  :not(.sm):not(.md).custom-grid--xl-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-1,
  :not(.sm):not(.md).custom-grid--xl-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-2,
  :not(.sm):not(.md).custom-grid--xl-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-3,
  :not(.sm):not(.md).custom-grid--xl-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  :not(.sm):not(.md).custom-grid--xl-col-1 > .custom-grid__grid > div {
    width: calc(100% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 56.25px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 60px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 62.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 37.5px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 37.5px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 37.5px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 37.5px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1 {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 0) {
  [view-as-breakpoint] .sm.custom-grid {
    padding: 0 12.5px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-no-side-gutters {
    padding: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-1,
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-2,
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-3 {
    padding: 0 25px;
  }
  [view-as-breakpoint] .sm.custom-grid > .custom-grid__grid > div {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-0,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-1,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-2,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 75px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-3,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-1 > .custom-grid__grid > div {
    width: calc(100% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 12.5px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 16.66667px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 18.75px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 20px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 20.83333px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 12.5px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 12.5px);
    margin-right: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 12.5px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 12.5px);
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-3-1 {
    padding: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 12.5px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 401px) {
  [view-as-breakpoint] :not(.sm).md.custom-grid {
    padding: 0 25px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-no-side-gutters {
    padding: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-1,
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-2,
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-3 {
    padding: 0 50px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-0,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-1,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-2,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-3,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-1
    > .custom-grid__grid
    > div {
    width: calc(100% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6
    > .custom-grid__grid
    > div {
    width: calc(16.665% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-col-3-1 {
    padding: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@keyframes bgPosition {
  0% {
    background-position: 0 70%;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes bgColorReset {
  0% {
    background-color: #1971d4;
  }
  to {
    background-color: #fff;
  }
}
@keyframes bgColor {
  0% {
    background-color: #2680e5;
  }
  to {
    background-color: #1971d4;
  }
}
@keyframes resetbgPosition {
  0% {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes fullBgPosition {
  0% {
    background-position: 0 40%;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes right {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes left {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes rightReset {
  0% {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes leftReset {
  0% {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.navigation_003 {
  background-color: #fff;
  overflow: hidden;
}
.navigation_003__kpi-title {
  color: #1d252c;
  display: block;
  font-size: 1.47059rem;
  line-height: 1.82353rem;
  padding-bottom: 0;
}
.navigation_003__container {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navigation_003__container li:nth-child(odd) {
  border-right: 1px solid #e7e7e8;
}
.navigation_003 .navigation_003__container {
  margin-left: -1px;
}
.navigation_003__kpi {
  display: flex;
  background-size: 100% 200%;
  border-top: 1px solid #e7e7e8;
  margin-bottom: 0;
  position: relative;
  width: 0;
  flex-basis: 50%;
}
.navigation_003__kpi[data-order="1"] {
  order: 1;
}
.navigation_003__kpi[data-order="2"] {
  order: 2;
}
.navigation_003__kpi[data-order="3"] {
  order: 3;
}
.navigation_003__kpi[data-order="4"] {
  order: 4;
}
.navigation_003__kpi--hover {
  transition: border-top-color 0.4s ease 0.4s;
  background-position: 0 100%;
  background-image: linear-gradient(0deg, #1971d4 51%, transparent 0);
  border-top-color: #1971d4;
  z-index: 2;
}
.navigation_003__kpi--hover .navigation_003__kpi-description,
.navigation_003__kpi--hover .navigation_003__kpi-link,
.navigation_003__kpi--hover .navigation_003__kpi-title {
  color: #fff;
}
.navigation_003__kpi--hover .navigation_003__kpi-icon {
  border-color: #fff;
}
.navigation_003__kpi--hover .navigation_003__kpi-svg .icon-path {
  stroke: #fff;
}
.navigation_003__kpi--hover .navigation_003__hold,
.navigation_003__kpi--hover .navigation_003__inner-shadow {
  animation: bgColor;
  animation-duration: 50ms;
  background-color: #1971d4;
}
.navigation_003__kpi--hover .navigation_003__fill {
  background-color: #fff;
}
.navigation_003__kpi--hover:not(.navigation_003--active) {
  border-left-color: #fff;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .navigation_003__kpi:hover {
    transition: border-top-color 0.4s ease 0.4s;
    background-position: 0 100%;
    background-image: linear-gradient(0deg, #1971d4 51%, transparent 0);
    border-top-color: #1971d4;
    z-index: 2;
  }
  .navigation_003__kpi:hover .navigation_003__kpi-description,
  .navigation_003__kpi:hover .navigation_003__kpi-link,
  .navigation_003__kpi:hover .navigation_003__kpi-title {
    color: #fff;
  }
  .navigation_003__kpi:hover .navigation_003__kpi-icon {
    border-color: #fff;
  }
  .navigation_003__kpi:hover .navigation_003__kpi-svg .icon-path {
    stroke: #fff;
  }
  .navigation_003__kpi:hover .navigation_003__hold,
  .navigation_003__kpi:hover .navigation_003__inner-shadow {
    animation: bgColor;
    animation-duration: 50ms;
    background-color: #1971d4;
  }
  .navigation_003__kpi:hover .navigation_003__fill {
    background-color: #fff;
  }
  .navigation_003__kpi:hover:not(.navigation_003--active) {
    border-left-color: #fff;
  }
  .navigation_003__kpi:hover .navigation_003__hold--left .navigation_003__fill,
  .navigation_003__kpi:hover
    .navigation_003__hold--right
    .navigation_003__fill {
    transform: rotate(0deg);
  }
  .navigation_003__kpi--active:hover .navigation_003__kpi-overlay {
    animation: fullBgPosition;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    background-position: 0 100%;
  }
  .navigation_003__kpi--active
    .navigation_003__kpi-link
    .navigation_003__hold--left
    .navigation_003__fill {
    animation: leftReset 0.15s linear both;
  }
  .navigation_003__kpi--active
    .navigation_003__kpi-link
    .navigation_003__hold--right
    .navigation_003__fill {
    animation: rightReset 0.15s linear both;
    animation-delay: 0.15s;
  }
  .navigation_003__kpi--active:not(.navigation_003__kpi--hover)
    .navigation_003__border-shadow {
    display: block;
    border-color: #1d252c;
  }
  .navigation_003__kpi--active .navigation_003__kpi-overlay {
    animation: resetbgPosition;
    animation-duration: 0.5s;
  }
}
.navigation_003__kpi-link {
  display: flex;
  min-height: 150px;
  padding: 0 13.09%;
  position: relative;
  width: 100%;
  z-index: 2;
}
.navigation_003__kpi-link:focus {
  outline-offset: -2px;
}
.navigation_003__kpi-content {
  align-self: center;
  width: 100%;
  max-height: 90%;
  align-items: center;
  flex-direction: column;
}
.navigation_003__kpi-description {
  display: none;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 26px;
  padding-right: 15%;
  position: absolute;
}
.navigation_003__kpi-icon {
  display: none;
  position: absolute;
  bottom: 2.94118rem;
}
.navigation_003__loading {
  width: 2.94118rem;
  height: 2.94118rem;
  position: relative;
}
.navigation_003__border-shadow,
.navigation_003__inner-shadow {
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 4;
}
.navigation_003__border-shadow {
  border: 1px solid #dbdbdb;
  display: none;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0.6;
  width: 50px;
}
.navigation_003__inner-shadow {
  background-color: #fff;
  height: 48px;
  left: 50%;
  margin-left: -1.41176rem;
  margin-top: -1.41176rem;
  top: 50%;
  width: 48px;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .navigation_003__inner-shadow {
    animation: bgColorReset;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.navigation_003__hold {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.navigation_003__hold--left .navigation_003__fill {
  z-index: 1;
}
.navigation_003__hold--right {
  z-index: 3;
  transform: rotate(-180deg);
}
.navigation_003__hold--right .navigation_003__fill {
  z-index: 3;
}
.navigation_003__fill {
  background-color: #1d252c;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  clip: rect(0, 25px, 50px, 0);
  transform: rotate(-180deg);
}
.navigation_003__kpi-svg {
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
  left: 1rem;
  position: relative;
  top: 0.82353rem;
  z-index: 5;
}
.navigation_003__kpi-overlay {
  background-size: 100% 200%;
  background-image: linear-gradient(0deg, #fff 50%, transparent 0);
  opacity: 0.1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media (min-width: 401px) {
  .navigation_003__kpi {
    animation-name: bgColorReset;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navigation_003__kpi-content {
    align-items: baseline;
  }
  .navigation_003__kpi--short .navigation_003__kpi-content {
    margin-bottom: 5px;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-content {
    margin-bottom: 90px;
    flex-direction: column;
    align-items: baseline;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-link {
    min-height: 297px;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-icon {
    display: inline-block;
  }
  .navigation_003__kpi--active .navigation_003__hold {
    clip: rect(0, 50px, 50px, 25px);
  }
}
@media (min-width: 401px) and (-ms-high-contrast: none),
  (min-width: 401px) and (hover: hover) {
  .navigation_003__kpi--active:hover
    .navigation_003__kpi-icon
    .navigation_003__hold,
  .navigation_003__kpi--active:hover
    .navigation_003__kpi-icon
    .navigation_003__inner-shadow {
    background-color: #2680e5;
  }
  .navigation_003__kpi--active:hover
    .navigation_003__kpi-icon
    .navigation_003__hold--left
    .navigation_003__fill {
    animation: left 0.2s linear both;
    animation-delay: 0.2s;
  }
  .navigation_003__kpi--active:hover
    .navigation_003__kpi-icon
    .navigation_003__hold--right
    .navigation_003__fill {
    animation: right 0.2s linear both;
  }
  .navigation_003__kpi--hover,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover {
    animation-name: bgPosition;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navigation_003__kpi--hover .navigation_003__border-shadow,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover
    .navigation_003__border-shadow {
    display: block;
  }
  .navigation_003__kpi--hover:not(.navigation_003__kpi--active)
    .navigation_003__hold,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover:not(.navigation_003__kpi--active)
    .navigation_003__hold {
    clip: rect(0, 50px, 50px, 25px);
    background-color: #fff;
  }
}
@media (min-width: 401px) {
  .navigation_003__kpi:not(.navigation_003__kpi--active) .navigation_003__hold {
    clip: rect(0, 50px, 50px, 25px);
    background-color: #fff;
  }
  .navigation_003__kpi-title {
    font-size: 2.35294rem;
    line-height: 2.70588rem;
    padding-bottom: 0;
  }
  .navigation_003__kpi-link {
    min-height: 225px;
    padding: 0 11.34%;
  }
}
@media (min-width: 401px) and (max-width: 450px) {
  .navigation_003__kpi-link {
    padding: 0 5%;
  }
}
@media (min-width: 901px) {
  .navigation_003__container {
    flex-wrap: nowrap;
  }
  .navigation_003__container li:nth-child(2) {
    border-right: 1px solid #e7e7e8;
  }
  .navigation_003__kpi-title {
    position: relative;
    top: 50px;
    transition: top 0.4s ease-out;
    font-size: 1.88235rem;
    line-height: 38px;
  }
  .navigation_003__kpi {
    flex-basis: 100%;
  }
  .navigation_003__kpi:hover .navigation_003__kpi-title {
    top: 0;
  }
  .navigation_003__kpi-content {
    bottom: 50px;
    position: relative;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-content {
    margin-bottom: 0;
  }
  .navigation_003__kpi--tall:hover .navigation_003__kpi-content {
    top: 0;
  }
  .navigation_003__kpi--tall:hover .navigation_003__kpi-title {
    padding-bottom: 17.8px;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-link {
    min-height: 500px;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-title {
    font-size: 2.35294rem;
    line-height: 2.70588rem;
    padding-bottom: 0;
  }
}
@media (min-width: 901px) and (-ms-high-contrast: none),
  (min-width: 901px) and (hover: hover) {
  .navigation_003__kpi--hover .navigation_003__kpi-title,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover
    .navigation_003__kpi-title {
    top: 0;
    padding-bottom: 17.8px;
  }
  .navigation_003__kpi--hover .navigation_003__kpi-content,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover
    .navigation_003__kpi-content {
    margin-bottom: 0;
    bottom: 0;
  }
  .navigation_003__kpi--hover .navigation_003__kpi-description,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover
    .navigation_003__kpi-description {
    visibility: visible;
    opacity: 1;
    max-height: 100%;
    transform: translate(0);
    transition: visibility 0.2s linear, opacity 0.2s ease-out 0.15s,
      transform 0.3s ease-out 0.1s;
    position: relative;
  }
}
@media (min-width: 901px) {
  .navigation_003__kpi-link {
    min-height: 258px;
    padding: 0 8.443%;
  }
  .navigation_003__kpi-description {
    display: block;
    visibility: hidden;
    transform: translateY(40px);
    opacity: 0;
    transition: visibility 0.1s linear, opacity 50ms linear,
      transform 0.1s linear;
  }
}
@media (min-width: 1201px) {
  .navigation_003__kpi--tall:hover .navigation_003__kpi-title {
    padding-bottom: 17.8px;
  }
  .navigation_003__kpi--tall .navigation_003__kpi-title {
    padding-bottom: 0;
  }
}
@media (min-width: 1201px) and (-ms-high-contrast: none),
  (min-width: 1201px) and (hover: hover) {
  .navigation_003__kpi--hover .navigation_003__kpi-title,
  .navigation_003__kpi:not(.navigation_003__kpi--active):hover
    .navigation_003__kpi-title {
    top: 0;
    padding-bottom: 17.8px;
  }
}
@media (min-width: 1201px) {
  .navigation_003__kpi-link {
    min-height: 250px;
    padding: 0 12.624%;
  }
}
.media-206-carousel-wrapper[data-v-fbf2bd30] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container {
  width: 100%;
  height: auto;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view {
  height: 100%;
  min-height: 15.70588rem;
  max-height: 24.52941rem;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel,
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide {
  height: 100%;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .subaru-image {
  display: inline;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .media-carousel-wrapper__image-container,
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .media-carousel-wrapper__image-container
  img,
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .videoWrapper {
  height: 100%;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-carousel-wrapper
  .dots-navigation {
  margin: 0;
  padding: 2.05882rem 0;
  background: #1d252c;
}
.media-206-carousel-wrapper[data-v-fbf2bd30] .content-carousel {
  background: #1d252c;
  min-height: 20rem;
  padding: 0 1.76471rem 2.94118rem;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .content-carousel__droppables-container {
  margin: 0;
  width: 100%;
  display: flex;
  height: 100%;
  padding: 0.23529rem;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .content-carousel__numbering-total-count {
  color: #fff;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container:not(.is-author)
  .content-carousel__droppable {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-pack: center;
  flex-direction: column;
}
.media-206-carousel-wrapper[data-v-fbf2bd30]
  .media-206-carousel-wrapper__carousel-container:not(.is-author)
  .vertical-flex-center {
  justify-content: center;
  flex-pack: center;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 401px) {
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .media-206-carousel-wrapper__carousel-container
    .media-carousel-wrapper__carousel-view {
    min-height: 26.47059rem;
    max-height: 35.29412rem;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .content-carousel {
    padding: 0 2.94118rem 2.94118rem;
  }
}
@media (min-width: 901px) {
  .media-206-carousel-wrapper[data-v-fbf2bd30] {
    flex-direction: row;
    min-height: 35.29412rem;
    max-height: 44.11765rem;
    position: relative;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .media-206-carousel-wrapper__carousel-container {
    width: 50%;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .media-206-carousel-wrapper__carousel-container
    .media-carousel-wrapper__carousel-view {
    max-height: none;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .media-206-carousel-wrapper__carousel-container
    .dots-navigation {
    display: none;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__counter {
    bottom: 2.94118rem;
    left: 2.64706rem;
    right: auto;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__numbering {
    display: flex;
    justify-content: center;
    align-items: baseline;
    overflow: hidden;
    height: 1.88235rem;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__numbering-container {
    padding-left: 0;
    transition: transform 1s ease-in-out;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__numbering-current-position {
    margin-bottom: 0.11765rem;
    line-height: 1.76471rem;
    font-size: 2.35294rem;
    font-weight: 700;
    height: 1.76471rem;
    color: #fff;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__numbering-total-count {
    font-size: 1rem;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .content-carousel {
    padding: 2.94118rem 2.64706rem 7.70588rem;
    position: relative;
    display: block;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .arrows {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    position: absolute;
    right: auto;
    left: auto;
    bottom: 0;
    z-index: 3;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .arrows .arrows__arrow {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .arrows
    .arrows__arrow--white-arrow {
    width: 3.52941rem;
    height: 3.52941rem;
    display: inline-flex;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    .arrows
    .arrows__arrow--white-arrow:hover {
    background-color: #1971d4;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .media-carousel-wrapper__dots {
    display: none;
  }
  .media-206-carousel-wrapper--left-alignment[data-v-fbf2bd30] {
    flex-direction: row;
  }
  .media-206-carousel-wrapper--left-alignment[data-v-fbf2bd30] .arrows {
    right: 0;
  }
  .media-206-carousel-wrapper--left-alignment[data-v-fbf2bd30]
    .arrows
    .arrows__arrow {
    margin: 0 0 0 0.05882rem;
  }
  .media-206-carousel-wrapper--left-alignment[data-v-fbf2bd30]
    .media-206-carousel-wrapper__carousel-container
    .media-carousel-wrapper__carousel-view
    .videoWrapper
    .caption-button {
    bottom: 4.29412rem;
  }
  .media-206-carousel-wrapper--right-alignment[data-v-fbf2bd30] {
    flex-direction: row-reverse;
  }
  .media-206-carousel-wrapper--right-alignment[data-v-fbf2bd30] .arrows {
    left: 0;
  }
  .media-206-carousel-wrapper--right-alignment[data-v-fbf2bd30]
    .arrows
    .arrows__arrow {
    margin: 0 0.05882rem 0 0;
  }
}
@media (min-width: 1201px) {
  .media-206-carousel-wrapper[data-v-fbf2bd30] {
    min-height: 47.05882rem;
    max-height: 55.88235rem;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30]
    :not(.sm)
    :not(.md).content-carousel__counter {
    left: 4.41176rem;
    bottom: 4.41176rem;
  }
  .media-206-carousel-wrapper[data-v-fbf2bd30] .content-carousel {
    padding: 4.41176rem 4.41176rem 10.58824rem;
  }
}
.back-to-top-container {
  display: block;
  width: auto;
  height: auto;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}
.back-to-top-container__btn {
  display: block;
  width: 100%;
  height: 100%;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .back-to-top-container--default:hover {
    color: #fff;
    background-color: #1971d4;
  }
  .back-to-top-container--default:hover
    .back-to-top-container__btn-back-to-top:before {
    border-color: #fff;
  }
}
.back-to-top-container--default,
.back-to-top-container--text-button {
  position: absolute;
  right: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(25px);
  text-indent: -9999px;
  overflow: hidden;
  background-color: #f7f8f9;
}
.back-to-top-container--default .back-to-top-container__btn:before,
.back-to-top-container--text-button .back-to-top-container__btn:before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 50%;
  width: 13px;
  height: 13px;
  border: solid #1d252c;
  border-width: 2px 0 0 2px;
  transform: translate(6.5px, 8.5px) rotate(45deg);
}
.back-to-top-container--text-button {
  display: inline;
  text-indent: 0;
  text-align: center;
}
.back-to-top-container--text-button .back-to-top-container__btn:before {
  display: none;
}
.back-to-top-container--edit-mode {
  position: relative;
  top: auto;
  right: auto;
  transform: translateX(39vw);
}
@media (min-width: 401px) {
  .back-to-top-container--edit-mode {
    transform: translateX(47vw);
  }
}
@media (min-width: 1201px) {
  .back-to-top-container--default {
    width: 75px;
    height: 75px;
    transform: translateX(37px);
  }
  .back-to-top-container--edit-mode {
    transform: translateX(47.7vw);
  }
}
.navigation-002 {
  position: relative;
}
.navigation-002 .opacity-0 {
  opacity: 0;
}
.navigation-002 hr {
  height: 0.05882rem;
  background-color: #3e434d;
  margin: 28px 0 40px;
  border: 0;
  width: 100%;
}
.navigation-002 .body-copy,
.navigation-002 p {
  padding-bottom: 0;
}
.navigation-002 .cta--text-link {
  font-weight: 400;
}
.navigation-002 .cta {
  color: #b7bcc2 !important;
  transition-duration: 0.3s !important;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .navigation-002 .cta:active,
  .navigation-002 .cta:hover {
    color: #3a8eee !important;
  }
}
.navigation-002__sections-container .navigation-002__legal-disclaimers a,
.navigation-002__sections-container
  .navigation-002__legal-disclaimers
  a.ot-sdk-show-settings,
.navigation-002__sections-container .navigation-002__legal-disclaimers button {
  color: #b7bcc2 !important;
  transition-duration: 0.3s !important;
}
@media (-ms-high-contrast: none), (hover: hover) {
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    a.ot-sdk-show-settings:active,
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    a.ot-sdk-show-settings:hover,
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    a:active,
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    a:hover,
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    button:active,
  .navigation-002__sections-container
    .navigation-002__legal-disclaimers
    button:hover {
    color: #3a8eee !important;
  }
}
.navigation-002__legal-disclaimers,
.navigation-002__sections-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.navigation-002
  .social-container__social-buttons
  .social-container__social-item {
  padding: 0;
}
.navigation-002
  .social-container__social-buttons
  .social-container__social-item
  .social-container__social-cta {
  width: 22px;
  height: auto;
}
.navigation-002__sections-container
  .setion-title-connect-with-us
  .feature-name {
  text-align: center;
  width: 100%;
}
.navigation-002__social-links .responsivegrid .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
  padding-top: 10px;
}
.navigation-002__social-links .responsivegrid .aem-Grid > div.\34 04_CTA {
  width: 25px;
  margin-right: 20px;
}
.navigation-002__social-links
  .responsivegrid
  .aem-Grid
  > div.\34
  04_CTA:last-of-type {
  margin-right: 0;
}
.navigation-002__social-links
  .responsivegrid
  .aem-Grid
  .responsivegrid
  .aem-Grid {
  margin-bottom: 0;
}
.navigation-002__social-links .cta {
  width: 100%;
}
.navigation-002__social-links .cta .cta__image {
  min-height: 21px;
}
.navigation-002__sections-container {
  background-color: #1d252c;
  color: #fff;
  justify-content: space-evenly;
  padding: 95px 20px 0;
}
.navigation-002__sections-container .body-copy,
.navigation-002__sections-container p {
  color: #5c6163;
}
.navigation-002__sections-container .feature-name {
  color: #fff;
  display: inline-block;
}
.navigation-002__sections-container .navigation-002__sections-columns {
  width: 46%;
  height: auto;
  margin: 4px 10px 0 0;
  padding: 0;
}
.navigation-002__sections-container
  .navigation-002__sections-columns
  .subaru-multifield-links-container__subaru-multifield-links-item {
  margin: 0;
  padding: 0;
  width: 92%;
}
.navigation-002__sections-container
  .navigation-002__sections-columns:first-of-type {
  display: none;
}
.navigation-002__sections-container
  .navigation-002__sections-columns:nth-of-type(2) {
  width: 100%;
  text-align: center;
}
.navigation-002__email-support {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.navigation-002__email-support .cta--text-link.fs-small .cta_icon-container {
  width: 0.88235rem;
}
.navigation-002__get-email-updates,
.navigation-002__get-email-updates .s-cta {
  width: auto;
  height: auto;
}
.navigation-002__legal-disclaimers {
  justify-content: space-between;
}
.navigation-002__legal-disclaimers .navigation-002__terms-conditions .cta,
.navigation-002__legal-disclaimers .navigation-002__terms-conditions a {
  text-decoration: underline;
}
.navigation-002__legal-disclaimers .navigation-002__terms-conditions p span {
  display: inline;
}
.navigation-002__legal-disclaimers .navigation-002__privacy-policies {
  padding-bottom: 45px;
}
.navigation-002__legal-disclaimers
  .navigation-002__privacy-policies
  .subaru-multifield-links-container {
  flex-direction: row;
}
.navigation-002__legal-disclaimers
  .navigation-002__privacy-policies
  .subaru-multifield-links-container
  .cta,
.navigation-002__legal-disclaimers
  .navigation-002__privacy-policies
  .subaru-multifield-links-container
  a {
  font-size: 0.82353rem;
  line-height: 24px;
  padding-bottom: 0;
}
.navigation-002__legal-disclaimers
  .navigation-002__privacy-policies
  .subaru-multifield-links-container__subaru-multifield-links-item {
  padding: 0 0.52941rem;
}
.navigation-002__legal-disclaimers
  .navigation-002__privacy-policies
  .subaru-multifield-links-container__subaru-multifield-links-item:before {
  background-color: #b7bcc2;
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  width: 1px;
  left: 0;
  top: 6px;
  opacity: 1;
  visibility: visible;
}
.navigation-002 .subaru-multifield-links-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item {
  list-style: none;
  margin: 0;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item:before {
  content: "";
  display: none;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item:last-of-type {
  padding-right: 0;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item:first-of-type {
  padding-left: 0;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item.include-caret
  .subaru-multifield-links-container__subaru-multifield-link-caret,
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item:first-of-type:before {
  display: none;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item.include-caret
  .cta {
  position: relative;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item.include-caret
  .cta:before {
  display: none;
}
.navigation-002
  .subaru-multifield-links-container__subaru-multifield-links-item.include-caret
  .cta:after {
  content: "";
  display: inline-block;
  background-image: url('/assets/images/ad_choice_logo.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  border: none;
  height: 10px;
  position: relative;
  width: 10px;
  margin-left: 10px;
  top: auto;
  right: auto;
}
.navigation-002__global-disclaimers {
  padding: 43px 20px 19px;
}
.navigation-002__global-disclaimers p {
  margin-bottom: 23px;
}
.navigation-002 .xf-content-height {
  min-height: inherit;
  margin: inherit;
}
@media (min-width: 401px) {
  .navigation-002:not(.sm):not(.md) hr {
    margin: 29px 0 43px;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .setion-title-connect-with-us
    .feature-name {
    text-align: left;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__social-links
    .responsivegrid
    .aem-Grid {
    justify-content: flex-start;
    padding: 2% 0 0;
  }
  .navigation-002:not(.sm):not(.md) .navigation-002__devider {
    display: none;
  }
  .navigation-002:not(.sm):not(.md) .navigation-002__sections-container {
    padding: 95px 48px 0;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns {
    width: 30%;
    margin-right: 4%;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:nth-of-type(2) {
    width: 32%;
    text-align: left;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:nth-child(5) {
    margin-right: 0;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__email-support {
    display: inline-block;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__email-support
    .cta--text-link.fs-small
    .cta_icon-container {
    width: 20px;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__email-support
    .navigation-002__customer-support,
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__email-support
    .navigation-002__get-email-updates {
    width: 100%;
    margin-bottom: 0.70588rem;
  }
}
@media screen and (min-width: 401px) and (min-width: 401px) and (max-width: 561px) {
  .navigation-002:not(.sm):not(.md) .navigation-002__customer-support a,
  .navigation-002:not(.sm):not(.md) .navigation-002__get-email-updates a {
    width: 98%;
  }
}
@media (min-width: 401px) {
  .navigation-002:not(.sm):not(.md) .navigation-002__legal-disclaimers {
    flex-direction: row;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__privacy-policies,
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__terms-conditions {
    width: 50%;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__terms-conditions {
    padding-bottom: 45px;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__privacy-policies
    .subaru-multifield-links-container {
    justify-content: flex-end;
  }
  .navigation-002:not(.sm):not(.md) .navigation-002__global-disclaimers {
    padding: 42px 50px 27px;
  }
  .navigation-002__legal-disclaimers
    .navigation-002__privacy-policies
    .subaru-multifield-links-container__subaru-multifield-links-item {
    padding: 0 0.82353rem;
  }
  .navigation-002__legal-disclaimers
    .navigation-002__privacy-policies
    .subaru-multifield-links-container__subaru-multifield-links-item:last-of-type {
    padding-right: 0;
  }
}
@media (min-width: 1050px) {
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:nth-child(5) {
    margin-right: 3%;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__privacy-policies {
    width: 40%;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__legal-disclaimers
    .navigation-002__terms-conditions {
    width: 60%;
  }
}
@media (min-width: 901px) {
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns,
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:nth-of-type(2) {
    width: 22%;
    margin-right: 3%;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:first-of-type {
    display: block;
  }
  .navigation-002:not(.sm):not(.md) .setion-title-explore-subaru .feature-name {
    font-size: 2.64706rem;
    line-height: 2.94118rem;
    word-break: normal;
  }
  .navigation-002:not(.sm):not(.md)__global-disclaimers p {
    max-width: 75vw;
  }
}
@media (min-width: 1201px) {
  .navigation-002:not(.sm):not(.md) .navigation-002__sections-container {
    padding: 172px 75px 0;
  }
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns,
  .navigation-002:not(.sm):not(.md)
    .navigation-002__sections-container
    .navigation-002__sections-columns:nth-of-type(2) {
    width: 17%;
    margin-right: 9%;
  }
  .navigation-002:not(.sm):not(.md) .setion-title-explore-subaru .feature-name {
    font-size: 3.52941rem;
    line-height: 3.94118rem;
  }
  .navigation-002:not(.sm):not(.md) .navigation-002__global-disclaimers {
    padding: 42px 75px 23px;
  }
}
.md501transition {
  transition: all 0.3s ease-in-out;
}
.md501transition .social-container__social-item {
  animation: fade-in-enter 0.5s ease-in-out 0s 1;
  animation-fill-mode: forwards;
}
.user-is-tabbing .md501--midnight-theme .md501__header h5:focus {
  outline: none;
}
@keyframes fade-in-enter {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 0.9;
    visibility: visible;
    transform: translateY(0);
  }
}
.md501:not(--edit-mode) .cmp-edit_title,
.md501:not(--edit-mode) .cq-component-needs-configuration {
  display: none;
}
.md501.md501--variant-medium.md501--midnight-theme .md501__content,
.md501.md501--variant-small.md501--midnight-theme .md501__content,
.md501__dialog {
  background: #fff;
}
.md501__dialog {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.md501__header {
  margin: 0;
  padding: 0;
  width: 100vw;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 2.94118rem;
  display: flex;
  z-index: 25;
  pointer-events: none;
}
.md501__header a,
.md501__header button {
  pointer-events: all;
}
.md501__header h5 {
  padding: 0 10%;
  vertical-align: top;
  text-align: center;
  flex-grow: 1;
  flex-basis: 90%;
}
.md501__content .xf-content-height {
  margin: 0;
}
.md501__close {
  width: 30px;
  height: 30px;
  padding: 0 0 0 7px;
  position: absolute;
  right: 11px;
  top: 20%;
}
.md501--opened {
  overflow: hidden;
}
.md501--white-theme .md501__header {
  background: #fff;
}
.md501--white-theme .md501__header h5 {
  color: #1d252c;
}
.md501--white-theme .md501__header .icon-path {
  stroke: #1971d4;
}
.md501--white-theme .md501__header .md501__close:hover .icon-path {
  stroke: #1d252c;
}
.md501--midnight-theme.md501--variant-fullScreen .md501__dialog {
  border: 0;
}
.md501--midnight-theme.md501--variant-fullScreen .md501__content {
  background: #fff;
}
.md501--midnight-theme .md501__header {
  background: #1d252c;
}
.md501--midnight-theme .md501__header h5 {
  color: #fff;
}
.md501--midnight-theme .md501__header .icon-path {
  stroke: #3a8eee;
}
.md501--midnight-theme .md501__header .md501__close:hover .icon-path {
  stroke: #fff;
}
.md501--medium-midnight-theme.md501--isOpen.md501 .md501__content,
.md501--medium-midnight-theme .md501__dialog,
.md501--medium-midnight-theme .md501__header {
  background: #1d252c;
}
.md501--medium-midnight-theme .md501__header h5 {
  color: #fff;
}
.md501--medium-midnight-theme .md501__header .icon-path {
  stroke: #3a8eee;
}
.md501--medium-midnight-theme .md501__header .md501__close:hover .icon-path {
  stroke: #fff;
}
.md501--medium-light-theme .md501__header h5 {
  color: #1d252c;
}
.md501--medium-light-theme .md501__header .icon-path {
  stroke: #1971d4;
}
.md501--medium-light-theme .md501__header .md501__close:hover .icon-path {
  stroke: #1d252c;
}
.md501--white-popup {
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 30;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.md501--white-popup .md501__content {
  padding: 1rem 0.35294rem;
  background: #f7f8f9;
  overflow: auto;
  overflow-x: auto;
}
.md501--white-popup.md501--medium-midnight-theme .md501__content {
  background: #1d252c;
}
.md501--anim .md501__dialog {
  opacity: 0;
}
.md501--anim .md501__dialog.has-video {
  width: 40%;
}
.md501--anim .md501__dialog.has-not-video {
  transform: scale(0.7);
}
.md501--isOpen.md501--anim {
  visibility: visible;
}
.md501--isOpen.md501--anim .md501__dialog {
  opacity: 1;
  background-color: #fff;
}
.md501--isOpen.md501--anim .md501__dialog.has-video {
  width: inherit;
}
.md501--isOpen.md501--anim .md501__dialog.has-not-video {
  transform: scale(1);
}
.md501--social-share.md501--isOpen.md501--anim .md501__dialog {
  background: #1d252c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md501--social-share.md501--isOpen.md501--anim
  .md501__dialog
  .social-container__social-item {
  margin-right: 0;
  visibility: hidden;
}
.md501--social-share.md501--isOpen.md501--anim
  .md501__dialog
  .social-container__social-cta--email-btn
  svg {
  margin-top: 0.58824rem;
}
.md501--social-share {
  height: 100vh;
}
.md501--social-share .md501__content {
  height: 100%;
  background: #1d252c;
  display: flex;
  align-items: center;
}
.md501.md501--social-share .md501__content {
  padding-bottom: 4.41176rem;
}
.md501--social-share header {
  background: none;
  width: 100%;
}
.md501--social-share .md501__dialog {
  outline: 0 none;
  background: none;
  height: 100vh;
  width: auto;
}
.md501--variant-fullScreen .md501__dialog {
  width: 100vw;
  height: 100vh;
}
.md501--variant-fullScreen .md501__content {
  padding: 1.76471rem 1rem;
  height: 100%;
}
.md501--variant-sidepanel,
.md501--variant-sidepanel-no-header {
  width: 100%;
  visibility: hidden;
  height: 100%;
  top: 0;
  z-index: 23;
  right: -100%;
  position: fixed;
  transition: all 0.4s ease;
}
.md501--variant-sidepanel-no-header .md501__content,
.md501--variant-sidepanel .md501__content {
  overflow: auto;
  overflow-x: auto;
}
.md501--variant-sidepanel-no-header.md501--isOpen,
.md501--variant-sidepanel.md501--isOpen {
  background: #fff;
  right: 0;
  visibility: visible;
}
.md501__content {
  height: calc(100vh - 50px);
  position: relative;
}
.md501--variant-sidepanel .md501__content {
  padding: 1rem 0.35294rem;
}
.md501--variant-sidepanel.md501--white-theme .md501__content {
  background: #f7f8f9;
}
.md501--variant-sidepanel.md501--midnight-theme .md501__content {
  background: #fff;
}
.md501--variant-sidepanel-no-header .md501__header {
  background: linear-gradient(#6f7478, rgba(29, 37, 44, 0));
  position: absolute;
  height: 2.94118rem;
  width: 100%;
  z-index: 25;
  right: 0;
}
.md501--variant-sidepanel-no-header .md501__header .icon-path {
  stroke: #fff;
}
.md501--variant-sidepanel-no-header
  .md501__header
  .md501__close:hover
  .icon-path {
  stroke: #1d252c;
}
.md501--variant-sidepanel-no-header .md501__content {
  background: #fff;
  height: 100vh;
}
@media (hover: none) and (pointer: coarse) {
  .md501--medium-light-theme header .md501__close:active .icon-path,
  .md501--medium-light-theme header .md501__close:focus .icon-path,
  .md501--medium-light-theme header .md501__close:hover .icon-path,
  .md501--medium-light-theme header .md501__close:link .icon-path,
  .md501--medium-light-theme header .md501__close:visited .icon-path,
  .md501--white-theme header .md501__close:active .icon-path,
  .md501--white-theme header .md501__close:focus .icon-path,
  .md501--white-theme header .md501__close:hover .icon-path,
  .md501--white-theme header .md501__close:link .icon-path,
  .md501--white-theme header .md501__close:visited .icon-path {
    stroke: #1971d4;
  }
  .md501--medium-midnight-theme header .md501__close:active .icon-path,
  .md501--medium-midnight-theme header .md501__close:focus .icon-path,
  .md501--medium-midnight-theme header .md501__close:hover .icon-path,
  .md501--medium-midnight-theme header .md501__close:link .icon-path,
  .md501--medium-midnight-theme header .md501__close:visited .icon-path,
  .md501--midnight-theme header .md501__close:active .icon-path,
  .md501--midnight-theme header .md501__close:focus .icon-path,
  .md501--midnight-theme header .md501__close:hover .icon-path,
  .md501--midnight-theme header .md501__close:link .icon-path,
  .md501--midnight-theme header .md501__close:visited .icon-path {
    stroke: #3a8eee;
  }
  .md501--variant-sidepanel-no-header header .md501__close:active .icon-path,
  .md501--variant-sidepanel-no-header header .md501__close:focus .icon-path,
  .md501--variant-sidepanel-no-header header .md501__close:hover .icon-path,
  .md501--variant-sidepanel-no-header header .md501__close:link .icon-path,
  .md501--variant-sidepanel-no-header header .md501__close:visited .icon-path {
    stroke: #fff;
  }
}
@media (min-width: 401px) {
  .md501 .md501__header {
    min-height: 4.41176rem;
  }
  .md501__close {
    width: 25px;
    height: 25px;
    right: 18px;
    top: 30%;
  }
  .md501--social-share.md501--isOpen.md501
    .md501__dialog
    .social-container__social-item {
    margin-right: 0.58824rem;
  }
  .md501.md501--social-share header {
    position: relative;
  }
  .md501--white-popup.md501--social-share {
    margin: 0 auto;
  }
  .md501--social-share .md501__content {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 901px) {
  .md501--social-share,
  .md501--social-share .md501__dialog {
    height: 100vh;
  }
  .md501.md501--social-share header {
    width: 32.35294rem;
  }
  .md501--social-share .md501__content {
    height: auto;
    background: #1d252c;
    padding: 2.35294rem;
  }
  .md501__dialog {
    height: 100vh;
  }
  .md501__close {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .md501--touch-device {
    position: fixed;
  }
  .md501--touch-device .md501--variant-medium.md501--white-popup,
  .md501--touch-device .md501--variant-small.md501--white-popup {
    height: 88vh;
  }
  .md501--edit-mode.md501--variant-medium.md501--white-popup,
  .md501--edit-mode.md501--variant-small.md501--white-popup {
    top: 0;
    bottom: 0;
  }
  .md501.md501--variant-medium .md501__dialog,
  .md501.md501--variant-sidepanel-no-header .md501__dialog,
  .md501.md501--variant-sidepanel .md501__dialog,
  .md501.md501--variant-small .md501__dialog {
    outline: 0 none;
  }
  .md501 .md501__header {
    width: 100%;
  }
  .md501--white-popup.md501--variant-large .md501__dialog,
  .md501--white-popup.md501--variant-medium .md501__dialog,
  .md501--white-popup.md501--variant-small .md501__dialog {
    height: auto;
    top: 50%;
    left: 50%;
  }
  .md501--white-popup.md501--variant-large .md501__dialog .md501__content,
  .md501--white-popup.md501--variant-medium .md501__dialog .md501__content,
  .md501--white-popup.md501--variant-small .md501__dialog .md501__content {
    max-height: calc(90vh - 75px);
  }
  .md501--isOpen.md501--white-popup.md501--variant-large .md501__dialog {
    transform: translate(-50%, -50%) scale(1);
  }
  .md501--variant-small {
    transition: all 0.3s ease;
    width: 587px;
  }
  .md501--variant-small .md501__content {
    height: auto;
  }
  .md501--variant-medium {
    transition: all 0.3s ease;
    width: 840px;
  }
  .md501--variant-medium .md501__content {
    height: auto;
  }
  .md501--variant-large {
    transition: all 0.3s ease;
    width: 90%;
  }
  .md501--variant-fullScreen {
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 90vw;
  }
  .md501--variant-fullScreen .md501__content {
    padding: 1.76471rem 1rem;
  }
  .md501--variant-fullScreen .md501__content--no-padding {
    padding: 0;
  }
  .md501--variant-fullScreen .md501__dialog {
    width: 90vw;
  }
  .md501--variant-sidepanel,
  .md501--variant-sidepanel-no-header {
    right: -816px;
    width: 816px;
  }
  .md501--variant-sidepanel .md501__content {
    height: calc(100vh - 75px);
  }
  .md501--variant-sidepanel-no-header.md501--isOpen--medium-midnight-theme,
  .md501--variant-sidepanel.md501--isOpen--medium-midnight-theme {
    width: 30%;
  }
}
@media (min-width: 1201px) {
  .md501--variant-sidepanel,
  .md501--variant-sidepanel-no-header {
    right: -837px;
    width: 837px;
  }
}
.vue-modal-wrapper .global-search,
.vue-modal-wrapper .md501--isOpen,
.vue-modal-wrapper .md501--variant-medium {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (max-width: 901px),
  (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
  (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .vue-modal-wrapper .global-search,
  .vue-modal-wrapper .md501--isOpen,
  .vue-modal-wrapper .md501--variant-medium {
    height: 100%;
  }
}
.vue-modal-wrapper .md501__content {
  padding: 0;
}
@media (max-width: 901px),
  (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3),
  (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .vue-modal-wrapper .md501__content {
    width: 100%;
  }
}
.search {
  position: relative;
}
.search__input::-moz-placeholder {
  padding-left: 1px;
  letter-spacing: -0.5px;
  color: #fff;
}
.search__input::placeholder {
  padding-left: 1px;
  letter-spacing: -0.5px;
  color: #fff;
}
.search__input-wrapper {
  border-bottom: 2px solid #2b323a;
  position: relative;
  margin-bottom: 3vw;
}
.search__input {
  font-size: 1rem;
  line-height: 32px;
  background: #1d252c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 4vw 8% 4vw 0;
  color: #fff;
  border: 1px solid #1d252c;
  border-radius: 0;
  letter-spacing: -0.5px;
  height: auto;
  margin: 0;
  max-width: none;
}
.search__input:-webkit-autofill {
  box-shadow: inset 0 0 0 9999px #1d252c;
  transition-delay: 9999s;
  -webkit-text-fill-color: #fff;
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  transition: "color 9999s ease-out, background-color 9999s ease-out";
}
.search__input-label--floating {
  font-size: 1.41176rem;
  margin-bottom: 0;
  color: #fff;
  opacity: 0;
}
.search__input-label--floating-visible {
  opacity: 1;
}
.user-is-tabbing .search__input:focus {
  box-shadow: 0 0 0 0.11765rem #dae6f4;
}
.search__input-btn {
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 4.5vw;
  background-color: transparent;
  padding: 0;
  pointer-events: auto;
}
.search__error-message {
  text-align: left;
  color: #ea5d5d;
  font-size: 0.70588rem;
  position: absolute;
  line-height: 17px;
}
.search__results-wrapper {
  position: absolute;
  width: 98%;
  box-shadow: 0 0 5px;
  z-index: 1;
}
.search__results {
  padding: 0;
  margin: 0;
}
.search__results-item {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  background: #fff;
  padding: 5px 10px;
  line-height: normal;
}
.search__results-item:hover {
  background-color: #fafafa;
}
.search__results-item:before {
  content: none;
}
.search__results-title {
  color: #1971d4;
  font-size: 0.70588rem;
  padding: 0;
  line-height: normal;
}
.search__results-description {
  color: #1d252c;
  font-size: 0.70588rem;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0;
}
.search .search__input-btn:hover .search-input-icon-line,
.search .search__input-btn:hover .search-input-icon-path {
  stroke: #3a8eee !important;
}
.search .search-input-icon-line,
.search .search-input-icon-path {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.9px;
}
.search .search-input-icon {
  display: block;
  width: 0.9em;
  height: 0.9em;
  margin: 0 auto;
  fill: currentColor;
}
@media (min-width: 401px) {
  .search__input-wrapper {
    margin-bottom: 1.6vw;
    margin-left: 8px;
  }
  .search__input {
    font-size: 1.47059rem;
    line-height: 32px;
    padding: 1.6vw 70px 1.6vw 0;
  }
  .search__input-btn {
    bottom: 2.1vw;
  }
  .search__error-message {
    margin-left: 10px;
  }
  .search .search-input-icon {
    width: 1.1em;
    height: 1.1em;
  }
}
@media (min-width: 901px) {
  .search__input-btn {
    font-size: 40px;
    bottom: 0.8em;
  }
  .search__input-wrapper {
    margin-bottom: 28px;
    margin-left: 18px;
  }
  .search__input {
    font-size: 4.70588rem;
    line-height: 80px;
    padding: 16px 70px 16px 0;
  }
  .search__input::-moz-placeholder {
    color: #293036;
    padding-left: 17px;
  }
  .search__input::placeholder {
    color: #293036;
    padding-left: 17px;
  }
  .search__error-message {
    margin-left: 0;
  }
  .search .search-input-icon {
    width: 1.5em;
    height: 1.5em;
  }
}
@media (min-width: 1201px) {
  .search__input {
    font-size: 4.70588rem;
    line-height: 80px;
    padding: 5px 70px 5px 0;
  }
  .search__input-btn {
    bottom: 0.7em;
  }
}
.svg--container {
  height: 100%;
  display: flex;
}
.nav-vehicle-card {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
.nav-vehicle-card__info {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  justify-content: space-between;
}
.nav-vehicle-card__top-section {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.47059rem;
}
.nav-vehicle-card__image {
  width: 100%;
  position: relative;
}
.nav-vehicle-card__image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  height: 80px;
  overflow: hidden;
  width: 100%;
}
.nav-vehicle-card__image-background {
  border-radius: 0.58824rem 0.58824rem 0 0;
  left: 0;
  min-height: 3.52941rem;
  position: absolute;
  right: 0;
  transition: all 0.6s ease;
  top: 0;
  opacity: 0.75;
}
.nav-vehicle-card__image-label {
  position: relative;
  top: 1.17647rem;
  line-height: 0.94118rem;
  padding-left: 0.58824rem;
  padding-right: 0.58824rem;
  display: inline-block;
}
.nav-vehicle-card__image img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
.nav-vehicle-card__title {
  font-size: 1.23529rem;
  line-height: 1.52941rem;
  padding-bottom: 0.23529rem !important;
}
.nav-vehicle-card__secondary-title {
  font-size: 0.70588rem;
  line-height: 1rem;
  min-height: 1rem;
}
.nav-vehicle-card__content-section {
  display: flex;
  flex-direction: column;
}
.nav-vehicle-card__middle-section {
  border-bottom: 1px solid #e7e7e8;
  border-top: 1px solid #e7e7e8;
  display: flex;
  flex-direction: column;
  margin: 0 0.58824rem;
  padding: 0.58824rem 0;
  min-height: 6.94118rem;
  flex: 0 0 auto;
}
.nav-vehicle-card__msrp {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.47059rem;
}
.nav-vehicle-card__msrp-pretext {
  display: inline-block;
  font-size: 0.70588rem;
  line-height: 1rem;
}
.nav-vehicle-card__msrp-text {
  display: inline-block;
  font-size: 0.82353rem;
  line-height: 1.05882rem;
}
.nav-vehicle-card__msrp-posttext {
  display: inline-block;
  font-size: 0.70588rem;
  line-height: 1rem;
  margin-left: -0.17647rem;
}
.nav-vehicle-card__mpg {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.nav-vehicle-card__mpg-pretext {
  display: inline-block;
  font-size: 0.70588rem;
  line-height: 1rem;
}
.nav-vehicle-card__mpg-text {
  display: inline-block;
  font-size: 0.82353rem;
  line-height: 1.05882rem;
}
.nav-vehicle-card__mpg-posttext {
  display: inline-block;
  font-size: 0.70588rem;
  line-height: 1rem;
}
.nav-vehicle-card__alternative-display {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.nav-vehicle-card__alternative-display-pretext {
  font-size: 0.70588rem;
  line-height: 1;
}
.nav-vehicle-card__alternative-display-text {
  font-size: 0.70588rem;
  line-height: 1;
  padding: 2px 4px;
  background-color: #f7f8f9;
}
.nav-vehicle-card__coming-soon-text {
  font-size: 0.70588rem;
  line-height: 1;
  padding: 0.23529rem;
  background-color: #f7f8f9;
  border-radius: 0.17647rem;
  display: inline-flex;
}
.nav-vehicle-card__bottom-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 0.47059rem;
  padding: 0 0.58824rem;
}
.nav-vehicle-card__link {
  display: block;
  margin-top: auto;
  padding-bottom: 1.05882rem;
  text-align: center;
}
.nav-vehicle-card__link .btn {
  background-color: initial;
  padding: 0;
  margin: 0;
  border: none;
  display: block;
}
.nav-vehicle-card__link .btn.disclaimer {
  display: inline-block;
}
.nav-vehicle-card__tags-label {
  display: inline-block;
  font-size: 0.70588rem;
  line-height: 1;
  margin-bottom: 0.58824rem;
}
.nav-vehicle-card__tags {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 0.35294rem;
}
.nav-vehicle-card__tag-list {
  line-height: 0.8;
  min-height: 50px;
}
.nav-vehicle-card__tag-icon {
  height: 0.94118rem;
  vertical-align: middle;
  width: 0.94118rem;
  margin-right: 0.23529rem;
}
.nav-vehicle-card__tag {
  font-size: 0.70588rem;
  line-height: 1rem;
  padding: 0.11765rem 0.23529rem;
  margin-right: 0.23529rem;
  letter-spacing: normal;
  background-color: #f7f8f9;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.23529rem;
}
.nav-vehicle-card__tag > span {
  line-height: 1;
}
.nav-vehicle-card__link .cta {
  font-size: 0.82353rem;
  line-height: 1.41176rem;
}
@media (min-width: 901px) {
  .nav-vehicle-card__title {
    font-size: 1.47059rem;
    line-height: 1.82353rem;
  }
  .nav-vehicle-card__image-wrapper {
    min-height: 7.82353rem;
    height: auto;
  }
  .nav-vehicle-card__image-background {
    min-height: 7.05882rem;
  }
}
@media (min-width: 1600px) {
  .nav-vehicle-card__middle-section {
    flex-direction: row;
    justify-content: space-evenly;
    min-height: 4.35294rem;
    flex: 0 0 auto;
  }
}
.dots-navigation-timer {
  position: relative;
  display: inline-block;
}
.dots-navigation-timer__full-width {
  display: block;
  width: auto;
}
.dots-navigation-timer__full-width .dots-navigation-timer__showcase {
  margin: 2.05882rem 0;
  padding: 0;
}
.dots-navigation-timer__full-width
  .dots-navigation-timer__showcase
  .dots-navigation__dot {
  margin: 0 0.5rem;
}
.dots-navigation-timer__progress-ring {
  position: absolute;
  left: 0.88235rem;
  top: 0.41176rem;
  width: 1.25588rem;
  height: 1.25588rem;
  background: transparent;
}
.dots-navigation-timer__progress-ring-circle {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  stroke: #fff;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.dots-navigation-timer__progress-ring-circle--full-opacity {
  opacity: 1;
}
.dots-navigation-timer__showcase {
  margin: 0;
  padding: 0.82353rem;
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}
.dots-navigation-timer .dots-navigation__dot {
  width: 0.41176rem;
  height: 0.41176rem;
  border-radius: 50%;
  padding: 0;
  transition-property: background-color, width, height;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  background-color: #fff;
  margin: 0 0.47353rem;
  cursor: pointer;
}
.dots-navigation-timer .dots-navigation__dot:before {
  display: none;
}
.dots-navigation-timer .dots-navigation__dot:after {
  position: absolute;
  display: block;
  top: -0.48235rem;
  left: -0.48235rem;
  width: 1.37353rem;
  height: 1.37353rem;
  content: "";
  cursor: pointer;
}
.dots-navigation-timer .dots-navigation__dot--dot-active {
  background-color: #3a8eee;
  transition-property: background-color, width, height;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.dots-navigation-timer .dots-navigation__dot--large-dot {
  width: 0.41176rem;
  height: 0.41176rem;
}
.dots-navigation-timer .dots-navigation__dot--medium-dot {
  width: 0.29412rem;
  height: 0.29412rem;
}
.dots-navigation-timer .dots-navigation__dot--small-dot {
  width: 0.17647rem;
  height: 0.17647rem;
}
.dots-navigation-timer--white .dots-navigation__dot {
  background-color: #5c6163;
}
.dots-navigation-timer--white .dots-navigation__dot--dot-active {
  background-color: #3a8eee;
}
.dots-navigation-timer--white.dots-navigation-timer__side-width
  .dots-navigation-timer__progress-ring-circle {
  stroke: #1d252c;
}
.dots-navigation-timer--white.dots-navigation-timer__side-width
  .dots-navigation__dot {
  background-color: #1d252c;
}
.dots-navigation-timer--white.dots-navigation-timer__side-width
  .dots-navigation__dot--dot-active {
  background-color: #1971d4;
}
.dots-navigation-timer--dark .dots-navigation__dot {
  background-color: #b7bcc2;
}
.dots-navigation-timer--dark .dots-navigation__dot--dot-active {
  background-color: #3a8eee;
}
.dots-navigation-timer--dark.dots-navigation-timer__side-width
  .dots-navigation-timer__progress-ring-circle {
  stroke: #fff;
}
.dots-navigation-timer--dark.dots-navigation-timer__side-width
  .dots-navigation__dot {
  background-color: #fff;
}
.dots-navigation-timer--dark.dots-navigation-timer__side-width
  .dots-navigation__dot--dot-active {
  background-color: #3a8eee;
}
.dots-navigation-timer--light .dots-navigation__dot {
  background-color: #5c6163;
}
.dots-navigation-timer--light .dots-navigation__dot--dot-active {
  background-color: #3a8eee;
}
.rm-play-control button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.rm-play-control svg {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
.rm-play-control__svg {
  backdrop-filter: blur(50px);
  border-radius: 50%;
  text-shadow: none;
}
.rm-play-control__svg:hover .rm-play-control__svg-bg--dark {
  fill: #b7bcc2;
}
.rm-play-control__svg:hover .rm-play-control__svg-bg--white {
  fill: #5c6163;
}
.rm-play-control__svg-bg--white,
.rm-play-control__svg-i--dark {
  fill: #1d252c;
}
.rm-play-control__svg-i--white {
  fill: #fff;
}
.dynamic-special-offers {
  opacity: 0;
  transition: opacity 0.2s;
}
.dynamic-special-offers--visible {
  opacity: 1;
}
.dynamic-special-offers--align-left {
  text-align: left;
}
.dynamic-special-offers--align-center {
  text-align: center;
}
.dynamic-special-offers__data--light .dynamic-special-offers__data-title,
.dynamic-special-offers__data--light .dynamic-special-offers__data-title-span,
.dynamic-special-offers__data--light .number-amount {
  color: #fff;
}
.dynamic-special-offers__data--light .number-description {
  color: #b7bcc2;
}
.dynamic-special-offers__data--light
  .dynamic-special-offers__data-description--no-results
  .dynamic-special-offers__data-description-span,
.dynamic-special-offers__data--light
  .dynamic-special-offers__data-description
  .dynamic-special-offers__data-description-span {
  color: #fff;
}
.dynamic-special-offers__data--dark .dynamic-special-offers__data-title,
.dynamic-special-offers__data--dark .dynamic-special-offers__data-title-span,
.dynamic-special-offers__data--dark .number-amount {
  color: #1d252c;
}
.dynamic-special-offers__data--dark .number-description {
  color: #5c6163;
}
.dynamic-special-offers__data--dark
  .dynamic-special-offers__data-description--no-results
  .dynamic-special-offers__data-description-span,
.dynamic-special-offers__data--dark
  .dynamic-special-offers__data-description
  .dynamic-special-offers__data-description-span {
  color: #1d252c;
}
.dynamic-special-offers__data-numbers {
  display: inline-block;
}
.dynamic-special-offers__data-numbers .number {
  float: left;
}
.dynamic-special-offers__data-numbers .number:first-child {
  padding-left: 0;
}
.dynamic-special-offers__data-numbers .number:last-child {
  padding-right: 0;
}
.dynamic-special-offers__data-numbers .number--center,
.dynamic-special-offers__data-numbers .number--right {
  border-left: 1px solid #b7bcc2;
}
.dynamic-special-offers__data-numbers .number-amount {
  font-weight: 700;
  text-align: center;
  line-height: 0.75;
  font-size: 1.88235rem;
  padding-bottom: 0.94118rem;
}
.dynamic-special-offers__data-numbers .number-description {
  line-height: 0.8;
  text-align: center;
}
.dynamic-special-offers__data-numbers--align-left .number-amount,
.dynamic-special-offers__data-numbers--align-left .number-description {
  text-align: left;
}
.dynamic-special-offers__data-description {
  text-align: center;
}
.dynamic-special-offers__data-description--align-left {
  text-align: left;
}
.dynamic-special-offers__data-description-span {
  padding-bottom: 0;
}
.dynamic-special-offers__data-title:not(h3) {
  font-weight: 700;
}
.dynamic-special-offers__data-numbers--align-left,
.dynamic-special-offers__data-title--align-left {
  text-align: left;
}
.dynamic-special-offers__data-numbers--align-center,
.dynamic-special-offers__data-title--align-center {
  text-align: center;
}
.media-carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.media-carousel-wrapper ul > li:before {
  display: none;
}
.media-carousel-wrapper__carousel-view {
  position: relative;
}
.media-carousel-wrapper__carousel-view .media-carousel-wrapper__carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 1.47059rem;
  margin: 0;
  padding: 0;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide {
  visibility: hidden;
  opacity: 0.7;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=0.7);
  backface-visibility: hidden;
  white-space: nowrap;
  will-change: transform;
  overflow: hidden;
  touch-action: pan-Y;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
}
@media (-ms-high-contrast: none) {
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide {
    transform-style: preserve-3d;
  }
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--hide {
  opacity: 0;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--visible {
  opacity: 1;
  transition: opacity 0.5s;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--dissolve {
  visibility: visible;
  opacity: 0.6;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=0.6);
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--slide-active {
  visibility: visible;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  position: relative;
  z-index: 1;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--none {
  transition: none;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--peak {
  transition-property: transform, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .media-carousel-wrapper__image-container {
  width: 100%;
  height: auto;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .media-carousel-wrapper__image-container
  img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide
  .videoWrapper {
  height: auto;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--custom-object-fit
  .media-carousel-wrapper__image-container {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--custom-object-fit
  .media-carousel-wrapper__image-container
  img {
  opacity: 0;
}
.media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide-visible {
  visibility: visible;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.is-IE-11-browser
  .media-carousel-wrapper__carousel-view
  .media-carousel-wrapper__carousel
  .media-carousel-wrapper__slide--peak {
  transition-property: left, opacity, visibility;
}
.media-201-carousel-wrapper__media-carousel-container .arrows {
  display: none;
}
.arrows {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.arrows--right {
  right: 0;
}
.arrows .arrows__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
  transition: none;
}
.arrows .arrows__arrow--none-arrow {
  top: 0;
  width: 10%;
  height: 100%;
  transform: none;
}
.arrows .arrows__arrow--none-arrow.arrows__arrow--left {
  left: 0;
}
.arrows .arrows__arrow--none-arrow.arrows__arrow--right {
  right: 0;
}
.arrows .arrows__arrow--white-arrow {
  display: none;
}
.arrows .arrows__arrow--blue-arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: block;
}
.arrows .arrows__arrow--blue-arrow .arrows__expand,
.arrows .arrows__arrow--blue-arrow:after,
.arrows .arrows__arrow--blue-arrow:before {
  background: #1971d4;
  content: "";
  display: block;
  width: 15px;
  height: 2.5px;
  position: absolute;
  top: calc(50% - 1.25px);
}
.arrows .arrows__arrow--blue-arrow:before {
  transform: rotate(-45deg);
}
.arrows .arrows__arrow--blue-arrow:after {
  transform: rotate(45deg);
}
.arrows .arrows__arrow--blue-arrow .arrows__expand {
  width: 0;
  pointer-events: none;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left {
  left: 8.5%;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left:before {
  width: 0.88235rem;
  top: calc(50% + 0.35px);
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left .arrows__expand {
  margin: 0.8px 0 0 2px;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right {
  right: 8.5%;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right:before {
  width: 0.88235rem;
  top: calc(50% - 2.85px);
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right .arrows__expand {
  margin: -0.8px 2px 0 0;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left .arrows__expand,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left:after,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left:before {
  left: 0;
  transform-origin: left 50%;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left:after,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left:before {
  transition: left 0.3s 0.05s;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--left .arrows__expand {
  transition: width 0.3s, left 0.3s 0.05s;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right .arrows__expand,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right:after,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right:before {
  right: 0;
  transform-origin: right 50%;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right:after,
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right:before {
  transition: right 0.3s 0.05s;
}
.arrows .arrows__arrow--blue-arrow.arrows__arrow--right .arrows__expand {
  transition: width 0.3s, right 0.3s 0.05s;
}
.arrows--video-type-inline .arrows__arrow--none-arrow {
  height: 73%;
}
@media (pointer: coarse) {
  .arrows .arrows__arrow--none-arrow,
  .arrows .arrows__arrow--white-arrow {
    display: none;
  }
}
.carousel-rm-play-control {
  position: absolute;
  top: 1.23529rem;
  left: 1.23529rem;
  z-index: 3;
}
@media (min-width: 0) {
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-top {
    background-position: 0 0;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-center {
    background-position: 0;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-bottom {
    background-position: 0 100%;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-top {
    background-position: top;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-center {
    background-position: 50%;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-bottom {
    background-position: bottom;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-top {
    background-position: 100% 0;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-center {
    background-position: 100%;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-bottom {
    background-position: 100% 100%;
  }
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusSM-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 401px) {
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-top,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-top {
    background-position: 0 0;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-top
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-center,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-center {
    background-position: 0;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-center
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-bottom,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-bottom {
    background-position: 0 100%;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-bottom
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-top,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-top {
    background-position: top;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-top
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-center,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-center {
    background-position: 50%;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-center
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-bottom,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-bottom {
    background-position: bottom;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-bottom
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-top,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-top {
    background-position: 100% 0;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-top
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-center,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-center {
    background-position: 100%;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-center
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-bottom,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-bottom {
    background-position: 100% 100%;
  }
  .md.media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-bottom
    img,
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusMD-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  .md.arrows .arrows__arrow--white-arrow,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow {
    width: 3.52941rem;
    height: 3.52941rem;
    background-color: rgba(247, 248, 249, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .md.arrows .arrows__arrow--white-arrow .arrows__expand,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow .arrows__expand {
    border: solid #1d252c;
    border-width: 0 0.11765rem 0.11765rem 0;
    padding: 0.23529rem;
    pointer-events: none;
  }
  .md.arrows .arrows__arrow--white-arrow.arrows__arrow--left,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow.arrows__arrow--left {
    left: 0;
  }
  .md.arrows .arrows__arrow--white-arrow.arrows__arrow--left .arrows__expand,
  :not(.sm):not(.md).arrows
    .arrows__arrow--white-arrow.arrows__arrow--left
    .arrows__expand {
    transform: rotate(135deg);
  }
  .md.arrows .arrows__arrow--white-arrow.arrows__arrow--right,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow.arrows__arrow--right {
    right: 0;
  }
  .md.arrows .arrows__arrow--white-arrow.arrows__arrow--right .arrows__expand,
  :not(.sm):not(.md).arrows
    .arrows__arrow--white-arrow.arrows__arrow--right
    .arrows__expand {
    transform: rotate(-45deg);
  }
  .md.arrows .arrows__arrow--white-arrow:hover,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow:hover {
    background-color: #1971d4;
  }
  .md.arrows .arrows__arrow--white-arrow:hover .arrows__expand,
  :not(.sm):not(.md).arrows .arrows__arrow--white-arrow:hover .arrows__expand {
    border-color: #fff;
  }
}
@media (min-width: 901px) {
  :not(.sm):not(.md).media-carousel-wrapper
    .media-201-carousel-wrapper__media-carousel-container
    .arrows {
    display: flex;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-top {
    background-position: 0 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-center {
    background-position: 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-bottom {
    background-position: 0 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-top {
    background-position: top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-center {
    background-position: 50%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-bottom {
    background-position: bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-top {
    background-position: 100% 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-center {
    background-position: 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-bottom {
    background-position: 100% 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusLG-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
  :not(.sm):not(.md).arrows:not(.arrows__arrow--blue-arrow)
    .arrows__arrow--large {
    width: 4.41176rem;
    height: 4.41176rem;
  }
  :not(.sm):not(.md).arrows:not(.arrows__arrow--blue-arrow)
    .arrows__arrow--large
    .arrows__expand {
    border-width: 0 0.11765rem 0.11765rem 0;
    pointer-events: none;
  }
  .arrows__arrow--blue-arrow > .arrows__expand {
    padding: 0;
  }
}
@media (min-width: 1201px) {
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-top {
    background-position: 0 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-center {
    background-position: 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-bottom {
    background-position: 0 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-top {
    background-position: top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-center {
    background-position: 50%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-bottom {
    background-position: bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-top {
    background-position: 100% 0;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-center {
    background-position: 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-bottom {
    background-position: 100% 100%;
  }
  :not(.sm):not(.md).media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide
    .media-carousel-wrapper__image-container--focusXL-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (pointer: fine) {
  .arrows .arrows__arrow--blue-arrow:hover .arrows__expand {
    width: 1.76471rem;
    background: #1971d4;
  }
  .arrows .arrows__arrow--blue-arrow:hover:after,
  .arrows .arrows__arrow--blue-arrow:hover:before {
    background: #1971d4;
  }
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover .arrows__expand,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover:after,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover:before {
    left: -5px;
  }
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover .arrows__expand,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover:after,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover:before {
    right: -5px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide--peak {
    transition-property: left, opacity, visibility;
  }
  .arrows .arrows__arrow--blue-arrow:hover .arrows__expand {
    width: 1.76471rem;
    background: #1971d4;
  }
  .arrows .arrows__arrow--blue-arrow:hover:after,
  .arrows .arrows__arrow--blue-arrow:hover:before {
    background: #1971d4;
  }
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover .arrows__expand,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover:after,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--left:hover:before {
    left: -5px;
  }
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover .arrows__expand,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover:after,
  .arrows .arrows__arrow--blue-arrow.arrows__arrow--right:hover:before {
    right: -5px;
  }
}
@supports (-ms-accelerator: true) {
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide--peak {
    transition-property: left, opacity, visibility;
  }
}
@supports (-ms-ime-align: auto) {
  .media-carousel-wrapper__carousel-view
    .media-carousel-wrapper__carousel
    .media-carousel-wrapper__slide--peak {
    transition-property: left, opacity, visibility;
  }
}
@media (pointer: coarse) {
  .arrows .arrows__arrow--white-arrow {
    display: none;
  }
}
.content-carousel ul.content-carousel__droppables-container > li:before {
  display: none;
}
.content-carousel__droppables-container {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 47.05882rem;
  min-height: 11.76471rem;
  margin: 0 auto;
  padding: 0;
}
.content-carousel__droppables-container--fade-to-left {
  animation: fadeContent 0.75s linear forwards;
  left: 0;
  opacity: 1;
}
@keyframes fadeContent {
  50% {
    opacity: 0;
    left: -0.88235rem;
  }
  60% {
    opacity: 0;
    left: 0.88235rem;
  }
}
.content-carousel__droppables-container .content-carousel__droppable {
  visibility: hidden;
  opacity: 0.7;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  touch-action: pan-Y;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.content-carousel__droppables-container .content-carousel__droppable--dissolve {
  visibility: hidden;
  opacity: 0;
  transition: opacity 2s;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content-carousel__droppables-container .content-carousel__droppable--none {
  transition: none;
}
.content-carousel__droppables-container .content-carousel__droppable--peak {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.content-carousel__droppables-container .content-carousel__droppable--edit {
  display: none;
}
.content-carousel__droppables-container .content-carousel__droppable--active {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  width: 100%;
  position: relative;
  z-index: 1;
}
.content-carousel__droppables-container .content-carousel__droppable-visible {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  touch-action: pan-Y;
  visibility: visible;
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.content-carousel__counter {
  color: #fff;
  display: none;
  font-size: 1rem;
  position: absolute;
}
.content-carousel__counter p {
  padding: 0;
}
.content-carousel__counter-active {
  font-size: 2.35294rem;
}
.content-carousel__numbering {
  display: flex;
  justify-content: center;
  align-items: baseline;
  overflow: hidden;
  height: 1.76471rem;
}
.content-carousel__numbering-container {
  padding-left: 0;
  transition: transform 1s ease-in-out;
}
.content-carousel__numbering-current-position {
  margin-bottom: 0;
  line-height: 31px;
  font-size: 1.23529rem;
  font-weight: 700;
  height: 1.76471rem;
  color: #fff;
}
.content-carousel__numbering-total-count {
  font-size: 1rem;
}
.content_arrows {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding-right: inherit;
  right: 0;
  box-ordinal-group: 2;
  order: 1;
  width: auto;
  display: inline-flex;
  position: absolute;
  cursor: pointer;
}
.content_arrows--right {
  right: 0;
}
.content_arrows__arrow {
  border: 1px solid #fff;
  height: 50px;
  opacity: 1;
  width: 50px;
  border-radius: 50%;
}
.content_arrows__arrow--left {
  left: 0;
  transform: rotate(180deg);
  margin-right: 10px;
}
.content_arrows__arrow--right {
  right: 0;
}
.content_arrows__arrow svg {
  width: 1rem;
  height: 1rem;
  vertical-align: baseline;
  left: 1rem;
  position: relative;
  top: 0.82353rem;
  z-index: 5;
}
@media (min-width: 901px) {
  :not(.sm) :not(.md).content-carousel__dots {
    justify-content: flex-start;
  }
  :not(.sm) :not(.md).content-carousel__counter {
    display: block;
    bottom: 5.88235rem;
    right: 4.41176rem;
  }
}
@media (min-width: 1201px) {
  :not(.sm) :not(.md).content-carousel__counter {
    display: block;
    bottom: 5.88235rem;
    right: auto;
    left: 4.41176rem;
  }
}
:root
  .content-carousel__droppables-container
  .content-carousel__droppable--peak,
_:-ms-fullscreen {
  -ms-transition: none;
  transition: none;
}
.gallery-numbering {
  background-color: #1d252c;
  color: #fff;
  line-height: 1.15;
  padding: 0.47059rem;
  position: absolute;
  right: 1.41176rem;
  top: 1.41176rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 4;
}
.gallery-numbering .lead-in-text--small .slash {
  margin: 0 0.11765rem;
}
@media (max-width: 961px) {
  .uws-modal_wrapper {
    z-index: 9999999 !important;
  }
  .uws-modal--fullscreen.uws-on-exit-modal {
    height: 12.5em;
    max-width: 100%;
    top: initial;
    bottom: 0;
    background-color: #fff;
  }
  .uws-on-exit-modal__title {
    color: #000 !important;
    position: relative !important;
    top: -2px;
    right: -5.4em;
    max-width: 75%;
  }
  .uws-on-exit-modal__description {
    color: #000 !important;
    position: relative !important;
    right: -5em;
    max-width: 75%;
    margin-top: 0px !important;
  }
  .uws-modal__logo {
    position: relative;
    top: 0em !important;
    right: 1.375em !important;
    height: 125px !important;
    width: 150px !important;
  }
  .uws-modal__header {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    height: 1.5em;
  }
  .uws-tagline.uws-modal__tagline {
    display: none;
    margin-top: 0px !important;
    overflow-y: hidden !important;
  }
  .uws-modal__close {
    background-color: #fff !important;
    color: #000 !important;
  }
  .uws-modal__footer {
    background-color: #fff !important;
  }

  .uws-button.uws-button--primary.uws-on-exit-modal__mode-button {
    background-color: #1971d4 !important;
  }
  .uws-button.uws-button--primary.uws-button--disabled {
    background-color: #e3e3e3 !important;
    color: #000000;
  }
  .uws-modal__footer .uws-button.uws-button--primary {
    background-color: #e3e3e3 !important;
    color: #000000;
  }
}
@media (min-width: 0) {
  .subaru-error-container__image-container[data-v-404] {
    height: 23.52941rem;
    width: 100%;
  }
  .subaru-error-container__media-asset[data-v-404] .isBg {
    height: 23.52941rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 55% bottom 50%;
    padding: 4.17647rem 0.88235rem;
  }
  .subaru-error-container__media-asset--description[data-v-404] {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0.88235rem;
  }
  .subaru-error-container__media-asset--description-white[data-v-404] {
    color: #fff;
  }
  .subaru-error-container__media-asset--description-midnight[data-v-404] {
    color: #1d252c;
  }
  .subaru-error-container__media-asset--cta[data-v-404] {
    width: 100%;
  }
  .subaru-error-container__media-asset--cta[data-v-404] .cta--primary {
    margin: 0.29412rem auto;
  }
}
@media (min-width: 401px) {
  .subaru-error-container__image-container[data-v-404] {
    height: 26.47059rem;
    width: 100%;
  }
  .subaru-error-container__media-asset[data-v-404] .isBg {
    height: 26.47059rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}
@media screen and (min-width: 401px) and (max-width: 480px) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    background-size: 180% 100%;
    background-position: right 55% bottom 50%;
  }
}
@media screen and (min-width: 401px) and (min-width: 414px) and (min-height: 736px) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    padding: 5.29412rem 0.88235rem;
  }
}
@media screen and (min-width: 401px) and (orientation: landscape) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    padding: 5.35294rem 0.88235rem;
  }
}
@media only screen and (min-width: 401px) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    padding: 5.35294rem 0.88235rem;
  }
}
@media (min-width: 901px) {
  .subaru-error-container__image-container[data-v-404] {
    height: 31.76471rem;
    width: 100%;
  }
  .subaru-error-container__media-asset[data-v-404] {
    height: inherit;
  }
  .subaru-error-container__media-asset[data-v-404] .isBg {
    height: 31.76471rem;
    padding: 6.64706rem 0.88235rem;
  }
  .subaru-error-container__media-asset--description[data-v-404] {
    font-size: 1.23529rem;
  }
  .subaru-error-container__media-asset--cta[data-v-404] {
    width: 100%;
  }
  .subaru-error-container__media-asset--cta[data-v-404] .cta--primary {
    margin: 0.88235rem auto;
  }
}
@media (min-width: 1201px) {
  .subaru-error-container__image-container[data-v-404] {
    height: 38.82353rem;
    width: 100%;
  }
  .subaru-error-container__media-asset[data-v-404] {
    height: 38.82353rem;
  }
  .subaru-error-container__media-asset[data-v-404] .isBg {
    padding: 9.35294rem 0.88235rem;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1500px) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    padding: 8.70588rem 0.88235rem;
  }
}
@media (min-width: 1201px) {
  .subaru-error-container__media-asset[data-v-404] .isBg {
    height: 38.82353rem;
    background-position: 50%;
  }
}
.navigation_001--fixed .ribbon {
  z-index: 12;
}
.ribbon {
  background: #1d252c;
  position: relative;
  display: flex;
  width: 100%;
}
.ribbon--open {
  z-index: 22;
}
.ribbon__title-container {
  min-height: 50px;
  display: flex;
  padding-left: 1.47059rem;
  align-items: center;
  max-width: 75%;
  width: auto;
}
.ribbon__title-container .ribbon__title {
  padding: 0;
  white-space: break-spaces;
}
.ribbon__nav-container {
  display: flex;
}
.ribbon__arrow-container {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 17vw;
  height: 100%;
}
.ribbon__arrow {
  top: 20%;
  bottom: 20%;
  position: absolute;
  right: 0;
  padding: 0 0.58824rem;
  margin: 0 1.05882rem;
  border: none;
  background: none;
}
.ribbon__checkMark {
  fill: none;
  height: 0.64706rem;
  margin-top: -0.29412rem;
  stroke: #b7bcc2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.14706rem;
  width: 0.82353rem;
}
.ribbon__arrow-down {
  width: 8.75px;
  height: 8.75px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-15%, -15%);
}
.ribbon__arrow-up {
  transform: rotate(225deg) translate(-20%, -20%);
}
.ribbon__separator {
  height: 16%;
  position: relative;
  float: right;
  width: 1px;
  top: 42%;
  display: none;
  background: #b7bcc2;
}
.ribbon__hidden-ribbon-list,
.ribbon__main-ribbon-list {
  margin: auto;
  padding: 0;
}
.ribbon__hidden-ribbon li,
.ribbon__main-ribbon li {
  font-size: 1rem;
}
.ribbon__chat-unconnected.hidden,
.ribbon__hidden-ribbon li.hidden,
.ribbon__main-ribbon li.hidden {
  display: none;
}
.ribbon__backTo .cta:hover,
.ribbon__chat-unconnected .cta:hover,
.ribbon__hidden-ribbon-list li a:hover,
.ribbon__main-ribbon li a:hover {
  color: #fff;
}
.ribbon__hidden-ribbon li:before,
.ribbon__main-ribbon li:before {
  content: none;
}
.ribbon__hidden-ribbon li a,
.ribbon__main-ribbon li a {
  color: #b7bcc2;
  cursor: pointer;
}
.ribbon__hidden-ribbon li a.active-true,
.ribbon__main-ribbon li a.active-true {
  color: #fff;
  cursor: default;
}
.ribbon__main-ribbon {
  align-items: center;
  float: right;
  min-height: 50px;
  display: none;
  margin-left: auto;
}
.ribbon__main-ribbon-list {
  font-size: 0;
  white-space: nowrap;
  margin-left: 7px;
}
.ribbon__main-ribbon-list li {
  display: inline-block;
  margin: auto;
}
.ribbon__main-ribbon-list li.ribbon__chat {
  border-left: 1px solid #b7bcc2;
  line-height: 0.8;
}
.ribbon__hidden-ribbon {
  position: absolute;
  right: 0;
  padding: 0 1.47059rem;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: #292e39;
  visibility: hidden;
  overflow-y: auto;
  transition: 0.7s;
  max-height: 0;
}
.ribbon__hidden-ribbon--open {
  max-height: 500px;
  visibility: visible;
}
.ribbon__hidden-ribbon li a.active-true {
}
.ribbon__hidden-ribbon li {
  margin: 0;
}
.ribbon__hidden-ribbon li.ribbon__chat {
  border-top: 0.02rem solid #b7bcc2;
  margin-top: 0.35294rem;
  padding-top: 1.29412rem;
  padding-bottom: 0.88235rem;
  top: -0.58824rem;
}
.ribbon__hidden-ribbon li:first-child {
  padding-top: 30px;
}
.ribbon__hidden-ribbon li[data-order="2"] {
  padding-bottom: 1.88235rem;
}
.ribbon__hidden-ribbon li.ribbon__chat:first-child {
  border-top: none;
  margin-top: 0;
  top: 0;
  padding-bottom: 25px;
}
.ribbon__backTo,
.ribbon__chat-unconnected {
  position: absolute;
  right: 1.47059rem;
  align-items: center;
  top: 20%;
  bottom: 20%;
  display: flex;
  width: auto;
}
.ribbon__backTo .ribbon__backTo-label--lg {
  display: none;
}
.ribbon__fixed {
  z-index: 9999;
}
.ribbon.slide-down,
.ribbon__fixed {
  position: fixed;
  top: 0;
}
.ribbon__backTo .cta,
.ribbon__chat-unconnected .cta {
  font-size: 0.82353rem;
}
a.ribbon__backTo,
a.ribbon__chat-unconnected {
  color: #b7bcc2;
}
@media (min-width: 401px) {
  .ribbon {
    min-height: 62px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__title-container {
    min-height: 62px;
    padding-left: 2.94118rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__title-container .ribbon__title {
    font-size: 1rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-container {
    width: 13vw;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow {
    margin: 0 2.29412rem;
    padding: 0 0.88235rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-down {
    width: 8.75px;
    height: 8.75px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon {
    min-height: 62px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon {
    top: 100%;
    padding: 0 2.94118rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li a,
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li a {
    font-size: 1.23529rem;
    line-height: 2.47059rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li.ribbon__chat {
    border-top: 0.06rem solid #b7bcc2;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li:first-child {
    padding-top: 2.47059rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo,
  .ribbon:not(.sm):not(.md) .ribbon__chat-unconnected {
    right: 2.94118rem;
  }
}
@media (min-width: 901px) {
  .ribbon {
    min-height: 75px;
    padding-right: 24px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__title-container {
    float: left;
    padding: 0 50px;
    min-height: 75px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__title-container .ribbon__title {
    white-space: nowrap;
    font-size: 1.23529rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__nav-container {
    width: 100%;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-container {
    position: relative;
    width: 73px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow {
    float: right;
    position: relative;
    top: 26%;
    height: 50%;
    margin: 0 13px;
    padding: 0 17px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-down {
    transform: rotate(45deg) translate(-2px, -2px);
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-up {
    transform: rotate(225deg) translate(-2px, -2px);
  }
  .ribbon:not(.sm):not(.md) .ribbon__separator {
    display: block;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon {
    min-height: 75px;
    display: flex;
    overflow-x: hidden;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li a,
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li a {
    font-size: 0.82353rem;
    line-height: 1.18647rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo .cta:hover,
  .ribbon:not(.sm):not(.md) .ribbon__chat-unconnected .cta:hover,
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon-list li a:hover,
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li a:hover {
    color: #fff;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li a.active-true,
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li a.active-true {
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li a {
    line-height: 2rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li {
    padding: 0 28px 0 0;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon {
    width: auto;
    text-align: right;
    padding: 0 50px;
    overflow-y: hidden;
    border-radius: 0 0 0 5px;
    top: 100%;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li {
    padding: 5px 0;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li.ribbon__chat {
    padding-left: 28px;
    padding-right: 28px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li.ribbon__chat a {
    line-height: 0;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li.ribbon__chat a .cta__text {
    overflow: visible;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li.ribbon__chat {
    margin-top: 15px;
    padding-top: 19px;
    top: -20px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li:first-child {
    padding-top: 18px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon.connected li,
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon.subsection li {
    padding-bottom: 4px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon li[data-order="2"] {
    padding-bottom: 25px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo .ribbon__backTo-label--md {
    display: none;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo .ribbon__backTo-label--lg {
    display: block;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo,
  .ribbon:not(.sm):not(.md) .ribbon__chat-unconnected {
    right: 50px;
    top: 35%;
    bottom: 35%;
  }
}
@media (min-width: 1201px) {
  .ribbon {
    padding-right: 30px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__title-container {
    padding: 0 73px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow {
    margin: 0 36px 0 32px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__arrow-container {
    width: 114px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__hidden-ribbon {
    padding: 0 73px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li {
    padding-right: 46px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li a {
    line-height: 1.18647rem;
  }
  .ribbon:not(.sm):not(.md) .ribbon__main-ribbon li.ribbon__chat {
    padding-right: 43px;
    padding-left: 40px;
  }
  .ribbon:not(.sm):not(.md) .ribbon__backTo,
  .ribbon:not(.sm):not(.md) .ribbon__chat-unconnected {
    right: 73px;
  }
}
.build-and-price__container {
  width: 100%;
  background: #fff;
}
.build-and-price__container .build-and-price__loading-dots {
  background-color: #fff;
  height: 800px;
}
.build-and-price__container .build-and-price__loading-dots__dots {
  top: 40vh;
}
.build-and-price__container .page-invisible {
  opacity: 0;
  transition: opacity 0.5s;
}
.build-and-price__container .page-visible {
  opacity: 1;
  transition: opacity 0.5s;
}
.build-and-price__container .vehicle-604__categories {
  text-align: center;
}
.build-and-price__container .vehicle-card__image img {
  width: 100%;
}
.build-and-price__container .pages-accessories__container,
.build-and-price__container .pages-colors__container,
.build-and-price__container .pages-packages__container,
.build-and-price__container .pages-summary,
.build-and-price__container .pages-trim__container {
  min-height: calc(100vh - 225px);
}
.build-and-price__container .pages-packages__no-packages-available {
  min-height: calc(100vh - 325px);
}
.build-and-price__title-container {
  margin: 0 auto;
  padding: 61.7325px 0;
  text-align: center;
  width: 65%;
}
.build-and-price__title {
  font-size: 1.23529rem;
  line-height: 1.82353rem;
  text-align: center;
}
.build-and-price__legal-disclaimer {
  width: 100%;
  padding: 22px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.build-and-price__legal-disclaimer .cta--text-link.disclaimer {
  color: #1971d4;
  font-family: HelveticaNeueLTSTD65Medium, Helvetica Neue, -apple-system,
    Open Sans, Arial, sans-serif;
}
@media (min-width: 401px) {
  .build-and-price__container .pages-accessories__container,
  .build-and-price__container .pages-colors__container,
  .build-and-price__container .pages-packages__container,
  .build-and-price__container .pages-summary,
  .build-and-price__container .pages-trim__container {
    min-height: calc(100vh - 285px);
  }
  .build-and-price__container .pages-packages__no-packages-available {
    min-height: calc(100vh - 385px);
  }
}
@media (min-width: 901px) {
  .build-and-price__container .pages-accessories__container,
  .build-and-price__container .pages-colors__container,
  .build-and-price__container .pages-packages__container,
  .build-and-price__container .pages-summary,
  .build-and-price__container .pages-trim__container {
    min-height: calc(100vh - 220px);
  }
  .build-and-price__container .pages-packages__no-packages-available {
    min-height: calc(100vh - 320px);
  }
  .build-and-price__legal-disclaimer {
    display: block;
    padding: 22px 78px;
    text-align: left;
  }
}
.pages-packages__no-packages-available {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pages-packages__no-packages-available h3 {
  font-size: 1.88235rem;
  line-height: 2.70588rem;
}
.pages-packages__no-packages-available .pages-packages__subtitle {
  text-align: center;
  color: #5c6163;
  margin-top: 0.94118rem;
  max-width: 17.64706rem;
}
.subaru-form__field--radioLongDescription {
  max-width: 100%;
}
.select_transmission-box {
  padding: 1.70588rem 2.23529rem 2.94118rem;
}
@media (min-width: 901px) {
  .select_transmission-box {
    padding: 29px 60px 33px;
  }
}
.no-results {
  display: flexbox;
  flex-direction: column;
}
.no-results__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}
.no-results__content .s-cta {
  padding-top: 1.7rem;
}
.no-results__content p {
  text-align: center;
}
.no-results__horizontal-line {
  padding-bottom: 0.58824rem;
}
@media (min-width: 901px) {
  .no-results__content {
    padding-bottom: 4rem;
  }
  .no-results__horizontal-line {
    padding: 0.5rem 0 4rem;
  }
}
[id*="-all-categories"] .subaru-form__checkbox-group-label {
  text-transform: capitalize;
}
@media (max-width: 900px) {
  [id*="-all-categories"].subaru-form__checkbox-group .checkbox-grid-wrapper,
  [id*="-all-model-years"].subaru-form__checkbox-group .checkbox-grid-wrapper,
  [id*="-all-models"].subaru-form__checkbox-group .checkbox-grid-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.subaru-form__checkbox-group-label.active {
  color: #1d252c;
}
input[name="all-categories"]
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category,
input[name="all-model-years"]
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category,
input[name="all-models"]
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category {
  text-transform: capitalize;
}
input[name="all-categories"]:checked
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category,
input[name="all-model-years"]:checked
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category,
input[name="all-models"]:checked
  ~ .subaru-form__checkbox-group-label.subaru-form__checkbox-group-label--category {
  color: #1d252c;
}
.vehicles {
  background-color: #f7f8f9;
}
.vehicles__counter {
  color: #1d252c;
  padding-bottom: 1.47059rem;
}
.vehicles__no-results {
  padding: 0;
}
.vehicles__header,
.vehicles__model-category,
.vehicles__results {
  width: 100%;
}
.vehicles__model-category div.content-112__container {
  width: 100%;
  margin: 0;
}
.vehicles__model-category .content-112__title {
  justify-content: center;
  text-transform: capitalize;
}
.vehicles__graphical-page-divider {
  width: 100%;
}
.vehicles__graphical-page-divider .content-108 {
  padding: 0;
}
.vehicles__tag-line {
  width: 100%;
  padding: 0.29412rem 0 0;
}
.vehicles__model-name {
  width: 100%;
}
.vehicles__model-name h2 {
  color: #fff;
  padding: 0.11765rem !important;
}
.vehicles__year-model {
  width: 100%;
}
.vehicles__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 0 0;
}
.vehicles__content .content-108__droppable-box {
  padding: 1.95vw 5.9vw;
  min-height: 8.23529rem;
  justify-content: space-evenly;
}
.vehicles__models-info {
  height: 100%;
}
.vehicles__trims-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 4.70588rem;
}
.vehicles__trims-info .content102__wrapper {
  overflow: visible;
}
.vehicles__trim {
  width: 100%;
  padding-top: 2.35294rem;
}
.vehicles__trim,
.vehicles__trim .vehicle-card-compt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vehicles__trim .vehicle-card-compt {
  padding: 0 0 1.47059rem;
}
.vehicles__trim-content,
.vehicles__trim-content-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vehicles__trim-content-header .vehicle-card-title {
  word-wrap: break-word;
  word-break: normal;
  max-width: 11.76471rem;
  padding-bottom: 0.58824rem;
}
.vehicles__trim-content-header .lead-in-text {
  padding-bottom: 0.58824rem;
}
.vehicles__trim-content-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.47059rem;
}
.vehicles__trim-content-body .body-copy.fs-small {
  padding: 0;
}
.vehicles__trim-content-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vehicles__trim-content .vehicle-card__image {
  margin-top: -200px;
  padding-bottom: 1.17647rem;
}
.vehicles__trim-content .currency sup {
  top: -0.2em;
}
.vehicles__trim-content .currency:after {
  content: "*";
}
.vehicles__trim .vehicles__link--s-inventory-padding {
  padding-bottom: 0;
}
.vehicles__trim .content-102__wrapper {
  margin-bottom: 0;
}
.vehicles__link--b-price-padding {
  padding-bottom: 0.58824rem;
}
.vehicles__text {
  text-align: center;
}
.vehicles__text--midnight {
  color: #1d252c;
}
.vehicles__text--blue {
  color: #1971d4;
}
.vehicles__text--white {
  color: #fff;
}
.vehicles__vehicle-image {
  width: 100%;
}
.vehicles__vehicle-card {
  padding: 0;
  width: 33.3%;
}
.vehicles__vehicle-card img {
  width: 100%;
}
.vehicles__fma-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vehicles__fma-left-text h4,
.vehicles__fma-left-text p {
  text-align: center;
}
.vehicles__fma .content-104 {
  padding-left: 0;
  padding-right: 0;
}
.vehicles__fma .content-104__asset-box {
  min-height: 230px;
}
.vehicles__fma .content-104 a:not(.cta--primary) {
  color: #3a8eee;
}
.vehicles__fma .btn.fs-small {
  padding-top: 2rem;
  text-align: center;
}
.vehicles #all-vehicles-active-filters {
  display: none;
}
@media (min-width: 401px) {
  .vehicles__trim .vehicle-card-compt,
  .vehicles__trim .vehicle-card-compt .common-card {
    width: 100%;
  }
  .vehicles__fma .content-104__asset-box {
    min-height: 505px;
  }
}
@media (min-width: 901px) {
  .vehicles__counter {
    padding-bottom: 1.47059rem;
  }
  .vehicles__trims-info {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 4.70588rem;
  }
  .vehicles__trim {
    padding-bottom: 1.76471rem;
    width: 50%;
    margin-top: 0;
  }
  .vehicles__trim .vehicle-card-compt {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vehicles__trim--left {
    padding-right: 2.20588rem;
    background-clip: content-box;
  }
  .vehicles__trim--right {
    padding-left: 2.20588rem;
    background-clip: content-box;
  }
  .vehicles__trim-content-header .lead-in-text {
    padding-bottom: 1.17647rem;
  }
  .vehicles__trim-content .vehicle-card__image {
    margin-top: -85px;
    padding: 0.58824rem;
  }
  .vehicles__counter {
    color: #1d252c;
    padding: 0 0 1.17647rem;
  }
  .vehicles__trims-info {
    margin: 1.17647rem 0 2.94118rem;
  }
  .vehicles__content .content-108__droppable-box {
    padding: 1.95vw 2.9vw;
  }
  .vehicles__fma .content-104__asset-box {
    min-height: 336px;
  }
  .vehicles #all-vehicles-active-filters {
    display: block;
  }
}
@media (min-width: 1201px) {
  .vehicles__trim {
    width: 33.33%;
  }
  .vehicles__trim--center {
    padding-left: 1.47059rem;
    padding-right: 1.47059rem;
    background-clip: content-box;
  }
  .vehicles__trim--left {
    padding-right: 2.94118rem;
  }
  .vehicles__trim--right {
    padding-left: 2.94118rem;
  }
  .vehicles__results {
    width: 100%;
  }
  .vehicles__fma .content-104__asset-box {
    min-height: 364px;
  }
}
.vehicles__counter {
  margin-bottom: 0.94118rem;
}
.vehicles__counter .feature-name {
  margin: 0;
}
@media (max-width: 399px) {
  .vehicles__counter {
    text-align: left;
    margin-bottom: 0.70588rem;
  }
}
.vehicles__filters-and-sort {
  margin-bottom: 1.41176rem;
}
.vehicles__controls-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 1.17647rem;
}
@media (max-width: 401px) {
  .vehicles__controls-row {
    flex-direction: column;
    gap: 0.94118rem;
  }
}
@media (max-width: 399px) {
  .vehicles__controls-row {
    flex-direction: column;
    gap: 0.70588rem;
    align-items: stretch;
  }
}
.vehicles__active-filters {
  flex: 1;
  align-self: center;
  min-width: 0;
}
.vehicles__filters-container {
  display: flex;
  flex-direction: row;
  gap: 0.47059rem;
}
@media (max-width: 399px) {
  .vehicles__filters-container {
    display: none;
  }
}
.vehicles__filters-label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.58824rem;
  font-weight: 700;
  color: #1d252c;
  margin: 0;
}
.vehicles__pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.47059rem;
  align-items: center;
}
.vehicles__sort-container {
  flex-shrink: 0;
}
@media (max-width: 401px) {
  .vehicles__sort-container {
    align-self: flex-end;
  }
}
@media (max-width: 399px) {
  .vehicles__sort-container {
    align-self: stretch;
    width: 100%;
  }
}
.vehicles__sort-dropdown {
  width: 16.47059rem;
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #5b5e6a;
  border-radius: 5px;
}
@media (max-width: 401px) {
  .vehicles__sort-dropdown {
    width: 14.11765rem;
  }
}
@media (max-width: 0) {
  .vehicles__sort-dropdown {
    width: 100%;
    min-width: 11.76471rem;
  }
}
@media (max-width: 399px) {
  .vehicles__sort-dropdown {
    width: 100%;
    min-width: 100%;
  }
}
.all-vehicles {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f7f8f9;
}
.all-vehicles__filters {
  max-width: 100%;
  background-color: #fff;
}
.all-vehicles__filters .expand-collapse-icons,
.all-vehicles__filters .structure_504_accordion--full,
.all-vehicles__filters .structure_504_accordion__button,
.all-vehicles__filters .structure_504_accordion__button--expanded,
.all-vehicles__filters .structure_504_accordion__content {
  padding: 0 !important;
}
.all-vehicles__results {
  padding: 2.94118rem 1.47059rem;
  width: 100%;
}
@media (min-width: 401px) {
  .all-vehicles {
    flex-direction: column;
  }
}
@media (min-width: 901px) and (max-width: 1201px) {
  .all-vehicles {
    flex-direction: row;
    position: relative;
  }
  .all-vehicles__filters {
    position: absolute;
    width: 25%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .all-vehicles__filters--padding {
    padding: 2.35294rem 2.94118rem 0;
  }
  .all-vehicles__results {
    padding: 3.23529rem 4.41176rem 0.88235rem;
    margin-left: 25%;
    width: 75%;
  }
}
@media (min-width: 1201px) {
  .all-vehicles {
    flex-direction: row;
    position: relative;
  }
  .all-vehicles__filters {
    position: absolute;
    width: 23.7%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .all-vehicles__filters--padding {
    padding: 2.35294rem 2.94118rem 0 4.29412rem;
  }
  .all-vehicles__results {
    padding: 3.23529rem 4.41176rem 0.88235rem;
    margin-left: 23.7%;
    width: 76.3%;
  }
}
.subaru-form__select[data-v-13150eca] {
  position: relative;
}
.subaru-form__select-wrapper[data-v-13150eca] {
  position: relative;
  width: 100%;
  max-width: 350px;
}
.subaru-form__select-wrapper[data-v-13150eca]:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
  background: #1971d4;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .subaru-form__select-wrapper[data-v-13150eca]:hover:after {
    background: #1d252c;
  }
}
.subaru-form__select-wrapper[data-v-13150eca]:before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 18px;
  height: 10px;
  width: 10px;
  z-index: 1;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  pointer-events: none;
}
.subaru-form__select-wrapper select[data-v-13150eca] {
  position: relative;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 350px;
  border: 1px solid #d2d3d3;
  padding: 0 25px;
  font-size: 0.824em;
  border-radius: 5px;
  color: #5c6163;
  background: #fff;
}
@-moz-document url-prefix() {
  .subaru-form__select-wrapper select[data-v-13150eca] {
    padding: 0 25px !important;
  }
}
.subaru-form__select-wrapper select[data-v-13150eca]:hover {
  border-color: #1d252c;
}
.subaru-form__select-wrapper[data-v-13150eca]:disabled {
  opacity: 0.7;
}
.subaru-form__select-wrapper--disabled[data-v-13150eca] {
  opacity: 0.7;
  pointer-events: none;
}
.subaru-form__select label[data-v-13150eca] {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  position: absolute;
  color: #5c6163;
  font-size: 0.706em;
  padding: 0 5px;
  left: 20px;
  top: -9px;
}
.subaru-form__select label[data-v-13150eca]:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 8px;
  z-index: -1;
  left: 0;
  background: #fff;
}
.subaru-form__select--active label[data-v-13150eca] {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.3s;
  z-index: 1;
}
.subaru-form__select--active select[data-v-13150eca] {
  text-align: left;
  color: #1d252c;
}
@media (min-width: 1201px) {
  .subaru-800-solterra-cancellation__form .subaru-form__field[data-v-13150eca],
  .subaru-800-solterra-cancellation__form
    .subaru-form__field
    input[data-v-13150eca],
  .subaru-800-solterra-cancellation__form
    .subaru-form__field
    select[data-v-13150eca],
  .subaru-800-solterra-cancellation__form
    .subaru-form__select-wrapper[data-v-13150eca],
  .subaru-800-solterra-cancellation__form
    .subaru-form__select-wrapper
    input[data-v-13150eca],
  .subaru-800-solterra-cancellation__form
    .subaru-form__select-wrapper
    select[data-v-13150eca] {
    max-width: 25.29412rem;
  }
}
.checkbox-grid-wrapper--color-picker .outline-focus[data-v-6964202c] {
  outline: 0.11765rem solid #dae6f4;
}
.subaru-form__checkbox-group[data-v-6964202c] {
  padding-top: 20px;
}
.subaru-form__checkbox-group-wrapper[data-v-6964202c] {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0 0 20px;
}
.subaru-form__checkbox-group-wrapper input[data-v-6964202c] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.subaru-form__checkbox-group-wrapper
  input:checked
  ~ .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  background-color: #1971d4;
}
.subaru-form__checkbox-group-wrapper
  input:checked
  ~ .subaru-form__checkbox-group-checkmark[data-v-6964202c]:after {
  display: block;
}
.subaru-form__checkbox-group-wrapper
  input:disabled
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  background-color: transparent;
  border: 1px solid #c2c7c8;
  cursor: auto;
}
.subaru-form__checkbox-group-wrapper
  input:disabled
  ~ .subaru-form__checkbox-group-label[data-v-6964202c] {
  color: #5c6163;
  cursor: auto;
  opacity: 0.5;
}
.subaru-form__checkbox-group-wrapper
  input:disabled
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c]:after {
  border: solid #c2c7c8;
  border-width: 0 3px 3px 0;
}
.subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #5c6163;
  cursor: pointer;
}
.subaru-form__checkbox-group-checkmark[data-v-6964202c]:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 10px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.subaru-form__checkbox-group--vertical .s-cta[data-v-6964202c],
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .subaru-form__checkbox-group-wrapper[data-v-6964202c] {
  display: block;
}
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .subaru-form__checkbox-group-wrapper
  .label-wrapper[data-v-6964202c] {
  padding-bottom: 5px;
}
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .subaru-form__checkbox-group-wrapper
  .subaru-form__checkbox-group-label[data-v-6964202c] {
  color: #1d252c;
}
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .subaru-form__checkbox-group-wrapper
  .subaru-form__checkbox-group-label.active[data-v-6964202c] {
}
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .subaru-form__checkbox-group-wrapper
  .subaru-form__checkbox-group-description[data-v-6964202c] {
  margin: 0 0 0 35px;
  padding-bottom: 0;
  cursor: pointer;
}
.subaru-form__checkbox-group--vertical.subaru-form__checkbox-group--long-description
  .checkbox-grid-wrapper[data-v-6964202c] {
  display: block;
}
.subaru-form__checkbox-group--vertical
  .subaru-form__checkbox-group-wrapper[data-v-6964202c] {
  align-items: center;
  height: auto;
  flex-basis: 50%;
  margin: 0;
}
.subaru-form__checkbox-group--vertical
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  padding: 0.75rem 0 0.75rem 1rem;
}
.subaru-form__checkbox-group--vertical
  .subaru-form__checkbox-group-wrapper
  input:checked
  ~ .subaru-form__checkbox-group-label[data-v-6964202c] {
  color: #1d252c;
}
.subaru-form__checkbox-group--vertical .checkbox-grid-wrapper[data-v-6964202c] {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-left: 1px solid #e7e7e8;
  margin: 0.75rem 0;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:first-child,
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:nth-child(-n
    + 2):not(:last-child) {
  padding-top: 0;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:last-child,
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:nth-last-child(-n
    + 2):not(:first-child) {
  padding-bottom: 0;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker[data-v-6964202c] {
  border-left: none;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  padding: 0.75rem 0;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.12) 15%,
    rgba(0, 0, 0, 0.05) 35%,
    transparent 60%
  );
  width: 50px;
  height: 50px;
  border: none;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  input:focus
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  outline: none;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  input[data-v-6964202c]:checked {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  width: 1.17647rem;
  height: 1.23529rem;
  opacity: 1;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #2f62b0;
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  border: 0;
  line-height: 1.23529rem;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  input[data-v-6964202c]:checked:before {
  content: "\2713";
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  input:checked
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  outline: #fff;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  input:checked
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c]:after {
  display: none;
}
.subaru-form__checkbox-group--vertical
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  .subaru-form__checkbox-group-label[data-v-6964202c] {
  padding: 0 0 0 70px;
}
@media (min-width: 401px) {
  .subaru-form__checkbox-group--vertical
    .checkbox-grid-wrapper
    .subaru-form__checkbox-group-wrapper[data-v-6964202c]:nth-child(2):last-child,
  .subaru-form__checkbox-group--vertical
    .checkbox-grid-wrapper
    .subaru-form__checkbox-group-wrapper[data-v-6964202c]:nth-last-child(2):first-child {
    flex-basis: 100%;
  }
}
@media (min-width: 901px) {
  .subaru-form__checkbox-group--vertical
    .subaru-form__checkbox-group-wrapper[data-v-6964202c] {
    height: 100%;
    margin-right: 10px;
  }
  .subaru-form__checkbox-group--vertical
    .subaru-form__checkbox-group-wrapper--child
    ~ .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    padding-top: 10px;
  }
  .subaru-form__checkbox-group--vertical
    .checkbox-grid-wrapper
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:not(:first-child):nth-child(odd),
  .subaru-form__checkbox-group--vertical
    .checkbox-grid-wrapper
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:nth-child(n
      + 2):nth-last-child(n + 2),
  .subaru-form__checkbox-group--vertical
    .checkbox-grid-wrapper
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c]:nth-child(odd) {
    padding: 0.75rem 1rem;
  }
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--color-picker[data-v-6964202c],
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper[data-v-6964202c] {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper--child
  .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.12) 15%,
    rgba(0, 0, 0, 0.05) 35%,
    transparent 60%
  );
  border: none;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper--child
  input:focus
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  outline: none;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper--child
  input:checked
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
  background-image: none;
  outline: #fff;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper--child
  input:checked
  + .subaru-form__checkbox-group-checkmark[data-v-6964202c]:after {
  display: block;
}
.subaru-form__checkbox-group--horizontal
  .subaru-form__checkbox-group-wrapper
  .subaru-form__checkbox-group-label.active[data-v-6964202c] {
  color: #1d252c;
}
.subaru-form__checkbox-group--horizontal
  .subaru-form__checkbox-group-wrapper--parent[data-v-6964202c] {
  flex: 0 0 100%;
}
.subaru-form__checkbox-group--horizontal
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  width: 100%;
  margin: 0;
}
.subaru-form__checkbox-group--horizontal
  .subaru-form__checkbox-group-wrapper
  input:checked
  ~ .subaru-form__checkbox-group-label[data-v-6964202c] {
  color: #1d252c;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--1-col
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  width: 100%;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--2-col
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  width: 50%;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--3-col
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  width: 33%;
}
.subaru-form__checkbox-group--horizontal
  .checkbox-grid-wrapper--4-col
  .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
  width: 25%;
}
@media (min-width: 401px) {
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--1-md-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 100%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--2-md-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 50%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--3-md-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 33%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--4-md-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 25%;
  }
}
@media (min-width: 901px) {
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--1-lg-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 100%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--2-lg-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 50%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--3-lg-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 33%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--4-lg-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--1-xl-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 100%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--2-xl-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 50%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--3-xl-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 33%;
  }
  .subaru-form__checkbox-group--horizontal
    .checkbox-grid-wrapper--4-xl-col
    .subaru-form__checkbox-group-wrapper--child[data-v-6964202c] {
    width: 25%;
  }
}
.subaru-form__checkbox-group-label[data-v-6964202c] {
  display: inline-block;
  padding: 0 0 0 35px;
  font-size: 0.824em;
}
.subaru-form__checkbox-group-label[data-v-6964202c]:hover {
  cursor: pointer;
}
.subaru-form__checkbox-group-label--category[data-v-6964202c] {
  color: #5c6163;
}
.subaru-form__checkbox-group--highlight-checked
  .subaru-form__checkbox-group-label[data-v-6964202c] {
  font-weight: 400;
  color: #1d252c;
}
.subaru-form__checkbox-group--highlight-checked
  input:checked
  ~ .subaru-form__checkbox-group-label[data-v-6964202c] {
}
.subaru-form__checkbox-group .s-cta[data-v-6964202c] {
  padding-top: 20px;
}
.subaru-form__checkbox-group .flex-wrap[data-v-6964202c] {
  flex-wrap: wrap;
}
.subaru-form__checkbox-group .img-items-vertical[data-v-6964202c] {
  flex-direction: column;
  flex-basis: 50%;
}
@media (min-width: 901px) {
  .subaru-form__checkbox-group .img-items-vertical[data-v-6964202c] {
    flex-basis: 25%;
  }
}
.subaru-form__checkbox-group
  .img-items-vertical[data-v-6964202c]
  .subaru-image {
  margin-bottom: 20px;
  cursor: pointer;
}
.subaru-form__checkbox-group
  .img-items-vertical[data-v-6964202c]
  .subaru-image
  picture
  img {
  max-width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .user-is-tabbing
    .subaru-form__checkbox-group-wrapper
    input:focus
    ~ .subaru-form__checkbox-group-checkmark[data-v-6964202c] {
    outline: 2px solid #dae6f4;
  }
}
.content-102 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-102[role="link"] {
  cursor: pointer;
}
.content-102__wrapper {
  height: calc(100% - 50px);
  margin-bottom: 50px;
  width: 100%;
}
.content-102--white .content-102__droppable {
  background-color: #fff;
}
.content-102--light .content-102__droppable {
  background-color: #f7f8f9;
}
.content-102--midnight .content-102__droppable {
  background-color: #1d252c;
}
.content-102--overlapping.content-102--white .content-102__asset-container {
  background: linear-gradient(180deg, #fff, #fff) no-repeat;
  background-size: 100% 25%;
  background-position: 0 101%;
}
.content-102--overlapping.content-102--light .content-102__asset-container {
  background: linear-gradient(180deg, #f7f8f9, #f7f8f9) no-repeat;
  background-size: 100% 25%;
  background-position: 0 101%;
}
.content-102--overlapping.content-102--midnight .content-102__asset-container {
  background: linear-gradient(180deg, #1d252c, #1d252c) no-repeat;
  background-size: 100% 25%;
  background-position: 0 101%;
}
.content-102__asset-container {
  display: block;
  overflow: hidden;
  padding: 50.33% 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.content-102__asset-container .content-102__media-asset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-102__asset-container .content-102__media-asset img {
  bottom: 0;
  display: block;
  max-height: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.content-102__asset-container .content-102__media-asset--focusSM-left-top {
  background-position: 0 0;
}
.content-102__asset-container .content-102__media-asset--focusSM-left-top img {
  -o-object-position: left top;
  object-position: left top;
}
.content-102__asset-container .content-102__media-asset--focusSM-left-center {
  background-position: 0;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-left-center
  img {
  -o-object-position: left center;
  object-position: left center;
}
.content-102__asset-container .content-102__media-asset--focusSM-left-bottom {
  background-position: 0 100%;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-left-bottom
  img {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.content-102__asset-container .content-102__media-asset--focusSM-center-top {
  background-position: top;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-center-top
  img {
  -o-object-position: center top;
  object-position: center top;
}
.content-102__asset-container .content-102__media-asset--focusSM-center-center {
  background-position: 50%;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-center-center
  img {
  -o-object-position: center center;
  object-position: center center;
}
.content-102__asset-container .content-102__media-asset--focusSM-center-bottom {
  background-position: bottom;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-center-bottom
  img {
  -o-object-position: center bottom;
  object-position: center bottom;
}
.content-102__asset-container .content-102__media-asset--focusSM-right-top {
  background-position: 100% 0;
}
.content-102__asset-container .content-102__media-asset--focusSM-right-top img {
  -o-object-position: right top;
  object-position: right top;
}
.content-102__asset-container .content-102__media-asset--focusSM-right-center {
  background-position: 100%;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-right-center
  img {
  -o-object-position: right center;
  object-position: right center;
}
.content-102__asset-container .content-102__media-asset--focusSM-right-bottom {
  background-position: 100% 100%;
}
.content-102__asset-container
  .content-102__media-asset--focusSM-right-bottom
  img {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.content-102__droppable {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 25px 25px 50px;
  z-index: 2;
}
.content-102--no-image-top .content-102__droppable,
.content-102--no-image .content-102__droppable {
  padding: 50px 25px;
}
.content-102--no-image-top .content-102__droppable {
  justify-content: flex-start;
}
.content-102--no-image .content-102__droppable {
  justify-content: center;
}
@media (min-width: 401px) {
  .content-102__asset-container .content-102__media-asset--focusMD-left-top {
    background-position: 0 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-102__asset-container .content-102__media-asset--focusMD-left-center {
    background-position: 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-102__asset-container .content-102__media-asset--focusMD-left-bottom {
    background-position: 0 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusMD-center-top {
    background-position: top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-center-center {
    background-position: 50%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-center-bottom {
    background-position: bottom;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusMD-right-top {
    background-position: 100% 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-right-center {
    background-position: 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-right-bottom {
    background-position: 100% 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusMD-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 901px) {
  .content-102__asset-container .content-102__media-asset--focusLG-left-top {
    background-position: 0 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-102__asset-container .content-102__media-asset--focusLG-left-center {
    background-position: 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-102__asset-container .content-102__media-asset--focusLG-left-bottom {
    background-position: 0 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusLG-center-top {
    background-position: top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-center-center {
    background-position: 50%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-center-bottom {
    background-position: bottom;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusLG-right-top {
    background-position: 100% 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-right-center {
    background-position: 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-right-bottom {
    background-position: 100% 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusLG-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
@media (min-width: 1201px) {
  .content-102__asset-container .content-102__media-asset--focusXL-left-top {
    background-position: 0 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-left-top
    img {
    -o-object-position: left top;
    object-position: left top;
  }
  .content-102__asset-container .content-102__media-asset--focusXL-left-center {
    background-position: 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-left-center
    img {
    -o-object-position: left center;
    object-position: left center;
  }
  .content-102__asset-container .content-102__media-asset--focusXL-left-bottom {
    background-position: 0 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-left-bottom
    img {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusXL-center-top {
    background-position: top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-center-top
    img {
    -o-object-position: center top;
    object-position: center top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-center-center {
    background-position: 50%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-center-center
    img {
    -o-object-position: center center;
    object-position: center center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-center-bottom {
    background-position: bottom;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-center-bottom
    img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .content-102__asset-container .content-102__media-asset--focusXL-right-top {
    background-position: 100% 0;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-right-top
    img {
    -o-object-position: right top;
    object-position: right top;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-right-center {
    background-position: 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-right-center
    img {
    -o-object-position: right center;
    object-position: right center;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-right-bottom {
    background-position: 100% 100%;
  }
  .content-102__asset-container
    .content-102__media-asset--focusXL-right-bottom
    img {
    -o-object-position: right bottom;
    object-position: right bottom;
  }
}
.local-inventory .custom-grid__grid > .local-inventory__left-column {
  display: none;
}
.local-inventory__fma {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.local-inventory__fma-description {
  margin-bottom: 1.29412rem;
}
.local-inventory__fma--no-exact-matches {
  padding-bottom: 4.58824rem;
}
.local-inventory__fma--pt {
  padding-top: 3.41176rem;
}
.local-inventory__fma :first-line {
  text-indent: 1.5%;
}
.local-inventory__fma-container {
  display: inline-table;
  padding: 1.17647rem 0;
}
.local-inventory__icon-loader {
  width: 100%;
  height: 3.64706rem;
  position: relative;
}
.local-inventory__loading-dots {
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 0;
  height: 0;
}
.local-inventory__loading-dots--visible {
  opacity: 1;
  transition: opacity 0.2s;
}
.local-inventory .structure_500 :not(.sm):not(.md).custom-grid {
  padding: 0;
}
.local-inventory .structure_500 .custom-grid {
  background: #f7f8f9;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__left-column {
  width: 24%;
  min-width: 13.52941rem;
  background: #fff;
  margin: 0;
  padding: 1.94118rem 1.17647rem 1.35294rem 2.94118rem;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__left-column
  .structure_504_accordion__button,
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__left-column
  .structure_504_accordion__content {
  padding: 0;
  height: auto;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__left-column
  .structure_504_accordion__content {
  padding-top: 1.47059rem;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__left-column
  .structure_504_accordion__button__text-title {
  line-height: 1.52941rem;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__right-column {
  margin: 0 4.68vw;
  padding: 1.88235rem 0 0;
  flex: 1;
  background: transparent;
}
.local-inventory
  .structure_500
  .custom-grid
  .custom-grid__grid
  > .local-inventory__right-column
  .retailer-701__container {
  margin-right: 0;
  margin-left: 0;
}
.local-inventory
  .vehicle-card-component__right-column
  .structure_500
  .custom-grid {
  background: #fff;
}
@media (min-width: 901px) {
  .local-inventory
    .structure_500
    .custom-grid
    .custom-grid__grid
    > .local-inventory__left-column {
    display: block;
  }
  .local-inventory
    .structure_500
    .custom-grid
    .custom-grid__grid
    > .local-inventory__right-column {
    padding: 2.35294rem 0 0;
  }
  .local-inventory__fma-description {
    width: 31.17647rem;
  }
  .local-inventory__fma--pt {
    padding-top: 0;
  }
  .local-inventory__fma .vehicle-card-component {
    margin-bottom: 2.94118rem;
  }
  .local-inventory .subaru-form__group.subaru-form__group--columns {
    width: 12.94118rem;
  }
}
@media (min-width: 1201px) {
  .local-inventory
    .structure_500
    .custom-grid
    .custom-grid__grid
    > .local-inventory__left-column {
    padding: 1.88235rem 3.64706rem 1.47059rem 4.23529rem;
  }
}
.custom-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-grid .cq-Overlay {
  width: 100%;
}
.custom-grid__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-grid__grid > .aem-Grid {
  width: 100%;
}
.custom-grid--is-flex > .custom-grid__grid > div {
  display: flex;
  flex-direction: column;
}
.custom-grid--justify-content-left-grid {
  justify-content: flex-start;
}
.custom-grid--justify-content-center-grid {
  justify-content: center;
}
.custom-grid--justify-content-right-grid {
  justify-content: flex-end;
}
.custom-grid--align-items-left > .custom-grid__grid > div {
  align-items: flex-start;
}
.custom-grid--align-items-center > .custom-grid__grid > div {
  align-items: center;
}
.custom-grid--align-items-right > .custom-grid__grid > div {
  align-items: flex-end;
}
.custom-grid--justify-content-top > .custom-grid__grid > div {
  justify-content: flex-start;
}
.custom-grid--justify-content-center > .custom-grid__grid > div {
  justify-content: center;
}
.custom-grid--justify-content-bottom > .custom-grid__grid > div {
  justify-content: flex-end;
}
@media (min-width: 0) and (max-width: 400.99px) {
  .custom-grid {
    padding: 0 12.5px;
  }
  .custom-grid--sm-no-side-gutters {
    padding: 0;
  }
  .custom-grid--sm-custom-side-gutters-1,
  .custom-grid--sm-custom-side-gutters-2,
  .custom-grid--sm-custom-side-gutters-3 {
    padding: 0 25px;
  }
  .custom-grid > .custom-grid__grid > div {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .custom-grid--sm-cmb-0,
  .custom-grid--sm-mb-0:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 0;
  }
  .custom-grid--sm-cmb-1,
  .custom-grid--sm-mb-1:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 50px;
  }
  .custom-grid--sm-cmb-2,
  .custom-grid--sm-mb-2:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 75px;
  }
  .custom-grid--sm-cmb-3,
  .custom-grid--sm-mb-3:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 100px;
  }
  .custom-grid--sm-col-1 > .custom-grid__grid > div {
    width: calc(100% - 25px);
  }
  .custom-grid--sm-col-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-grid--sm-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 25px);
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 12.5px);
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  .custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 16.66667px);
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 25px);
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 18.75px);
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  .custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 25px);
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 20px);
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  .custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 25px);
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > .custom-grid__grid {
    width: calc(16.665% - 20.83333px);
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:first-child,
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:nth-child(6n-5) {
    margin-left: 0;
  }
  .custom-grid--sm-col-6.custom-grid--sm-no-side-gutters > div:nth-child(6n) {
    margin-right: 0;
  }
  .custom-grid--sm-col-2-1 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-2-1 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(66.66% - 25px);
  }
  .custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 12.5px);
    margin-left: 0;
  }
  .custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 12.5px);
    margin-right: 0;
  }
  .custom-grid--sm-col-2-2 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(66.66% - 25px);
  }
  .custom-grid--sm-col-2-2 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(33.33% - 25px);
  }
  .custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 12.5px);
    margin-left: 0;
  }
  .custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 12.5px);
    margin-right: 0;
  }
  .custom-grid--sm-col-3-1 {
    padding: 0;
  }
  .custom-grid--sm-col-3-1 > .custom-grid__grid > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 12.5px);
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 401px) and (max-width: 900.99px) {
  .custom-grid {
    padding: 0 25px;
  }
  .custom-grid--md-no-side-gutters {
    padding: 0;
  }
  .custom-grid--md-custom-side-gutters-1,
  .custom-grid--md-custom-side-gutters-2,
  .custom-grid--md-custom-side-gutters-3 {
    padding: 0 50px;
  }
  .custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  .custom-grid--md-cmb-0,
  .custom-grid--md-mb-0:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 0;
  }
  .custom-grid--md-cmb-1,
  .custom-grid--md-mb-1:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 50px;
  }
  .custom-grid--md-cmb-2,
  .custom-grid--md-mb-2:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 100px;
  }
  .custom-grid--md-cmb-3,
  .custom-grid--md-mb-3:not(.custom-grid-aem) > .custom-grid__grid > div {
    margin-bottom: 150px;
  }
  .custom-grid--md-col-1 > .custom-grid__grid > div {
    width: calc(100% - 50px);
  }
  .custom-grid--md-col-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-grid--md-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 50px);
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  .custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  .custom-grid--md-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  .custom-grid--md-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 50px);
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  .custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  .custom-grid--md-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 50px);
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  .custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  .custom-grid--md-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 50px);
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:first-child,
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:nth-child(6n-5) {
    margin-left: 0;
  }
  .custom-grid--md-col-6.custom-grid--md-no-side-gutters > div:nth-child(6n) {
    margin-right: 0;
  }
  .custom-grid--md-col-2-1 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-2-1 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  .custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  .custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  .custom-grid--md-col-2-2 > .custom-grid__grid > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  .custom-grid--md-col-2-2 > .custom-grid__grid > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  .custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  .custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  .custom-grid--md-col-3-1 {
    padding: 0;
  }
  .custom-grid--md-col-3-1 > .custom-grid__grid > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  .custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 901px) and (max-width: 1200.99px) {
  :not(.sm):not(.md).custom-grid {
    padding: 0 25px;
  }
  :not(.sm):not(.md).custom-grid--lg-no-side-gutters {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-1 {
    padding: 0 50px;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-2 {
    padding: 0 145px;
  }
  :not(.sm):not(.md).custom-grid--lg-custom-side-gutters-3 {
    padding: 0 245px;
  }
  :not(.sm):not(.md).custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-0,
  :not(.sm):not(.md).custom-grid--lg-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-1,
  :not(.sm):not(.md).custom-grid--lg-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-2,
  :not(.sm):not(.md).custom-grid--lg-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  :not(.sm):not(.md).custom-grid--lg-cmb-3,
  :not(.sm):not(.md).custom-grid--lg-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  :not(.sm):not(.md).custom-grid--lg-col-1 > .custom-grid__grid > div {
    width: calc(100% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-4.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-5.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-6.custom-grid--lg-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-2-2.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1 {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--lg-col-3-1.custom-grid--lg-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 10000px) {
  :not(.sm):not(.md).custom-grid {
    padding: 0 37.5px;
  }
  :not(.sm):not(.md).custom-grid--xl-no-side-gutters {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-1 {
    padding: 0 75px;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-2 {
    padding: 0 200px;
  }
  :not(.sm):not(.md).custom-grid--xl-custom-side-gutters-3 {
    padding: 0 330px;
  }
  :not(.sm):not(.md).custom-grid > .custom-grid__grid > div {
    margin-left: 37.5px;
    margin-right: 37.5px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-0,
  :not(.sm):not(.md).custom-grid--xl-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-1,
  :not(.sm):not(.md).custom-grid--xl-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-2,
  :not(.sm):not(.md).custom-grid--xl-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  :not(.sm):not(.md).custom-grid--xl-cmb-3,
  :not(.sm):not(.md).custom-grid--xl-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  :not(.sm):not(.md).custom-grid--xl-col-1 > .custom-grid__grid > div {
    width: calc(100% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 50px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 56.25px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-4.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 60px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-5.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 62.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-6.custom-grid--xl-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 37.5px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 37.5px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 75px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 37.5px);
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-2-2.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 37.5px);
    margin-right: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1 {
    padding: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 37.5px);
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  :not(.sm):not(.md).custom-grid--xl-col-3-1.custom-grid--xl-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 0) {
  [view-as-breakpoint] .sm.custom-grid {
    padding: 0 12.5px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-no-side-gutters {
    padding: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-1,
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-2,
  [view-as-breakpoint] .sm.custom-grid--sm-custom-side-gutters-3 {
    padding: 0 25px;
  }
  [view-as-breakpoint] .sm.custom-grid > .custom-grid__grid > div {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-0,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-1,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-2,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 75px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-cmb-3,
  [view-as-breakpoint]
    .sm.custom-grid--sm-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-1 > .custom-grid__grid > div {
    width: calc(100% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-2 > .custom-grid__grid > div {
    width: calc(49.995% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 12.5px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-3 > .custom-grid__grid > div {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 16.66667px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-4 > .custom-grid__grid > div {
    width: calc(24.9975% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 18.75px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-4.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-5 > .custom-grid__grid > div {
    width: calc(19.998% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 20px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-5.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-6 > .custom-grid__grid > div {
    width: calc(16.665% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 20.83333px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-6.custom-grid--sm-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 12.5px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 12.5px);
    margin-right: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 12.5px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-2-2.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 12.5px);
    margin-right: 0;
  }
  [view-as-breakpoint] .sm.custom-grid--sm-col-3-1 {
    padding: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 12.5px);
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    .sm.custom-grid--sm-col-3-1.custom-grid--sm-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 401px) {
  [view-as-breakpoint] :not(.sm).md.custom-grid {
    padding: 0 25px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-no-side-gutters {
    padding: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-1,
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-2,
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-custom-side-gutters-3 {
    padding: 0 50px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid > .custom-grid__grid > div {
    margin-left: 25px;
    margin-right: 25px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-0,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-0:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-1,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-1:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 50px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-2,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-2:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 100px;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-cmb-3,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-mb-3:not(.custom-grid-aem)
    > .custom-grid__grid
    > div {
    margin-bottom: 150px;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-1
    > .custom-grid__grid
    > div {
    width: calc(100% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(49.995% - 25px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(33.33% - 33.33333px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(24.9975% - 37.5px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n-3) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-4.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(4n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div {
    width: calc(19.998% - 40px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n-4) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-5.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(5n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6
    > .custom-grid__grid
    > div {
    width: calc(16.665% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > .custom-grid__grid {
    width: calc(16.665% - 41.66667px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:nth-child(6n-5) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-6.custom-grid--md-no-side-gutters
    > div:nth-child(6n) {
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(33.33% - 25px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(66.66% - 25px);
    margin-right: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 50px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(odd) {
    width: calc(66.66% - 25px);
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-2-2.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(2n) {
    width: calc(33.33% - 25px);
    margin-right: 0;
  }
  [view-as-breakpoint] :not(.sm).md.custom-grid--md-col-3-1 {
    padding: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1
    > .custom-grid__grid
    > div:nth-child(1n + 1) {
    width: 100%;
    margin: 0 16.66%;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n),
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    width: calc(16.66% - 25px);
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:first-child,
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n-2) {
    margin-left: 0;
  }
  [view-as-breakpoint]
    :not(.sm).md.custom-grid--md-col-3-1.custom-grid--md-no-side-gutters
    > .custom-grid__grid
    > div:nth-child(3n) {
    margin-right: 0;
  }
}
.content-102[role="link"] .inventory__filters__cta a {
  font-size: 1rem;
  line-height: 1.58824rem;
}
.inventory__no-results {
  opacity: 1;
}
.inventory__results__header {
  display: flex;
  flex-direction: column;
}
.inventory__results__header-cpo-logo picture img {
  width: 100%;
}
.inventory__results__header-cpo-logo--sm {
  margin-bottom: 0.88235rem;
  align-self: center;
}
.inventory__results__container--padding {
  padding-bottom: 2.94118rem;
}
.inventory__results__container .inventory__card .content-102 {
  margin-bottom: 1.88235rem;
  height: calc(100% - 32px);
}
.inventory__results__container .inventory__card .content-102__droppable {
  padding: 1.47059rem 1.47059rem 1.41176rem;
}
.inventory__results-other-vehicles-fma {
  display: none;
}
.inventory__results-other-vehicles-fma--visible {
  display: initial;
}
.inventory__results-other-vehicles-fma--pading {
  padding-bottom: 2.94118rem;
}
.inventory__counter {
  padding-bottom: 1.64706rem;
}
.inventory__counter--label {
  text-align: center;
}
.inventory__sort-filter-mobile-bar {
  display: flex;
  margin-left: -4.68vw;
  width: calc(100% + 9.36vw);
  border: 0.05882rem solid #d2d3d3;
  border-width: 0.05882rem 0;
  margin-bottom: 1.82353rem;
}
.inventory__sort-filter-mobile-bar--build {
  margin-bottom: 2.35294rem;
}
.inventory__sort-filter-mobile-bar .inventory__filters,
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper {
  flex: 1;
  height: 2.94118rem;
  background: #fff;
  text-align: center;
  color: #1971d4;
}
.inventory__sort-filter-mobile-bar .inventory__filters:hover,
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper:hover {
  color: #1d252c;
}
.inventory__sort-filter-mobile-bar .inventory__filters:active,
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper:active {
  color: #1971d4;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__container {
  display: flex;
  justify-content: center;
  height: 2.94118rem;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__overspan {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.58824rem;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__arrow {
  display: inline-block;
  border: solid #1971d4;
  border-width: 0 0.11765rem 0.11765rem 0;
  padding: 0.17647rem;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__arrow-container {
  display: inline-block;
  margin: 0 0.58824rem;
  padding-top: 0.47059rem;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__arrow-up {
  transform: rotate(-135deg);
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__arrow-down {
  transform: rotate(45deg);
}
.inventory__sort-filter-mobile-bar
  .inventory__sort-wrapper:hover
  .inventory__sort-wrapper__arrow {
  border-color: #1d252c;
}
.inventory__sort-filter-mobile-bar .inventory__sort-wrapper__select {
  position: relative;
  top: -2.94118rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1;
  opacity: 0;
  border: none;
  height: 100%;
  width: 100%;
  padding-left: 4.68vw;
  color: #1971d4;
}
.inventory__sort-filter-mobile-bar .inventory__filters {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: 0.05882rem solid #d2d3d3;
}
.inventory__sort-filter-mobile-bar .inventory__filters__cta {
  font-weight: 400;
}
.inventory__content {
  display: block;
  justify-content: space-between;
  margin-top: 0.70588rem;
}
.inventory__header {
  overflow: hidden;
}
.inventory__card {
  width: 100%;
  position: relative;
  display: block;
}
.inventory__card__compare {
  position: absolute;
  z-index: 2;
}
.inventory__card__compare .cta--secondary {
  font-family: HelveticaNeueLTW05-65Medium, Helvetica Neue, -apple-system,
    Open Sans, Arial, sans-serif;
  font-size: 0.70588rem;
  line-height: 25.98px;
  position: relative;
  float: right;
  max-width: 4.70588rem;
  min-width: 4.70588rem;
  padding: 0.35294rem;
  z-index: 2;
  color: #1d252c;
  border-color: #5c6163;
}
.inventory__card__compare--cpo .cta--secondary {
  background-color: #fff;
  color: #5c6163;
}
.inventory__card__compare--selected .cta--secondary,
.inventory__card__compare--selected .cta--secondary:focus,
.inventory__card__compare:hover .cta--secondary,
.inventory__card__compare:hover .cta--secondary:focus {
  color: #fff;
  background-color: #1d252c;
  border-color: #1d252c;
}
.inventory .card-slot {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.inventory .card-slot .inventory-info {
  flex-grow: 1;
}
.inventory .cta-details-inventory {
  margin-top: 1.64706rem;
}
.inventory .cta-details-inventory .cta--secondary {
  max-width: 100%;
}
.inventory .in-transit-disclaimer {
  padding-top: 1.17647rem;
  flex-grow: 1;
  padding-bottom: 0;
}
.inventory
  .compare-toolbar__vehicle-card-container
  .compare-vehicle-card
  span:first-of-type {
  font-size: 0.82353rem;
}
.inventory
  .compare-toolbar__vehicle-card-container
  .compare-vehicle-card
  span:nth-child(2) {
  padding: 0 0.05882rem 0.52941rem;
}
.inventory
  .compare-toolbar__vehicle-card-container
  .compare-vehicle-card
  span.price {
  font-size: 0.82353rem;
}
.inventory--build-price .inventory__results__container .content-112__container,
.inventory--build-price
  .inventory__results__container:first-child
  .content-112__container {
  margin-bottom: 1.88235rem;
}
.inventory--build-price
  .inventory__results__container
  .inventory__card:last-child
  .content-102,
.inventory--build-price
  .inventory__results__container
  .inventory__card:nth-last-child(2):nth-child(odd)
  .content-102,
.inventory--build-price
  .inventory__results__container:first-child
  .inventory__card:last-child
  .content-102,
.inventory--build-price
  .inventory__results__container:first-child
  .inventory__card:nth-last-child(2):nth-child(odd)
  .content-102 {
  margin-bottom: 2.35294rem;
  height: calc(100% - 40px);
}
@media (min-width: 901px) {
  .inventory__results-cpo-logo {
    display: flex;
    align-items: center;
    margin-bottom: 2.35294rem;
    margin-top: 0.47059rem;
    z-index: 2;
    position: relative;
    top: 1rem;
    justify-content: center;
  }
  .inventory__results-cpo-logo .subaru-image {
    z-index: 1;
  }
  .inventory__results-cpo-logo .structure-502 {
    position: absolute;
  }
  .inventory__results__container:first-child .inventory__content {
    margin-top: 2.35294rem;
  }
  .inventory__counter {
    align-self: center;
    padding-bottom: 1.58824rem;
  }
  .inventory__counter--label {
    text-align: left;
  }
  .inventory__counter .change-retailer {
    margin-left: 0.58824rem;
  }
  .inventory__sort .subaru-form__field {
    padding-bottom: 0;
  }
  .inventory__results__header {
    flex-flow: inherit;
  }
  .inventory__content,
  .inventory__results__header {
    display: flex;
    justify-content: space-between;
  }
  .inventory__results__container .inventory__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.35294rem;
  }
  .inventory__results__container .inventory__card {
    flex: 0 31.06vw;
  }
  .inventory__results__container .inventory__card .content-102 {
    margin-bottom: 3.29412rem;
    height: calc(100% - 56px);
  }
  .inventory__results__container .inventory__card .content-102__droppable {
    padding: 0.23529rem 1.47059rem 1.41176rem;
  }
  .inventory__results__container .inventory__card:last-child .content-102,
  .inventory__results__container
    .inventory__card:nth-last-child(2):nth-child(odd)
    .content-102 {
    margin-bottom: 2.35294rem;
    height: calc(100% - 40px);
  }
  .inventory--build-price .inventory__results__container .inventory__content,
  .inventory--build-price
    .inventory__results__container:first-child
    .inventory__content {
    margin-top: 0;
  }
  .inventory--build-price
    .inventory__results__container
    .content-112__container,
  .inventory--build-price
    .inventory__results__container:first-child
    .content-112__container {
    margin-top: 2.70588rem;
    margin-bottom: 3.29412rem;
  }
  .inventory--build-price
    .inventory__results__container
    .inventory__card:last-child
    .content-102,
  .inventory--build-price
    .inventory__results__container
    .inventory__card:nth-last-child(2):nth-child(odd)
    .content-102,
  .inventory--build-price
    .inventory__results__container:first-child
    .inventory__card:last-child
    .content-102,
  .inventory--build-price
    .inventory__results__container:first-child
    .inventory__card:nth-last-child(2):nth-child(odd)
    .content-102 {
    margin-bottom: 0.58824rem;
    height: calc(100% - 10px);
  }
  .inventory--build-price
    .inventory__results__container:last-child
    .inventory__card:last-child
    .content-102,
  .inventory--build-price
    .inventory__results__container:last-child
    .inventory__card:nth-last-child(2):nth-child(odd)
    .content-102 {
    margin-bottom: 4.05882rem;
    height: calc(100% - 69px);
  }
}
@media (min-width: 1201px) {
  .inventory__results-cpo-logo {
    top: 2rem;
  }
}
.subaru-form__checkbox[data-v-bb98af5c] {
  display: flex;
}
.subaru-form__checkbox[data-v-bb98af5c]:has(span.all-retailers) {
  width: 100%;
  background: green;
}
.subaru-form__checkbox-wrapper[data-v-bb98af5c] {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
}
.subaru-form__checkbox-wrapper input[data-v-bb98af5c] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.subaru-form__checkbox-wrapper
  input:checked
  ~ .subaru-form__checkbox-checkmark[data-v-bb98af5c] {
  background-color: #1971d4;
}
.subaru-form__checkbox-wrapper
  input:checked
  ~ .subaru-form__checkbox-checkmark[data-v-bb98af5c]:after {
  display: block;
}
.subaru-form__checkbox-wrapper
  input:checked
  ~ .subaru-form__checkbox-label[data-v-bb98af5c] {
  color: #1d252c;
}
.subaru-form__checkbox-wrapper
  input:disabled
  + .subaru-form__checkbox-checkmark[data-v-bb98af5c] {
  background-color: transparent;
  border: 1px solid #c2c7c8;
}
.subaru-form__checkbox-wrapper
  input:disabled
  + .subaru-form__checkbox-checkmark[data-v-bb98af5c]:after {
  border: solid #c2c7c8;
  border-width: 0 3px 3px 0;
}
.subaru-form__checkbox-checkmark[data-v-bb98af5c] {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #5c6163;
}
.subaru-form__checkbox-checkmark--align-top[data-v-bb98af5c] {
  align-self: normal;
  top: 5px;
}
.subaru-form__checkbox-checkmark[data-v-bb98af5c]:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 10px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.subaru-form__checkbox-label[data-v-bb98af5c] {
  margin: 0 0 0 35px;
  font-size: 0.824em;
}
.subaru-form__checkbox-label[data-v-bb98af5c]:hover {
  cursor: pointer;
}
.subaru-form__checkbox-label[data-v-bb98af5c] a {
  font-size: 0.82353rem;
}
@media (hover: hover) and (pointer: fine) {
  .user-is-tabbing
    .subaru-form__checkbox-wrapper
    input:focus
    ~ .subaru-form__checkbox-checkmark[data-v-bb98af5c] {
    outline: 2px solid #dae6f4;
  }
}
.subaru-800-solterra-cancellation__form
  .subaru-form__checkbox-wrapper[data-v-bb98af5c] {
  align-items: flex-start;
}
.subaru-form__slider[data-v-01c5ca51] {
  display: flex;
  align-items: center;
  height: auto;
}
.subaru-form__slider-wrapper[data-v-01c5ca51] {
  position: relative;
  padding: 0 0.11765rem;
  flex-grow: 1;
}
.subaru-form__slider-wrapper input[type="range"][data-v-01c5ca51] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 17.64706rem;
  border: none;
  height: 0.05882rem;
  padding: 0;
}
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 0.88235rem;
  width: 0.88235rem;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 0 0 2px #1971d4;
}
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]::-webkit-slider-thumb:focus,
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]::-webkit-slider-thumb:hover {
  background: #1971d4;
}
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]::-moz-range-thumb {
  height: 0.88235rem;
  width: 0.88235rem;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 0 0 2px #1971d4;
}
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]::-moz-range-thumb:hover,
.subaru-form__slider-wrapper
  input[type="range"]
  input[type="range"][data-v-01c5ca51]::-moz-range-thumb:focus {
  background: #1971d4;
}
.subaru-form__slider-wrapper input[type="range"][data-v-01c5ca51]::-ms-thumb {
  height: 0.88235rem;
  width: 0.88235rem;
  border-radius: 50%;
  background: #fff;
  border: none;
  box-shadow: 0 0 0 2px #1971d4;
}
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]:focus::-ms-thumb,
.subaru-form__slider-wrapper
  input[type="range"][data-v-01c5ca51]:hover::-ms-thumb {
  background: #1971d4;
}
.subaru-form__slider-values[data-v-01c5ca51] {
  display: flex;
  justify-content: space-between;
  font-size: 0.824em;
  color: #1d252c;
}
.inventory-info__mileage--miles {
  margin-left: 3.23529rem;
}
.inventory-info__general-year {
  padding-bottom: 3.606px;
}
.inventory-info__general-model {
  padding-bottom: 4.44px;
}
.inventory-info__general-price--title {
  padding-bottom: 6.606px;
}
.inventory-info__retailer {
  display: flex;
  margin-bottom: 1.64706rem;
}
.inventory-info__retailer .s-cta {
  margin-top: 0.52941rem;
}
.inventory-info__retailer-icon {
  margin-top: 0.23529rem;
  margin-right: 0.58824rem;
}
.inventory-info__retailer-icon img {
  width: 0.94118rem;
  height: 1.17647rem;
}
.inventory-info .colors-info__exterior {
  padding-bottom: 0.35294rem;
}
.inventory-info .colors-info__exterior--title,
.inventory-info .colors-info__interior--title {
  min-width: 6.29412rem;
}
.inventory-info .colors-info__exterior--name,
.inventory-info .colors-info__interior--name {
  margin-right: 0.88235rem;
}
.inventory-info .colors-info__exterior--chip,
.inventory-info .colors-info__interior--chip {
  background-size: cover;
  border: 1px solid #b7bcc2;
  min-width: 1.47059rem;
  max-height: 1.47059rem;
  margin-left: auto;
}
.inventory-info .packages-info--title {
  width: 6.29412rem;
}
.narrow-filter .mobile-full-width,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .mobile-full-width {
  min-width: 100%;
}
.narrow-filter .mobile-full-width + .subaru-form__field--checkboxGroup,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .mobile-full-width
  + .subaru-form__field--checkboxGroup {
  width: 100%;
  max-width: 100%;
}
.narrow-filter .display-none,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .display-none {
  display: none;
}
.narrow-filter .display-block,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .display-block {
  display: block;
}
.narrow-filter .subaru-form__group,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__group {
  display: flex;
  flex-direction: row;
}
.narrow-filter .subaru-form__group .checkbox-grid-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__group
  .checkbox-grid-wrapper {
  flex-direction: row;
}
.narrow-filter
  .subaru-form__group
  > .subaru-form__field--checkboxGroup:first-child,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__group
  > .subaru-form__field--checkboxGroup:first-child {
  width: 100%;
}
.narrow-filter .subaru-form__field--checkboxGroup,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkboxGroup {
  width: 50%;
  min-width: 9.11765rem;
  max-width: 100%;
}
.narrow-filter .subaru-form__field--checkbox,
.narrow-filter .subaru-form__field--checkbox.form-input-category-all,
.narrow-filter .subaru-form__field--checkbox.form-input-models-all,
.narrow-filter .subaru-form__field--checkbox.form-input-year-all,
.narrow-filter .subaru-form__field--checkbox input[type="range"],
.narrow-filter .subaru-form__field--range,
.narrow-filter .subaru-form__field--range.form-input-category-all,
.narrow-filter .subaru-form__field--range.form-input-models-all,
.narrow-filter .subaru-form__field--range.form-input-year-all,
.narrow-filter .subaru-form__field--range input[type="range"],
.narrow-filter .subaru-form__field--slider,
.narrow-filter .subaru-form__field--slider.form-input-category-all,
.narrow-filter .subaru-form__field--slider.form-input-models-all,
.narrow-filter .subaru-form__field--slider.form-input-year-all,
.narrow-filter .subaru-form__field--slider input[type="range"],
.narrow-filter .subaru-form__range-wrapper,
.narrow-filter .subaru-form__range-wrapper.form-input-category-all,
.narrow-filter .subaru-form__range-wrapper.form-input-models-all,
.narrow-filter .subaru-form__range-wrapper.form-input-year-all,
.narrow-filter .subaru-form__range-wrapper input[type="range"],
.narrow-filter .subaru-form__select-wrapper,
.narrow-filter .subaru-form__select-wrapper.form-input-category-all,
.narrow-filter .subaru-form__select-wrapper.form-input-models-all,
.narrow-filter .subaru-form__select-wrapper.form-input-year-all,
.narrow-filter .subaru-form__select-wrapper input[type="range"],
.narrow-filter .subaru-form__slider-wrapper,
.narrow-filter .subaru-form__slider-wrapper.form-input-category-all,
.narrow-filter .subaru-form__slider-wrapper.form-input-models-all,
.narrow-filter .subaru-form__slider-wrapper.form-input-year-all,
.narrow-filter .subaru-form__slider-wrapper input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox
  input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--range,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--range.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--range.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--range.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--range
  input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--slider,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--slider.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--slider.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--slider.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--slider
  input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__range-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__range-wrapper.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__range-wrapper.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__range-wrapper.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__range-wrapper
  input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__select-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__select-wrapper.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__select-wrapper.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__select-wrapper.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__select-wrapper
  input[type="range"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__slider-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__slider-wrapper.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__slider-wrapper.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__slider-wrapper.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__slider-wrapper
  input[type="range"] {
  max-width: 100%;
}
.narrow-filter .subaru-form__field--checkbox,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox {
  width: 50%;
  min-width: 9.11765rem;
}
.narrow-filter .subaru-form__field--checkbox.form-input-category-all,
.narrow-filter .subaru-form__field--checkbox.form-input-modellist-all,
.narrow-filter .subaru-form__field--checkbox.form-input-models-all,
.narrow-filter .subaru-form__field--checkbox.form-input-year-all,
.narrow-filter .subaru-form__field--checkbox[class*="form-input-dealercode"],
.narrow-filter .subaru-form__field--checkboxGroup.form-input-models-suvs,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-category-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-modellist-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-models-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox.form-input-year-all,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkbox[class*="form-input-dealercode"],
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkboxGroup.form-input-models-suvs {
  width: 100%;
}
.narrow-filter
  .subaru-form__field--checkboxGroup.form-input-models-suvs
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child):last-child,
.narrow-filter
  .subaru-form__field--checkboxGroup.form-input-models-suvs
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child):last-child,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkboxGroup.form-input-models-suvs
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child):last-child,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__field--checkboxGroup.form-input-models-suvs
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child):last-child {
  padding: 0 0 0 1.47059rem;
}
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child),
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child),
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child),
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child) {
  padding: 0 0 1.41176rem 1.47059rem;
  min-width: 9.11765rem;
  height: -moz-fit-content;
  height: fit-content;
}
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child):last-child,
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child):last-child,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
    -n + 3
  ):not(:last-child):last-child,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
    -n + 3
  ):not(:first-child):last-child {
  padding: 0 0 0 1.47059rem;
}
.narrow-filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .checkbox-grid-wrapper--color-picker,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .checkbox-grid-wrapper--color-picker {
  display: flex;
  flex-wrap: wrap;
}
.narrow-filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form__checkbox-group-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form__checkbox-group-wrapper {
  width: 50%;
  min-width: 9.11765rem;
}
.narrow-filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form__checkbox-group-label,
.narrow-filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form_checkbox-label,
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-label,
.narrow-filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form_checkbox-label,
.narrow-filter
  .subaru-form__checkbox[id*="trim"]
  .subaru-form__checkbox-group-label,
.narrow-filter .subaru-form__checkbox[id*="trim"] .subaru-form_checkbox-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form__checkbox-group-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id$="colorCategories"]
  .subaru-form_checkbox-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form__checkbox-group-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group[id*="model"]
  .subaru-form_checkbox-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox[id*="trim"]
  .subaru-form__checkbox-group-label,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox[id*="trim"]
  .subaru-form_checkbox-label {
  white-space: nowrap;
}
.narrow-filter .subaru-form__checkbox-wrapper,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-wrapper {
  align-items: flex-start !important;
}
.narrow-filter
  .subaru-form__checkbox-group
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  span.subaru-form__checkbox-group-checkmark,
.retailerInventorySummary-form--modal
  .subaru-form__factory--filter
  .subaru-form__checkbox-group
  .checkbox-grid-wrapper--color-picker
  .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child
  span.subaru-form__checkbox-group-checkmark {
  background-image: none;
  border: 1px solid #5c6163;
}
.narrow-filter .disabled {
  pointer-events: none;
}
.narrow-filter .checkbox-grid-wrapper label {
  padding: 0 0 1.41176rem 1.47059rem !important;
}
.narrow-filter .checkbox-grid-wrapper label:last-child {
  padding: 0 0 0 1.47059rem !important;
}
@media (min-width: 901px) {
  .narrow-filter .subaru-form__field--checkboxGroup.form-input-models-cars,
  .narrow-filter
    .subaru-form__field--checkboxGroup.form-input-models-performance,
  .narrow-filter .subaru-form__field--checkboxGroup.form-input-models-suvs {
    width: 100%;
  }
  .narrow-filter
    .subaru-form__field--checkboxGroup.form-input-models-suvs
    .subaru-form__checkbox-group[id*="model"]
    .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-child(
      -n + 3
    ):not(:last-child):nth-last-child(2),
  .narrow-filter
    .subaru-form__field--checkboxGroup.form-input-models-suvs
    .subaru-form__checkbox-group[id*="model"]
    .subaru-form__checkbox-group-wrapper.subaru-form__checkbox-group-wrapper--child:nth-last-child(
      -n + 3
    ):not(:first-child):nth-last-child(2) {
    padding: 0 0 1.41176rem 1.47059rem;
  }
  .narrow-filter
    .subaru-form__checkbox-group[id$="colorCategories"]
    .subaru-form__checkbox-group-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
  .narrow-filter .subaru-form__field--checkbox[class*="form-input-features"],
  .narrow-filter .subaru-form__field--checkbox[class*="form-input-trims"] {
    width: 100%;
  }
}
