@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #121212;
  color: #ffffff;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.u-o-header.is-open .u-o-header-background {
  left: 0;
}
.u-o-header-button-wrapper {
  margin-left: auto;
}
.u-o-header-icon {
  display: none;
}

.u-o-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-o-navigation-list.is-open {
  right: 0;
}
.u-o-header-icon-menu {
  display: block;
}

.u-o-header-icon-button.is-open .u-o-header-icon-menu {
  display: none;
}

.u-o-header-icon-button.is-open .u-o-header-icon-close {
  display: block;
}

.u-o-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
  background: #1e1e1e;
}

.u-o-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #1e1e1e;
}
.u-o-header.is-open .u-o-header-background {
  left: 0;
}
.u-o-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-o-header-icon-menu {
  display: block;
}

.u-o-header-icon-button.is-open .u-o-header-icon-menu {
  display: none;
}

.u-o-header-icon-button.is-open .u-o-header-icon-close {
  display: block;
}

.u-o-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 16px;

  position: relative;
}

.u-o-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 120px 0;
  gap: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/Focused\ Individual\ at\ Computer\ 2.png");
}

.u-o-navigation-list.is-open {
  right: 0;
}

.u-o-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffffcc;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.u-o-navigation-link:hover,
.u-o-navigation-link:focus {
  color: #ccf281;
}

.u-o-header.is-open {
  background-color: transparent;
}

.u-o-navigation-img {
  display: none;
}

