
/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
  font-family: "CornerDisplay";
  src: url("fonts/CornerDisplayWEB-Regular.woff2") format('woff2');
}

@font-face {
  font-family: "CornerDisplay";
  src: url("fonts/CornerDisplayWEB-Bold.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Light.eot');
    src: local('fonts/HelveticaNeue-Light'),
        url('fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Light.woff') format('woff'),
        url('fonts/HelveticaNeue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Roman.eot');
    src: local('fonts/HelveticaNeue-Roman'),
        url('fonts/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Roman.woff') format('woff'),
        url('fonts/HelveticaNeue-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Medium.eot');
    src: local('fonts/HelveticaNeue-Medium'),
        url('fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('fonts/HelveticaNeue-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: local('fonts/HelveticaNeue-Bold'),
        url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('fonts/HelveticaNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Generic rules */

:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  border: 0;
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 24px;
  font-family: CornerDisplay, sans-serif, arial, Helvetica;
  color: #1d2859;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: background-color .2s ease;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  word-wrap: break-word;
}

h1 {
  font-size: 28px;
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #1d2859;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}


/* Button */

.cc-btn, .cc-btn:visited, .cc-btn:active, .cc-btn:focus, .cc-btn:visited {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  padding: 2px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e60050;
  min-height: 54px;
  border: 0 none;
  border-radius: 10px;
  box-shadow: 0 8px 30px 0 rgba(230, 0, 80, 0.3);
  cursor: pointer;
  outline: none;
  transition: all .1s linear;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.cc-btn:hover {
  color: #fff;
  background-color: #c50145;
}


/* Header */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #fff;
}

header .container {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header img {
  display: block;
  max-width: 100%;
}

header .logo a {
  display: block;
  margin: 24px 18px 26px;
}

header .logo img {
  width: 162px;
}

header .langs {
  margin-right: 18px;
  margin-top: 2px;
  white-space: nowrap;
}

header .langs a,
header .langs a:hover,
header .langs span {
  color: #4864e2;
  font-size: 18px;
  margin-left: 10px;
  opacity: 0.5;
}

header .langs > *:first-child {
  margin-left: 0;
}

header .langs span {
  font-weight: 700;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  
  header .logo {
    flex: 0 0 auto;
  }
  
  header .logo img {
    width: 243px;
  }
  
  header .logo a {
    margin: 30px 0 34px 40px;
  }
  
  header .langs {
    margin-right: 40px;
  }
  
}

@media screen and (min-width: 993px) {
  
  header {
    position: absolute;
  }
  
}

@media screen and (min-width: 1281px) {
  
  header .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  header .logo a {
    margin-left: 0;
  }
  
  header .langs {
    margin-right: 0;
  }
  
}


/* Main */

main {
  flex: 1 0 auto;
  overflow: hidden;
  margin-top: 64px;
  position: relative;
}

main img {
  max-width: 100%;
  display: block;
}


/* Sections */

.section-group {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

section {
  position: relative;
}

section .icon.reveal {
  opacity: 0;
  transform: translateX(0px) translateY(50px) perspective(1200px);
  scale: 0.5;
}

section.hero {
  color: #fff;
  z-index: 0;
}

section.hero::before {
  content: "";
  background-image: url(img/cc-hero.jpg);
  background-repeat: no-repeat;
  background-size: 120% auto;
  background-position: center -16px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.hero .container {
  padding-top: 38vw;
  position: relative;
  z-index: 2;
}

section.hero .info {
  padding-top: 92px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section.hero .info > div {
  padding: 0 18px 140px;
  position: relative;
  background: linear-gradient(transparent 160px, #4864e2 160px);
}

section.hero .info > div::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -32px;
  width: 1000px;
  height: 350px;
  background-color: #4864e2;
  border-top-left-radius: 48px;
  transform: rotate(12deg);
  z-index: -1;
}

section.hero h1 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 16px;
  max-width: 500px;
}

section.hero h3 {
  color: #c8d1f6;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.28px;
}

section.hero .desc {
  margin-top: 20px;
}

section.hero .checklist {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.36px;
  list-style: none;
}

section.hero .checklist li {
  padding: 5px 0 5px 33px;
  background-image: url(img/icons/icon-check-wt.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: -2px 0;
}

section.hero .checklist li span.hlight {
  color: #17edc7;
}

section.hero .cta {
  margin-top: 24px;
}

section.hero .cta .cc-btn span {
  padding-left: 8px;
}

section.hero .cta .msg {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.12px;
  min-height: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

section.hero .cta .msg img {
  width: 72px;
  transform: rotate(-6deg);
}

section.hero .card {
  padding-bottom: 92px;
  background-color: #fff;
  position: relative;
}

section.hero .card .flip-container {
  position: relative;
  margin: -64px 0 0 32px;
  transform-origin: left;
  transform: rotate(-12deg);
  z-index: 2;
}

section.hero .card.double {
  display: flex;
  justify-content: center;
  padding-bottom: 88px;
}

section.hero .card.double .flip-container {
  position: relative;
  margin: 0 0 0 36px;
  transform-origin: left;
  transform: rotate(-6deg);
  z-index: 2;
}

section.hero .card.double .flip-container.primary {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(calc(-50% - 52px)) rotate(-12deg);
  z-index: 3;
}

section.hero .card .flipper, 
section.hero .card .front, 
section.hero .card .back {
	width: 280px;
	height: 177px;
}

section.hero .card .flipper {
	transform-style: preserve-3d;
  transform-origin: 100% 50%;
	position: relative;
  opacity: 0;
}

section.hero .card .front, 
section.hero .card .back {
	position: absolute;
	top: 0;
	left: 0;
}

section.hero .card .front {
  background-color: #e60050;
  border-radius: 10px;
  opacity: 0.9;
	z-index: 2;
}

section.hero .card .back {
  transform: rotateX(-180deg);
  opacity: 0;
}

section.hero .card img {
  filter: drop-shadow(0 20px 30px rgba(46, 63, 142, 0.4));
}

section.hero .offer {
  position: absolute;
  left: 218px;
  bottom: 244px;
  opacity: 0;
  z-index: 4;
}

section.hero .card.double + .offer {
  left: calc(50% + 32px);
  bottom: 268px;
}

section.hero .container > .card.double {
  display: none;
}

section.hero .offer > div {
  color: #1d2859;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  height: 140px;
  overflow: hidden;
  padding-top: 4px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #17edc7;
  transform: rotate(-12deg);
}

section.hero .offer strong {
  font-size: 29px;
  font-weight: 700;
  line-height: 0.8;
  display: block;
  margin-top: 8px;
  margin-bottom: 6px;
}

section.hero .offer span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 4px;
}

html[lang=fr] section.hero .offer span:last-child {
  font-size: 11px;
}

section.hero .container > .label {
  display: none;
}

section.labels {
  padding: 40px 0;
}

section.hero + .section-group section.labels:first-child {
  padding-top: 0;
}

section.labels .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  display: flex;
  justify-content: center;
}

section.labels .title > div {
  margin-bottom: 30px;
  position: relative;
}

section.labels .title > div::before,
section.labels .title > div::after {
  content: "";
  background-image: url(img/gold-leaves.svg);
  background-repeat: no-repeat;
  background-size: 36px auto;
  height: 48px;
  width: 34px;
  position: absolute;
  top: -5px;
  opacity: 0;
  transition: all ease-out 1s, opacity ease-out .5s;
  transform-origin: bottom right;
}

section.labels .title > div::before {
  left: -34px;
  transform: rotate(-45deg);
}

section.labels .title > div::after {
  right: 0;
  transform: scaleX(-1) rotate(-45deg);
}

section.labels .title > div span {
  display: block;
  opacity: 0;
  transform: translateY(25px);
  transition: transform ease-out .8s, opacity ease-out .5s;
}

section.labels .title.visible > div::before {
  opacity: 1;
  transform: none;
}

section.labels .title.visible > div::after {
  opacity: 1;
  transform: scaleX(-1);
}

section.labels .title.visible > div span {
  opacity: 1;
  transform: none;
}

section.labels .items {
  max-width: 581px;
  margin: 0 auto;
}

section.labels .items .holder {
  display: flex;
  outline: none;
  user-select: none;
  will-change: transform;
}

section.labels .items.visible .holder {
  transition: transform 0.3s ease-out;
}

section.labels .item {
  padding: 0 8px;
  opacity: 0;
  transition: transform ease-out .8s, opacity ease-out .5s;
}

section.labels .item:first-child {
  padding-left: 18px;
}

section.labels .item:last-child {
  padding-right: 18px;
}

section.labels .item:first-child:last-child,
section.labels .item:not(:first-child):not(:last-child) {
  transform: translateY(25px);
}

section.labels .item:first-child:not(:last-child) {
  transform: translateX(-25px);
}

section.labels .item:last-child:not(:first-child) {
  transform: translateX(25px);
}

section.labels .items.visible .item {
  opacity: 1;
  transform: none;
  display: flex;
}

section.labels .item > div {
  width: 171px;
  background-color: #fff;
  border-radius: 23px;
  border: 2px solid transparent;
  background: 
    linear-gradient(to bottom, #fff, #fff), 
    linear-gradient(83deg, #e6c39e 8%, #fff8f0 44%, #ffe2c3 84%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-shadow: 0 0 50px 0 rgba(230, 195, 158, 0.3);
}

section.labels .item .img img {
  width: 123px;
  margin: 16px auto;
}

section.labels .item .info {
  color: #e6c39e;
  text-align: center;
  padding: 0 16px 20px;
}

section.labels .item h3 {
  font-size: 18px;
  letter-spacing: -0.36px;
  margin-bottom: 6px;
}

section.labels .desc {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.28px;
}

section.usp-cards {
  position: relative;
  z-index: 1;
}

section.usp-cards .cards {
  color: #fff;
  padding: 24px 24px 80px;
}

section.usp-cards h2 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  padding: 60px 18px 0;
}

section.usp-cards + section.usp-cards h2 {
  padding-top: 0;
}

section.usp-cards .cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.usp-cards .card {
  opacity: 0;
  perspective: 2000px;
  transition: transform .8s cubic-bezier(0.18, 0.62, 0.2, 1);
  transform: translateX(64px) translateY(250px) rotate(12deg);
  --mobile: 1;
}

section.usp-cards .card:not(.visible):nth-child(2) {
  transform: translateX(-64px) translateY(250px) rotate(-12deg);
}

section.usp-cards .card.visible {
  opacity: 1;
  transform: none;
}

section.usp-cards .card > div {
  margin: 24px 0;
  height: 460px;
  max-width: 350px;
  border-radius: 32px;
  box-shadow: 0 50px 100px 0 rgba(72, 100, 226, 0.5);
  position: relative;
  transition: all 1s ease-in-out .2s;
  transform-style: preserve-3d;
  transform: rotate(2deg);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

section.usp-cards .card:nth-child(2) > div,
section.usp-cards .card:first-child:last-child > div {
  transform: rotate(-2deg);
}

section.usp-cards .card .primary,
section.usp-cards .card .secondary {
  background-color: #4864e2;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

section.usp-cards .card .primary {
  position: absolute;
  top: 0;
  left: 0;
}

section.usp-cards .card h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 24px 16px 32px;
}

html[lang=de] section.usp-cards .card h3,
html[lang=fr] section.usp-cards .card h3 {
  font-size: 25px;
  padding-bottom: 24px;
}

html[lang=it] section.usp-cards .card h3 {
  font-size: 28px;
  padding-bottom: 16px;
}

section.usp-cards .card h3 span.strike {
  color: #91a0ee;
  text-decoration: line-through;
}

section.usp-cards .card .img {
  border-top-right-radius: 64px;
  width: 110%;
  height: 370px;
  overflow: hidden;
  transform: rotate(-12deg) translate(-32px, 10px);
}

section.usp-cards .card .img img {
  width: 100%; 
  height: 100%;
  transform: rotate(12deg);
  margin: -20px 0 0 24px;
}

section.usp-cards .card .more {
  font-size: 14px;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  line-height: 1;
  letter-spacing: 0.14px;
  text-shadow: 0 0 10px #000;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

section.usp-cards .card .secondary {
  display: flex;
  align-items: center;
  transform: rotateY(180deg);
}

section.usp-cards .card .desc {
  font-size: 18px;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0.18px;
  padding: 32px 24px;
}

section.usp-cards .card .desc a {
  color: #fff;
  text-decoration: underline;
}

section.usp-cards .card .desc p:not(:first-child) {
  margin-top: 12px;
}

section.usp-cards .card .desc ul {
  padding-left: 20px;
  margin-top: 6px;
}

section.usp-cards .card.flipped > div {
  transform: rotateZ(2deg) rotateY(0.5turn);
  transition: all 1s ease-in-out;
}

section.usp-cards .card.flipped:first-child:last-child > div {
  transform: rotateZ(-2deg) rotateY(0.5turn);
}

section.usp-cards .card.flipped:nth-child(2) > div {
  transform: rotateZ(-2deg) rotateY(0.5turn);
}

section.usp-cards.combi .container {
  padding-bottom: 80px;
}

section.usp-cards.combi .cards {
  padding-bottom: 64px;
}

section.usp-cards.combi .card:not(:first-child) {
  display: none;
}

section.usp-cards.combi .calc {
  padding: 0 18px;
  max-width: 500px;
  margin: 0 auto;
}

section.usp-cards.combi .calc h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 -4px 0 0;
}

section.usp-cards.combi .calc .slider {
  user-select: none;
  margin-bottom: 40px;
  -webkit-tap-highlight-color: transparent;
}

section.usp-cards.combi .calc .slider label {
  color: #4864e2;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.32px;
  line-height: 1.3;
  display: block;
  margin: 8px 0 12px;
}

section.usp-cards.combi .calc .slider input {
  --bg: #edf0fc;
  --pbar: #4864e2;
  width: 100%;
  height: 12px;
  background-color: #edf0fc;
  border-radius: 24px;
  outline: none;
  transition: background 450ms ease-in;
}

section.usp-cards.combi .calc .slider input, 
section.usp-cards.combi .calc .slider input input:focus {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
}

section.usp-cards.combi .calc .slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #4864e2 !important;
  border-radius: 50%;
  border: 10px solid #91a0ee;
  cursor: pointer;
}

section.usp-cards.combi .calc .slider input::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #4864e2;
  border-radius: 50%;
  border: 10px solid #91a0ee;
  cursor: pointer;
}

section.usp-cards.combi .calc .slider .range {
  color: #000;
  display: flex;
  justify-content: space-between;
}

section.usp-cards.combi .calc .cashback {
  display: flex;
  flex-direction: column;
}

section.usp-cards.combi .calc h4 {
  color: #4864e2;
  font-size: 56px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.56px;
  margin: 8px 0 24px;
}

section.usp-cards.combi .calc .checklist {
  color: #4864e2;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.36px;
  list-style: none;
}

section.usp-cards.combi .calc .checklist li {
  padding: 3px 0 3px 22px;
  background-image: url(img/icons/icon-check-green.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: -8px -1px;
  -webkit-transition: color .2s linear, background-image .2s ease-in-out;
  transition: color .2s linear, background-image 0.2s ease-in-out;
}

section.usp-cards.combi .calc .checklist li.disabled {
  color: #c8d1f6;
  background-image: url(img/icons/icon-check-disabled.svg);
}

section.reviews .container {
  padding: 80px 0;
}

section.reviews h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 18px;
}

section.reviews .g-rating {
  display: flex;
  align-items: flex-start;
  margin: 32px 0 32px 18px;
}

section.reviews .g-rating .logo {
  flex: 0 0 76px;
  margin-right: 18px;
}

section.reviews .g-rating .info {
  flex: 0 1 auto;
}

section.reviews .g-rating h3 {
  color: #6a6a6a;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
  white-space: nowrap;
  margin-bottom: 6px;
}

section.reviews .g-rating .stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

section.reviews .g-rating .stars > span {
  color: #ffa800;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.4px;
  margin-right: 16px;
}

section.reviews .items {
  position: relative;
}

section.reviews .items .holder {
  display: flex;
  padding: 0 5px;
  transition: transform 0.1s linear;
  outline: none;
  user-select: none;
}

section.reviews .item {
  padding: 0 5px;
}

section.reviews .item:nth-child(5n + 1) {
  transform: rotate(2deg);
}

section.reviews .item:nth-child(5n + 3) {
  transform: rotate(1deg);
}

section.reviews .item:nth-child(5n + 4) {
  transform: rotate(-2deg);
}

section.reviews .item > div {
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  width: 171px;
  min-height: 226px;
  background-color: #edf0fc;
  border-radius: 24px;
  padding: 10px;
  will-change: transform;
}

section.reviews .item img.icon {
  width: 57px;
}

section.reviews .item .avatar {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  width: 37px;
  height: 37px;
  background-color: #4864e2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.reviews .item h4 {
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 6px;
}

section.reviews .item .review {
  color: #1d2859;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.24px;
}

section.multiusp .container {
  padding-bottom: 24px;
}

section.multiusp h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 18px;
  margin-bottom: 40px;
}

section.multiusp .items .holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

section.multiusp .item {
  padding: 0 18px;
  display: flex;
  min-height: 480px;
  width: 100%;
  flex-shrink: 0;
  margin-left: -100%;
  position: relative;
  left: 100%;
}

section.multiusp .item > div {
  padding: 32px 32px 100px;
  margin-top: 50px;
  flex: 1 1 0%;
}

section.multiusp .item:first-child > div {
  border-radius: 24px;
  background-color: #edf0fc;
  margin-top: 0;
}

section.multiusp .icons {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 18px -4px;
}

section.multiusp .icons img {
  width: 32px;
  margin-right: 12px;
  opacity: 0.25;
  transition: opacity .6s ease;
}

section.multiusp .icons img.active {
  opacity: 1;
  transition: opacity .4s ease;
}

section.multiusp .item .info {
  opacity: 0;
  transition: opacity .3s linear;
}

section.multiusp .item.current {
  z-index: 1;
}

section.multiusp .item.current .info {
  opacity: 1;
}

section.multiusp .item h3 {
  color: #4864e2;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
}

section.multiusp .item .content {
  font-size: 18px;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  line-height: 1.35;
  letter-spacing: 0.36px;
  max-width: 540px;
}

section.multiusp .item .content p:not(:first-child) {
  margin-top: 6px;
}

section.multiusp .controls {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  transform: translateY(-80px);
  position: relative;
  z-index: 1;
}

section.multiusp .controls > div {
  width: 56px;
  height: 56px;
  background-color: #dae0f9;
  border-radius: 50%;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

section.multiusp .controls img {
  width: 40px;
}

section.multiusp .controls .left img {
  transform: rotate(-90deg);
  margin-right: 2px;
}

section.multiusp .controls .right img {
  transform: rotate(90deg);
  margin-left: 2px;
}

section.app {
  overflow: hidden;
}

section.app > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  bottom: -200px;
  width: 4000px;
  background-color: #4864e2;
  border-top-left-radius: 48px;
  transform-origin: top left;
  transform: rotate(12deg);
  z-index: 0;
}

section.app .container {
  color: #fff;
  padding: 140px 0 40px;
  position: relative;
  z-index: 1;
}

section.app .title .icon {
  width: 74px;
  margin: 0 auto 32px;
}

section.app h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 18px;
  margin-bottom: 24px;
}

section.app .desc {
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.36px;
  padding: 0 18px 230px;
  background-image: url(img/app/app-en.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 480px;
  min-height: 450px;
  max-width: 650px;
  margin: 0 auto;
}

html[lang=de] section.app .desc {
  background-image: url(img/app/app-de.jpg);
}

html[lang=fr] section.app .desc {
  background-image: url(img/app/app-fr.jpg);
}

html[lang=it] section.app .desc {
  background-image: url(img/app/app-it.jpg);
}

section.app .stores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  margin: -70px 0 80px;
  position: relative;
  z-index: 1;
}

section.app .stores img {
  width: 178px;
}

section.app .icons {
  max-width: 650px;
  margin: 0 auto;
}

section.app .icons .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 18px;
}

section.app .icons .item {
  flex: 0 1 50%;
  max-width: 192px;
}

section.app .icons .item > div {
  padding: 0 4px 48px;
}

section.app .icons .icon {
  display: flex;
  justify-content: center;
}

section.app .icons .icon img {
  width: 32px;
}

section.app .icons .item h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.32px;
  margin: 12px 0;
}

section.app .icons .item .desc {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Helvetica Neue', sans-serif, arial, Helvetica;
  line-height: 1.2;
}

section.cc-cards {
  padding: 80px 18px;
  margin: -80px 0 0;
  background-image: url(img/floating-cards.png);
  background-repeat: no-repeat;
  background-position: -40px 80px;
  background-size: auto 100%;
  z-index: 1;
}

section.cc-cards h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 18px;
  margin-bottom: 8px;
}

section.cc-cards h2 span {
  white-space: nowrap;
}

section.cc-cards .img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

section.cc-cards .img .spotlight-holder {
  border-radius: 16px;
  box-shadow: 0 35px 100px 0 rgba(46, 63, 142, 0.4);
}

section.cc-cards .img img {
  width: 500px;
  margin: 0 auto;
  filter: drop-shadow(0 40px 100px rgba(46, 63, 142, 0.7));
}

section.cc-cards .info {
  color: #1d2859;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 18px;
}

section.cc-cards .info h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 12px 0 6px;
}

section.cc-cards .info .fee {
  color: #4864e2;
  font-size: 32px;
  margin-top: 16px;
}

section.cc-cards .info .fee .old {
  color: #c8d1f6;
  text-decoration: line-through;
}

section.cc-cards .info .dccard span {
  text-align: center;
  font-weight: 700;
  font-size: 68px;
}

section.cc-cards .info .dccard img {
  width: 205px;
  margin: 4px auto 32px;
  transform: rotate(4deg);
}

section.cc-cards .info .dc {
  color: #1d2859;
  font-size: 14px;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  line-height: 1.35;
  max-width: 544px;
  margin: 20px auto 0;
  padding: 18px 24px 18px 95px;
  border-radius: 24px;
  background-color: #edf0fc;
  background-image: url(img/icons/icon-dc-logo.svg);
  background-repeat: no-repeat;
  background-position: 21px center;
  background-size: 50px auto;
}

section.cc-cards .info .dc h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0.7;
  margin-bottom: 2px;
}

