@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;

  color: #0c0a08;
}

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;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-j-header.is-open .i-j-header-background {
  left: 0;
}
.i-j-header-button-wrapper {
  margin-left: auto;
}
.i-j-header-icon {
  display: none;
}

.i-j-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-j-navigation-list.is-open {
  right: 0;
}
.i-j-header-icon-menu {
  display: block;
}

.i-j-header-icon-button.is-open .i-j-header-icon-menu {
  display: none;
}

.i-j-header-icon-button.is-open .i-j-header-icon-close {
  display: block;
}

.i-j-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 80px;
  background: #d2dff3;
}

.i-j-navigation {
  display: -ms-flexbox;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 375px;
  padding: 8px 16px;
  position: relative;
}

.i-j-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #d2dff3;
}
.i-j-header.is-open .i-j-header-background {
  left: 0;
}
.i-j-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-j-header-icon-menu {
  display: block;
}

.i-j-header-icon-button.is-open .i-j-header-icon-menu {
  display: none;
}

.i-j-header-icon-button.is-open .i-j-header-icon-close {
  display: block;
}

.i-j-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: 28px 0;

  gap: 24px;
  background: #d2dff3;
}

.i-j-navigation-list.is-open {
  right: 0;
}

.i-j-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  color: #0c0a08;
  letter-spacing: 0%;
}

.i-j-navigation-link:hover,
.i-j-navigation-link:focus {
  color: #e4f222;
}

.i-j-header.is-open {
  background-color: transparent;
}

.i-j-navigation-img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .i-j-navigation-img {
    display: flex;
  }
  .i-j-header-icon-title {
    display: none;
  }
  .i-j-header-button-wrapper {
    display: none;
  }
  .i-j-header {
    width: 1440px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
  }

  .i-j-header-background {
  }
  .i-j-header-icon-button {
    display: none;
  }
  .i-j-navigation {
    width: 1440px;
    flex-direction: row;
    flex: 1;
    display: flex;
    height: 70px;
    padding: 0 160px;
    gap: 100px;
  }

  .i-j-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: 0;
    padding-block: 0;
    flex: 1;
    gap: 46px;
    height: 00px;
    display: flex;
    justify-content: end;
    align-items: center;

    padding: 0 0px;
  }

  .i-j-navigation-link {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-navigation-item-desk {
    display: none;
  }
}
.i-j-home {
  width: 375px;
  height: 858px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero.png");
  margin: auto;
}
.i-j-home-container {
  width: 375px;
  padding: 120px 16px 0px;
  margin: auto;
}

.i-j-home-container-top {
  display: flex;
  flex-direction: column;
}

.i-j-home-title {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.i-j-home-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0 40px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
}
.i-j-home-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.i-j-home-link {
  transition: all 0.3s ease-in-out;
  background: #e4f222;
  width: 256px;
  height: 51px;

  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-home-link:hover {
  background: #f2fd61;
}
.i-j-home-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 1200px) {
  .i-j-home-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-j-home {
    width: 1440px;
    height: 675px;
    background-image: url("/img/Hero\ \(1\).png");
  }
  .i-j-home-container {
    width: 1440px;
    padding: 120px 160px 0px;
  }

  .i-j-home-title {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .i-j-home-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    gap: 30px;
    width: 544px;
    padding: 30px 0 44px;
  }
  .i-j-home-div {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
  }
}

.i-j-about-container {
  width: 375px;
  padding: 80px 16px;
  margin: auto;
}
.i-j-about-title {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  color: #5b5e62;
  padding-bottom: 24px;
}
.i-j-about-title-two {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.i-j-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
  padding: 32px 0 24px;
}

.i-j-about-text-bold {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-j-about-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
}
.i-j-about-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
  border-radius: 8px;

  padding: 16px;

  background: linear-gradient(180deg, #d2dff3 0%, #f1f5fb 100%);
}
.i-j-about-img {
  width: 64px;
}
@media screen and (min-width: 1200px) {
  .i-j-about-container {
    width: 1440px;
    padding: 80px 160px;
  }

  .i-j-about-title-two {
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .i-j-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-about-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .i-j-about-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    width: 352px;
    height: 158px;

    border-radius: 8px;
    padding: 16px;
  }
}

.i-j-why-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.i-j-why-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;

  padding: 16px;

  background: linear-gradient(180deg, #d2dff3 0%, #f1f5fb 100%);
}
.i-j-why-img {
  width: 24px;
}
.i-j-why-text-bold {
  display: flex;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6082b7;
  gap: 8px;
}
.i-j-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
}
.i-j-home-div-why {
  margin-top: 40px;
}
@media screen and (min-width: 1200px) {
  .i-j-why-list {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .i-j-why-item {
    width: 352px;
    height: 124px;
  }

  .i-j-why-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-j-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-j-home-div-why {
    margin-top: 32px;
    justify-content: end;
  }
}

.i-j-uniqueness-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 770px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Case\ Study\ Container.png");
}
.i-j-uniqueness-item {
  width: 343px;
  height: 252px;
  border-radius: 8px;
  gap: 48px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.i-j-uniqueness-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6082b7;
}
.i-j-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
}

