.timeline #timespot1 {
  --clr: #7c9775;
  grid-row: 1;
}
.timeline #timespot2 {
  --clr: #9689a1;
  grid-row: 2;
}
.timeline #timespot3 {
  --clr: #6f9ebe;
  grid-row: 3;
}
.timeline #timespot4 {
  --clr: #c28080;
  grid-row: 4;
}
.timeline #timespot5 {
  --clr: #916d94;
  grid-row: 5;
}
.timeline #timespot6 {
  --clr: #8fc5a9;
  grid-row: 6;
}
.timeline #timespot6:before {
  rotate: 0deg;
  transform: translate(-15px, 0);
  background-color: #9cc34c;
  -webkit-mask: url("/img/done-timeline.svg") center/contain no-repeat;
  mask: url("/img/done-timeline.svg") center/contain no-repeat;
}
.timeline #myCanvas {
  position: relative;
  height: auto;
  z-index: 0;
  inset: 0;
  position: relative;
  margin: auto;
  grid-column: 1/-1;
  grid-row: 2;
}
.timeline .timeline-area {
  position: relative;
  display: grid;
  padding-top: 5rem;
  background: #ffffff;
  border-radius: var(--section-brd);
  padding-bottom: 5rem;
  padding-inline: calc(var(--space) + var(--page-padding));
}
.timeline .timeline {
  grid-column: 1/-1;
  grid-row: 2;
  max-width: 80vw;
  margin: auto;
  display: grid;
  z-index: 3;
  padding: var(--inline-padding);
  border-radius: var(--radius);
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
@media (min-width: 560px) {
  .timeline .timeline {
    grid-template-columns: minmax(60px, 0.25fr) minmax(340px, 1fr) minmax(60px, 0.25fr);
  }
}
.timeline .timeline {
  gap: 5rem 0;
  padding: 0;
  height: max-content;
  grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%) fit-content(100%);
}
@media (min-width: 1440px) {
  .timeline .timeline {
    max-width: 100%;
    width: 100%;
    grid-template-columns: 1fr 2fr 1fr;
  }
}
.timeline .timespot {
  position: relative;
  height: 160px;
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
}
.timeline .timespot:after {
  content: "";
  width: 80px;
  height: 2px;
  background: var(--swis-color);
  order: 2;
  display: block;
  transform: translateX(10px);
}
.timeline .timespot:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  flex: 0 0 30px;
  align-self: center;
  rotate: 90deg;
  transform: translateX(-40px);
  background-color: var(--basecolor);
  -webkit-mask: url("/img/arrow-timeline.svg") center/contain no-repeat;
  mask: url("/img/arrow-timeline.svg") center/contain no-repeat;
}
.timeline .timespot:nth-of-type(odd) {
  grid-column: 1/-1;
  text-align: right;
  justify-self: end;
}
.timeline .timespot:nth-of-type(odd) .timeblock {
  order: 1;
}
.timeline .timespot:nth-of-type(odd):before {
  order: 3;
  transform: translateY(-15px);
}
.timeline .timespot:nth-of-type(even) {
  grid-column: -1/1;
  text-align: left;
  justify-self: start;
}
.timeline .timespot:nth-of-type(even) .timeblock {
  order: 3;
}
.timeline .timespot:nth-of-type(even):after {
  transform: translateX(-10px);
}
.timeline .timespot:nth-of-type(even):before {
  order: 1;
  transform: translateY(15px);
}
.timeline .timeblock {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.timeline .descr {
  max-width: 24ch;
}
@media screen and (min-width: 1440px) {
  .timeline #myCanvas {
    grid-row: 2;
    padding-inline: var(--inline-padding);
    max-width: 100%;
    margin-left: 0;
  }
  .timeline .timeline {
    padding-inline: var(--inline-padding);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 220px 30px 220px;
    gap: 0;
    height: 400px;
  }
  .timeline .timespot {
    grid-auto-flow: row;
    align-items: start;
    align-self: end;
    align-items: start;
    grid-column: span 2;
    grid-template-rows: 90px 80px 30px;
    text-align: left;
    transform: translate(0, 0);
    height: 200px;
  }
  .timeline .timespot .descr {
    max-width: 20ch;
  }
  .timeline .timespot:nth-of-type(odd) {
    text-align: left;
    justify-self: start;
    transform: translateY(0);
    align-items: end !important;
    transform: translate(0, 0);
  }
  .timeline .timespot:nth-of-type(odd):before {
    transform: translate(-13px, 0);
  }
  .timeline .timespot:nth-of-type(odd):after {
    transform: translate(0, 0);
  }
  .timeline .timespot:nth-of-type(even) {
    grid-template-rows: 20px 80px auto;
    transform: translate(0, 0);
    align-self: start;
    align-items: start;
    text-align: left;
  }
  .timeline .timespot:nth-of-type(even):before {
    transform: translate(-13px, -7px);
  }
  .timeline .timespot:nth-of-type(even):after {
    transform: translate(0, 0);
  }
  .timeline .timespot:after {
    width: 2px;
    height: 80px;
  }
  .timeline .timespot:before {
    rotate: 0deg;
    transform: translateX(-13px);
    align-self: start;
  }
  .timeline #timespot1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .timeline #timespot2 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .timeline #timespot3 {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .timeline #timespot4 {
    grid-row: 2/3;
    grid-column: 4/5;
  }
  .timeline #timespot5 {
    grid-row: 1/2;
    grid-column: 5/6;
  }
  .timeline #timespot6 {
    text-align: right;
    justify-self: end;
    grid-row: 2/3;
    grid-column: 5/6;
  }
  .timeline #timespot6::after {
    width: 2px;
    align-self: end;
    justify-self: end;
  }
  .timeline #timespot6::before {
    align-self: end;
    justify-self: end;
    transform: translateX(15px) !important;
    content: "";
  }
}