section.cc-cards .info .dc > div {
  opacity: 0.7;
}

section.note {
  margin-top: 24px;
}

section.note .logo {
  width: 220px;
  margin: 0 auto;
}

section.note h2 {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 24px 18px 80px;
}

section.note .info {
  color: #7e8ab9;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  font-size: 14px;
  line-height: 1.12;
  letter-spacing: -0.28px;
  background-color: #edf0fc;
  padding: 56px 20px 0;
}

section.note .info > div {
  max-width: 634px;
  margin: 0 auto;
}

section.note .info p:not(:first-child) {
  margin-top: 12px;
}

section.note .info ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 12px 0 0 0;
}

section.note .info ul {
  padding-left: 24px;
  margin: 12px 0 0 0;
}

section .spotlight-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: transform .05s linear;
  transform-style: preserve-3d;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

section .spotlight {
  display: none;
  width: 110px;
  height: 110px;
  opacity: 0;
  background-color: #fff;
  border-radius: 30%;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 55px);
  transition: all .05s linear;
  filter: blur(50px);
  transform-style: preserve-3d;
}

@media screen and (max-width: 540px) {

  html[lang=de] section.usp-cards h2 {
    font-size: 32px;
  }
  
  section.multiusp .icons img {
    margin-right: 4px;
  }
  
  html[lang=de] section.multiusp .item h3 {
    font-size: 20px;
  }
  
  html[lang=fr] #sticky .msg {
    font-size: 11px;
  }
  
}