@media screen and (min-width: 1192px) {
  .u-o-navigation-img {
    display: flex;
    margin-right: 200px;
  }

  .u-o-header-icon-title {
    display: none;
  }
  .u-o-header-button-wrapper {
    display: none;
  }
  .u-o-header {
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #1e1e1e;
  }

  .u-o-header-background {
  }
  .u-o-header-icon-button {
    display: none;
  }
  .u-o-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-o-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 32px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .u-o-navigation-link {
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-o-navigation-item-desk {
    display: none;
  }
}
.u-o-home {
  width: 375px;
  height: 822px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero_section.png");
  margin: auto;
}
.u-o-home-container {
  width: 375px;
  padding: 90px 0 0 16px;
  margin: auto;
}

.u-o-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.u-o-home-title {
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.u-o-home-text {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 24px;
  width: 343px;
}

.u-o-home-link {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  color: #131313;
  text-decoration: none;
  text-align: center;
  background: #ccf281;

  width: 343px;
  padding: 16px 0;
  display: block;
  margin-top: 32px;
  transition: all 0.3s ease-in-out;

  border-radius: 1000px;
}
.u-o-home-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: right;
  padding: 340px 16px 0 0;
}
.u-o-home-link:hover {
  background: #abe636;
}

@media screen and (min-width: 1192px) {
  .u-o-home {
    width: 1440px;
    height: 900px;
    background-image: url("/img/hero_section\ \(1\).png");
  }
  .u-o-home-container {
    width: 1440px;
    padding: 192px 88px 0px;
  }
  .u-o-home-container-top {
    display: flex;
    flex-direction: column;
  }
  .u-o-home-title {
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 54px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 724px;
  }

  .u-o-home-text {
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;

    padding-top: 24px;
    width: 440px;
  }

  .u-o-home-link {
    width: 200px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .u-o-home-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Italic;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    padding: 178px 0px 0 0;
    width: 447px;
    margin-left: auto;
  }
}

.u-o-about-container {
  width: 375px;

  padding: 60px 16px;
  margin: auto;
}
.u-o-about-title-div {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.u-o-about-title {
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.u-o-about-title-text {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  color: #ccf281;
}
.u-o-about-div {
  background: #dee1ce;
  margin-top: 40px;
  border-radius: 12px;
  padding: 32px;
  color: #121212;
}
.u-o-about-q {
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.u-o-about-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 24px;
  align-items: center;
}
.u-o-about-item {
  background: #ccf281;
  width: fit-content;
  border-radius: 8px;
  padding: 10px;
  border-width: 1px;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.u-o-about-divs {
  background: #5555ae;
  border-radius: 12px;
  padding: 32px;
  margin-top: 40px;
}
.u-o-about-lists {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.u-o-about-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff33;
  border: 1px solid #ffffffb2;
  gap: 10px;
  padding-top: 16px;
  padding-right: 10px;
  padding-bottom: 28px;
  padding-left: 10px;
  border-radius: 8px;
  border-width: 1px;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.u-o-about-text-bolds {
  font-family: Space Mono;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  padding-top: 60px;
}
.u-o-about-divsq {
  color: #121212;
  background: #d3bce5;
  border-radius: 12px;
  padding: 32px;
  margin-top: 40px;
}
.u-o-about-qq {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 32px 150px 0px 0;
}
.u-o-about-l {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.u-o-about-i {
  display: flex;
  align-items: center;
  border: 1px solid #ffffffb2;
  background: #ffffff4d;
  gap: 8px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  border-radius: 50px;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
@media screen and (min-width: 1192px) {
  .u-o-about-container {
    width: 1440px;
    padding: 100px 88px;
  }

  .u-o-about-title {
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 64px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .u-o-about-title-text {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .u-o-about-div {
    margin-top: 60px;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    width: 940px;
  }
  .u-o-about-q {
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .u-o-about-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
    gap: 34px;
    row-gap: 24px;
    align-items: center;
    width: 657px;
  }
  .u-o-about-item {
    border-radius: 8px;
    padding: 10px;
    border-width: 1px;
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .u-o-about-divs {
    background: #5555ae;
    border-radius: 12px;
    padding: 32px;
    margin-top: 40px;
    margin-left: auto;
    width: 940px;
    display: flex;
    justify-content: space-between;
  }
  .u-o-about-lists {
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .u-o-about-items {
    width: 217.66665649414062px;
    height: 122px;
    gap: 10px;
    padding-top: 16px;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-left: 10px;
    border-radius: 8px;
    border-width: 1px;
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-o-about-divsq {
    color: #121212;
    background: #d3bce5;
    border-radius: 12px;
    padding: 32px;
    width: 940px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .u-o-about-qq {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 0px 24px 0 0;
  }
  .u-o-about-divsqw {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 636px;
  }
  .u-o-about-l {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
  }
  .u-o-about-i {
    display: flex;
    align-items: center;
    border: 1px solid #ffffffb2;
    background: #ffffff4d;
    gap: 8px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-radius: 50px;
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.u-o-why {
  background: #1a191a;
}
.u-o-why-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.u-o-why-list {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.u-o-why-item {
  display: flex;
  align-items: start;
  gap: 20px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.u-o-why-lists {
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  gap: 24px;
  padding-top: 60px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.comment {
  color: #8b8b8b;
  display: flex;
}
.pink {
  color: #df3079;
}
.red {
  color: #cf2937;
}
.green {
  color: #00a67d;
}
.cyan {
  color: #d4d4d4;
}
.white {
  color: #d4d4d4;
}

@media screen and (min-width: 1192px) {
  .u-o-why-container {
    width: 1440px;
    padding: 100px 88px;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .u-o-why-list {
    width: 612px;
  }
  .u-o-why-item {
    display: flex;
    gap: 12px;
    align-items: center;
    align-items: start;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .u-o-why-lists {
    width: 616px;
    padding-top: 60px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.u-o-uniqueness {
  width: 375px;
  margin: auto;
  height: 1060px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Code\ Kits_sectiom.png");
}
.u-o-uniqueness-container {
  margin: auto;
  width: 375px;

  padding: 60px 16px;
}
.use-case-table {
  margin-top: 40px;
  border-collapse: collapse;
  table-layout: fixed;
}

.use-case-table th,
.use-case-table td {
  overflow: hidden;
}

.use-case-header {
  background: #5555ae;
  height: 84px;
  padding-top: 20px;
  padding-right: 12px;
  padding-bottom: 20px;
  padding-left: 12px;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}

.use-case {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  width: 126px;
  height: 120px;
  padding: 12px;
  color: #ffffffcc !important;
}
.use-case-table-tr-class {
  border-bottom: 1px solid #7a7a7a80;
}
.included-tools {
  width: 126px;
  height: 120px;
  padding: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.human-review {
  width: 81px;

  gap: 10px;
  padding: 12px;
}

.included-tools-img {
  width: 24px;
  margin: auto 30px 0 12px;
}

@media screen and (min-width: 1192px) {
  .u-o-uniqueness {
    width: 1440px;
    margin: auto;
    height: 776px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Code\ Kits_sectiom\ \(1\).png");
  }
  .u-o-uniqueness-container {
    margin: auto;
    width: 1440px;

    padding: 100px 88px;
  }
  .use-case-table {
    margin-top: 60px;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .use-case-header {
    text-align: left;
    height: 24px;
    padding: 0px 12px;
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 2%;
  }

  .use-case {
    width: 432px;
    height: 24px;
    padding: 0px 12px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .use-case-table-tr-class {
    border-bottom: 1px solid #7a7a7a80;
  }
  .included-tools {
    width: 432px;
    height: 24px;
    padding: 0px 12px;
    padding: 12px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .human-review {
    width: 400px;
    height: 48px;
    padding: 0px;
  }

  .included-tools-img {
    width: 24px;
    margin: 12px auto 12px 12px;
  }
  .u-o-home-link-ini {
    margin: 40px auto 0;
    width: 212px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 1000px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
.u-o-how {
  background: #1a191a;
}
.u-o-how-container {
  margin: auto;
  background: #1a191a;

  width: 375px;
  padding: 100px 16px;
}
.u-o-how-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;

  padding-top: 40px;
}

.u-o-how-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
}

.u-o-how-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #5555ae;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom-width: 1px;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.u-o-how-img {
  width: 24px;
}

@media screen and (min-width: 1192px) {
  .u-o-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 88px;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .u-o-how-div {
    width: 616px;
  }
  .u-o-how-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    padding-top: 40px;
  }

  .u-o-how-list {
    padding-top: 0px;
    width: 616px;
  }

  .u-o-how-item {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-width: 1px;
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.u-o-characters-container {
  padding: 60px 16px;
  margin: auto;
  width: 375px;
}
.u-o-characters-div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.u-o-characters-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.u-o-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 32px;
}
.u-o-characters-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  color: #ccf281;
}
.u-o-characters-img {
  width: 343px;

  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1192px) {
  .u-o-characters-container {
    padding: 100px 88px;
    margin: auto;
    width: 1440px;
  }
  .u-o-characters-div {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
  }
  .u-o-characters-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    width: 400px;
  }
  .u-o-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 60px;
    gap: 32px;
  }
  .u-o-characters-item {
    width: 400px;
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    gap: 24px;
  }
  .u-o-characters-img {
    width: 400px;
  }

  .u-o-characters-text-bold {
    font-family: Space Mono;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 688px;
    height: 502px;
    padding-top: 241px;
  }
}

.u-o-reviews-container {
  margin: auto;
  padding: 60px 16px;
  width: 375px;
  height: 893px;

  background-image: url("/img/reviews_section.png");
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.u-o-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #1e1e1e;
  padding-top: 60px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.comment {
  color: #ffffffcc;
  display: block;
}

.red {
  font-family: IBM Plex Mono;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
}
.arrow {
  color: #ffffffcc;
  margin-left: 4px;
}
.message {
  color: #00a67d;
  display: block;
  margin-top: 16px;
}
@media screen and (min-width: 1192px) {
  .u-o-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
    flex-direction: row;
    justify-content: space-between;
    height: 652px;
    align-items: end;
    background-image: url("/img/reviews_section\ \(1\).png");
  }

  .u-o-reviews-list {
    width: 734px;

    padding-top: 60px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    gap: 32px;
    font-family: IBM Plex Mono;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .testimonial {
    display: flex;
    gap: 16px;
    align-items: start;
  }
  .red {
    white-space: nowrap;
  }
  .message {
    margin: 0;
  }
  .class-one {
    margin-left: 108px;
  }
}

.u-o-faq-container {
  padding: 60px 16px 0;
  width: 375px;
  height: 629px;
  margin: auto;
  background: #131313;
  background-image: url("/img/Membership_section.png");
}

.u-o-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.u-o-faq-item {
  display: flex;
  align-items: start;
  gap: 12px;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  padding-right: 10px;
}
.u-o-faq-img {
  width: 24px;
}
.u-o-faq-texts {
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #d3bce5;
  padding-top: 32px;
}

.u-o-home-link-faq {
  width: 343px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 1000px;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin-top: 40px;
}
@media screen and (min-width: 1192px) {
  .u-o-faq-container {
    padding: 100px 412px 0;
    width: 1440px;
    height: 746px;
    margin: auto;
    background: #131313;
    background-image: url("/img/Membership_section\ \(1\).png");
  }

  .u-o-faq-list {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .u-o-faq-item {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .u-o-faq-texts {
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .u-o-home-link-faq {
    width: 230px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    gap: 10px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 1000px;

    margin: 40px auto 0;
  }
}

.u-o-features-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
}

.u-o-features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 40px;
}
.u-o-features-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  border: 1px solid #ffffffb2;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  gap: 12px;
  border-radius: 8px;
  border-width: 1px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #121212b2;
}
.u-o-features-img {
  margin-bottom: 12px;
}
.u-o-features-item-two {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #121212;
  text-transform: none;
  text-decoration: none;
}
.class-link {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #3b82f6;
  text-decoration: none;
}
.u-o-about-title-fe {
  text-align: center;
}
@media screen and (min-width: 1192px) {
  .u-o-features-container {
    width: 1440px;
    margin: auto;
    padding: 100px 88px;
  }
  .u-o-about-title-fe {
    text-align: left;
  }
  .u-o-features-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-top: 60px;
  }
  .u-o-features-item {
    width: 227.1999969482422px;
    padding-top: 32px;
    padding-right: 15px;
    padding-bottom: 32px;
    padding-left: 15px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-o-features-item-two {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .class-link {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.u-o-container {
  padding: 92px 16px 100px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 2%;
}

.u-o-container h1 {
  font-family: DM Mono;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  margin-bottom: 16px;
}

.u-o-container h2 {
  margin-bottom: 16px;
  margin-top: 16px;

  font-family: Barlow Condensed;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.u-o-container h3 {
  margin-bottom: 16px;
  margin-top: 16px;

  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 2%;
}

.u-o-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-o-container ul li {
  margin-bottom: 10px;
}
.u-o-container p {
  margin-top: 16px;
}
.u-o-container a {
  color: inherit;
  color: #3b82f6;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.u-o-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1192px) {
  .u-o-container {
    padding: 168px 212px 100px;
    width: 1440px;
    margin: auto;

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 2%;
  }

  .u-o-container h1 {
    font-family: DM Mono;
    font-weight: 500;
    font-style: Medium;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 64px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .u-o-container h2 {
    font-family: Barlow Condensed;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 4%;
    text-transform: uppercase;
  }

  .u-o-container h3 {
    margin-bottom: 16px;
    margin-top: 16px;

    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 2%;
  }
}

.u-o-footer-container {
  width: 375px;
  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background: #1e1e1e;
}

.u-o-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: #ffffffcc;
}

.u-o-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

.u-o-footer-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 2%;
  text-align: center;
}

@media screen and (min-width: 1192px) {
  .u-o-footer-container {
    width: 1440px;
    padding: 60px 108px;
    display: flex;

    align-items: stretch;
    gap: 60px;
  }

  .u-o-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 74px;
  }
  .u-o-footer-text {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .u-o-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.u-o-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 16px;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.u-o-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;

  color: #1c3f3a;
}

.u-o-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.u-o-cookie-button {
  border: 1px solid #000000;
  background-color: transparent;
  width: 343px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  border-radius: 50px;
  font-family: Roboto;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.u-o-cookie-button:hover {
  background: #131313;
  color: #ffffffcc;
}
#accept-cookies {
  background: #5555ae;

  border: none;
  color: #ffffff;
}
#accept-cookies:hover {
  background: #4f4f95;
}
.u-o-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1192px) {
  .u-o-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .u-o-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    width: 808px;
  }

  .u-o-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .u-o-cookie-button {
    width: 184px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    border-radius: 50px;
  }
  .u-o-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
