:root {
  --theme-color: #0a5152;
  --white: #fff;
  --theme-light: #edf8f1;
  --button-bg: #98edca;
}
html,
body {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}

body {
  color: var(--theme-color);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--theme-light);
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

img {
  border: none;
  margin: 0px;
  max-width: 100%;
}

h1 {
  color: var(--theme-color);
  text-align: center;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 53.02px;
  font-style: normal;
  font-weight: 400;
  line-height: 58.322px;
  letter-spacing: -2.121px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
}

h3,
h4,
h5,
h6 {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

form,
input,
select,
textarea,
p,
button,
select {
  margin: 0px;
  padding: 0;
  font-family: "Schibsted Grotesk", sans-serif;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}
* {
  box-sizing: border-box;
}
figure,
picture,
video {
  display: flex;
  padding: 0;
  margin: 0;
}
a {
  color: var(--theme-color);
  text-decoration: none;
}
body {
  background-image: url(../images/bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page-center {
  max-width: 1920px;
  width: 100%;
  padding: 0 90px;
  margin: 0 auto;
}
header .page-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
header {
  padding: 56px 0;
}
.logo {
  display: flex;
  max-width: 247px;
  width: 100%;
}
.logo img {
  object-fit: contain;
}
.btn-light {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--button-bg);
  border: 2px solid var(--theme-color);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  padding: 20px;
  width: 249px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-light:hover {
  background-color: var(--theme-color);
  color: var(--white);
}
.thumbprint-main .page-center {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
}
.thumbprint-main {
  padding: 22px 0 100px;
}
.thumbprint-left {
  max-width: 429px;
  width: 100%;
  background-color: #fff;
  border-radius: 29.732px;
  backdrop-filter: blur(7.432991981506348px);
  transform: rotate(-6.322deg);
  padding: 14.5px 15.39px;
}
video {
  width: 100%;
  height: 343px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15px;
}
.progress-flex {
  display: flex;
  gap: 13px;
}
.progress-flex span {
  border-radius: 49.553px;
  background: linear-gradient(270deg, #98edca 0%, #b1d400 100%);
  width: 94px;
  flex-grow: 1;
  height: 39px;
  color: var(--theme-color);
  font-size: 11.893px;
  font-weight: 400;
  line-height: 13.082px;
}
.progress-flex span:nth-child(2) {
  border-radius: 49.553px;
  background: linear-gradient(90deg, #19ffff 0%, #29afb3 100%);
  width: 197px;
  flex-grow: 1;
}
.progress-flex span:nth-child(3) {
  border-radius: 49.553px;
  background: linear-gradient(270deg, #f58852 0%, #ffcf7b 100%);
  width: 68px;
  flex-grow: 1;
}
.progress-gradient {
  border-radius: 49.553px;
  background: var(--theme-light);
  padding: 5.6px;
}
.progress-flex.progress-text {
  padding: 11px 10px;
  margin-bottom: 25px;
}
.progress-flex.progress-text span {
  height: auto;
  background: transparent;
  padding-left: 10px;
}
h5 {
  color: var(--theme-color);
  font-size: 14.866px;
  font-weight: 700;
  line-height: 16.353px;
  letter-spacing: -0.595px;
  padding-bottom: 20px;
}
.progress-light {
  padding: 0 20px;
}
.bar {
  width: 100%;
  height: 8.307px;
  background: var(--theme-light);
  margin-bottom: 4px;
  border-radius: 49.553px;
}
.bar-half {
  width: 50%;
}
.progress-light {
  position: relative;
}
.progress-light > img {
  position: absolute;
  width: 210.25px;
  object-fit: contain;
  right: -42px;
  top: 8px;
}
.thumbprint-content {
  max-width: 533px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.thumbprint-content h1 {
  color: var(--theme-color);
  text-align: center;
  font-size: 53.02px;
  font-weight: 400;
  line-height: 58.322px;
  letter-spacing: -2.121px;
  width: 100%;
  margin: 0 auto;
  max-width: 511px;
  width: 100%;
  padding-bottom: 60px;
}
.thumbprint-content h1 span {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -1.8px;
  padding: 12px 33px;
  border-radius: 443.26px;
  display: inline-flex;
  margin: 6px 0;
  width: fit-content;
}
.thumbprint-content h1 span.green {
  color: var(--theme-light);
  background-color: var(--theme-color);
}
.thumbprint-content h1 span.yellow {
  background-color: #b1d400;
}
.thumbprint-content h1 span.orange {
  background-color: #ffcf7b;
}
.thumbprint-content h1 span.orange.arrow {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.thumbprint-content h1 span.orange.arrow::after {
  content: "";
  position: absolute;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  width: 97.245px;
  height: 100%;
  right: -119px;
  bottom: -23px;
}
.thumbprint-content h4 {
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
}
.thumbprint-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 60px;
}
.btn-theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background-color: var(--theme-color);
  color: #dbefe2;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  border-radius: 25px;
  padding: 20px;
  width: 273px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
  min-width: fit-content;
  white-space: nowrap;
}
.btn-theme span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn-theme > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-theme:hover > img {
  transform: translateX(8px);
}
.btn-theme span img {
  width: 24px;
  height: 23px;
  object-fit: contain;
}
.thumbprint-right {
  max-width: 515px;
  width: 100%;
  position: relative;
  transform: rotate(9.595deg);
  display: flex;
  justify-content: flex-end;
}
.thumbprint-right > img {
  position: absolute;
  right: -25px;
}
.thumbprint-box {
  max-width: 426px;
  width: 100%;
  border-radius: 27.719px;
  background: var(--white);
  backdrop-filter: blur(6.929835319519043px);
  padding: 14.5px 15.39px 24px;
}
.user-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.user-row img {
  border-radius: 50%;
  object-fit: cover;
  width: 42.563px;
  height: 42.563px;
}
.user-area {
  display: flex;
  gap: 20px;
}
.wave {
  position: relative;
  flex-grow: 1;
  max-width: 236px;
  width: 100%;
}
.wave img {
  object-fit: contain;
  position: absolute;
  height: 100px;
  right: -46px;
  top: -45px;
}
@media only screen and (max-width: 1920px) and (min-width: 1024px) {
  .page-center {
    max-width: 100vw;
    padding: 0 4.6875vw;
  }

  header {
    padding: 2.916667vw 0;
  }

  .thumbprint-main .page-center {
    gap: 5.208333vw;
  }

  .thumbprint-main {
    padding: 1.145833vw 0 5.208333vw;
  }

  .thumbprint-left {
    max-width: 22.34375vw;
  }

  video {
    height: 17.864583vw;
  }

  .progress-flex span {
    border-radius: 2.580885vw;
    width: 4.895833vw;
    height: 2.03125vw;
  }

  .progress-flex span:nth-child(2) {
    width: 10.260417vw;
  }

  .progress-flex span:nth-child(3) {
    border-radius: 2.580885vw;
    width: 3.541667vw;
  }

  .progress-gradient {
    border-radius: 2.580885vw;
  }

  .progress-flex.progress-text {
    margin-bottom: 1.302083vw;
  }

  .bar {
    border-radius: 2.580885vw;
  }

  .progress-light > img {
    width: 10.951823vw;
    right: -3vw;
    top: 0.416667vw;
  }

  .thumbprint-content {
    max-width: 27.760417vw;
  }

  .thumbprint-content h1 {
    font-size: 2.760417vw;
    line-height: 3.037604vw;
    max-width: 26.614583vw;
    padding-bottom: 3.125vw;
  }

  .thumbprint-content h1 span {
    font-size: 2.34375vw;
    border-radius: 23.065625vw;
  }

  .thumbprint-content h1 span.orange.arrow::after {
    width: 5.065885vw;
    right: -6.197917vw;
    bottom: -1.197917vw;
  }

  .thumbprint-content h4 {
    font-size: 1.302083vw;
  }

  .thumbprint-content p {
    padding-bottom: 3.125vw;
  }

  .btn-theme {
    width: 14.21875vw;
  }

  .btn-theme > img {
    width: 2.083333vw;
    height: 2.083333vw;
  }

  .btn-theme span img {
    width: 1.25vw;
    height: 1.197917vw;
    object-fit: contain;
  }

  .thumbprint-right {
    max-width: 26.822917vw;
  }

  .thumbprint-right > img {
    right: -1.302083vw;
  }

  .thumbprint-box {
    max-width: 22.1875vw;
    border-radius: 1.443698vw;
  }

  .user-row img {
    width: 2.216823vw;
    height: 2.216823vw;
  }

  .wave {
    max-width: 12.291667vw;
  }

  .wave img {
    height: 5.208333vw;
    right: -2.395833vw;
    top: -2.34375vw;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    background: var(--theme-light);
  }
  header {
    background-color: var(--theme-color);
  }
  .thumbprint-main .page-center {
    display: flex;
    flex-direction: column;
  }
  .thumbprint-main {
    display: none !important;
  }
  .mobile-thumbprint {
    display: block !important;
  }
  .thumbprint-right {
    max-width: 100%;
    transform: inherit;
  }
  header {
    padding: 50px 20px 37px;
  }
  .logo {
    max-width: 192px;
    margin: 0 auto;
  }
  .page-center {
    max-width: 100%;
    padding: 0;
  }
  header .btn-light {
    display: none;
  }

  .thumbprint-content h1 {
    color: #dbefe2;
    text-align: center;
    font-size: 37.188px;
    line-height: 40.906px;
    letter-spacing: -1.488px;
    max-width: 336px;
    padding-bottom: 18%;
  }
  .thumbprint-content h1 span {
    font-size: 31.562px;
    line-height: 34.719px;
    letter-spacing: -1.262px;
    padding: 12px 23px;
  }
  .mobile-top {
    padding: 0 20px;
    background: url(../images/mobile-bg.svg) no-repeat;
    background-size: 100%;
    background-position: center bottom -2px;
    background-color: var(--theme-color);
  }
  .mobile-bottom {
    padding: 15px 34px 40px;
    position: relative;
  }
  .thumbprint-content h1 span.orange.arrow::after {
    width: 113px;
    background: url(../images/arrow-mobile.svg) no-repeat;
    background-size: contain;
    height: 80px;
    bottom: -40px;
  }
  .thumbprint-content h1 span.orange.arrow {
    margin: initial;
  }
  .thumbprint-content h1 span {
    color: var(--theme-color);
  }
  .thumbprint-content h1 span.green {
    background-color: var(--theme-light);
    color: var(--theme-color);
  }
  .thumbprint-content h4 {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: normal;
  }
  video {
    max-width: 331px;
    margin: 0 auto;
    height: 242px;
    margin-bottom: 25px;
  }
  .btn-theme {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 20px;
  }
  .mobile-bottom > img {
    position: absolute;
    left: -54%;
    z-index: -1;
    bottom: -15%;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-bottom > img {
    left: -64%;
  }
  header {
    padding: 30px 20px 25px;
  }
  .thumbprint-content h4 {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: normal;
  }
  video{
    height: 200px;
  }
  .thumbprint-content h1{
    font-size: 26.188px;
    line-height: 27.906px;
    max-width: 231px; 
    padding-bottom: 15%;
  }
  .thumbprint-content h1 span{
    font-size: 22.562px;
    line-height: 26.719px;
    letter-spacing: -1.262px;
    padding: 7px 18px;
    margin: 3px 0;
  }
    .thumbprint-content h1 span.orange.arrow::after {
    height: 55px;
    bottom: -28px;
  }
}
