article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close), article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close), article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close), .theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  background-image: linear-gradient(to left, rgba(41, 41, 41, 0) 0%, #292929 50%, rgba(41, 41, 41, 0) 100%);
}
article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover, article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover, article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover, .theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(to left, rgba(188, 132, 32, 0) 0%, #bc8420 50%, rgba(188, 132, 32, 0) 100%);
}
.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
  color: inherit;
  background-image: linear-gradient(to left, rgba(235, 235, 235, 0) 0%, #ebebeb 50%, rgba(235, 235, 235, 0) 100%);
}
.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
  background-image: linear-gradient(to left, rgba(188, 132, 32, 0) 0%, #bc8420 50%, rgba(188, 132, 32, 0) 100%);
}
a[download]:not(.no_txt_link), a.link_download:not(.no_txt_link) {
  margin-left: 1.5em;
  position: relative;
}
a[download]:not(.no_txt_link):before, a.link_download:not(.no_txt_link):before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background-image: url("../img/resources/icon-download.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 1em 1em;
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
}
a[download].download_all, a.link_download.download_all {
  margin-left: 1.75em;
}
a[download].download_all::before, a.link_download.download_all::before {
  height: 100%;
  background: url("../img/resources/icon-download-all.svg") no-repeat left center;
  left: -1.75em;
}
.sec__bg_grad_dark a[target=_blank]:not(.no_icon):after, .sec__bg_grad_gray a[target=_blank]:not(.no_icon):after {
  content: url("../img/resources/icon-external-w.svg");
}
a.no_txt_link img {
  transform: scale(1, 1);
  transition: transform 0.25s;
}
a.no_txt_link:hover img {
  transform: scale(1.06, 1.06);
}

.link_back_to {
  margin-left: calc(0.66667rem + 6px);
  position: relative;
  display: inline-flex;
}
header .link_back_to {
  margin-bottom: 2rem;
}
.link_back_to:before {
  width: 0.66667rem;
  height: 100%;
  content: "";
  background: url("../img/resources/icon-arrow-next-b.svg") no-repeat left center;
  background-size: 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: calc(-0.66667rem - 6px);
}

header h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  header h1 {
    font-size: 2.667rem;
  }
}

.sec__header h2,
.sec__header h3 {
  scroll-margin-top: 50px;
}
.sec__header h2 + h4,
.sec__header h3 + h4 {
  margin-top: 2rem;
}
.sec__header h2 ~ p,
.sec__header h3 ~ p {
  margin-top: 1rem;
}
.sec__header + .layout_grid,
.sec__header + .sec__cont {
  padding-top: 0;
}

.sec__subheader {
  margin-bottom: 2rem;
}
.sec__subheader h3 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .sec__subheader h3 {
    font-size: 1.66667rem;
  }
}
.sec__subheader h3 + h4 {
  margin-top: 0.75rem;
}
@media (max-width: 599px) {
  .sec__subheader {
    margin-bottom: 1.5rem;
  }
}

.link_img img,
.link_video img {
  transform: scale(1, 1);
  will-change: transform;
  pointer-events: none;
}
.link_img img.lazy,
.link_video img.lazy {
  transition: opacity 0.5s, transform 0.5s;
}
.link_img:hover picture:after,
.link_video:hover picture:after {
  opacity: 0.75;
}
.link_img:hover img,
.link_video:hover img {
  transform: scale(1.015, 1.015);
}

.link_img {
  cursor: zoom-in;
}

.link_video {
  cursor: pointer;
}
.link_video picture:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 1.667rem 0 1.667rem 2.444rem;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s;
  position: absolute;
  top: 50%;
  left: 50%;
}

