@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;
  color: #3a3c48;
}

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%;
}

.i-q-header.is-open .i-q-header-background {
  left: 0;
}
.i-q-header-button-wrapper {
  margin-left: auto;
}
.i-q-header-icon {
  display: none;
}

.i-q-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-q-navigation-list.is-open {
  right: 0;
}
.i-q-header-icon-menu {
  display: block;
}

.i-q-header-icon-button.is-open .i-q-header-icon-menu {
  display: none;
}

.i-q-header-icon-button.is-open .i-q-header-icon-close {
  display: block;
}

.i-q-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #5a5a5a1a;
}

.i-q-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
  box-shadow: 8px 8px 20px 0px #5a5a5a1a;
}
.i-q-header.is-open .i-q-header-background {
  left: 0;
}
.i-q-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-q-header-icon-menu {
  display: block;
}

.i-q-header-icon-button.is-open .i-q-header-icon-menu {
  display: none;
}

.i-q-header-icon-button.is-open .i-q-header-icon-close {
  display: block;
}

.i-q-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;
}

.i-q-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: 150px 0px;

  gap: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/menu_375_px.png");
}

.i-q-navigation-list.is-open {
  right: 0;
}

.i-q-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #3c3c3c;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.i-q-navigation-link:hover,
.i-q-navigation-link:focus {
  color: #336699;
}

.i-q-header.is-open {
  background-color: transparent;
}

.i-q-navigation-img {
  display: none;
}

@media screen and (min-width: 1210px) {
  .i-q-navigation-img {
    display: flex;
    margin-right: 391px;
  }
  .i-q-header-icon-title {
    display: none;
  }
  .i-q-header-button-wrapper {
    display: none;
  }
  .i-q-header {
    width: 100%;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .i-q-header-background {
  }
  .i-q-header-icon-button {
    display: none;
  }
  .i-q-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .i-q-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;
  }

  .i-q-navigation-link {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }

  .i-q-navigation-item-desk {
    display: none;
  }
}
.i-q-home {
  width: 375px;
  height: 812px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img//hero+BG_section.png");
  margin: auto;
}
.i-q-home-container {
  width: 375px;
  padding: 132px 16px 0px;
  margin: auto;
  position: relative;
}
.i-q-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.i-q-home-title {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;

  letter-spacing: 0.5%;
}

.i-q-home-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;

  padding: 16px 0 40px;
}
.i-q-home-div {
  display: flex;
  flex-direction: column;
}
.i-q-home-link {
  background: #3a3c48;

  width: 343px;
  height: 56px;
  padding: 16px;
  border-radius: 50px;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.i-q-home-link:hover {
  background: #ffffff;
  color: #3a3c48;
}

@media screen and (min-width: 1210px) {
  .i-q-home {
    width: 1440px;
    height: 789px;
    background-image: url("/img/hero+BG_section\ \(1\).png");
  }
  .i-q-home-container {
    width: 1440px;
    padding: 192px 88px 0px;
  }

  .i-q-home-container-top {
    display: flex;
    flex-direction: column;
    width: 616px;
  }
  .i-q-home-title {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 72px;
    letter-spacing: 0.5%;
  }

  .i-q-home-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;

    padding: 16px 0 40px;
  }
  .i-q-home-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .i-q-home-link {
    width: fit-content;
    height: 56px;
    padding: 16px 32px;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}
.i-q-about {
  margin: auto;
  width: 375px;
  height: 698px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/What\ We\ Do_section.png");
}
.i-q-about-container {
  width: 375px;
  padding: 60px 16px 0px;
  margin: auto;
}
.i-q-about-title {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #336699;
}
.i-q-about-title-two {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  leading-trim: NONE;

  letter-spacing: 0.5%;

  padding-top: 8px;
}
.i-q-about-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;

  padding-top: 32px;
}

@media screen and (min-width: 1210px) {
  .i-q-about {
    width: 1440px;
    height: 600px;
    background-image: url("/img/What\ We\ Do_section\ \(1\).png");
  }
  .i-q-about-container {
    width: 1440px;
    padding: 152px 88px 0 736px;
  }
  .i-q-about-title {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
  }
  .i-q-about-title-two {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0.5%;

    width: 616px;
  }
  .i-q-about-text {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
  }
}