@media screen and (max-width: 1280px) {
  
  section.hero .cta .cc-btn span {
    display: none;
  }
  
}

@media screen and (min-width: 769px) {
  
  main {
    margin-top: 88px;
  }
  
  section.hero::before {
    top: 88px;
    background-position: center -32px;
  }
  
  section.hero .info {
    padding-top: 152px;
  }
  
  section.hero .info > div {
    padding: 0 40px 108px;
  }
  
  section.hero .info > div::before {
    border-top-left-radius: 90px;
    top: -26px;
    left: -24px;
    width: 1400px;
    height: 400px;
  }
  
  section.hero h1 {
    font-size: 40px;
    max-width: 90%;
  }
  
  section.hero .card .flip-container {
    margin: -64px 0 0 56px;
  }
  
  section.hero .card .flipper, 
  section.hero .card .front, 
  section.hero .card .back {
    width: 300px;
    height: 190px;
  }
  
  section.hero .offer {
    left: 264px;
    bottom: 260px;
  }
  
  section.hero .card.double + .offer {
    bottom: 290px;
  }
  
  section.labels .title {
    font-size: 24px;
  }
  
  section.labels .title > div {
    margin-bottom: 45px;
  }
  
  section.labels .title > div::before, 
  section.labels .title > div::after {
    background-size: 62px auto;
    height: 78px;
    width: 54px;
    top: -14px;
  }
  
  section.labels .title > div::before {
    left: -98px;
  }
  
  section.labels .title > div::after {
    right: -48px;
  }
  
  section.labels .items {
    order: 1;
  }
  
  section.usp-cards h2 {
    font-size: 56px;
    padding: 64px 40px 0;
  }
  
  section.usp-cards h2 span {
    white-space: nowrap;
  }
  
  html[lang=it] section.usp-cards .card h3 {
    font-size: 30px;
  }
  
  section.usp-cards.combi .calc {
    padding: 0 40px;
    max-width: unset;
    width: 750px;
  }
  
  section.usp-cards.combi .calc h3 {
    font-size: 24px;
    text-align: left;
    margin: 0;
  }
  
  section.usp-cards.combi .calc .slider label {
    font-size: 40px;
  }
  
  section.usp-cards.combi .calc h4 {
    font-size: 80px;
  }
  
  section.reviews .container {
    padding: 80px 0 120px;
  }
  
  section.reviews h2 {
    font-size: 56px;
    text-align: center;
    padding: 0 40px;
  }
  
  section.reviews .g-rating {
    margin: 40px 0;
    justify-content: center;
  }
  
  section.reviews .items .holder,
  section.reviews .item {
    padding: 0 8px;
  }
  
  section.reviews .item > div {
    width: 380px;
    min-height: 530px;
    border-radius: 32px;
    padding: 24px;
  }
  
  section.reviews .item .avatar {
    font-size: 24px;
    width: 56px;
    height: 56px;
  }
  
  section.reviews .item h4 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  
  section.reviews .item .review {
    font-size: 18px;
    line-height: 1.33;
  }
  
  section.multiusp h2 {
    font-size: 56px;
    padding: 0 40px;
    margin-bottom: 64px;
  }
  
  section.multiusp .items {
    max-width: 990px;
    margin: 0 auto;
  }
  
  section.multiusp .item {
    padding: 0 40px;
    min-height: 460px;
  }
  
  section.multiusp .item > div {
    padding: 56px 56px 120px;
    margin-top: 88px;
    border-radius: 56px;
  }
  
  section.multiusp .icons {
    margin-bottom: 24px;
  }
  
  section.multiusp .icons img {
    width: 64px;
  }
  
  section.multiusp .item h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 24px;
  }
  
  html[lang=de] section.multiusp .item h3 {
    font-size: 38px;
  }
  
  section.multiusp .controls {
    padding-right: 88px;
    transform: translateY(-104px);
    max-width: 990px;
    margin: 0 auto;
  }
  
  section.app .container {
    padding-top: 240px;
  }
  
  section.app > div::before {
    top: 40px;
    left: 60px;
    border-top-left-radius: 90px;
  }
  
  section.app .title .icon {
    margin-bottom: 48px;
  }
  
  section.app h2 {
    font-size: 56px;
    padding: 0 40px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  
  section.app .desc {
    padding-bottom: 380px;
    background-size: 620px;
    min-height: 450px;
  }
  
  section.app .stores {
    margin: -92px 0 92px;
  }
  
  section.cc-cards {
    background-position: 33% center;
    padding: 100px 18px 120px;
  }
  
  section.cc-cards h2 {
    font-size: 56px;
    padding: 0 40px;
    margin-bottom: 12px;
  }
  
  section.cc-cards .img {
    margin: 0 0 56px;
  }
  
  section.cc-cards .img .spotlight-holder {
    border-radius: 20px;
    box-shadow: 0 55px 200px 0 rgba(46, 63, 142, 0.4);
  }
  
  section.cc-cards .img img {
    width: 580px;
  }
  
  section.note .logo {
    width: 292px;
  }

  section.note h2 {
    font-size: 56px;
    padding: 32px 32px 120px;
  }
  
}