.picture_full_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.picture_full_screen:after {
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.picture_full_screen img {
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.has_aspect_ratio {
  height: 0;
  overflow: hidden;
  position: relative;
}
.has_aspect_ratio img {
  position: absolute;
  top: 0;
  left: 0;
}
.has_aspect_ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ar__2_1 {
  padding-bottom: 50%;
}

.ar__16_9 {
  padding-bottom: 56.25%;
}

.ar__16_10 {
  padding-bottom: 62.5%;
}

.ar__3_2 {
  padding-bottom: 66.66667%;
}

.ar__4_3 {
  padding-bottom: 75%;
}

.ar__1_1 {
  padding-bottom: 100%;
}

.ar__3_4 {
  padding-bottom: 133.33333%;
}

.ar__car_thumb {
  padding-bottom: 39.5%;
  overflow: visible;
}

.layout_flex {
  display: flex;
}
.layout_flex.align_bottom {
  height: 100%;
  align-items: flex-end;
}
.layout_flex.justify_center {
  justify-content: center;
}
.layout_flex.justify_between {
  justify-content: space-between;
}
.layout_flex.justify_right {
  justify-content: flex-end;
}
.layout_flex.vertical_space_btwn {
  min-height: 100%;
  flex-flow: row wrap;
  align-content: space-between;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .layout_flex.justify_center, .layout_flex.justify_between {
    flex-flow: column wrap;
  }
  .layout_flex.justify_center > *:not(:first-child), .layout_flex.justify_between > *:not(:first-child) {
    margin-top: 1.5rem;
  }
  .layout_flex.justify_center {
    align-items: center;
  }
}

.sec__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec__wrapper.no_padding_top {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .sec__wrapper {
    padding-bottom: 40px;
  }
  .sec__wrapper:not(.layout_grid) {
    padding-top: 20px;
  }
  .sec__hva .sec__wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  .sec__wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.iframe__wrapper {
  position: relative;
}
.iframe__wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.iframe__wrapper.iframe__wrapper_yt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after, .iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  opacity: 1;
  pointer-events: all;
}
.iframe__wrapper.iframe__wrapper_yt.is_ended::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDQzNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNDM3LjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDojRkZGRkZGOyIgZD0iTTIyNy4xLDQzNy4xaC04LjVDOTgsNDM3LjEsMCwzMzkuMSwwLDIxOC41QzAsOTgsOTgsMCwyMTguNSwwYzExNy42LDAsMjEzLjksOTMuNCwyMTguNCwyMTBsNzUuMSwwTDM4MC4xLDM2MC44TDI0OC4yLDIxMGw3NC42LDBjLTQuNC01My43LTQ5LjQtOTYtMTA0LjItOTZDMTYwLjksMTE0LDExNCwxNjAuOSwxMTQsMjE4LjVjMCw1Ny42LDQ2LjksMTA0LjUsMTA0LjUsMTA0LjVoOC41VjQzNy4xeiBNMjE4LjUsMTcuMWMtMTExLjEsMC0yMDEuNCw5MC40LTIwMS40LDIwMS40YzAsMTA4LjIsODUuOCwxOTYuOCwxOTIuOSwyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM2MwLTY3LjEsNTQuNi0xMjEuNiwxMjEuNi0xMjEuNmM2Ny4xLDAsMTIxLjYsNTQuNiwxMjEuNiwxMjEuNnY4LjVsLTU0LjMsMGw5NC4yLDEwNy43bDk0LjItMTA3LjdsLTU0LjMsMHYtOC41QzQyMCwxMDcuNSwzMjkuNiwxNy4xLDIxOC41LDE3LjF6Ii8+PC9zdmc+);
  background-size: 64px;
}
.iframe__wrapper.iframe__wrapper_yt.is_paused::after {
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: 44px;
  transition-delay: 0.5s;
}

.lcpo_img + .tile__cont, .media_lightbox_min + .tile__cont, picture + .tile__cont {
  padding-top: 1.25rem;
}
.tile__cont h4 {
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .tile__cont {
    margin-bottom: 1rem;
  }
}

