:root {
  --padding: 10rem 0;
  --padding-md: 15rem 0;
  --padding-lg: 20rem 0;
  --padding-xl: 25rem 0;
}
@media only screen and (max-width: 1024px) {
  :root {
    --padding: 8rem 0;
    --padding-md: 12.5rem 0;
    --padding-lg: 15rem 0;
    --padding-xl: 20rem 0;
  }
}
.banner .container .banner-challange,
.banner .container .banner-challange .banner-list,
.access .container .access-form-wrapper form,
.navbar,
.footer .container .footer-panel,
.footer .container .footer-panel .footer-logo img,
.footer .container .footer-panel .footer-content .footer-list,
.footer .container .footer-bar,
.page-wrapper,
.container,
figure img {
  width: 100%;
  height: auto;
}
.banner .container .banner-figure-container,
.hamb-menu,
.link-bg:after,
section .bg,
section .bg img,
section .bg video,
section.overlay-20 .bg:before,
section.overlay-21 .bg:before,
section.overlay-22 .bg:before,
section.overlay-23 .bg:before,
section.overlay-24 .bg:before,
section.overlay-25 .bg:before,
section.overlay-26 .bg:before,
section.overlay-27 .bg:before,
section.overlay-28 .bg:before,
section.overlay-29 .bg:before,
section.overlay-30 .bg:before,
section.overlay-31 .bg:before,
section.overlay-32 .bg:before,
section.overlay-33 .bg:before,
section.overlay-34 .bg:before,
section.overlay-35 .bg:before,
section.overlay-36 .bg:before,
section.overlay-37 .bg:before,
section.overlay-38 .bg:before,
section.overlay-39 .bg:before,
section.overlay-40 .bg:before,
section.overlay-41 .bg:before,
section.overlay-42 .bg:before,
section.overlay-43 .bg:before,
section.overlay-44 .bg:before,
section.overlay-45 .bg:before,
section.overlay-46 .bg:before,
section.overlay-47 .bg:before,
section.overlay-48 .bg:before,
section.overlay-49 .bg:before,
section.overlay-50 .bg:before,
section.overlay-51 .bg:before,
section.overlay-52 .bg:before,
section.overlay-53 .bg:before,
section.overlay-54 .bg:before,
section.overlay-55 .bg:before,
section.overlay-56 .bg:before,
section.overlay-57 .bg:before,
section.overlay-58 .bg:before,
section.overlay-59 .bg:before,
section.overlay-60 .bg:before,
section.overlay-61 .bg:before,
section.overlay-62 .bg:before,
section.overlay-63 .bg:before,
section.overlay-64 .bg:before,
section.overlay-65 .bg:before,
section.overlay-66 .bg:before,
section.overlay-67 .bg:before,
section.overlay-68 .bg:before,
section.overlay-69 .bg:before,
section.overlay-70 .bg:before,
section.overlay-71 .bg:before,
section.overlay-72 .bg:before,
section.overlay-73 .bg:before,
section.overlay-74 .bg:before,
section.overlay-75 .bg:before,
section.overlay-76 .bg:before,
section.overlay-77 .bg:before,
section.overlay-78 .bg:before,
section.overlay-79 .bg:before,
section.overlay-80 .bg:before {
  width: 100%;
  height: 100%;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
  -webkit-touch-callout: none;
  font-family:
    Helvetica Now Display,
    cursive;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a {
  color: inherit;
  outline: none;
  pointer-events: auto;
  text-decoration: none;
}
button {
  background: none;
  border: none;
  border-radius: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}
video,
img {
  vertical-align: middle;
  object-fit: cover;
  object-position: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  pointer-events: auto;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
}
html {
  box-sizing: border-box;
  overscroll-behavior: none;
  font-size: 0.5208333333vw !important;
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw !important;
  }
}
@media only screen and (max-width: 482px) {
  html {
    font-size: 2.0746887967vw !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  font-optical-sizing: auto;
  overscroll-behavior: none;
  font-weight: 400;
  width: 100%;
  min-height: 100vh;
  background: #f4f4f4;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Avenir, sans-serif;
}
[data-animation="reveal"] {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation="reveal"] * {
  transform: scale(0.5);
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
[data-animation="reveal"].reveal {
  opacity: 1 !important;
}
[data-animation="reveal"].reveal * {
  transform: scale(1);
}
[data-animation="text"] {
  opacity: 0;
}
[data-animation="text"].reveal {
  opacity: 1 !important;
}
@font-face {
  font-family: Avenir;
  src: url(https://clarityrfid.com/wp-content/themes/hello-elementor-child/fonts/Avenir-Black.woff2)
    format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Avenir;
  src: url(https://clarityrfid.com/wp-content/themes/hello-elementor-child/fonts/Avenir-Heavy.woff2)
    format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Now Display;
  src: url(https://clarityrfid.com/wp-content/themes/hello-elementor-child/fonts/Helvetica-Regular.woff2)
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Helvetica Now Display;
  src: url(https://clarityrfid.com/wp-content/themes/hello-elementor-child/fonts/Helvetica-Bold.woff2)
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
::-webkit-scrollbar {
  display: none;
}
.page-wrapper {
  overflow: hidden;
}
.container {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  z-index: 3;
  overflow: hidden;
}
figure {
  position: relative;
  overflow: hidden;
}
section {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
section.overlay-20 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0003;
  z-index: 1;
}
section.overlay-21 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000036;
  z-index: 1;
}
section.overlay-22 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000038;
  z-index: 1;
}
section.overlay-23 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000003b;
  z-index: 1;
}
section.overlay-24 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000003d;
  z-index: 1;
}
section.overlay-25 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000040;
  z-index: 1;
}
section.overlay-26 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000042;
  z-index: 1;
}
section.overlay-27 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000045;
  z-index: 1;
}
section.overlay-28 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000047;
  z-index: 1;
}
section.overlay-29 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004a;
  z-index: 1;
}
section.overlay-30 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004d;
  z-index: 1;
}
section.overlay-31 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000004f;
  z-index: 1;
}
section.overlay-32 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000052;
  z-index: 1;
}
section.overlay-33 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000054;
  z-index: 1;
}
section.overlay-34 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000057;
  z-index: 1;
}
section.overlay-35 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000059;
  z-index: 1;
}
section.overlay-36 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000005c;
  z-index: 1;
}
section.overlay-37 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000005e;
  z-index: 1;
}
section.overlay-38 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000061;
  z-index: 1;
}
section.overlay-39 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000063;
  z-index: 1;
}
section.overlay-40 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0006;
  z-index: 1;
}
section.overlay-41 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000069;
  z-index: 1;
}
section.overlay-42 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000006b;
  z-index: 1;
}
section.overlay-43 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000006e;
  z-index: 1;
}
section.overlay-44 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000070;
  z-index: 1;
}
section.overlay-45 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000073;
  z-index: 1;
}
section.overlay-46 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000075;
  z-index: 1;
}
section.overlay-47 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000078;
  z-index: 1;
}
section.overlay-48 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000007a;
  z-index: 1;
}
section.overlay-49 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000007d;
  z-index: 1;
}
section.overlay-50 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000080;
  z-index: 1;
}
section.overlay-51 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000082;
  z-index: 1;
}
section.overlay-52 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000085;
  z-index: 1;
}
section.overlay-53 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000087;
  z-index: 1;
}
section.overlay-54 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000008a;
  z-index: 1;
}
section.overlay-55 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000008c;
  z-index: 1;
}
section.overlay-56 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000008f;
  z-index: 1;
}
section.overlay-57 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000091;
  z-index: 1;
}
section.overlay-58 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000094;
  z-index: 1;
}
section.overlay-59 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000096;
  z-index: 1;
}
section.overlay-60 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0009;
  z-index: 1;
}
section.overlay-61 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000009c;
  z-index: 1;
}
section.overlay-62 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000009e;
  z-index: 1;
}
section.overlay-63 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a1;
  z-index: 1;
}
section.overlay-64 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a3;
  z-index: 1;
}
section.overlay-65 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a6;
  z-index: 1;
}
section.overlay-66 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000a8;
  z-index: 1;
}
section.overlay-67 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ab;
  z-index: 1;
}
section.overlay-68 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ad;
  z-index: 1;
}
section.overlay-69 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b0;
  z-index: 1;
}
section.overlay-70 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b3;
  z-index: 1;
}
section.overlay-71 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b5;
  z-index: 1;
}
section.overlay-72 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b8;
  z-index: 1;
}
section.overlay-73 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000ba;
  z-index: 1;
}
section.overlay-74 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000bd;
  z-index: 1;
}
section.overlay-75 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000bf;
  z-index: 1;
}
section.overlay-76 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c2;
  z-index: 1;
}
section.overlay-77 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c4;
  z-index: 1;
}
section.overlay-78 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c7;
  z-index: 1;
}
section.overlay-79 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000c9;
  z-index: 1;
}
section.overlay-80 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000c;
  z-index: 1;
}
.link-bg,
.link {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
  position: relative;
}
.link-normal {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}
.link-bg {
  padding: 1.25rem 3rem;
  border-radius: 5rem;
  background: #0f2ee8;
  color: #fff;
}
.link-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #0f2ee8;
  border-radius: 5rem;
  transition: all 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.link-bg:hover,