@media screen and (min-width: 769px) and (max-width: 1280px), screen and (min-width: 1440px) {
  
  section.usp-cards .card > div {
    margin: 32px 0;
    height: 540px;
    max-width: 400px;
  }
  
  html[lang=de] section.usp-cards .card h3,
  html[lang=fr] section.usp-cards .card h3 {
    font-size: 30px;
    padding-bottom: 32px;
  }
  
  section.usp-cards .card .desc {
    font-size: 20px;
    line-height: 1.33;
    padding: 32px 36px;
  }
  
  section.usp-cards .card .img {
    border-top-right-radius: 80px;
    height: 450px;
    transform: rotate(-12deg) translate(-40px, 10px);
  }
  
}

@media screen and (min-width: 993px) {
  
  section.hero {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
  
  section.hero::before {
    display: none;
  }
  
  section.hero .container {
    border-radius: 48px;
  }
  
  section.hero:not(.v2) .container {
    background-color: #e9f4ff;
    background-image: url(img/cc-hero.jpg);
    background-repeat: no-repeat;
    background-position: left -16px;
    background-size: 124% auto;
    padding: 72px 0 0;
    overflow: hidden;
  }
  
  section.hero:not(.v2) .content {
    width: 65%;
    max-width: 640px;
    position: relative;
  }
  
  section.hero .info > div {
    background: none;
    padding: 0 172px 56px 56px;
  }
  
  section.hero .info > div::before {
    top: -36px;
    left: auto;
    right: -28px;
    width: 1400px;
    height: 1400px;
    transform: rotate(-12deg);
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
  }
  
  section.hero h1 {
    max-width: 535px;
  }

  section.hero .content > .card.double {
    display: none;
  }

  section.hero .container > .card.double {
    display: flex;
  }
  
  section.hero .card {
    padding-bottom: 0;
    background-color: transparent;
    position: absolute;
    bottom: 62px;
    right: -110px;
  }
  
  section.hero .card.double {
    bottom: 68px;
    right: -140px;
    justify-content: flex-start;
  }
  
  section.hero .card .flip-container,
  section.hero .card.double .flip-container {
    margin: 0;
  }
  
  section.hero .card.double .flip-container.primary {
    top: -32px;
    left: -34px;
    transform: rotate(-12deg);
  }
  
  section.hero .card img {
    filter: drop-shadow(0 -6.7px 40px rgba(46, 63, 142, 0.4));
  }
  
  section.hero .card.double .flip-container.primary img {
    filter: none;
  }
  
  section.hero .card .flipper, 
  section.hero .card .front, 
  section.hero .card .back {
    width: 250px;
    height: 158px;
  }
  
  section.hero .offer,
  section.hero .card.double + .offer {
    left: calc(53% - 32px);
    right: auto;
    bottom: 178px;
  }
  
  section.hero.v2 {
    margin-bottom: 238px;
  }
  
  section.hero.v2 .container {
    padding: 0;
    background-color: #4864e2;
  }
  
  section.hero.v2 .content {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
  }
  
  section.hero.v2 .info {
    padding: 92px 0;
    max-width: 52%;
    min-height: 550px;
    display: flex;
    align-items: center;
  }
  
  section.hero.v2 .info > div {
    padding-right: 0;
    padding-bottom: 0;
    flex: 1 1 100%;
  }
  
  section.hero.v2 .card {
    bottom: -246px;
    right: 20%;
    z-index: 3;
  }
  
  section.hero.v2 .desc {
    padding-right: 72px;
  }
  
  section.hero.v2 .card .flipper, 
  section.hero.v2 .card .front, 
  section.hero.v2 .card .back {
    width: 336px;
    height: 212px;
  }
  
  section.hero.v2 .offer {
    right: 39%;
    bottom: 152px;
  }
  
  section.hero.v2 .img {
    position: absolute;
    top: -2px;
    left: 57%;
    width: 800px;
    height: 720px;
    transform: rotate(-12deg);
    border-top-left-radius: 120px;
    overflow: hidden;
    z-index: 1;
  }
  
  section.hero.v2 .img::before {
    content: "";
    background-image: url(img/cc-hero.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: absolute;
    top: -32px;
    left: -80px;
    right: -40px;
    bottom: -12px;
    transform: rotate(12deg);
  }
  
  section.labels,
  section.hero + section.labels {
    padding: 40px 0 80px;
  }
  
  section.app .container {
    padding-top: 300px;
  }
  
  section.app .icons {
    max-width: 800px;
  }
  
  section.cc-cards {
    background-position: center;
    background-size: 130% auto;
  }
  
  section.usp-cards h2 {
    padding: 32px 52px 24px;
  }
  
  section .spotlight {
    display: block;
  }
  
}

@media screen and (min-width: 1281px) {
  
  section .container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  section.hero {
    padding-left: 0;
    padding-right: 0;
  }
  
  section.hero h1 {
    font-size: 32px;
  }
  
  section.hero .container > .label {
    width: 309px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 1;
  }
  
  section.hero.v2 .info {
    min-height: 640px;
    max-width: 48%;
  }
  
  section.hero.v2 h1 {
    font-size: 48px;
    max-width: unset;
  }
  
  section.hero.v2 .card {
    bottom: -240px;
    right: 24%;
  }
  
  section.hero.v2 .card .flipper, 
  section.hero.v2 .card .front, 
  section.hero.v2 .card .back {
    width: 400px;
    height: 253px;
  }
  
  section.hero .card.double .flip-container.primary {
    top: -36px;
    left: -92px;
  }
  
  section.hero.v2 .offer {
    right: 44%;
    bottom: 215px;
  }
  
  section.hero.v2 .card.double + .offer {
    left: auto;
    right: 43%;
    bottom: 212px;
  }
  
  section.hero.v2 .img {
    height: 700px;
    top: 32px;
    left: 52%;
  }
  
  section.hero.v2 .img::before {
    top: -40px;
    right: -90px;
    bottom: 16px;
  }
  
  section.usp-cards h2 {
    padding: 40px 40px 80px;
  }
  
  section.usp-cards .cards {
    flex-direction: row;
    justify-content: center;
  }
  
  section.usp-cards .card {
    --mobile: 0;
  }
  
  section.usp-cards .card > div {
    margin: 0 24px;
  }
  
  section.usp-cards .card:first-child {
    transform: translateX(-64px) translateY(250px) rotate(-12deg);
  }
  
  section.usp-cards .card.visible:first-child {
    transform: rotate(-4deg) translateY(30px);
  }
  
  section.usp-cards .card:first-child:last-child > div {
    transform: rotate(2deg);
  }  
  section.usp-cards .card:not(:first-child):not(:last-child) {
    transform: rotate(2deg) translateY(90px);
  }
  
  section.usp-cards .card.visible:not(:first-child):not(:last-child) {
    transform: rotate(2deg) translateY(-30px);
  }
  
  section.usp-cards .card:last-child:not(:first-child) {
    transform: translateX(64px) translateY(250px) rotate(12deg);
  }
  
  section.usp-cards .card.visible:last-child:not(:first-child) {
    transform: translateY(30px);
  }
  
  section.usp-cards .card:first-child + .card:last-child {
    transform: rotate(4deg) translateY(-12px);
  }
  
  section.usp-cards .card.flipped:first-child:last-child > div {
    transform: rotateZ(2deg) rotateY(0.5turn);
  }
  
  section.usp-cards .card .secondary {
    transition: background-color 0s linear .5s;
  }

  section.usp-cards .card .desc {
    transition: opacity 0s linear .5s;
  }
  
  section.usp-cards .card .more {
    display: none;
  }
  
  section.usp-cards.combi .container {
    padding-top: 60px;
  }
  
  section.usp-cards.combi .container > .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  section.usp-cards.combi .cards {
    padding: 0 0 64px;
  }
  
  section.usp-cards.combi .calc {
    margin: 0;
    padding: 0 0 24px 80px;
  }
  
  section.multiusp .container {
    padding: 0;
    padding: 120px 0 0;
  }
  
  section.reviews .container {
    padding: 120px 0;
    max-width: unset;
  }
  
  section.usp-cards h2,
  section.reviews h2,
  section.multiusp h2,
  section.cc-cards h2 {
    font-size: 80px;
  }
  
  section.usp-cards h2 {
    max-width: 1170px;
    margin: 0 auto;
  }
  
  section.app h2 {
    font-size: 80px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  section.app .container {
    padding-top: 340px;
  }
  
  section.app > div::before {
    left: 92px;
  }
  
  section.app .desc {
    padding: 28px 106px 0;
    min-height: 670px;
    max-width: 850px;
    background-size: 884px;
  }
  
  section.app .stores {
    gap: 16px;
    margin: -150px 0 100px;
  }
  
  section.app .icons {
    max-width: 1060px;
  }
  
  section.app .icons .item > div {
    padding-bottom: 72px;
  }
  
  section.cc-cards {
    padding: 16px 0 160px;
    margin: -90px 0 -140px;
  }
  
  section.cc-cards .info {
    font-size: 24px;
  }

  section.cc-cards .info h3 {
    font-size: 56px;
  }

  section.cc-cards .info .fee {
    font-size: 40px;
  }
  
  section.cc-cards .img {
    margin-top: 100px;
  }
  
  section.note {
    margin-top: 40px;
  }
  
  section.note .logo {
    width: 384px;
  }

  section.note h2 {
    font-size: 80px;
    padding: 40px 32px 144px;
  }
  
}

@media screen and (min-width: 1440px) {
  
  section.hero {
    margin-bottom: 100px;
  }
  
  section.hero .container {
    max-width: 1376px;
  }
  
  section.hero:not(.v2) .container {
    min-height: 774px;
    padding: 0;
    background-position: left -12px;
    background-size: 110% auto;
  }
  
  section.hero:not(.v2) .content {
    width: 50%;
    max-width: 620px;
  }
  
  section.hero:not(.v2) .info {
    padding: 88px 0 100px;
  }
  
  section.hero:not(.v2) .info > div {
    padding: 0 110px 120px 86px;
  }
  
  section.hero:not(.v2) .info > div::before {
    top: auto;
    bottom: -118px;
    right: 130px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 90px;
  }
  
  section.hero:not(.v2) .card {
    bottom: -85px;
    right: auto;
    left: 100px;
  }
  
  section.hero:not(.v2) .card .flipper, 
  section.hero:not(.v2) .card .front, 
  section.hero:not(.v2) .card .back {
    width: 300px;
    height: 190px;
  }
  
  section.hero:not(.v2) .offer {
    right: -18px;
    bottom: 272px;
  }
  
  section.hero:not(.v2) .card.double {
    right: auto;
    left: 164px;
    bottom: -38px;
  }
  
  section.hero:not(.v2) .card.double .flip-container.primary {
    top: 55px;
    left: -50px;
  }
  
  section.hero:not(.v2) .card.double + .offer {
    right: -24px;
  }
  
  section.hero.v2 .info > div {
    padding-left: 88px;
  }
  
  section.hero.v2 .card.double + .offer {
    right: 43.7%;
    bottom: 220px;
  }
  
  section.hero.v2 .card {
    right: 28%;
  }
  
  section.hero.v2 .info {
    padding-bottom: 56px;
  }
  
  section.hero .cta .msg img {
    width: 102px;
  }
  
  section.usp-cards .container {
    max-width: 1400px;
  }
  
  section.usp-cards .card:first-child + .card:last-child {
    padding-left: 32px;
  }
  
  section.usp-cards .card > div {
    margin: 0 20px;
  }
  
  section.usp-cards .card h3 {
    font-size: 40px;
  }
  
  html[lang=it] section.usp-cards .card h3 {
    font-size: 36px;
  }
  
  section.usp-cards.combi .calc {
    padding: 0 0 24px 120px;
    width: 790px;
  }
  
}

@media screen and (min-width: 1600px) {
  
  section.reviews .container {
    max-width: 1600px;
    overflow: hidden;
  }
  
  section.reviews .items {
    position: relative;
  }
  
  section.reviews .items::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    width: 400px;
    background-image: linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  
  section.reviews .items::after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -10px;
    width: 400px;
    background-image: linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  
  section.app .container {
    padding-top: 420px;
  }
  
  section.app > div::before {
    left: 240px;
  }
  
}


/* Sticky bar */

#sticky {
  padding: 12px 12px 12px 16px;
	background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 40px 0 rgba(72, 100, 226, 0.24);
  display: flex;
  align-items: center;
  max-width: 672px;
  margin: 0 auto;
  position: fixed;
  bottom: 40px;
  left: 18px;
  right: 18px;
  z-index: 10;
  transform: translateY(calc(100% + 80px));
  transition: transform .25s ease;
}

#sticky.show {
  transform: none;
}

#sticky .msg {
  color: #1d2859;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 16px;
  flex: 1 1 auto;
  position: relative;
}