section.glow {
  overflow: visible;
  position: relative;
  z-index: 99;
}
section.glow > * {
  position: relative;
  z-index: 3;
}
section.glow:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  width: var(--glow-size, 600px);
  height: var(--glow-size, 600px);
  top: var(--glow-top, -200px);
  left: var(--glow-left, 50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(5, 187, 220, 0.2078431373) 0%, transparent var(--glow-spread, 70%));
  animation: glow-orbit var(--glow-duration, 8s) var(--glow-easing, linear) infinite;
  transform-origin: center center;
  will-change: transform;
  grid-row: 1/-1;
  grid-column: 1/-1;
}

@keyframes glow-orbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(10vw);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(10vw);
  }
}
.intro-img img {
  filter: blur(10px);
  transition: filter 0.6s ease;
}

.intro-img img.loaded {
  filter: blur(0);
}

@keyframes arrow-nudge {
  0% {
    background-position: center;
  }
  50% {
    background-position: calc(50% + 5px) center;
  }
  100% {
    background-position: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .glow::after {
    animation: none;
    transform: translateX(-50%);
  }
}
@keyframes breathe {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
@keyframes arrow-float {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --page-padding: clamp(1.5rem, -1.1538rem + 11.7949vw, 13rem);
  --repado-color: #ff6e00;
  --text-color: #4f7c9b;
  --dark-text: #0c5f98;
  --dark-blue: #1a4a75;
  --swis-color: #75899e;
  --studio-color: #b24aab;
  --flow-color: #4b46be;
  --analyze-color: #05bbdc;
  --basefontsize: clamp(1rem, 0.9423rem + 0.2564vw, 1.15rem);
  --basefontsize: 1.2rem;
  --mediumfontsize: 30px;
  --mediumfontsize: clamp(1.5rem, 1.3466rem + 0.6818vw, 1.875rem);
  --bigfontsize: 44px;
  --bigfontsize: clamp(2.25rem, 2.0455rem + 0.9091vw, 2.75rem);
  --inline-padding: clamp(1rem, 0.25rem + 1.875vw, 2.5rem);
  --inline-padding: clamp(1.5rem, 0.913rem + 2.6087vw, 3rem);
  --brd-radius: 24px;
  --section-brd: clamp(2.5rem, 1.9231rem + 2.5641vw, 5rem);
  --round-V-space: calc(var(--section-brd) * 2);
  --glow-spread: 75%;
}

.studio {
  --basecolor: var(--studio-color);
}

.flow {
  --basecolor: var(--flow-color);
}

.analyze {
  --basecolor: var(--analyze-color);
}

body {
  background: #e3ebed;
  padding-inline: var(--page-padding);
  padding-block: 2rem 0;
  color: var(--text-color);
  font-size: var(--basefontsize);
}

header .swis-logo {
  display: none;
}

p,
li {
  line-height: 1.5;
  font-size: var(--basefontsize);
  font-weight: 400;
}

ul {
  margin: 0.5rem 0;
  list-style: inside disc;
}

ol {
  list-style-type: decimal-leading-zero;
}
ol li::marker {
  font-weight: 700;
  color: var(--basecolor);
}

h2 {
  font-weight: 300;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 3em;
}
h2 span {
  font-weight: 700;
}

span.swis {
  font-weight: 700;
}

span.orange {
  color: var(--repado-color);
  font-weight: 600;
}

.repado-logo img {
  max-width: 200px;
  min-width: 150px;
  height: auto;
  width: 34vw;
}

.logo {
  max-height: 80px;
  max-width: unset;
  width: fit-content;
  align-self: end;
}

.analyze .logo {
  max-width: 420px;
  width: 48vw;
  max-height: unset;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero .intro-text {
  grid-row: 3;
  grid-column: 1/-1;
  margin-top: 2rem;
}
.hero .logo {
  align-self: end;
  grid-row: 2;
  grid-column: 1/-1;
  z-index: 5;
}
.hero .intro-img {
  align-self: start;
  grid-row: 1/3;
  grid-column: 1/-1;
  justify-self: start;
  max-width: 1000px;
}
@media screen and (min-width: 880px) {
  .hero .logo {
    align-self: start;
    grid-row: 1;
    justify-self: start;
    margin-top: 4vw;
  }
  .hero .intro-img {
    align-self: end;
  }
  .hero .intro-text {
    margin-top: -14vw;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hero .logo {
    grid-column: 1/-2;
    align-self: end;
  }
  .hero .intro-img {
    align-self: end;
  }
}
@media screen and (min-width: 1380px) {
  .hero {
    grid-template-columns: 1.3fr 1fr 1fr;
    grid-template-rows: 7vw auto;
  }
  .hero .intro-img {
    grid-column: 2/-1;
    grid-row: 1/3;
    align-self: center;
  }
  .hero .intro-text {
    grid-column: 1/2;
    grid-row: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 2vw;
  }
}
@media screen and (min-width: 1560px) {
  .hero {
    grid-template-columns: 480px 1fr 1fr;
  }
}
.hero:before {
  content: url("/img/down-arrow.svg");
  display: block;
  animation: arrow-float 3s ease-in-out infinite;
  width: 80px;
  grid-column: 1/-1;
  height: auto;
  margin: calc(var(--inline-padding) * 2) auto 0;
  grid-row: 4;
}

.intro-text .part1 {
  border-radius: 1.5rem;
  background: var(--basecolor, var(--repado-color));
  padding: 2.5rem 2rem;
  color: #fff;
}
.intro-text .part1 .quest1 {
  font-size: var(--basefontsize);
  grid-template-columns: 40px 1fr;
}
.intro-text .part1 .quest1::before {
  content: url("/img/arrow-05.svg");
  width: 20px;
  height: auto;
  display: block;
  align-self: start;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.intro-text .part1 .quest1 p {
  margin: 0;
  font-size: var(--basefontsize);
  line-height: 1.35;
}
.intro-text .part1 p.quest2 {
  font-size: 31px;
  line-height: 1.35;
  font-weight: 700;
  margin-block: 2rem 0;
}
.intro-text .part2 {
  font-weight: 300;
  color: var(--text-color);
  margin-block: 1.5rem 2rem;
  font-size: var(--basefontsize);
  background: #fff;
  border-radius: 1.5rem;
}
.intro-text .part2 p {
  line-height: 1.35;
}
.intro-text .part2 {
  padding: 1.5rem 2rem;
}

.logo {
  grid-area: logo;
  justify-self: center;
}

.intro-img {
  grid-area: image;
}
@media screen and (min-width: 1400px) {
  .intro-img {
    grid-row: 1/-1;
    justify-self: end;
    grid-column: 2;
    align-self: end;
    margin-top: 2rem;
  }
}

.banner {
  margin-inline: calc(var(--page-padding) * -1);
  padding-inline: var(--page-padding);
  padding-block: var(--inline-padding);
  border-radius: var(--section-brd) var(--section-brd) 0 0;
  text-align: center;
  margin-block: calc(var(--inline-padding) * 2);
  color: var(--swis-color);
}
.banner p {
  font-size: var(--mediumfontsize);
  font-weight: 300;
  max-width: 60ch;
  margin: auto;
}
.banner.one {
  margin-bottom: calc(var(--inline-padding) * 0.25);
}
.banner.two {
  margin-top: 0;
  padding-top: 0;
}
.banner.two p {
  font-size: var(--basefontsize);
}

.packages h2 {
  margin-top: 0;
}

.cards {
  display: grid;
  gap: var(--inline-padding);
}
@media screen and (min-width: 1200px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1680px) {
  .cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0;
}
@media screen and (min-width: 1200px) {
  .card {
    grid-template-rows: auto 10lh 1fr;
  }
}

.card,
.product,
.to-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.8s ease;
}
.card.animate,
.product.animate,
.to-animate.animate {
  opacity: 1;
  transform: translateY(0);
}

.card-logo {
  padding-inline: var(--inline-padding);
}
.card-logo img {
  height: 85px;
  width: auto;
}

.card-head {
  background: var(--basecolor);
  color: #fff;
  font-weight: bold;
  font-size: 31px;
  font-size: var(--mediumfontsize);
  border-radius: var(--brd-radius) var(--brd-radius) 0 0;
  padding: calc(var(--inline-padding) * 0.75) var(--inline-padding);
}
.card-head p {
  font-size: calc(var(--basefontsize) * 1.15);
  font-weight: 300;
}

.card-content {
  background: #fff;
  border-radius: 0 0 var(--brd-radius) var(--brd-radius);
  padding: 1.5rem var(--inline-padding) var(--inline-padding);
}
.card-content p {
  font-weight: 500;
}
.card-content ul {
  list-style: outside disc;
}
.card-content ul li {
  margin-left: 1rem;
}

.symbols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.symbols img {
  width: fit-content;
  min-height: 50px;
  max-height: 9vw;
  margin: 0 auto;
}
.symbols div {
  display: flex;
  justify-content: center;
  width: 80vw;
  max-width: 800px;
  margin-inline: auto;
  place-items: center;
  gap: 2vw;
  margin-block: 3rem;
}
.symbols div img {
  width: fit-content;
  min-height: 70px;
  max-height: 11vw;
}

.features {
  margin-inline: calc(var(--page-padding) * -1);
  margin-bottom: 0;
}
.features h2 {
  margin-block: 6rem;
}

.features-list {
  background: #fff;
  padding-inline: var(--page-padding);
  border-radius: var(--section-brd);
  padding-block: var(--round-V-space);
}

.product {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .product {
    grid-template-columns: minmax(min(100%, 310px), 1fr) minmax(min(100%, 310px), 1.5fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 1480px) {
  .product {
    grid-template-columns: minmax(min(100%, 310px), 1fr) minmax(min(100%, 310px), 2fr);
  }
}
.product {
  gap: 1rem;
  padding-block: 4rem;
}
.product .product-head {
  display: grid;
  align-items: stretch;
  justify-items: start;
  align-items: center;
}
.product h3 img {
  height: 110px;
}
@media screen and (min-width: 1200px) {
  .product h3 img {
    height: 90px;
  }
}
@media screen and (min-width: 1480px) {
  .product h3 img {
    height: 110px;
  }
}
.product h4 {
  color: var(--basecolor);
  margin-bottom: 0;
  font-size: calc(var(--basefontsize) * 1.25);
}
.product ul {
  list-style: outside disc;
  margin-left: 1.5rem;
}
.product:after {
  background: #c4d3d6;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 4rem;
  grid-column: 1/-1;
}

.product.flow {
  padding-top: 0;
}

.product.analyze .product-content {
  display: grid;
}
@media screen and (min-width: 860px) {
  .product.analyze .product-content {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .product.analyze .product-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.product.studio::after {
  content: none;
}
.product.studio {
  margin-bottom: 0;
}
.product.studio ul {
  margin-left: var(--inline-padding);
  list-style: outside disc;
  margin-bottom: 2rem;
}

.regulatory {
  margin-inline: calc(var(--page-padding) * -1);
  color: var(--swis-color);
  color: var(--dark-blue);
  padding-inline: var(--page-padding);
  padding-block: 4rem 8rem;
}
.regulatory h2 {
  margin-bottom: 0.5em;
  color: var(--dark-blue);
  font-weight: 600;
  font-size: var(--mediumfontsize);
}
.regulatory h3 {
  text-align: center;
  font-weight: 300;
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 4em;
}
.regulatory ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 1.5rem;
  counter-reset: steps 0;
  list-style: none;
}
.regulatory ul li {
  max-width: 30ch;
  counter-increment: steps;
  border-left: 1px solid #fff;
  padding-left: calc(var(--inline-padding) * 0.5);
  color: var(--dark-blue);
  font-size: var(--basefontsize);
}
.regulatory ul li p:before {
  content: counter(steps, decimal-leading-zero);
  color: var(--repado-color);
  font-weight: 600;
  display: block;
  font-size: 43px;
}
.regulatory ul li p {
  font-size: var(--basefontsize);
}

.analyze {
  --numsize: 100px;
  counter-reset: modulesteps 0;
}
.analyze header {
  display: flex;
  justify-content: space-between;
}
.analyze header .swis-logo {
  display: block;
  margin-top: 7px;
}
.analyze header .swis-logo img {
  max-width: 120px;
  min-width: 84px;
  height: auto;
  width: 19vw;
}
.analyze li {
  margin-bottom: 0.25rem;
}
.analyze .hero {
  --glow-size: 40vw;
  --glow-top: 35%;
  --glow-left: 37vw;
}
@media screen and (min-width: 880px) {
  .analyze .hero .intro-img {
    margin-top: 2vw;
  }
  .analyze .hero .intro-text {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1200px) {
  .analyze .hero .intro-text {
    margin-top: 2vw;
  }
  .analyze .hero .intro-img {
    margin-bottom: -5vw;
  }
}
.analyze .hero .intro-text .part1 .quest1::before {
  display: none;
}
.analyze section {
  margin-inline: calc(var(--page-padding) * -1);
  padding: var(--page-padding);
  position: relative;
  padding-block: calc(var(--page-padding) * 0.5);
}
.analyze section:first-of-type {
  padding-block: 0 calc(var(--page-padding) * 0.5);
}
.analyze .nums {
  counter-increment: modulesteps;
}
.analyze .nums .title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-template-rows: 1fr;
  margin-block: 0 calc(var(--round-V-space) * 0.75);
}
.analyze .nums .title h2 {
  text-align: left;
  padding-inline: var(--inline-padding);
  margin-block: 0;
  font-size: 43px;
  font-size: var(--bigfontsize);
}
.analyze .nums .title:before {
  content: counter(modulesteps, decimal-leading-zero);
  color: var(--numcolor, #fff);
  top: 60px;
  margin-left: -8rem;
  margin-left: calc(clamp(2rem, -1rem + 7.5vw, 8rem) * -1);
  font-family: "Futura", sans-serif;
  font-weight: 700;
  justify-self: end;
  font-size: 100px;
  font-size: calc(var(--page-padding) * 0.5);
  font-size: clamp(3.375rem, 1.9375rem + 3.5938vw, 6.25rem);
}
@media screen and (max-width: 640px) {
  .analyze .nums .title:before {
    display: none;
  }
}
.analyze .keyfeatures {
  background-color: var(--analyze-color);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 14.8vw, var(--analyze-color) 15vw);
  padding-bottom: calc(var(--round-V-space) * 1.5);
  overflow: visible;
}
.analyze .keyfeatures:before {
  content: "";
  width: 100vw;
  height: 15vw; /* Adjust height as needed */
  background-color: var(--analyze-color);
  clip-path: url(#wave-header);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.analyze .keyfeatures:after {
  content: url("/img/SwisAnalyzeIconWhite.svg");
  display: block;
  animation: breathe 4s ease-in-out infinite;
  width: 25vw;
  height: auto;
  grid-row: -1;
  margin-left: auto;
  align-self: end;
  grid-column: 1/-1;
  grid-row: 2;
  position: absolute;
  top: -14vw;
  max-width: 500px;
  right: calc(var(--page-padding) * 1);
}
.analyze .keyfeatures .title {
  position: relative;
  margin-top: clamp(3rem, 5.8182rem - 3.6364vw, 5rem);
  z-index: 2;
}
.analyze .keyfeatures h2 {
  color: var(--dark-blue);
}
.analyze .keyfeatures .keys-list {
  display: grid;
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 410px), 1fr));
}
@media (min-width: 1440px) {
  .analyze .keyfeatures .keys-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
  }
}
.analyze .keyfeatures .keys-list {
  gap: var(--small-V-Gap, 2rem);
  gap: clamp(5rem, 4.4886rem + 2.2727vw, 6.25rem) 2rem;
}
.analyze .keyfeatures .keyfeature-item {
  padding: 0 var(--inline-padding);
  container-type: inline-size;
}
.analyze .keyfeatures .keyfeature-item img {
  max-width: 190px;
  width: 50cqi;
  height: auto;
}
.analyze .keyfeatures .keyfeature-item h3 {
  color: white;
  font-size: 30px;
  font-size: var(--mediumfontsize);
  font-weight: 500;
  margin-block: 1.2em;
}
.analyze .keyfeatures .keyfeature-item ul {
  color: var(--dark-blue);
  font-size: var(--basefontsize);
  list-style: outside disc;
  margin-left: 1rem;
}
@media (min-width: 1440px) {
  .analyze .keyfeatures .keyfeature-item {
    max-width: 60ch;
  }
}
.analyze .pipeline {
  --numcolor: var(--analyze-color);
  background: #fff;
  border-radius: var(--section-brd);
  margin-block: calc(var(--round-V-space) * -1);
  padding-block: var(--round-V-space);
  display: grid;
}
.analyze .banner {
  --glow-size: 40vw;
  --glow-top: 70%;
  --glow-left: 60vw;
  position: relative;
  padding-block: var(--round-V-space) calc(var(--round-V-space) * 0.75);
  margin-block: var(--round-V-space) 0;
  text-align: center;
}
.analyze .banner h3 {
  color: var(--dark-blue);
  font-size: var(--mediumfontsize);
}
.analyze .banner p {
  font-size: var(--mediumfontsize);
}
.analyze .banner img {
  margin-top: 12vw;
  width: 70vw;
  max-width: 860px;
}
@media (min-width: 960px) {
  .analyze .banner img {
    margin-top: 12vw;
    width: 70vw;
    max-width: 980px;
    background: transparent;
  }
}
.analyze .options {
  margin-inline: calc(var(--page-padding) * -1);
  background: white;
  border-radius: var(--section-brd) var(--section-brd) 0 0;
  margin-bottom: calc(var(--round-V-space) * 1);
  padding-block: calc(var(--round-V-space) * 1) calc(var(--round-V-space) * 2);
  position: relative;
  z-index: 11;
  --numcolor: var(--analyze-color);
}
.analyze .options h2 {
  color: var(--dark-blue);
}
.analyze .options .options-list {
  display: grid;
  color: var(--dark-blue);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  font-size: var(--basefontsize);
}
.analyze .options .options-list h3 {
  color: var(--analyze-color);
  max-width: 20ch;
  text-wrap: balance;
  margin-block: 1.5em 1em;
  font-size: 30px;
  font-size: var(--mediumfontsize);
}
.analyze .options .option-item {
  padding-left: var(--inline-padding);
}
.analyze .process {
  background-color: #1a4a75;
  --numcolor: #4d78a0;
  position: relative;
  z-index: 12;
  border-radius: var(--section-brd) var(--section-brd) 0 0;
  margin-top: calc(var(--round-V-space) * -2);
  padding-block: calc(var(--round-V-space) * 1) calc(var(--round-V-space) * 2);
}
.analyze .process h2 {
  color: #fff;
  font-size: 44px;
}
.analyze .process h2 span {
  font-weight: 700;
  font-size: 0.75em;
}
.analyze .process .processes-list {
  counter-reset: steps 0;
  margin-block: 5rem 9rem;
  margin-left: var(--inline-padding);
  display: grid;
  gap: 4rem calc(var(--inline-padding) * 1.5);
}
@media (min-width: 800px) {
  .analyze .process .processes-list {
    grid-template-columns: repeat(2, minmax(min(100%, 250px), 1fr));
  }
}
@media (min-width: 1240px) {
  .analyze .process .processes-list {
    grid-template-columns: repeat(3, minmax(min(100%, 250px), 1fr));
  }
}
@media (min-width: 1840px) {
  .analyze .process .processes-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
    gap: 4rem calc(var(--inline-padding) * 1);
  }
}
.analyze .process .processes-list .process-item {
  counter-increment: steps;
  border-left: 1px solid #4d78a0;
  padding-left: calc(var(--inline-padding) * 0.5);
  color: #fff;
  font-size: var(--basefontsize);
}
.analyze .process .processes-list .process-item h3:before {
  content: counter(steps, decimal-leading-zero);
  color: #fff;
  font-weight: 300;
  display: block;
  font-size: 43px;
}
.analyze .process .processes-list .process-item h3 {
  color: #05bbdc;
  font-weight: 500;
  margin-top: 0;
  font-size: 30px;
  font-size: 28px;
  margin-bottom: 0.5em;
}
.analyze .process .processes-list .process-item p {
  font-size: var(--basefontsize);
}
.analyze .benefits {
  --numcolor: var(--dark-blue);
  background: #fff;
  border-radius: var(--section-brd) var(--section-brd) 0 0;
  margin-top: calc(var(--round-V-space) * -2);
  padding-top: calc(var(--round-V-space) * 1);
  position: relative;
  z-index: 15;
  margin-bottom: 0;
}
.analyze .benefits .benefits-list {
  display: grid;
  margin-block: 2rem 5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 390px), 1fr));
  gap: 3rem;
  margin-left: var(--inline-padding);
}
.analyze .benefits .benefits-list .benefit {
  display: grid;
  grid-template-areas: "img h4" "img p";
  grid-template-rows: 2.25lh auto;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 0.75rem;
}
.analyze .benefits .benefits-list .benefit img {
  max-width: 74px;
  align-self: start;
  grid-area: img;
  height: auto;
  margin-top: 1rem;
  width: 11vw;
  min-width: 50px;
}
.analyze .benefits .benefits-list .benefit h4 {
  color: var(--analyze-color);
  grid-area: h4;
  font-size: 30px;
  font-size: var(--mediumfontsize);
  align-self: end;
  font-weight: 500;
  margin: 0;
}
.analyze .benefits .benefits-list .benefit p {
  font-size: var(--basefontsize);
  grid-area: p;
  color: var(--dark-blue);
  line-height: 1.15;
}
.analyze .lastsection {
  --glow-size: 50vw;
  --glow-top: 25%;
  --glow-left: 50vw;
  font-size: 44px;
  background: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: calc(var(--round-V-space) * 2);
}
.analyze .lastsection h2 {
  color: var(--dark-blue);
  margin-bottom: 0.75em;
}
.analyze .lastsection .cta-btn {
  margin: 4rem auto 0;
  max-width: fit-content;
}
.analyze .lastsection img {
  width: 85vw;
  max-width: 380px;
  margin: calc(var(--round-V-space) * 1.25) auto 0;
  display: block;
  animation: breathe 4s ease-in-out infinite;
}

.espa-banner {
  display: none !important;
}

a.btn {
  background: var(--basecolor);
  color: #fff;
  border-color: var(--basecolor);
  border-radius: 2rem;
  font-size: var(--basefontsize);
  padding: 0.45rem 1.25rem;
  display: block;
  display: flex;
  align-items: center;
  grid-column: 1/-1;
  justify-self: start;
  padding-right: 8px;
}
a.btn::after {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  margin-left: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  mask: url("/img/btn-arrow.svg") center/40px 40px no-repeat;
  -webkit-mask: url("/img/btn-arrow.svg") center/40px 40px no-repeat;
  animation: arrow-nudge 1.4s ease-in-out infinite;
}
a.btn:hover {
  --basecolor: var(--swis-color);
  color: #fff;
}

.cookie.links a {
  margin-right: 1rem;
}

#contactarea.footer {
  padding-inline: 0;
  margin-inline: calc(var(--page-padding) * -1);
}

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