@font-face {
  font-family: "SF";
  src: url("../../assets/fonts/sf.woff") format("woff");
  src: url("../../assets/fonts/sf.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 153%;
}
@font-face {
  font-family: "SF Pro";
  src: url("../../assets/fonts/sf-pro.woff") format("woff");
  src: url("../../assets/fonts/sf-pro.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 153%;
}
@font-face {
  font-family: "SF UI Text Regular";
  src: url("../../assets/fonts/SFUIText-Regular.woff") format("woff");
  src: url("../../assets/fonts/SFUIText-Regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.45px;
  line-height: 160%;
}
@font-face {
  font-family: "SF UI Text Semibold";
  src: url("../../assets/fonts/SFUIText-Semibold.woff") format("woff");
  src: url("../../assets/fonts/SFUIText-Semibold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: -0.45px;
  line-height: 160%;
}
@font-face {
  font-family: "SF UI Text Bold";
  src: url("../../assets/fonts/SFUIText-Bold.woff") format("woff");
  src: url("../../assets/fonts/SFUIText-Bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 !important;
}
@font-face {
  font-family: "Inter";
  src: url("../../assets/fonts/inter.woff") format("woff");
  src: url("../../assets/fonts/inter.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
@font-face {
  font-family: "Geist";
  src: url("../../assets/fonts/geist-mono-regular.woff") format("woff");
  src: url("../../assets/fonts/geist-mono-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
@font-face {
  font-family: "Louize";
  src: url("../../assets/fonts/louize-louislebras.woff") format("woff");
  src: url("../../assets/fonts/louize-louislebras.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
.louize {
  font-family: "Louize";
  letter-spacing: 0.01em;
}

.geist {
  font-family: "Geist";
  letter-spacing: 0.01em;
}

@font-face {
  font-family: "Junicode Italic";
  src: url("../../assets/fonts/junicode-italic-condensed.woff") format("woff");
  src: url("../../assets/fonts/junicode-italic-condensed.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
.junicode-italic {
  font-family: "Junicode Italic";
}

@font-face {
  font-family: "Junicode";
  src: url("../../assets/fonts/junicode-condensed.woff") format("woff");
  src: url("../../assets/fonts/junicode-condensed.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 !important;
}
.junicode {
  font-family: "Junicode";
}

.inter {
  font-family: "Inter";
  font-weight: 400;
}

.text-color-secondary {
  color: #949191;
  transition: 0.3s ease;
}
.text-color-secondary:hover {
  color: #000000;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.dashed {
  text-underline-offset: 3px;
  text-decoration: underline dotted;
  cursor: text;
}

.turned-arrow {
  display: inline-block;
  transform: rotate(90deg) !important;
}

.semi-turned-arrow {
  display: inline-block;
  transform: rotate(-45deg) !important;
}

a {
  text-decoration: none;
  color: #000000;
}

.grey {
  color: #949191 !important;
}

.grey-hover {
  color: #000000;
  transition: 0.3s ease;
}
.grey-hover:hover {
  color: #949191;
}

.link-hover {
  opacity: 1;
  transition: 0.3s ease;
  line-height: 100%;
  outline: none !important;
}
.link-hover:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
input {
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  line-height: 153%;
}

.xxs-size {
  font-size: 10px;
}

.xs-size {
  font-size: 12px;
}

.s-size {
  font-size: 14px;
}

.m-size {
  font-size: 16px;
}

.mx-size {
  font-size: 17.5px;
}

.l-size {
  font-size: 19px;
}

.ls-size {
  font-size: 21px;
}

.lsx-size {
  font-size: 34px;
}

.lss-size {
  font-size: 42px;
}

.xl-size {
  font-size: 72px;
}

.center {
  text-align: center;
}

@media (max-width: 850px) {
  .s-size {
    font-size: 13px;
  }
}
.title-h1-component {
  width: 100%;
}

.paginationfixed-component {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 100;
  color: #a4a4a4;
  transition: 0.3s ease;
  opacity: 0;
  animation: 2s grewUpPagination 1s ease forwards;
}

@keyframes grewUpPagination {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ctawithicon-component {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px 6px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
}
.ctawithicon-component img {
  height: 15px;
  mix-blend-mode: difference;
}
.ctawithicon-component:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #ffffff;
}

.content-frame-layout-component {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #5d5d5d;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4bfb6;
}

.copyright-author-louis-le-bras {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2000;
  font-size: 12px;
  text-align: center;
}

.copyright-author-louis-le-bras span {
  letter-spacing: 0.01em;
}

.nav-buttons-component {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  gap: 5px;
  z-index: 997;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-btn {
  background: var(--slide-background);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 14px 6px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Geist";
  text-transform: uppercase;
  transition: 0.3s ease;
}

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  background-color: #333;
  color: #fff;
}

.nav-btn:active {
  transition-duration: 0.1s;
  background-color: #333;
  color: #fff;
}

.next-btn {
  background-color: #333;
  color: #fff;
}

.next-btn:hover {
  background: var(--slide-background);
  color: #000;
}

.nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.nav-btn.disabled:hover {
  transform: none;
  box-shadow: none;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features {
  padding: 30px;
  text-align: center;
}

.features h2 {
  font-size: 2rem;
}

.hero-section {
  text-align: center;
  padding: 50px;
}

.hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 2.5rem;
}

.hero-description {
  font-size: 1.2rem;
  color: #666;
}

html,
body {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  color: #000000;
  font-family: "SF";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: 23px 26px;
}

@media (max-width: 850px) {
  body {
    padding: 18px 0px;
  }
}
.only-mobile {
  display: none;
}

@media (max-width: 850px) {
  .no-mobile {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.pointer {
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
menu,
main {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: middle;
}

audio:not([controls]),
[hidden],
template {
  display: none;
  height: 0;
}

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
*:after, *:before {
  box-sizing: inherit;
}

:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}

:root {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

iframe,
img,
svg {
  vertical-align: middle;
}

iframe,
embed,
object {
  max-width: 100%;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  margin: 1em 0;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset,
legend {
  border: 0;
}

legend {
  white-space: normal;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
}

select {
  cursor: pointer;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  vertical-align: baseline;
  font: inherit;
  background: none;
  border-radius: 0;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
input[type=number] {
  width: auto;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

textarea {
  vertical-align: top;
  overflow: auto;
  resize: vertical;
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

menu {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.title-h1-component {
  width: 100%;
}

.paginationfixed-component {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 100;
  color: #a4a4a4;
  transition: 0.3s ease;
  opacity: 0;
  animation: 2s grewUpPagination 1s ease forwards;
}

@keyframes grewUpPagination {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ctawithicon-component {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px 6px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
}
.ctawithicon-component img {
  height: 15px;
  mix-blend-mode: difference;
}
.ctawithicon-component:hover {
  border: 1px solid #333;
  background-color: #333;
  color: #ffffff;
}

.content-frame-layout-component {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #5d5d5d;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4bfb6;
}

.copyright-author-louis-le-bras {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2000;
  font-size: 12px;
  text-align: center;
}

.copyright-author-louis-le-bras span {
  letter-spacing: 0.01em;
}

.nav-buttons-component {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  gap: 5px;
  z-index: 997;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav-btn {
  background: var(--slide-background);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 14px 6px;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Geist";
  text-transform: uppercase;
  transition: 0.3s ease;
}

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  background-color: #333;
  color: #fff;
}

.nav-btn:active {
  transition-duration: 0.1s;
  background-color: #333;
  color: #fff;
}

.next-btn {
  background-color: #333;
  color: #fff;
}

.next-btn:hover {
  background: var(--slide-background);
  color: #000;
}

.nav-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.nav-btn.disabled:hover {
  transform: none;
  box-shadow: none;
}