#sticky .msg .desc span.hlight {
  color: #00dcb4;
}

#sticky .msg .desc {
  transition: opacity .6s ease;
}

#sticky .msg .price {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: opacity .6s ease;
}

#sticky .msg .price span {
  color: #4864e2;
}

#sticky .msg .price span.old {
  color: #c8d1f6;
  text-decoration: line-through;
  padding-left: 6px;
}

#sticky.show-price .msg .desc {
  opacity: 0;
}

#sticky.show-price .msg .price {
  opacity: 1;
}

#sticky .cta .cc-btn {
  font-size: 12px;
  white-space: nowrap;
  min-height: 36px;
  padding: 2px 16px;
}

#sticky .cta .cc-btn span {
  padding-right: 8px;
}


@media screen and (max-width: 768px) {
  
  #sticky .cta .cc-btn span {
    display: none;
  }
  
  html[lang=de] #sticky .msg,
  html[lang=fr] #sticky .msg {
    margin-right: 8px;
  }
  
  html[lang=de] #sticky .cta .cc-btn,
  html[lang=fr] #sticky .cta .cc-btn {
    padding: 2px 10px;
  }
  
}

@media screen and (min-width: 769px) {
  
  #sticky {
    bottom: 60px;
  }
  
  #sticky .msg {
    font-size: 16px;
    letter-spacing: 0.14px;
    padding-top: 2px;
    margin-right: 20px;
  }

  #sticky .cta .cc-btn {
    font-size: 18px;
    min-height: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }
  
}