@media screen and (min-width: 1200px) {
  .i-j-uniqueness-list {
    flex-direction: row;
    gap: 32px;
    height: 253px;
    background-image: url("/img/Frame\ 19.png");
  }
  .i-j-uniqueness-item {
    width: 352px;
    height: 252px;

    border-radius: 8px;
    gap: 48px;
    padding: 16px;
  }

  .i-j-uniqueness-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .i-j-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-j-how-item {
  background: linear-gradient(180deg, #d2dff3 0%, #f1f5fb 100%);

  border-radius: 8px;
  gap: 32px;
  padding: 16px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  color: #5b5e62;
}

.i-j-how-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-how-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-j-how-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
  padding-top: 16px;
}
@media screen and (min-width: 1200px) {
  .i-j-how-item {
    background: linear-gradient(180deg, #d2dff3 0%, #f1f5fb 100%);

    width: 1120px;
    height: 244px;
    border-radius: 8px;
    padding: 64px 32px;
    gap: 32px;
    flex-direction: row;
  }

  .i-j-how-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 512px;
  }

  .i-j-how-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Italic;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 512px;
  }
  .i-j-how-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
}

.i-j-characters-container {
  padding: 80px 16px;
  margin: auto;
  width: 375px;
  background: linear-gradient(180deg, #ffffff 0%, #d2dff3 100%);
}
.i-j-characters-title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #5b5e62;
  padding-top: 32px;
}
.i-j-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  gap: 10px;
}
.i-j-characters-item {
  border-bottom: 1px solid #5b5e62;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 10px;
}
.i-j-characters-item-two {
  border: none;
}
.i-j-characters-text-bold {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #6082b7;
}
.i-j-characters-text-bold-span {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.i-j-characters-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .i-j-characters-container {
    padding: 80px 160px;
    margin: auto;
    width: 1440px;
  }
  .i-j-characters-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-j-characters-list {
    display: flex;
    flex-direction: row;
    padding-top: 24px;
    gap: 10px;
  }
  .i-j-characters-item {
    border: none;
    border-right: 1px solid #5b5e62;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 0px;
    width: 208px;
    padding-right: 10px;
  }
  .i-j-characters-item-two {
    border: none;
  }
  .i-j-characters-text-bold {
    font-family: Urbanist;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-j-characters-text-bold-span {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-j-characters-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-j-reviews {
  background: #6082b7;
}
.i-j-reviews-container {
  background: #6082b7;
  color: #ffffff;

  margin: auto;
  padding: 80px 16px;
  width: 375px;
}
.i-j-reviews-div {
  display: flex;

  flex-direction: column;
  gap: 24px;
}
.i-j-reviews-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #d2dff3;
  padding-top: 32px;
}
.i-j-reviews-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.i-j-reviews-list {
  padding-top: 8px;
  display: flex;

  flex-direction: column;
  gap: 8px;
}

.i-j-reviews-item {
  display: flex;

  gap: 4px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #d2dff3;
}

.i-j-reviews-img {
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 1200px) {
  .i-j-reviews-container {
    margin: auto;
    padding: 80px 160px;
    height: 403px;
    background-image: url("/img/ABOUT\ US.png");
    width: 1440px;
  }
  .i-j-reviews-div {
    display: flex;

    flex-direction: row;
    gap: 32px;
  }
  .i-j-reviews-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 544px;
    padding-top: 32px;
  }
  .i-j-reviews-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-reviews-item {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-j-faq-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid #5b5e62;
  padding-top: 8px;
}

.i-j-faq-item {
  border-bottom: 1px solid #5b5e62;
  padding-bottom: 8px;
}

.i-j-faq-question {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-faq-answer {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
  color: #5b5e62;
}

@media screen and (min-width: 1200px) {
  .i-j-faq-question {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.i-j-features-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #5b5e62;
  padding: 32px 0 24px;
}
.i-j-features-div {
  margin-bottom: 40px;
}
.i-j-features-div-item-text {
  text-decoration: none;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #0c0a08;
}

@media screen and (min-width: 1200px) {
  .i-j-features-container {
    margin: auto;
    width: 1440px;
    height: 524px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/CONTACT.png");
  }
  .i-j-features-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    width: 544px;
  }

  .i-j-features-div-item-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.i-j-container {
  padding: 120px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-container h1 {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
}

.i-j-container h2 {
  margin-top: 10px;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.i-j-container h3 {
  margin-top: 10px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-j-container ul li {
  margin-bottom: 10px;
}
.i-j-container p {
  margin-top: 10px;
}
.i-j-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.i-j-container a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .i-j-container {
    padding: 140px 160px 80px;
    width: 1440px;
    margin: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-container h1 {
    font-family: Urbanist;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .i-j-container h2 {
    margin-top: 20px;
    font-family: Urbanist;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .i-j-container h3 {
    margin-top: 20px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-container ul {
    margin-top: 20px;
  }

  .i-j-container ul li {
    margin-bottom: 10px;
  }
  .i-j-container p {
    margin-top: 20px;
  }
}

.i-j-footer-container {
  width: 375px;
  height: 217px;
  margin: auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  gap: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Footer_mob.png");
}

.i-j-footer-wrapper {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.i-j-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.i-j-footer-copyright {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .i-j-footer-container {
    width: 1440px;
    padding: 40px 160px 16px;
    height: 227px;
    background-image: url("/img/Footer.png");
  }

  .i-j-footer-wrapper {
    display: flex;
  }

  .i-j-footer-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .i-j-footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
  }
}

.i-j-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 343px;
  padding: 32px;
  border-radius: 16px;
  background: #6082b7;
  z-index: 1000;
  display: none;
}

.i-j-cookie-popup-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.i-j-cookie-button-container {
  padding: 40px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.i-j-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 256px;
  border-radius: 8px;
  padding: 11.5px 0;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #ffffff;
}

#accept-cookies {
  background: #ffffff;
  color: #0c0a08;
}

.i-j-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .i-j-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .i-j-cookie-popup-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    width: 622px;
  }

  .i-j-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .i-j-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1262px;
    padding: 32px;
    display: none;
  }
}
