@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Raleway:wght@200;300;400;600&display=swap");
/* line 3, ../scss/style.scss */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* line 7, ../scss/style.scss */
html {
  scroll-behavior: smooth;
}

/* line 11, ../scss/style.scss */
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}
/* line 17, ../scss/style.scss */
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 24, ../scss/style.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #ffffff94;
  padding: 20px 0;
  backdrop-filter: blur(30px);
}
/* line 34, ../scss/style.scss */
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 39, ../scss/style.scss */
header .container .logo {
  color: black;
  font-weight: 700;
  text-decoration: none;
  font-size: 25px;
  line-height: 1;
}
/* line 47, ../scss/style.scss */
header .container .main-menu {
  display: flex;
}
/* line 50, ../scss/style.scss */
header .container .main-menu li {
  margin-right: 40px;
  list-style: none;
}
/* line 54, ../scss/style.scss */
header .container .main-menu li a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
/* line 60, ../scss/style.scss */
header .container .main-menu li a:hover {
  color: #000;
}
/* line 65, ../scss/style.scss */
header .container .main-menu li:last-child {
  margin-right: 0;
}
/* line 71, ../scss/style.scss */
header .container .btn-install {
  background: #09001c;
  color: white;
  text-decoration: none;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
/* line 81, ../scss/style.scss */
header .container .btn-install img {
  margin-right: 10px;
  max-width: 26px;
}

/* line 88, ../scss/style.scss */
.main-content {
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  overflow: hidden;
}
/* line 95, ../scss/style.scss */
.main-content .container .anim-keeper {
  position: relative;
  overflow: hidden;
}
/* line 100, ../scss/style.scss */
.main-content .container .side-preview {
  width: 500px;
  height: 500px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  animation: bradius .5s linear forwards;
}
@keyframes bradius {
  from {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  to {
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}
/* line 119, ../scss/style.scss */
.main-content .container .sidebarr-gpt {
  height: 600px;
  background: linear-gradient(45deg, #f1f1f136, white);
  position: absolute;
  width: 400px;
  bottom: 0px;
  border: 1px solid #ffffffba;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 30px 60px 107px 0px #00000030;
  backdrop-filter: blur(40px);
  transform: translateX(-55px);
  opacity: 0;
  animation: gptAppear .5s linear forwards;
  animation-delay: 2.5s;
}
@keyframes gptAppear {
  0% {
    opacity: 0;
    transform: translate(-55px, 600px);
  }
  100% {
    opacity: 1;
    transform: translateX(-55px, 0px);
  }
}
/* line 151, ../scss/style.scss */
.main-content .container .sidebarr-preview {
  width: 100px;
  height: 600px;
  background: linear-gradient(45deg, #f1f1f136, white);
  position: absolute;
  bottom: -100px;
  border: 1px solid #ffffffba;
  right: 0;
  border-radius: 20px;
  box-shadow: 30px 60px 107px 0px #00000030;
  animation: fromFloor 2s linear forwards;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  z-index: 9;
  padding: 21px 20px;
  box-sizing: border-box;
  align-items: center;
  left: 0;
  margin: 0 auto;
  backdrop-filter: blur(40px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 177, ../scss/style.scss */
.main-content .container .sidebarr-preview img {
  max-width: 60px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}
/* line 183, ../scss/style.scss */
.main-content .container .sidebarr-preview img:first-child {
  max-width: 80px;
  margin-bottom: 70px;
}
/* line 188, ../scss/style.scss */
.main-content .container .sidebarr-preview img:nth-child(3) {
  animation: setActiveMenu .5s linear forwards;
  animation-delay: 2s;
}
@keyframes fromFloor {
  0% {
    bottom: -500px;
    transform: translateX(0px);
  }
  50% {
    bottom: 0px;
    transform: translateX(0px);
  }
  75% {
    bottom: 0px;
    transform: translateX(0px);
  }
  100% {
    transform: translateX(200px);
    bottom: 0px;
  }
}
/* line 215, ../scss/style.scss */
.main-content h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 89px;
  font-weight: 700;
  color: #262840;
  margin-bottom: 30px;
  line-height: 1.1;
}
/* line 223, ../scss/style.scss */
.main-content h1 i {
  font-style: normal;
  color: #5f6add;
}
/* line 229, ../scss/style.scss */
.main-content p {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 235, ../scss/style.scss */
.main-content .main-install {
  color: white;
  background: #09001c;
  text-decoration: none;
  position: relative;
  padding: 11px 30px 11px 20px;
  border-radius: 11px;
  box-shadow: 0px 6px 6px 0px #00000017;
  display: inline-flex;
  align-items: center;
  transition: all .5s ease;
}
/* line 247, ../scss/style.scss */
.main-content .main-install img {
  margin-right: 10px;
  max-width: 28px;
}
/* line 251, ../scss/style.scss */
.main-content .main-install:before {
  content: '';
  background: linear-gradient(45deg, #e5ddf9, #e5ddf9, #cae0f4, #b0d2ed, #e6baf4, #e5ddf9, #e5ddf9, #cae0f4, #b0d2ed);
  position: absolute;
  top: -20px;
  left: -20px;
  background-size: 400%;
  z-index: -1;
  filter: blur(20px);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}
/* line 269, ../scss/style.scss */
.main-content .main-install:hover:before {
  opacity: 1;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* line 287, ../scss/style.scss */
.main-content .main-page-content {
  text-align: center;
  position: relative;
}
/* line 291, ../scss/style.scss */
.main-content .main-page-content p {
  margin: 0 auto 40px auto;
  line-height: 1.6;
  font-size: 16px;
}

/* line 299, ../scss/style.scss */
#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #e6baf4;
  --gradient-color-2: #e5ddf9;
  --gradient-color-3: #cae0f4;
  --gradient-color-4: #b0d2ed;
}

/* line 312, ../scss/style.scss */
#blob {
  position: relative;
  top: 200px;
  width: 100%;
  z-index: -1;
  height: 100vh;
}

/* line 320, ../scss/style.scss */
#blob canvas {
  width: 100%;
  height: 100vh;
}

@keyframes setActiveMenu {
  from {
    background: transparent;
  }
  to {
    background: #142554;
  }
}
/* line 335, ../scss/style.scss */
.sidebarr-gpt {
  display: flex;
  flex-direction: column;
}
/* line 339, ../scss/style.scss */
.sidebarr-gpt .chat {
  height: 100%;
}
/* line 343, ../scss/style.scss */
.sidebarr-gpt .heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eaecfd;
  padding: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 351, ../scss/style.scss */
.sidebarr-gpt .heading h4 {
  display: flex;
  align-items: center;
}
/* line 356, ../scss/style.scss */
.sidebarr-gpt .heading img {
  width: 24px;
  margin-right: 10px;
}
/* line 362, ../scss/style.scss */
.sidebarr-gpt .form {
  padding: 20px;
  position: relative;
}
/* line 366, ../scss/style.scss */
.sidebarr-gpt .form .controls {
  position: absolute;
  top: 37px;
  display: flex;
  right: 34px;
}
/* line 372, ../scss/style.scss */
.sidebarr-gpt .form .controls img {
  width: 20px;
}
/* line 375, ../scss/style.scss */
.sidebarr-gpt .form .controls img:first-child {
  margin-right: 10px;
}
/* line 381, ../scss/style.scss */
.sidebarr-gpt .form input {
  background: transparent;
  border: 1px solid #c2c7f4;
  border-radius: 10px;
  padding: 18px 12px;
  width: 100%;
  outline: none;
}
/* line 392, ../scss/style.scss */
.sidebarr-gpt .chat {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
/* line 398, ../scss/style.scss */
.sidebarr-gpt .m-user {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  align-items: flex-end;
}
/* line 404, ../scss/style.scss */
.sidebarr-gpt .m-user .message-text {
  background: linear-gradient(151deg, #5ec1b1, #1075a5);
  color: white;
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  padding: 15px;
  margin-right: 10px;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  word-break: break-word;
}
/* line 417, ../scss/style.scss */
.sidebarr-gpt .m-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7dadf7;
  box-sizing: border-box;
  padding: 0;
  object-fit: cover;
}
/* line 428, ../scss/style.scss */
.sidebarr-gpt .m-gpt {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  align-items: flex-end;
}
/* line 434, ../scss/style.scss */
.sidebarr-gpt .m-gpt .message-text {
  background: white;
  color: #242627;
  font-size: 13px;
  box-shadow: 0 0 12px 1px #00000008;
  margin: 0;
  line-height: 1.5;
  padding: 15px;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  word-break: break-word;
}
/* line 447, ../scss/style.scss */
.sidebarr-gpt .m-gpt img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background: #242627;
  box-sizing: border-box;
  padding: 10px;
}

/* line 459, ../scss/style.scss */
h2 {
  font-size: 56px;
  line-height: 72px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
/* line 464, ../scss/style.scss */
h2 i {
  font-style: normal;
  color: #5f6add;
}

/* line 470, ../scss/style.scss */
.input-data {
  display: flex;
  flex-direction: column;
}

/* line 475, ../scss/style.scss */
.how-it-works {
  padding-top: 100px;
  background: #f2f5fd;
  min-height: 300px;
  padding-bottom: 30px;
}
/* line 480, ../scss/style.scss */
.how-it-works .container {
  text-align: center;
}
/* line 482, ../scss/style.scss */
.how-it-works .container > p {
  max-width: 80%;
  margin: 0 auto 20px auto;
  line-height: 1.4;
}
/* line 488, ../scss/style.scss */
.how-it-works .faq-list {
  width: 65%;
  margin: 50px auto;
  list-style: none;
}
/* line 492, ../scss/style.scss */
.how-it-works .faq-list li {
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #f1f1f136, white);
  border: 1px solid #ffffffba;
  border-radius: 10px;
  box-shadow: 30px 60px 107px 0px #00000030;
  z-index: 9;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  cursor: pointer;
  padding: 20px 25px;
  transition: all .5s ease;
}
/* line 505, ../scss/style.scss */
.how-it-works .faq-list li .preview {
  font-weight: 600;
}
/* line 508, ../scss/style.scss */
.how-it-works .faq-list li .how-content {
  padding: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}
/* line 514, ../scss/style.scss */
.how-it-works .faq-list li .watch-video {
  background: #6b76e6;
  color: white;
  margin-top: 15px;
  text-decoration: none;
  padding: 15px;
  font-size: 14px;
  border-radius: 12px;
  line-height: 1;
  text-align: center;
  width: 180px;
  display: flex;
  align-items: center;
}
/* line 527, ../scss/style.scss */
.how-it-works .faq-list li .watch-video img {
  width: 18px;
  margin-right: 10px;
}
/* line 532, ../scss/style.scss */
.how-it-works .faq-list li .trigger {
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background: #d9dbee;
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15px;
}
/* line 543, ../scss/style.scss */
.how-it-works .faq-list li .trigger img {
  max-width: 60%;
}
/* line 545, ../scss/style.scss */
.how-it-works .faq-list li .trigger img:first-child {
  display: none;
}
/* line 553, ../scss/style.scss */
.how-it-works .faq-list li.active .trigger img:first-child {
  display: block;
}
/* line 556, ../scss/style.scss */
.how-it-works .faq-list li.active .trigger img:last-child {
  display: none;
}

/* line 568, ../scss/style.scss */
.features .container, .about .container {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
/* line 573, ../scss/style.scss */
.features .container > div, .about .container > div {
  width: 50%;
}

/* line 579, ../scss/style.scss */
.contact {
  background: #f2f5fd;
}
/* line 581, ../scss/style.scss */
.contact .container {
  text-align: left;
  width: 850px;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #f1f1f136, white);
  border: 1px solid #ffffffba;
  border-radius: 10px;
  box-shadow: 30px 60px 107px 0px #00000030;
  z-index: 9;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  transform: translateY(50px);
  cursor: pointer;
  padding: 50px;
  transition: all .5s ease;
}
/* line 597, ../scss/style.scss */
.contact h3 {
  font-size: 28px;
  line-height: 39px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
/* line 603, ../scss/style.scss */
.contact p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.4;
}
/* line 608, ../scss/style.scss */
.contact input[type=email], .contact textarea {
  color: #222224;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #eaebf3;
  background: white;
  border-radius: 15px;
  padding: 15px 20px;
  line-height: 1.8;
  outline: none;
  font-family: 'Inter', sans-serif;
}
/* line 620, ../scss/style.scss */
.contact input[type=submit] {
  background: #09001c;
  color: white;
  text-decoration: none;
  padding: 16px 35px;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

/* line 634, ../scss/style.scss */
footer {
  min-height: 100px;
}

/* line 638, ../scss/style.scss */
.features {
  background: #f2f5fd;
}
/* line 640, ../scss/style.scss */
.features .container {
  display: block;
  text-align: center;
}
/* line 643, ../scss/style.scss */
.features .container > div {
  width: 100%;
}
/* line 645, ../scss/style.scss */
.features .container > div .description {
  margin: 0 auto 50px auto;
}

/* line 652, ../scss/style.scss */
.features-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
/* line 660, ../scss/style.scss */
.features-list > div {
  min-height: 100px;
  width: 20%;
  margin-bottom: 20px;
  display: flex;
  border-radius: 20px;
  z-index: 9;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  padding: 9px;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
}
/* line 674, ../scss/style.scss */
.features-list > div h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 678, ../scss/style.scss */
.features-list > div p {
  font-size: 14px;
}
/* line 681, ../scss/style.scss */
.features-list > div .promo-image {
  width: 110px;
  height: 110px;
  padding: 20px;
  display: flex;
  justify-content: center;
  transition: all .5s ease;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(45deg, #f1f1f136, white);
  border: 7px solid #ffffffba;
  box-shadow: 30px 60px 50px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
/* line 694, ../scss/style.scss */
.features-list > div .promo-image img {
  width: 80%;
}
/* line 699, ../scss/style.scss */
.features-list > div:hover .promo-image {
  transform: translateY(-10px);
}

/* line 706, ../scss/style.scss */
.promo {
  background: #f2f5fd;
  position: relative;
  min-height: 700px;
  z-index: 999;
}
/* line 712, ../scss/style.scss */
.promo .container:first-child {
  display: flex;
  justify-content: space-between;
}
/* line 716, ../scss/style.scss */
.promo .container:first-child img {
  width: 70px;
  padding: 17px;
  background: #f2f5fd;
  border-radius: 10px;
  margin-right: 20px;
}
/* line 724, ../scss/style.scss */
.promo .container:first-child > div {
  background: white;
  padding: 5px;
  border-radius: 10px;
  z-index: 9;
  width: 23%;
  top: -1px;
  display: flex;
  position: relative;
  transform: translateY(-25px);
  align-items: center;
  box-shadow: 0 5px 12px 0px #efeff6;
}
/* line 737, ../scss/style.scss */
.promo .container:first-child > div p:nth-child(1) {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
/* line 743, ../scss/style.scss */
.promo .container:first-child > div p:last-child {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.4;
}
/* line 749, ../scss/style.scss */
.promo .container:first-child > div > div {
  padding: 5px 10px 5px 0px;
}
/* line 754, ../scss/style.scss */
.promo .container:first-child > div:nth-child(3) img {
  height: 70px;
}
/* line 759, ../scss/style.scss */
.promo .container:first-child > div:first-child, .promo .container:first-child > div:last-child {
  transform: translateY(-60px);
}
/* line 765, ../scss/style.scss */
.promo .container:nth-child(2) {
  padding: 100px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 772, ../scss/style.scss */
.promo .container:nth-child(2) > div {
  width: 50%;
}

/* line 778, ../scss/style.scss */
.form {
  animation-delay: 3s;
}

/* line 782, ../scss/style.scss */
.chat {
  overflow: hidden;
}
/* line 786, ../scss/style.scss */
.chat > div:first-child {
  animation-delay: 3s;
}
/* line 790, ../scss/style.scss */
.chat > div:nth-child(2) {
  animation-delay: 4s;
}
/* line 794, ../scss/style.scss */
.chat > div:nth-child(3) {
  animation-delay: 5s;
}
/* line 798, ../scss/style.scss */
.chat > div:nth-child(4) {
  animation-delay: 6s;
}

/* line 804, ../scss/style.scss */
.description {
  max-width: 80%;
  line-height: 1.6;
}

/* line 809, ../scss/style.scss */
.promo .container:first-child > div {
  opacity: 0;
}

/* line 813, ../scss/style.scss */
.promo .container:first-child > div.animated {
  opacity: 1;
}

/* line 819, ../scss/style.scss */
.promo .container:nth-child(2) > div:first-child {
  display: flex;
  flex-wrap: wrap;
  padding: 0 100px 0 0;
  justify-content: space-between;
}
/* line 825, ../scss/style.scss */
.promo .container:nth-child(2) > div > div {
  min-height: 100px;
  width: 48%;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #f1f1f136, white);
  border: 1px solid #ffffffba;
  border-radius: 20px;
  box-shadow: 30px 60px 107px 0px #00000030;
  z-index: 9;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  padding: 9px;
  transition: all .5s ease;
}
/* line 838, ../scss/style.scss */
.promo .container:nth-child(2) > div > div:hover {
  transform: translateY(-10px);
}
/* line 842, ../scss/style.scss */
.promo .container:nth-child(2) .widget-heading {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  justify-content: space-between;
}
/* line 849, ../scss/style.scss */
.promo .container:nth-child(2) .widget-heading h5 {
  font-size: 14px;
  display: flex;
  align-items: center;
}
/* line 853, ../scss/style.scss */
.promo .container:nth-child(2) .widget-heading h5 img {
  width: 16px;
  margin-right: 8px;
}
/* line 860, ../scss/style.scss */
.promo .container:nth-child(2) .bookmarks .widget-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 864, ../scss/style.scss */
.promo .container:nth-child(2) .bookmarks .widget-content > div {
  padding: 8px 5px;
  background: #edf0f6;
  border-radius: 10px;
  text-align: center;
  width: 30%;
  height: 60px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #474752;
}
/* line 875, ../scss/style.scss */
.promo .container:nth-child(2) .bookmarks .widget-content > div img {
  height: 22px;
}
/* line 882, ../scss/style.scss */
.promo .container:nth-child(2) .search input {
  background: #edf0f6;
  border: none;
  color: #5e5c81;
  width: 100%;
  border-radius: 9px;
  outline: none;
  font-size: 13px;
  padding: 10px 35px;
}
/* line 893, ../scss/style.scss */
.promo .container:nth-child(2) .widget-content {
  position: relative;
}
/* line 895, ../scss/style.scss */
.promo .container:nth-child(2) .widget-content img {
  width: 100%;
}
/* line 898, ../scss/style.scss */
.promo .container:nth-child(2) .widget-content .google-icon {
  position: absolute;
  top: 9px;
  width: 16px;
  left: 10px;
}

/* line 909, ../scss/style.scss */
.video-overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  background: #2629769c;
  z-index: 99999;
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
}
/* line 919, ../scss/style.scss */
.video-overlay video {
  display: inline-block;
  width: 50%;
  border-radius: 30px;
}

/* line 926, ../scss/style.scss */
footer {
  padding-top: 120px;
  padding-bottom: 30px;
}
/* line 929, ../scss/style.scss */
footer .container {
  display: flex;
  justify-content: space-between;
}
/* line 931, ../scss/style.scss */
footer .container .logo img {
  width: 150px;
  margin-bottom: 10px;
}
/* line 935, ../scss/style.scss */
footer .container .logo p {
  font-size: 12px;
}
/* line 941, ../scss/style.scss */
footer .container .bottom-menu {
  display: flex;
}
/* line 943, ../scss/style.scss */
footer .container .bottom-menu ul {
  list-style: none;
  margin-right: 50px;
}
/* line 946, ../scss/style.scss */
footer .container .bottom-menu ul:last-child {
  margin-right: 0;
}
/* line 949, ../scss/style.scss */
footer .container .bottom-menu ul li {
  margin-bottom: 10px;
}
/* line 952, ../scss/style.scss */
footer .container .bottom-menu ul a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
/* line 958, ../scss/style.scss */
footer .container .bottom-menu ul p {
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-height: 700px) and (max-height: 800px) {
  /* line 968, ../scss/style.scss */
  .main-content {
    padding-top: 130px;
  }
  /* line 970, ../scss/style.scss */
  .main-content h1 {
    font-size: 57px;
    margin-bottom: 15px;
  }

  /* line 975, ../scss/style.scss */
  .main-content .main-page-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 979, ../scss/style.scss */
  #blob {
    position: relative;
    top: 12px;
    width: 200%;
    z-index: -1;
    height: 100vh;
    left: -50%;
  }

  /* line 987, ../scss/style.scss */
  .main-content .container .sidebarr-preview, .sidebarr-gpt {
    zoom: 0.65;
  }
}
@media (min-height: 801px) and (max-height: 900px) {
  /* line 993, ../scss/style.scss */
  .main-content {
    padding-top: 130px;
  }
  /* line 995, ../scss/style.scss */
  .main-content h1 {
    font-size: 57px;
    margin-bottom: 15px;
  }

  /* line 1000, ../scss/style.scss */
  .main-content .main-page-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 1004, ../scss/style.scss */
  #blob {
    position: relative;
    top: 12px;
    width: 200%;
    z-index: -1;
    height: 100vh;
    left: -50%;
  }

  /* line 1012, ../scss/style.scss */
  .main-content .container .sidebarr-preview, .sidebarr-gpt {
    zoom: 0.75;
  }
}
@media (min-height: 901px) and (max-height: 1000px) {
  /* line 1018, ../scss/style.scss */
  .main-content {
    padding-top: 130px;
  }
  /* line 1020, ../scss/style.scss */
  .main-content h1 {
    font-size: 57px;
    margin-bottom: 15px;
  }

  /* line 1025, ../scss/style.scss */
  .main-content .main-page-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 1029, ../scss/style.scss */
  #blob {
    position: relative;
    top: 12px;
    width: 200%;
    z-index: -1;
    height: 100vh;
    left: -50%;
  }

  /* line 1037, ../scss/style.scss */
  .main-content .container .sidebarr-preview, .sidebarr-gpt {
    zoom: 0.85;
  }
}
@media (min-height: 1001px) and (max-height: 1100px) {
  /* line 1043, ../scss/style.scss */
  .main-content {
    padding-top: 130px;
  }
  /* line 1045, ../scss/style.scss */
  .main-content h1 {
    font-size: 72px;
    margin-bottom: 15px;
  }

  /* line 1050, ../scss/style.scss */
  .main-content .main-page-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* line 1054, ../scss/style.scss */
  #blob {
    position: relative;
    top: 12px;
    width: 200%;
    z-index: -1;
    height: 100vh;
    left: -50%;
  }

  /* line 1062, ../scss/style.scss */
  .main-content .container .sidebarr-preview, .sidebarr-gpt {
    zoom: 0.85;
  }
}