@media screen and (min-width: 993px) {
  
  #sticky {
    bottom: 40px;
  }
  
}

@media screen and (min-width: 1281px) {
  
  #sticky .msg {
    font-size: 18px;
  }
  
}


/* Top card */

#topcard {
  width: 36vw;
  max-width: 228px;
  position: fixed;
  top: 20vh;
  right: 0;
  z-index: 1;
  transition: right .5s cubic-bezier(0, 0, 0.33, 0.98);
}

#topcard.hide {
  right: -100%;
}

@media screen and (min-width: 769px) {
  
  #topcard {
    max-width: 309px;
    top: 30vh;
  }
  
}

@media screen and (min-width: 993px) {
  
  #topcard {
    display: none;
  }
  
}

/* Footer */

footer {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  line-height: 1.4;
  background-color: #4864e2;
  position: relative;
  z-index: 1;
}

footer::before {
  content: "";
  display: block;
  height: 56px;
  width: 100%;
  background-color: #edf0fc;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

footer .container {
  text-align: center;
  padding: 24px 24px 140px;
}

footer .menu a {
  color: #fff;
  display: inline-block;
}

footer .menu a:not(:last-child) {
  margin-right: 20px;
}

footer .menu a:hover {
  text-decoration: underline;
}
 
footer .copyright {
  font-size: 13px;
  font-weight: 300;
  padding-top: 8px;
}

@media screen and (min-width: 769px) {
  
  footer .container {
    padding: 24px 40px 200px;
  }
  
}

@media screen and (min-width: 993px) {
  
  footer .container {
    text-align: left;
    padding: 40px 40px 160px;
  }

  footer .menu {
    float: left;
    position: relative;
    z-index: 1;
  }

  footer .copyright {
    font-size: 14px;
    text-align: right;
    padding-top: 0;
  }
  
}

@media screen and (min-width: 1281px) {
  
  footer, footer .copyright {
    font-size: 16px;
    font-weight: 300;
  }
  
}

@media screen and (min-width: 1440px) {
  
  footer .container {
    max-width: 1200px;
    padding: 40px 0 160px;
    margin: 0 auto;
  }
  
}


/* IE11/Edge specific rules */

_:-ms-fullscreen, :root body { 
  min-height: 100vh;
}


/* Animation */

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes hero-anim1 {
  from { transform: translateY(200px); }
  to   { transform: translateY(0px); }
}

@keyframes hero-anim2 {
  from { transform: rotate(0deg) translateX(-50px); }
  to   { transform: rotate(12deg) translateX(0px); }
}

@keyframes hero-anim3 {
  from { transform: rotate(0deg) translateX(-20px) }
  to   { transform: rotate(-12deg) translateX(0px) }
}

@keyframes hero-anim4 {
  from { opacity: 0; transform: perspective(1200px) scale(0.3); }
  to   { opacity: 1; transform: perspective(1200px) scale(1); }
}

@keyframes hero-anim5 {
  from { opacity: 0; transform: rotateX(0deg); }
  to   { opacity: 1; transform: rotateX(180deg); }
}

@keyframes hero-anim6 {
  from { opacity: 0.9; }
  to   { opacity: 0; }
}

@keyframes hero-anim7 {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes card-float {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-4px);
  }
  75% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes icon-anim {
  0% {
    opacity: 0;
    transform: translateX(0px) translateY(50px) perspective(1200px);
    scale: 0.5;
  }
  50% {
    transform: translateX(0px) translateY(-5px) perspective(1200px);
    scale: 1.05;
  }
  75% {
    transform: translateX(0px) translateY(1px) perspective(1200px);
    scale: 0.99;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) perspective(1200px);
    scale: 1;
  }
}

body {
  animation: fadein 1s;
}

section.hero::before,
section.hero .container {
  transform-origin: top;
  transform: translateY(0px);
  animation: hero-anim1 .5s ease-out;
}

section.hero .info > div::before {
  animation: hero-anim2 .5s ease-out;
}

section.hero .offer {
  animation: hero-anim4 .7s ease-out .25s forwards;
}

section.hero .card .flip-container .flipper {
  animation: hero-anim5 .7s ease-out .25s forwards;
}

section.hero .card .flip-container .front {
  animation: hero-anim6 .7s ease-out .25s forwards;
}

section.hero .card .flip-container .back {
  animation: hero-anim7 .7s ease-out .25s forwards;
}

section.hero .card.animated .back img {
  animation: 10s ease-in-out infinite card-float;
}

@media screen and (min-width: 993px) {
  
  section.hero::before,
  section.hero .container {
    animation: hero-anim1 .4s ease-out;
  }

  section.hero .info > div::before {
    animation: hero-anim3 .5s ease;
  }
  
  section.hero .offer {
    animation: hero-anim4 .7s ease-out .2s forwards;
  }

  section.hero .card .flip-container .flipper {
    animation: hero-anim5 .7s ease-out .2s forwards;
  }

  section.hero .card .flip-container .front {
    animation: hero-anim6 .7s ease-out .2s forwards;
  }

  section.hero .card .flip-container .back {
    animation: hero-anim7 .7s ease-out .2s forwards;
  }
  
}

