/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/css-unicode-loader/index.js!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./catridges/app_honda_cars/cartridge/client/default/scss/experience/components/commerceAssets/jumbotronBanner.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Example:
* In case of usage of same font name for all font extensions or can be different font name per extension
*
* $font-list: (
*    ('Barlow', ("woff2": "Barlow", "woff": "robotRegular2", "ttf": "Barlow3"), normal, normal),
*    ('BarlowStd', 'BarlowStd-Medium', 500, normal),
*    ('BarlowStd', 'BarlowStd-Bold', bold, normal)
*) !default;
*
**/
.primary-font {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
}

.secondary-font {
  font-family: "Univers45 Light", Arial, Helvetica, Sans-serif;
}

/* stylelint-disable */
/**
* Example:
* In case of usage of same font name for all font extensions
* @include font-face('Barlow', 'Barlow', normal, normal)
*
* In case different font names is used for for all font extension
* @include font-face('Barlow', ("woff2": "BarlowStd", "woff": "robotRegular2", "ttf": "BarlowStd3"), normal, normal)
**/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

button {
  background: transparent;
  border: 0;
}

@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Univers45 Light";
  src: url("../../fonts/Univers45-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers45 Light";
  src: url("../../fonts/Univers45-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.jumbotron-banner {
  background-size: cover;
  padding: 0px 0px 1.5rem 0px;
  margin: 0px;
  color: #0A0A0A;
  min-height: 31.25rem;
}
.jumbotron-banner .jumbotron-banner__info__title, .jumbotron-banner .jumbotron-banner__info, .jumbotron-banner .jumbotron-banner__cta {
  margin-top: 1.5rem;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .jumbotron-banner {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.125rem 0px;
  }
  .jumbotron-banner .jumbotron-banner__info__title, .jumbotron-banner .jumbotron-banner__info, .jumbotron-banner .jumbotron-banner__cta {
    margin: 0 8.875rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    width: 72%;
  }
  .jumbotron-banner img {
    width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .jumbotron-banner {
    background-image: unset !important;
  }
  .jumbotron-banner .jumbotron-banner__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .jumbotron-banner .jumbotron-banner__actions .btn {
    width: 100%;
  }
}
.jumbotron-banner .jumbotron-banner__info__title {
  color: #0A0A0A;
}
.jumbotron-banner .jumbotron-banner__info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .jumbotron-banner .jumbotron-banner__info__container {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}

@media (min-width: 1024px) {
  .jumbotron--small {
    min-height: 20.5rem;
  }
  .jumbotron--small .jumbotron-banner__info__title {
    margin: 0 0 0 7rem !important;
  }
  .jumbotron--small .jumbotron-banner__info {
    margin: 0 0 0 7rem;
  }
}

@media (min-width: 1024px) {
  .jumbotron--large {
    min-height: 40rem;
  }
}

.mobile-light .jumbotron-banner__info__title,
.mobile-light .jumbotron-banner__info__description,
.mobile-light .secondary-cta-button {
  color: #FFFFFF;
}
.mobile-light .secondary-cta-button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.mobile-dark .jumbotron-banner__info__title,
.mobile-dark .jumbotron-banner__info__description,
.mobile-dark .secondary-cta-button {
  color: #0A0A0A;
}
.mobile-dark .secondary-cta-button {
  color: #0A0A0A;
  border-color: #0A0A0A;
}

@media (min-width: 1024px) {
  .desktop-light .jumbotron-banner__info__title,
  .desktop-light .jumbotron-banner__info__description,
  .desktop-light .secondary-cta-button {
    color: #FFFFFF;
  }
  .desktop-light .secondary-cta-button {
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .desktop-dark .jumbotron-banner__info__title,
  .desktop-dark .jumbotron-banner__info__description,
  .desktop-dark .secondary-cta-button {
    color: #0A0A0A;
  }
  .desktop-dark .secondary-cta-button {
    color: #0A0A0A;
    border-color: #0A0A0A;
  }
}

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