:root {
  --tomato: #ff6f4c;
  --silver: #c2c2c2;
  --brown: #693834;
  --midnight-blue: #282c67;
  --slate-blue: #4454fe;
  --black-grey: #2c2d37;
  --opacity--white-20: #fff3;
  --color-scheme-1--border: #fff3;
  --color-scheme-1--background: #1e1a1a;
  --color-scheme-1--text: #fff;
  --color--white: #fff;
  --color-scheme-2--background: #050101;
  --color-scheme-2--text: #fff;
  --color--dell: #486316;
  --color--neutral-darkest: #050101;
  --opacity--neutral-darkest-15: #05010126;
  --color-scheme-1--foreground: #1e1a1a;
  --color-scheme-2--border: #fff3;
  --radius--large: 0px;
  --color-scheme-2--foreground: #050101;
  --opacity--transparent: #fff0;
  --opacity--white-60: #fff9;
  --dark-navy-black: #141520;
  --stroke--divider-width: 1px;
  --stroke--border-width: 1px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: var(--tomato);
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: var(--silver);
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  z-index: 1;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

.menu-button.w--open {
  background-color: #0000;
}

.nav-bar-link {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: var(--tomato);
}

.home {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.home.footer.w--current {
  font-size: 18px;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.site-name-text-span {
  font-weight: 400;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  background-image: radial-gradient(circle farthest-side at 50% 150%, #4454fe1a, #4454fe00 75%);
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, #4454fe1a, #4454fe00);
}

.section-container {
  flex: 1;
  max-width: 1400px;
}

.section-container.hero {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 125px;
  display: flex;
}

.section-container.service {
  padding-top: 50px;
}

.section-container.process, .section-container.faqs {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 245px;
}

.hero-content-conatiner {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 16px;
}

.button-1 {
  background-image: linear-gradient(113deg, #ff6f4c, #4454fe);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  width: 200px;
  height: 200px;
  padding: 35px;
  position: relative;
}

.webflow-partner-text {
  position: absolute;
  inset: 0%;
}

.section-tag-container {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-card {
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  padding: 50px;
  transition: all .4s;
}

.service-card:hover {
  background-color: #4454fe1a;
}

.service-card-title {
  color: #fff;
  margin-bottom: 15px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-card-paragraph {
  margin-bottom: 15px;
}

.service-card-list {
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-title-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  width: 46%;
  max-width: 450px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.process-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process-card-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.process-card {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.process-card-title {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.process-card-paragraph {
  margin-bottom: 0;
}

.faq-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-answer {
  font-size: 14px;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  background-color: #ffffff1a;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-answer-container {
  background-color: #ffffff0d;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-form-container {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  color: var(--silver);
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus, .textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #dddddd0d;
  height: 100%;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block {
  flex: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message {
  color: #9e5847;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.explore-button-copntainer {
  flex: 1;
  justify-content: flex-end;
  max-width: 1400px;
  padding-bottom: 70px;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #2c2d37cc;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  background-image: linear-gradient(138deg, var(--tomato), var(--slate-blue));
  border-radius: 50%;
  padding: 12px;
}

.section-tag-line {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-info-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  max-width: 520px;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

.left-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto auto 0% 50%;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  background-color: #212232;
  width: 80px;
  height: 80px;
  transition: all .3s;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  min-height: 450px;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00 95%);
}

.slider-section-container {
  flex: 1;
  max-width: 1400px;
  padding-top: 125px;
}

.navigation-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.nav-menu {
  margin-right: -10px;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #141520cc;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

.footer-wrapper {
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: -120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-container {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  max-width: 1400px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  display: flex;
}

.button-text {
  align-items: center;
  display: flex;
}

.company-logo, .logo-wide-1 {
  overflow: hidden;
}

.button-style {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--white-20);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}

.icon-relume, .icon-chevron-right {
  overflow: hidden;
}

.navbar-5 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  overflow: hidden;
}

.column {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.chevron-down {
  overflow: hidden;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Header--5-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  min-height: 900px;
  padding-left: 64px;
  padding-right: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.medium-length-hero-headline-goes-here {
  color: var(--color--white);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: var(--color--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-3 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: var(--color-scheme-1--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-246 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dol {
  color: var(--color-scheme-1--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.action {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.layout-237 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: var(--color-scheme-2--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-style-2 {
  color: var(--color--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--dell);
  background-color: var(--color--dell);
  border-radius: 6px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}

.button-style-4 {
  grid-column-gap: 8px;
  border: 1px solid var(--color--white);
  background-color: var(--color--white);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.button-style-5 {
  color: var(--color--neutral-darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-6 {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--white-20);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.button-style-7 {
  grid-column-gap: 8px;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-8 {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--white-20);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-4 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-2 {
  color: var(--color-scheme-1--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: var(--color-scheme-2--text);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: var(--color-scheme-2--text);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-2 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 276px;
  display: flex;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: var(--color-scheme-2--text);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.text-4 {
  color: var(--color-scheme-2--text);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.placeholder-logo, .icon-left-arrow-alt {
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: 8px;
  border: 1px solid var(--opacity--neutral-darkest-15);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-right-arrow-alt {
  overflow: hidden;
}

.layout-16 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.testimonial-15 {
  grid-row-gap: 32px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stars {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quote {
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.avatar {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.avatar-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slider-dots {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.slider-buttons {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.layout-89 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.pricing-5 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.pricing-plans {
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.choose-a-plan-that-fits-your-trading-needs-and-start-your-crypto-journey-today {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.price-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-style {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.check {
  overflow: hidden;
}

.button-style-9 {
  grid-column-gap: 8px;
  border: 1px solid var(--color--dell);
  background-color: var(--color--dell);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-5 {
  color: var(--color-scheme-1--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-5 {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-item-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-7 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1312px;
  height: 640px;
  text-decoration: none;
  display: flex;
}

.content-style-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-6 {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-7 {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-10 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-6 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.list-item-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-12 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-8 {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-13 {
  grid-row-gap: 32px;
  border: 1px solid var(--color-scheme-2--border);
  border-radius: var(--radius--large);
  background-color: var(--color-scheme-2--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.content-style-14 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.row-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item-4 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-input {
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--opacity--white-20);
  background-color: var(--opacity--transparent);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.placeholder {
  color: var(--opacity--white-60);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.icon-facebook, .icon-instagram, .icon-x, .icon-linkedin, .icon-youtube {
  overflow: hidden;
}

.footer-1 {
  grid-row-gap: 80px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.newsletter {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  text-decoration: none;
  display: flex;
}

.join-our-newsletter-for-updates-on-features-and-releases {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.form-style {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-consent-to-updates {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quick-links {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.home-page, .about-us, .contact-support, .blog-posts {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.resources {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.user-guide, .community-forum, .privacy-policy, .terms-of-service, .careers {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-with-us {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.social-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.facebook, .instagram, .x, .linkedin, .youtube {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2025-relume-all-rights-reserved {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.cookies-settings {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.content-style-15 {
  grid-column-gap: 128px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 248px;
  display: flex;
}

.actions-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faqs-2 {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.row-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-links-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.privacy-policy-2, .terms-of-service-2 {
  color: var(--color-scheme-2--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.container-3 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-2 {
  width: 50%;
  margin-left: 0;
}

.div-block-3 {
  width: 50%;
  margin-left: 60px;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.submit-button-2 {
  background-color: #24669f;
  border-radius: 100px;
  margin-right: 10px;
  padding: 7px 31px;
}

.submit-button-2._1 {
  background-color: #5392c9;
}

.section {
  overflow: hidden;
}

.form-block-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 401px;
  display: block;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.image-3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }

  .navbar-5 {
    z-index: 1;
    position: relative;
  }

  .container-3 {
    max-width: 1400px;
    height: 700px;
  }

  .div-block-2, .div-block-3 {
    width: 50%;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .form-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    padding-left: 40px;
    display: flex;
  }

  .submit-button-2 {
    background-color: #215480;
    border-radius: 100px;
    flex-flow: row;
    margin-right: 10px;
    padding: 11px 35px;
    display: block;
  }

  .submit-button-2._1 {
    flex-flow: row;
  }

  .image-2 {
    width: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .hero-content-conatiner {
    max-width: 620px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .button-content {
    font-size: 17px;
  }

  .webflow-partner-badge {
    width: 250px;
    height: 250px;
  }

  .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .button-2, .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .navbar-5 {
    max-width: 1900px;
  }

  .header-5, .layout-3, .layout-246, .layout-237, .layout-16, .testimonial-15, .layout-89, .pricing-5, .footer-1 {
    max-width: none;
  }

  .div-block-3 {
    margin-left: auto;
  }

  .div-block-4 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .section-container.hero {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .service-card {
    padding: 60px;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .process-card-container, .faq-wrapper, .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .projects-marquee-container {
    width: 200vw;
  }

  .project-title {
    font-size: 40px;
  }

  .div-block-3 {
    flex-flow: column;
    flex: 0 auto;
    width: 50%;
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .flex-block {
    height: auto;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .form-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-2 {
    width: 100%;
  }

  .text-field-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .home.footer.w--current {
    font-size: 18px;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content-conatiner {
    max-width: 500px;
  }

  .hero-paragraph {
    font-size: 15px;
  }

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: #4454fe00;
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph, .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .textarea {
    border-radius: 0;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black-grey);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
  }

  .column {
    grid-column-gap: 20px;
    font-size: 12px;
  }

  .link-text {
    font-size: 12px;
  }

  .header-5 {
    height: 500px;
    min-height: 0;
  }

  .layout-3 {
    grid-column-gap: 16px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .container {
    flex-flow: column;
  }

  .heading {
    font-size: 25px;
  }

  .text {
    font-size: 16px;
  }

  .list-item {
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-style-7 {
    grid-column-gap: 8px;
    margin-top: 0;
  }

  .content-style-3 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .heading-2 {
    font-size: 18px;
  }

  .row-2 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .text-4 {
    font-size: 12px;
  }

  .actions-3 {
    margin-bottom: 20px;
  }

  .content-style-11 {
    flex-flow: column;
  }

  .links {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .link-style, .home-page, .resources, .connect-with-us {
    font-size: 12px;
  }

  .image {
    order: 0;
    margin-top: 60px;
  }

  .div-block-2 {
    order: -1;
    width: auto;
  }

  .div-block-3 {
    flex-flow: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 700px;
    margin-left: 0;
    display: flex;
  }

  .flex-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .form-block-2 {
    width: 500px;
    max-width: 500px;
  }

  .image-2 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    grid-row-gap: 16px;
    max-width: 470px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-form-container {
    width: 100%;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

  .button-2 {
    font-size: 15px;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-image {
    height: 320px;
    min-height: auto;
    max-height: none;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column {
    display: none;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dol {
    width: auto;
    font-size: 11px;
  }

  .layout-237 {
    grid-row-gap: 60px;
    width: auto;
    max-width: none;
  }

  .row-2 {
    grid-column-gap: 39px;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    width: auto;
    font-size: 15px;
  }

  .actions-3 {
    margin-bottom: 0;
  }

  .testimonial-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout-89 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-style-6 {
    margin-bottom: 60px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .content-style-10 {
    flex-flow: column;
    width: auto;
  }

  .footer-1 {
    overflow: scroll;
  }

  .newsletter {
    margin-bottom: 60px;
  }

  .links {
    flex-flow: row;
    margin-bottom: 0;
  }

  .quick-links, .resources {
    font-size: 13px;
  }

  .credits {
    grid-row-gap: 38px;
    margin-top: 220px;
  }

  ._2025-relume-all-rights-reserved, .cookies-settings {
    font-size: 11px;
  }

  .content-style-15 {
    flex-flow: column;
  }

  .privacy-policy-2, .terms-of-service-2 {
    font-size: 11px;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    width: auto;
    margin-left: 0;
  }

  .flex-block {
    flex-flow: column;
    padding: 0;
  }

  .form-block-2 {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container.hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 60px;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .process-card {
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrow-circle {
    padding: 10px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    max-width: 100vw;
    height: auto;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .left-arrow, .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }

  .logo-wide-1 {
    margin-bottom: 0;
  }

  .navbar-5 {
    height: auto;
    overflow: visible;
  }

  .content-style {
    flex-flow: column;
    height: auto;
    padding-bottom: 10px;
  }

  .actions {
    grid-column-gap: 21px;
  }

  .header-5 {
    margin-top: 0;
  }

  .medium-length-hero-headline-goes-here {
    font-size: 31px;
  }

  .lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
    font-size: 12px;
  }

  .heading {
    font-size: 20px;
  }

  .layout-246 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dol {
    padding-top: 20px;
    font-size: 10px;
  }

  .row {
    flex-flow: column;
  }

  .button-style-5 {
    white-space: normal;
    word-break: normal;
    font-size: 15px;
  }

  .content-style-2 {
    flex-flow: row;
  }

  .section-title-2, .content-style-4 {
    flex-flow: column;
  }

  .row-2 {
    flex-flow: column;
    margin-top: 40px;
  }

  .actions-3 {
    margin-top: 0;
  }

  .testimonial-15 {
    display: none;
  }

  .price-title {
    flex-flow: column;
  }

  .price {
    font-size: 45px;
  }

  .text-8 {
    font-size: 12px;
  }

  .content-style-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .row-3 {
    grid-column-gap: 28px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
  }

  .list-item-4 {
    grid-column-gap: 19px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    font-size: 12px;
    display: grid;
  }

  .links {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .credits {
    display: none;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding: 27px;
  }

  .flex-block {
    flex-flow: column;
  }

  .form-block-2 {
    width: auto;
    max-width: none;
  }
}