@media screen and (min-width: 1440px) {
  
  section.hero .offer {
    animation: hero-anim4 .3s ease-out 1s forwards;
  }

  section.hero .card .flip-container .flipper {
    animation: hero-anim5 .7s ease-out .4s forwards;
  }

  section.hero .card .flip-container .front {
    animation: hero-anim6 .7s ease-out .4s forwards;
  }

  section.hero .card .flip-container .back {
    animation: hero-anim7 .7s ease-out .4s forwards;
  }
  
}


/* Hero background shape reflected */

section.hero::before {
  background-size: 135% auto;
  background-position: calc(50% - 4px) -16px;
}

section.hero .info {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}

section.hero .info > div::before {
  top: -8px;
  left: auto;
  right: -20px;
  border-top-left-radius: 0;
  border-top-right-radius: 48px;
  transform: rotate(-12deg);
}

@media screen and (min-width: 512px) {
  
  section.hero .info {
    padding-top: 132px;
  }
  
  section.hero .info > div::before {
    top: -40px;
    right: -8px;
  }
  
}

@media screen and (min-width: 621px) {
  
  section.hero .info {
    padding-top: 162px;
  }
  
  section.hero .info > div::before {
    top: -70px;
    right: 0;
  }
  
}

@media screen and (min-width: 769px) {
  
  section.hero .info {
    padding-top: 176px;
  }
  
  section.hero .info > div::before {
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
    top: -50px;
    left: auto;
  }

}

@media screen and (min-width: 881px) {
  
  section.hero .info {
    padding-top: 196px;
  }
  
  section.hero .info > div::before {
    top: -70px;
  }
  
}

@media screen and (min-width: 993px) {
  
  section.hero .info > div::before {
    top: -36px;
    left: auto;
    right: -28px;
    width: 1400px;
    height: 1400px;
    transform: rotate(-12deg);
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
  }
  
}

@keyframes hero-anim2-2 {
  from { transform: rotate(0deg) translateX(50px); }
  to   { transform: rotate(-12deg) translateX(0px); }
}

section.hero .info > div::before {
  animation: hero-anim2-2 .5s ease-out;
}

/* App background shape reflected */

section.app > div::before {
  left: auto;
  right: 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 48px;
  transform-origin: top right;
  transform: rotate(-12deg);
}

@media screen and (min-width: 769px) {
  
  section.app > div::before {
    left: auto;
    right: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
  }
  
}

@media screen and (min-width: 993px) {
  
  section.app > div::before {
    border-top-left-radius: 0;
    border-top-right-radius: 140px;
  }
  
}

@media screen and (min-width: 1281px) {
  
  section.app > div::before {
    left: auto;
    right: 92px;
  }
  
}

@media screen and (min-width: 1600px) {
  
  section.app > div::before {
    left: auto;
    right: 120px;
  }
  
}


/* Section - Hero W3 */

section.hero-w3 {
  color: #fff;
  z-index: 0;
}