.i-q-why-container {
  width: 375px;
  height: 1406px;
  margin: auto;
  padding: 60px 16px;
  background-image: url("/img/Our\ Process_section.png");
}
.i-q-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.i-q-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.i-q-why-item-text {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.5%;
  color: #336699;
  padding: 9px;
}

.i-q-why-text-bold {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  color: #262a29;
  padding: 32px 0 16px;
}
.i-q-why-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  color: #4a4a4a;
}
.i-q-home-div-why {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1210px) {
  .i-q-why-container {
    width: 1440px;
    height: 788px;
    margin: auto;
    padding: 100px 88px;
    background-image: url("/img/Our\ Process_section\ \(1\).png");
  }
  .i-q-why-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .i-q-why-item {
    width: 292px;
    height: 268px;
  }

  .i-q-why-text-bold {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-q-why-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-q-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.i-q-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.i-q-uniqueness-item {
  box-shadow: 8px 8px 20px 0px #80a4d140;
  background: #ffffff;
  width: 343px;
  height: 238px;
  gap: 16px;
  padding: 32px;
  border-radius: 12px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i-q-uniqueness-item-two {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.i-q-uniqueness-img {
  width: 60px;
}

.i-q-uniqueness-text {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
}

@media screen and (min-width: 1210px) {
  .i-q-uniqueness-container {
    margin: auto;
    width: 1440px;
    background-image: url("/img/uniqueness/Core\ Services_section.png");
    padding: 100px 88px;
  }
  .i-q-uniqueness-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }

  .i-q-uniqueness-item {
    width: 400px;
    height: 244px;

    padding: 32px;
    border-radius: 12px;

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-q-uniqueness-item-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .i-q-uniqueness-img {
    width: 60px;
  }

  .i-q-uniqueness-text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.i-q-how {
  margin: auto;
  width: 375px;
  height: 755px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/characters/Why\ Founders\ Work\ With\ Us.png");
}
.i-q-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 16px;
}
.i-q-how-img {
  width: 32px;

  border-radius: 66.67px;
  box-shadow: 10.67px 10.67px 26.67px 0px #80a4d140;
}
@media screen and (min-width: 1210px) {
  .i-q-how {
    width: 1440px;
    height: 614px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/characters/Frame\ 233.png");
  }
  .i-q-how-container {
    margin: auto;
    width: 1440px;
    padding: 118px 88px 0;
  }
}

.i-q-characters {
  margin: auto;
  width: 375px;
  height: 792px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Who\ We\ Work\ With_section.png");
}
.i-q-characters-container {
  padding: 60px 16px;
  margin: auto;
  width: 375px;
}
.i-q-characters-list {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 12px;
}
.i-q-characters-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #5f5f5f;
}
.i-q-characters-img {
  width: 24px;
}

@media screen and (min-width: 1210px) {
  .i-q-characters {
    width: 1440px;
    height: 664px;
    margin: auto;
    background-image: url("/img/Who\ We\ Work\ With_section\ \(1\).png");
  }
  .i-q-characters-container {
    padding: 100px 88px 0 736px;
    margin: auto;
    width: 1440px;
  }

  .i-q-characters-item {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
  }
}

.i-q-reviews-container {
  margin: auto;
  padding: 60px 16px;
  width: 375px;
  height: 1426px;
  background-image: url("/img/reviews/feedback_section.png");
}
.i-q-reviews-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.i-q-reviews-item {
  box-shadow: 8px 8px 20px 0px #80a4d140;
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 370px;
}

.i-q-reviews-img {
  width: 60px;
}
.i-q-reviews-text-bold {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  padding: 32px 0 8px;
  color: #336699;
}
.i-q-reviews-item-top {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  color: #5f5f5fb2;
}
.i-q-reviews-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
  color: #4a4a4a;
  padding-top: 16px;
}
@media screen and (min-width: 1210px) {
  .i-q-reviews-container {
    margin: auto;
    padding: 100px 88px;
    width: 1440px;
    height: 796px;
    background-image: url("/img/reviews/feedback_section\ \(1\).png");
  }
  .i-q-reviews-list {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .i-q-reviews-item {
    width: 400px;
    height: 372px;
    padding: 32px 24px;
    border-radius: 12px;
  }

  .i-q-reviews-text-bold {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-q-reviews-item-top {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
    text-align: center;
  }
  .i-q-reviews-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-q-faq {
  margin: auto;
  width: 375px;
}
.i-q-faq-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 60px 16px;
}
.i-q-faq-title-text {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #5f5f5f;
  padding-top: 32px;
}
.i-q-faq-list {
  display: flex;
  flex-direction: column;
}

.i-q-faq-item {
  border-bottom: 1px solid #336699;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;

  gap: 30px;
}
.i-q-faq-text {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #5f5f5f;
}
@media screen and (min-width: 1210px) {
  .i-q-faq {
    width: 1440px;
    padding: 100px 88px;
    height: 480px;
    background-image: url("/img/use_cases_section.png");
  }
  .i-q-faq-container {
    margin: auto;
    flex-direction: row;
    padding: 0;
  }

  .i-q-faq-title-text {
    width: 616px;

    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .i-q-faq-list {
    display: flex;
    flex-direction: column;
    width: 616px;
  }

  .i-q-faq-item {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
  }
}

.i-q-container {
  padding: 116px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  color: #7c7c7c;
}

.i-q-container h1 {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0.5%;
  color: #1c3f3a;
  margin-bottom: 24px;
}

.i-q-container h2 {
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1c3f3a;
  margin-top: 16px;
}

.i-q-container h3 {
  margin-top: 16px;
  color: #1c3f3a;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0.5%;
}

.i-q-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-q-container ul li {
  margin-bottom: 10px;
}
.i-q-container p {
  margin-top: 16px;
}
.i-q-container a {
  text-decoration: none;
  color: #5d80ff;
  transition: all 0.3s ease-in-out;
}

.i-q-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1210px) {
  .i-q-container {
    padding: 168px 212px 96px;
    width: 1440px;
    margin: auto;
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0.5%;
  }
  .i-q-container h1 {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 42px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0.5%;
  }

  .i-q-container h2 {
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .i-q-container h3 {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
  }
}

.i-q-footer-container {
  width: 375px;
  background: #3a3c48;

  margin: auto;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  color: #ffffff;
}
.i-q-footer-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.i-q-footer-divq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.i-q-footer-q {
  display: flex;
  gap: 32px;
}
.i-q-footer-img {
  width: 24px;
}
.i-q-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.i-q-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;

  text-align: center;
}

.i-q-footer-copyright {
  font-family: DM Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
}

@media screen and (min-width: 1210px) {
  .i-q-footer-container {
    width: 1440px;
    padding: 60px 108px;
    gap: 60px;
  }
  .i-q-footer-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 370px;
  }
  .i-q-footer-divq {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .i-q-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 74px;
  }

  .i-q-footer-text {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
    text-align: center;
  }

  .i-q-footer-copyright {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;
    text-align: center;
  }
}

.i-q-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 19px;
  background: #ffffff;

  z-index: 1000;
  display: none;
}

.i-q-cookie-popup-text-two {
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.5%;
  text-align: center;
}

.i-q-cookie-button-container {
  padding: 20px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.i-q-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #3a3a3a;
  width: 343px;
  height: 58px;

  padding: 13px 0;

  border-radius: 50px;
  border: 1px solid #272727;
  color: #272727;
  font-family: DM Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;

  transition: all 0.3s ease-in-out;
}

.i-q-cookie-button:hover {
  background: #272727;

  color: #ffffffcc;
}
#accept-cookies {
  background: #ffc53a;

  border: 1px solid transparent;
}
#accept-cookies:hover {
  background: #ddb500;

  color: #3a3a3a;
}

.i-q-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1210px) {
  .i-q-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .i-q-cookie-button {
    width: 184px;
    height: 58px;

    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }
  .i-q-cookie-popup-text-two {
    font-family: DM Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0.5%;

    text-align: left;
    width: 780px;
  }

  .i-q-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .i-q-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 40px 108px;
    display: none;
  }
}