.link-bg.light {
  background: #fff;
  color: #0f2ee8;
}
.link-bg.light:after {
  border: 1px solid #ffffff;
}
.link-bg.light:hover {
  background: transparent;
  color: #fff;
}
* span {
  display: inline-block;
}
h1 {
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
h2 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
h6 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25;
}
input:not([type="submit"], [type="reset"], [type="button"]),
label,
p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
li,
.paragraph-sm {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.theme {
  color: #0f2ee8;
}
.tag {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: Avenir, sans-serif;
  color: #8b96ee;
  letter-spacing: 0.1rem;
}
ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  list-style: disc;
  padding-left: 2rem;
}
@media only screen and (max-width: 482px) {
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4rem;
  }
}
input[type="radio"] {
  width: 3.25rem;
  height: 3.25rem;
  position: relative;
  border: 1px solid #6ce26e;
  border-radius: 50%;
}
input[type="radio"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #6ce26e;
  transition: transform 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
input[type="radio"]:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
input:not(
  [type="radio"],
  [type="checkbox"],
  [type="submit"],
  [type="reset"],
  [type="button"]
) {
  border: 1px solid currentColor;
  border-radius: 5rem;
  padding: 1rem 2.5rem;
  color: currentColor;
}
input:not(
    [type="radio"],
    [type="checkbox"],
    [type="submit"],
    [type="reset"],
    [type="button"]
  )::placeholder {
  color: currentColor;
}
input[type="submit"] {
  width: max-content;
  margin-top: 2.5rem;
  border: 1px solid currentColor;
}
input[type="submit"]:hover {
  border-color: currentColor;
}
.footer {
  background: #0f2ee8;
  color: #fff;
}
.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10rem;
  padding-top: 12.5rem;
}
.footer .container .footer-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.footer .container .footer-panel .footer-logo {
  flex: 0 0 35%;
  max-width: 35%;
  width: 100%;
  height: auto;
}
.footer .container .footer-panel .footer-content {
  flex: 0 0 55%;
  max-width: 55%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
  padding-top: 2.5rem;
}
.footer .container .footer-panel .footer-content .footer-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.footer .container .footer-panel .footer-content .footer-list .footer-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer .container .footer-panel .footer-content .footer-list .footer-box .tag {
  color: #fff;
  letter-spacing: 0;
}
.footer .container .footer-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid currentColor;
  color: #8b96ee;
  padding: 2.5rem 0 5rem;
}
@media only screen and (max-width: 482px) {
  .footer .container .footer-panel {
    gap: 5rem;
  }
  .footer .container .footer-panel .footer-logo,
  .footer .container .footer-panel .footer-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .footer .container .footer-panel .footer-logo {
    transform: scale(1.1);
  }
  .footer .container .footer-panel .footer-content .footer-list {
    grid-template-columns: 1fr;
  }
  .footer .container .footer-bar p {
    font-size: 1.3rem;
  }
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.navbar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 5rem 0;
}
.navbar .container .logo .image {
  width: 20rem;
}
.navbar .container .navbar-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.navbar .container .navbar-links .link {
  padding: 1.25rem 3rem;
}
.navbar .container .navbar-links .link-bg {
  margin-left: 2.5rem;
}
.navbar .container .navbar-links .link-bg.light:hover {
  color: #0f2ee8;
}
.navbar .container .navbar-links .link-bg.light:hover:after {
  border-color: #0f2ee8;
}
.navbar .container .hamb-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  width: 3.5rem;
  height: 3rem;
  pointer-events: all;
  position: relative;
  z-index: 5;
  cursor: pointer;
  display: none;
}
.navbar .container .hamb-btn .divider {
  width: 100%;
  height: 0.2rem;
  background: currentColor;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .container .hamb-btn.active .divider {
  transform: rotate(45deg) translate(0.5rem, 0.85rem);
}
.navbar .container .hamb-btn.active .divider:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.navbar .container .hamb-btn.active .divider:nth-child(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.85rem);
}
@media only screen and (max-width: 1024px) {
  .navbar .container .logo .image {
    width: 25rem;
  }
  .navbar .container .navbar-links {
    display: none;
  }
  .navbar .container .hamb-btn {
    display: flex;
  }
}
.hamb-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.6s cubic-bezier(0.3, 1, 0.3, 1);
  transform: translate(100%);
}
.hamb-menu .hamb-menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 15rem 5%;
}
.hamb-menu .hamb-menu-inner .hamb-link {
  width: 100%;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
  border-bottom: 1px solid currentColor;
  padding: 2.5rem 0;
}
.hamb-menu .hamb-menu-inner .hamb-link-bg {
  width: 100%;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  padding: 1.25rem 3rem;
  background: #0f2ee8;
  color: #fff;
  border-radius: 5rem;
  text-align: center;
  margin-top: 2.5rem;
}
.hamb-menu.active {
  transform: translate(0);
  opacity: 1 !important;
}
.details .container .details-content,
.access .container .access-content,
.intro .container .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.details .container .details-content a,
.access .container .access-content a,
.intro .container .intro-content a {
  margin-top: 1.5rem;
}
.details .container .details-content p,
.access .container .access-content p,
.intro .container .intro-content p {
  max-width: 80%;
}
@media only screen and (max-width: 482px) {
  .details .container .details-content p,
  .access .container .access-content p,
  .intro .container .intro-content p {
    max-width: 100% !important;
  }
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15rem;
  padding: 25rem 0 10rem;
}
.banner .container .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  text-align: center;
}
.banner .container .banner-content p {
  max-width: 65%;
}
.banner .container .banner-challange {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7.5rem;
}
.banner .container .banner-challange .banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.banner .container .banner-challange .banner-list .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem;
  padding: 4rem 3rem;
  border-radius: 1rem;
  background: #fff;
  counter-increment: box;
  position: relative;
}
.banner .container .banner-challange .banner-list .banner-box .box-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.banner
  .container
  .banner-challange
  .banner-list
  .banner-box
  .box-options
  label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.banner .container .banner-challange .banner-list .banner-box:after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  content: counter(box);
  position: absolute;
  top: -1.5rem;
  left: 2.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.6rem;
  border-radius: 50%;
  background: #0f2ee8;
  color: #fff;
}
.banner .container .banner-figure-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.banner .container .banner-figure-container .banner-figure {
  position: absolute;
}
.banner .container .banner-figure-container .banner-figure:first-child {
  top: 20rem;
  left: 5rem;
  width: 27.5rem;
}
.banner .container .banner-figure-container .banner-figure:last-child {
  top: 27rem;
  right: 0;
  width: 45rem;
}
.intro .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  padding: var(--padding-lg);
  color: #fff;
}
.intro .container .intro-content {
  max-width: 45%;
}
.intro .container .intro-content .tag {
  color: #fff;
}
.intro .container .intro-content p {
  max-width: 80%;
}
.intro.lg .container {
  padding: var(--padding-xl);
}
.access {
  background: #0f2ee8;
}
.access .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem;
  padding: var(--padding-lg);
  color: #fff;
}
.access .container .access-content p {
  max-width: 70%;
}
.access .container .access-form-wrapper form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
  .access .container .access-form-wrapper span,