section.hero-w3::before {
  content: "";
  background-image: url(img/cc-hero.jpg);
  background-repeat: no-repeat;
  background-size: 122% auto;
  background-position: calc(50% - 4px) 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

section.hero-w3 .video {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

section.hero-w3 .video video {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center top;
  z-index: 0;
  transition: opacity 1.25s linear;
}

section.hero-w3 .container {
  padding-top: 44vw;
  position: relative;
  z-index: 2;
}

section.hero-w3 .info {
  padding-top: 108px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section.hero-w3 .info > div {
  padding: 0 18px 132px;
  position: relative;
  background: linear-gradient(transparent 160px, #4864e2 160px);
}

section.hero-w3 .info > div::before {
  content: "";
  position: absolute;
  top: -16px;
  right: -30px;
  width: 1000px;
  height: 350px;
  background-color: #4864e2;
  border-top-right-radius: 48px;
  transform: rotate(-12deg);
  z-index: -1;
}

section.hero-w3 h1 {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 16px;
  max-width: 500px;
}

section.hero-w3 h3 {
  font-size: 14px;
  font-family: 'Helvetica Neue', Roboto, sans-serif, arial;
  line-height: 1.2;
  margin-bottom: 16px;
}

section.hero-w3 .checklist {
  font-size: 18px;
  line-height: 1.2;
  list-style: none;
}

section.hero-w3 .checklist li {
  padding: 5px 0 5px 33px;
  background-image: url(img/icons/icon-check-wt.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: -2px 0;
}

section.hero-w3 .checklist li:nth-child(1) {
  background-image: url(img/icons/icon-gift.svg);
}

section.hero-w3 .checklist li:nth-child(2) {
  background-image: url(img/icons/icon-cashback.svg);
}

section.hero-w3 .checklist li:nth-child(3) {
  background-image: url(img/icons/icon-label.svg);
}

section.hero-w3 .checklist li span.hlight {
  color: #01f0c5;
}

section.hero-w3 .cta {
  margin-bottom: 32px;
}

section.hero-w3 .cta .cc-btn span {
  padding-left: 8px;
}

section.hero-w3 .card {
  padding-bottom: 92px;
  background-color: #fff;
  position: relative;
}

section.hero-w3 .card .flip-container {
  position: relative;
  margin: -64px 0 0 32px;
  transform-origin: left;
  transform: rotate(-12deg);
  z-index: 2;
}

section.hero-w3 .card.double {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

section.hero-w3 .card.double .flip-container {
  position: relative;
  margin: 0 0 0 42px;
  transform-origin: left;
  z-index: 2;
}

section.hero-w3 .card.double .flip-container.primary {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(calc(-50% - 68px)) rotate(-12deg);
  z-index: 3;
}

section.hero-w3 .card .flipper, 
section.hero-w3 .card .front, 
section.hero-w3 .card .back {
  width: 246px;
  height: 156px;
}

section.hero-w3 .card .flipper {
	transform-style: preserve-3d;
  transform-origin: 100% 50%;
	position: relative;
  opacity: 0;
}

section.hero-w3 .card .front, 
section.hero-w3 .card .back {
	position: absolute;
	top: 0;
	left: 0;
}

section.hero-w3 .card .front {
  background-color: #e60050;
  border-radius: 10px;
  opacity: 0.9;
	z-index: 2;
}

section.hero-w3 .card .back {
  transform: rotateX(-180deg);
  opacity: 0;
}

section.hero-w3 .card img {
  filter: drop-shadow(0 20px 30px rgba(46, 63, 142, 0.4));
}

section.hero-w3 .container > .card.double {
  display: none;
}

section.hero-w3 .offer {
  position: absolute;
  left: calc(50% + 48px);
  bottom: 250px;
  opacity: 0;
  z-index: 5;
}

section.hero-w3 .offer > div {
  color: #1d2859;
  text-align: center;
  text-transform: uppercase;
  width: 110px;
  height: 110px;
  overflow: hidden;
  padding-top: 10px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #00dcb4;
  transform: rotate(-12deg);
}

section.hero-w3 .offer strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 0.8;
  display: block;
  margin: 4px 0;
}

section.hero-w3 .offer span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 4px;
}

section.hero-w3 .img {
  opacity: 0;
  position: relative;
}

section.hero-w3 .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -80px;
  left: -210px;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  transition: opacity 1.25s linear;
  transform: rotate(12deg);
}

section.labels {
  padding-top: 0;
}

@media screen and (max-width: 520px) {
  
  html[lang=de] section.hero-w3 .cta .cc-btn,
  html[lang=fr] section.hero-w3 .cta .cc-btn {
    font-size: 20px;
  }
  
}

@media screen and (max-width: 1280px) {
  
  section.hero-w3 .cta .cc-btn > span > span {
    display: none;
  }
  
}

@media screen and (min-width: 512px) {
  
  section.hero-w3 .info {
    padding-top: 132px;
  }
  
  section.hero-w3 .info > div::before {
    top: -40px;
  }
  
}

@media screen and (min-width: 621px) {
  
  section.hero-w3 .info {
    padding-top: 162px;
  }
  
  section.hero-w3 .info > div::before {
    top: -70px;
  }
  
}

@media screen and (min-width: 769px) {
  
  section.hero-w3::before {
    top: 88px;
    background-position: center 0;
  }
  
  section.hero-w3 .video {
    top: 88px;
  }
  
  section.hero-w3 .container {
    padding-top: 35vw;
  }
  
  section.hero-w3 .info > div {
    padding: 64px 40px 120px;
  }
  
  section.hero-w3 .info > div::before {
    border-top-right-radius: 90px;
    top: -50px;
    right: 0;
  }
  
  section.hero-w3 h1 {
    max-width: 90%;
    margin-bottom: 32px;
  }
  
  section.hero-w3 .checklist {
    font-size: 20px;
  }
  
  section.hero-w3 .checklist li {
    background-position: -4px 1px;
  }
  
  section.hero-w3 .cc-btn, 
  section.hero-w3 .cc-btn:visited, 
  section.hero-w3 .cc-btn:active, 
  section.hero-w3 .cc-btn:focus, 
  section.hero-w3 .cc-btn:visited {
    font-size: 24px;
    min-height: 58px;
  }
  
  section.hero-w3 .card .flipper, 
  section.hero-w3 .card .front, 
  section.hero-w3 .card .back {
    width: 320px;
    height: 202px;
  }
  
  section.hero-w3 .card.double .flip-container.primary {
    top: -48px;
    transform: translateX(calc(-50% - 94px)) rotate(-12deg);
  }
  
  section.hero-w3 .offer {
    left: calc(50% - 269px);
    bottom: 179px;
  }
  
}

@media screen and (min-width: 881px) {
  
  section.hero-w3 .info {
    padding-top: 196px;
  }
  
  section.hero-w3 .info > div::before {
    top: -70px;
  }
  
}

@media screen and (min-width: 993px) {
  
  section.hero-w3 {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 100px;
  }
  
  section.hero-w3::before {
    display: none;
  }
  
  section.hero-w3 .video {
    display: none;
  }
  
  section.hero-w3 .container {
    border-radius: 48px;
    padding: 0;
    background-color: #4864e2;
  }
  
  section.hero-w3 .content {
    position: relative;
    border-radius: 48px;
    overflow: hidden;
  }
  
  section.hero-w3 .info {
    padding: 92px 0 132px;
    max-width: 51%;
    min-height: 550px;
    display: flex;
    align-items: center;
  }
  
  section.hero-w3 .info > div {
    background: none;
    padding: 0 0 0 56px;
    flex: 1 1 100%;
  }
  
  section.hero-w3 .info > div::before {
    top: -36px;
    left: auto;
    right: -28px;
    width: 1400px;
    height: 1400px;
    transform: rotate(-12deg);
    border-top-left-radius: 0;
    border-top-right-radius: 90px;
  }
  
  section.hero-w3 h1 {
    max-width: 535px;
  }
  
  section.hero-w3 .desc {
    padding-right: 44px;
  }
  
  section.hero-w3 .card.double {
    padding-bottom: 0;
    background-color: transparent;
    position: absolute;
    bottom: 32px;
    right: calc(50% - 298px);
    z-index: 3;
  }
  
  section.hero-w3 .card .flipper, 
  section.hero-w3 .card .front, 
  section.hero-w3 .card .back {
    width: 280px;
    height: 177px;
  }
  
  section.hero-w3 .card.double .flip-container.primary {
    top: -42px;
    transform: translateX(calc(-50% - 82px)) rotate(-12deg);
  }
  
  section.hero-w3 .offer {
    left: calc(50% - 96px);
    right: auto;
    bottom: 106px;
  }
  
  section.hero-w3 .img {
    opacity: 1;
    position: absolute;
    top: -2px;
    left: 57%;
    width: 800px;
    height: 720px;
    transform: rotate(-12deg);
    border-top-left-radius: 72px;
    overflow: hidden;
    z-index: 1;
  }
  
  section.hero-w3 .img::before {
    content: "";
    background-image: url(img/cc-hero.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: -85px;
    left: -80px;
    right: 16px;
    bottom: 40px;
    transform: rotateY(180deg) rotateZ(-12deg);
  }
  
  section.hero-w3 .img video {
    left: -138px;
    object-position: left center;
    transform: rotateY(180deg) rotateZ(-12deg);
  }
  
}

@media screen and (min-width: 1281px) {
  
  section.hero-w3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 120px;
  }
  
  section.hero-w3 .info {
    padding: 80px 0;
    max-width: 48%;
  }
  
  section.hero-w3 h1 {
    max-width: unset;
  }
  
  section.hero-w3 .card.double {
    bottom: 44px;
    right: calc(50% - 212px);
  }
  
  section.hero-w3 .offer {
    left: calc(50% - 184px);
    bottom: 118px;
  }
  
  section.hero-w3 .img {
    height: 700px;
    top: -8px;
    left: 54%;
  }
  
  section.hero-w3 .img::before {
    top: -40px;
    right: -28px;
    bottom: 110px;
  }
  
  section.hero-w3 .img video {
    top: -100px;
    left: -54px;
  }
  
}

@media screen and (min-width: 1440px) {
  
  section.hero-w3 .container {
    max-width: 1376px;
  }
  
  section.hero-w3 .info {
    max-width: 47%;
  }
  
  section.hero-w3 .info > div {
    padding-left: 88px;
  }
  
  section.hero-w3 .card .flipper, 
  section.hero-w3 .card .front, 
  section.hero-w3 .card .back {
    width: 320px;
    height: 202px;
  }
  
  section.hero-w3 .img {
    left: 58%;
  }
  
  section.hero-w3 .card.double {
    bottom: 52px;
    right: calc(50% - 322px);
  }
  
  section.hero-w3 .card.double .flip-container.primary {
    top: -45px;
    transform: translateX(calc(-50% - 84px)) rotate(-12deg);
  }
  
  section.hero-w3 .offer {
    left: calc(50% - 120px);
    bottom: 148px;
  }
  
}

@keyframes hero-anim2-2 {
  from { transform: rotate(0deg) translateX(50px); }
  to   { transform: rotate(-12deg) translateX(0px); }
}

section.hero-w3::before,
section.hero-w3 .video,
section.hero-w3 .container {
  transform-origin: top;
  transform: translateY(0px);
  animation: hero-anim1 .5s ease-out;
}

section.hero-w3 .info > div::before {
  animation: hero-anim2-2 .5s ease-out;
}

section.hero-w3 .offer {
  animation: hero-anim4 .7s ease-out .25s forwards;
}

section.hero-w3 .card .flip-container .flipper {
  animation: hero-anim5 .7s ease-out .25s forwards;
}

section.hero-w3 .card .flip-container .front {
  animation: hero-anim6 .7s ease-out .25s forwards;
}

section.hero-w3 .card .flip-container .back {
  animation: hero-anim7 .7s ease-out .25s forwards;
}

section.hero .card.animated .back img {
  animation: 10s ease-in-out infinite card-float;
}

@media screen and (min-width: 993px) {
  
  section.hero-w3::before,
  section.hero-w3 .container {
    animation: hero-anim1 .4s ease-out;
  }

  section.hero-w3 .info > div::before {
    animation: hero-anim3 .5s ease;
  }
  
  section.hero-w3 .offer {
    animation: hero-anim4 .7s ease-out .2s forwards;
  }
  
  section.hero-w3 .card .flip-container .flipper {
    animation: hero-anim5 .7s ease-out .2s forwards;
  }

  section.hero-w3 .card .flip-container .front {
    animation: hero-anim6 .7s ease-out .2s forwards;
  }

  section.hero-w3 .card .flip-container .back {
    animation: hero-anim7 .7s ease-out .2s forwards;
  }
  
}

@media screen and (min-width: 1440px) {
  
  section.hero-w3 .offer {
    animation: hero-anim4 .3s ease-out 1s forwards;
  }
  
  section.hero-w3 .card .flip-container .flipper {
    animation: hero-anim5 .7s ease-out .4s forwards;
  }

  section.hero-w3 .card .flip-container .front {
    animation: hero-anim6 .7s ease-out .4s forwards;
  }

  section.hero-w3 .card .flip-container .back {
    animation: hero-anim7 .7s ease-out .4s forwards;
  }
  
}
