.with-figure .credits-inner-wrapper {
  z-index: 3; }

.figures {
  position: relative; }

.figures-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0ms 700ms, z-index 0ms; }

.figure-1 .credits,
.figures-background--1 {
  background: linear-gradient(to bottom, #1da298 0%, #3ed39b 100%); }

.figure-1 .credits,
.figure-1 .credits a {
  color: #fff; }

.figure-1 .credits a {
  border-color: rgba(255, 255, 255, 0.3); }

.figure-1 .credits div.block {
  color: #fff;
  background-color: #fff; }

.figure-2 .credits,
.figures-background--2 {
  background: linear-gradient(to bottom, #3d31b8 0%, #6744e0 100%); }

.figure-2 .credits,
.figure-2 .credits a {
  color: #fff; }

.figure-2 .credits a {
  border-color: rgba(255, 255, 255, 0.3); }

.figure-2 .credits div.block {
  color: #fff;
  background-color: #fff; }

.figure-3 .credits,
.figures-background--3 {
  background: linear-gradient(to bottom, #3546ce 0%, #3b64de 100%); }

.figure-3 .credits,
.figure-3 .credits a {
  color: #fff; }

.figure-3 .credits a {
  border-color: rgba(255, 255, 255, 0.3); }

.figure-3 .credits div.block {
  color: #fff;
  background-color: #fff; }

body.figure-1 .figures-background--1 {
  opacity: 1;
  z-index: 2;
  transition: opacity 700ms ease, z-index 0ms; }

body.figure-2 .figures-background--2 {
  opacity: 1;
  z-index: 2;
  transition: opacity 700ms ease, z-index 0ms; }

body.figure-3 .figures-background--3 {
  opacity: 1;
  z-index: 2;
  transition: opacity 700ms ease, z-index 0ms; }

.cars {
  position: relative;
  z-index: 2;
  width: 1492px;
  max-width: 100%;
  margin: 0 auto; }
  .cars svg {
    height: auto;
    margin-bottom: -5px; }
  .cars path {
    opacity: 0.3;
    fill: rgba(255, 255, 255, 0.3);
    stroke: #fff; }