.access .container .access-form-wrapper span input {
	width: 100%;
}

.insight .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  padding: var(--padding-md);
}
.insight .container .insight-header {
  flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.insight .container .insight-panel {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.insight .container .insight-panel .insight-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
.insight .container .insight-panel .insight-card img {
  width: 100%;
  height: 25rem;
  border-radius: 1rem;
}
.insight .container .insight-panel .insight-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 4rem 3rem;
}
.details {
  background: #fff;
}
.details .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5rem;
  padding: var(--padding);
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .banner .container {
    padding: 15rem 0 10rem;
  }
  .banner .container .banner-content {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    gap: 2rem;
  }
  .banner .container .banner-figure-container .banner-figure:first-child {
    display: none;
  }
  .banner .container .banner-figure-container .banner-figure:last-child {
    width: 30rem;
    top: 35rem;
  }
  .banner .container .banner-challange .banner-list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .intro .container .intro-content {
    max-width: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .access .container {
    grid-template-columns: 1fr;
    gap: 7.5rem;
  }
  .access .container .access-content {
    align-items: center;
    text-align: center;
  }
  .access .container .access-form-wrapper form {
    grid-template-columns: 1fr;
  }
  .access .container .access-form-wrapper form input[type="submit"] {
    margin: 2.5rem auto 0;
  }
  .insight .container {
    gap: 7.5rem;
  }
  .insight .container .insight-header,
  .insight .container .insight-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 482px) {
  .banner .container .banner-content *,
  .banner .container .banner-content p {
    max-width: 100%;
  }
  .banner .container .banner-figure-container .banner-figure:last-child {
    width: 20rem;
    top: 40rem;
  }
  .banner .container .banner-challange {
    align-items: flex-start;
    gap: 2.5rem;
  }
  .banner .container .banner-challange .banner-list .banner-box {
    gap: 3rem;
  }
  .access .container {
    padding: 10rem 0;
  }
  .insight {
    background: #fff;
  }
  .insight .container .insight-panel {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .insight .container .insight-panel .insight-card .card-content {
    padding: 0;
    padding-top: 5rem;
  }
  .details {
    background: transparent;
  }
  .details .container {
    grid-template-columns: 1fr;
  }
  .details .container .details-figure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .details .container .details-figure img {
    max-width: 80%;
  }
  .intro.lg .container {
    padding: 12.5rem 0;
  }
}