.sec__has_bg {
  position: relative;
}
.sec__has_bg:before {
  width: calc(100vw + 2px);
  height: 100%;
  content: "";
  opacity: var(--opacity);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
.sec__has_bg .sec__cont {
  position: relative;
}

.sec__bg_black:before {
  background-color: #000;
}
.sec__bg_grad_black:before {
  background-image: linear-gradient(#000 0%, #292929 75%);
}
.sec__bg_grad_dark:before {
  background-image: linear-gradient(#000 0%, #444 100%);
}
.sec__bg_gray_light:before {
  background-color: #f5f5f5;
  background-image: linear-gradient(#ebebeb 0%, rgba(255, 255, 255, 0.5) 6rem, rgba(255, 255, 255, 0) calc(100% - 6rem), #ebebeb 100%);
}
.sec__bg_grad_gray:before {
  background-image: linear-gradient(#898989 0%, #898989 calc(100% - 6rem), #757575 100%);
}
.sec__bg_grad_light:before {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(100% - 6rem), #f5f5f5 100%);
}
.sec__bg_grad_dark_gray:before {
  background-color: #ccc;
  background-image: linear-gradient(#ccc 0%, #959595 100%);
}
.sec__bg_grad_dark_gray * {
  color: #fff;
}
.sec__bg_gray_light *, .sec__bg_grad_light *, .sec__bg_white * {
  color: #292929;
}
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label, .sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label, .sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
  color: #fff;
}
.sec__bg_white:before {
  background-color: #fff;
}
.sec__bg_white.sec__keep_me_informed:before {
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(100% - 6rem), #f5f5f5 100%);
}

.sec__parallax {
  perspective: 250;
  perspective-origin: 50% 0%;
}
@media (max-width: 599px) {
  .sec__parallax {
    perspective-origin: 50% 100%;
  }
}

.el__parallax {
  transform: scaleZ(1) translateY(var(--translateY));
  transition: opacity 0.5s, transform 0.5s;
}
.el__parallax_bg {
  transform: translateY(var(--translateY));
  transition: transform 0.25s;
}

.el__shuffle {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: opacity 0.75s, transform 0.75s cubic-bezier(0.68, -0.55, 0.265, 2);
}
.animated .el__shuffle {
  opacity: 1;
  transform: scale(1, 1);
}

.footer__hero {
  height: 0;
  position: relative;
  overflow: hidden;
}
.footer__hero picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 599px) {
  .footer__hero {
    padding-bottom: 116.667%;
  }
}
@media (min-width: 600px) {
  .footer__hero {
    padding-bottom: 33.33333%;
  }
}

.sec__hva:not(.all_shown) ul li {
  display: none;
}
.sec__hva ul li a {
  color: inherit;
  display: inline-flex;
  align-items: center;
}
.sec__hva ul li a:hover p {
  background-size: 100% 1px;
  background-image: linear-gradient(to left, rgba(188, 132, 32, 0) 0%, #bc8420 50%, rgba(188, 132, 32, 0) 100%);
}
.dpr-modified .sec__hva ul li a:hover p {
  background-size: 100% 1pt;
}
.sec__hva ul li svg {
  display: block;
}
.sec__hva ul li p {
  margin-left: 0.75rem;
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(41, 41, 41, 0) 0%, #292929 50%, rgba(41, 41, 41, 0) 100%);
}
.dpr-modified .sec__hva ul li p {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}
.sec__bg_black .sec__hva ul li p {
  background-image: linear-gradient(to left, rgba(235, 235, 235, 0) 0%, #ebebeb 50%, rgba(235, 235, 235, 0) 100%);
}
@media (max-width: 599px) {
  .sec__hva ul {
    margin-right: -1rem;
    margin-left: -1rem;
    display: block;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1rem;
  }
  .sec__hva ul li svg {
    width: 36px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    flex-flow: row wrap;
  }
  .sec__hva ul li {
    width: 50%;
    flex: 0 0 50%;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .sec__hva ul {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    display: flex;
    justify-content: space-around;
  }
  .sec__hva ul li a {
    padding: 0.75rem 1.5rem;
  }
  .sec__hva ul li svg {
    height: 40px;
    width: auto;
  }
}

@media (max-width: 599px) {
  .block__hva ul li {
    width: 50%;
  }
}
.block__hva ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: inherit;
}
.block__hva ul li a:hover span {
  background-size: 100% 1px;
  background-image: linear-gradient(to left, rgba(188, 132, 32, 0) 0%, #bc8420 50%, rgba(188, 132, 32, 0) 100%);
}
.dpr-modified .block__hva ul li a:hover span {
  background-size: 100% 1pt;
}
.block__hva ul li a > div {
  display: block;
}
.block__hva ul li a > div:last-child {
  padding-left: 0.75rem;
}
.block__hva ul li a[target=_blank]:not(.no_icon)::after {
  display: none;
}
.block__hva ul li a[target=_blank]:not(.no_icon) > div:last-child {
  display: inline-block;
  position: relative;
}
.block__hva ul li a[target=_blank]:not(.no_icon) > div:last-child::after {
  width: 0.75em;
  content: url("../img/resources/icon-external.svg");
  margin-left: 0.35em;
  display: inline-block;
}
.block__hva ul li svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 599px) {
  .block__hva ul li svg {
    width: 24px;
    height: 24px;
  }
}
.block__hva ul li span {
  background-repeat: no-repeat;
  background-position: 50% calc(100% - 1px);
  background-size: 300% 1px;
  transition: background-image 0.3s, background-size 0.3s;
  background-color: transparent;
  background-image: linear-gradient(to left, rgba(41, 41, 41, 0) 0%, #292929 50%, rgba(41, 41, 41, 0) 100%);
}
.dpr-modified .block__hva ul li span {
  background-position: 50% calc(100% - 1pt);
  background-size: 300% 1pt;
}

.svg__mask {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

.theme__light {
  color: #292929;
  background-color: #fff;
}
.theme__light .nav__pageIndicator {
  border-left: solid 1px #292929;
}

.cpl-no-gradient {
  transform: none !important;
}
.cpl-no-gradient::before, .cpl-no-gradient::after {
  display: none !important;
}

@media (min-width: 1024px) {
  .sec__masthead_inside {
    padding-top: calc(100px + 2rem);
  }
}
@media (max-width: 1023px) {
  .sec__masthead_inside {
    padding-top: calc(50px + 1rem);
  }
}

.sec__masthead_inside_img {
  height: 0;
  position: relative;
  overflow: hidden;
}
.sec__masthead_inside_img picture {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  .sec__masthead_inside_img {
    padding-bottom: 28.571%;
  }
}
@media (max-width: 599px) {
  .sec__masthead_inside_img {
    padding-bottom: 53.333%;
  }
}

.sec__layout_intro h4,
.sec__layout h4 {
  margin-bottom: 1rem;
}
.sec__layout_intro p ~ p .txt_lead,
.sec__layout p ~ p .txt_lead {
  margin-top: -0.5rem;
  display: block;
}
@media (max-width: 599px) {
  .sec__layout_intro h4,
  .sec__layout h4 {
    margin-bottom: 0.5rem;
  }
}

.sec__layout p,
.sec__layout p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.sec__layout ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.sec__layout ul li {
  list-style-type: disc;
  margin-bottom: 0.3rem;
}

@media (min-width: 1024px) {
  .sec__extra_padding .layout_grid_cell_6:nth-child(odd) {
    padding-right: 40px;
  }
  .sec__extra_padding .layout_grid_cell_6:nth-child(even) {
    padding-left: 40px;
  }
}

.brand__introduction p + p .mdc-button {
  margin-top: 1.5rem;
}
@media (max-width: 599px) {
  .brand__introduction p + p .mdc-button {
    margin-top: 1rem;
  }
}/*# sourceMappingURL=page-template-inside.css.map */