* {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0.9375rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #1E1E1E;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  color: #FF0004;
}
a:visited {
  color: #1E1E1E;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000000;
  background: url("../images/light-body-bg.svg");
  font-size: 18px;
  line-height: 1.7;
  transition: background-color 0.3s, color 0.3s;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 992px) and (max-width: 1119px) {
  body {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

p {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #270030;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 1rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 3.125rem;
  line-height: 1.2;
  color: #270030;
  font-weight: 800;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1119px) {
  h2 {
    font-size: 2.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #270030;
}

h4 {
  font-size: 1.375rem;
  color: #1E1E1E;
}
@media (min-width: 320px) and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1320px;
  }
}

.modal-backdrop {
  background: rgba(250, 229, 255, 0.9);
  opacity: 1 !important;
}

.modal-content {
  border: none !important;
  border-radius: 15px;
}

.container {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

.st-pt {
  padding-top: 3.75rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .st-pt {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-pt {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .st-pt {
    padding-top: 2.1875rem;
  }
}

.st-pb {
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) and (max-width: 1119px) {
  .st-pb {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .st-pb {
    padding-bottom: 2.8125rem;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .st-pb {
    padding-bottom: 2.1875rem;
  }
}

@media (min-width: 992px) and (max-width: 1119px) {
  .hide-lg-tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hide-xs {
    display: none;
  }
}
.title-block {
  margin-bottom: 20px;
}
.title-block h2 {
  margin: 0;
}
.title-block h4 {
  text-transform: uppercase;
  color: #4B5563;
  letter-spacing: 4px;
  position: relative;
  padding-left: 36px;
  background-image: url(../../images/title-shape.svg);
  background-repeat: no-repeat;
  background-position: 0 53%;
  background-size: 20px;
  line-height: 1;
  margin: 0 0 15px;
  display: inline-table;
}
@media (min-width: 320px) and (max-width: 767px) {
  .title-block {
    margin-bottom: 15px;
  }
}

button,
.th-btn,
.btn-primary {
  padding: 12px 30px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  background: #FF0004;
  border: 1px solid #FF0004;
  border-radius: 8px;
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 767px) {
  button,
  .th-btn,
  .btn-primary {
    padding: 10px 24px;
    font-size: 1rem;
  }
}
button:has(.icon),
.th-btn:has(.icon),
.btn-primary:has(.icon) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
button .icon,
.th-btn .icon,
.btn-primary .icon {
  position: relative;
  top: -1px;
}
button:hover,
.th-btn:hover,
.btn-primary:hover {
  background-color: #1E1E1E;
  border-color: #1E1E1E;
  color: #fff;
}
button:visited:not(.th-btn--light),
.th-btn:visited:not(.th-btn--light),
.btn-primary:visited:not(.th-btn--light) {
  color: #fff;
}
button--light,
.th-btn--light,
.btn-primary--light {
  background: #FFCA10;
  border-color: #FFCA10;
  color: #1E1E1E;
}
button--light svg path,
.th-btn--light svg path,
.btn-primary--light svg path {
  transition: all 0.5s;
}
button--light:hover,
.th-btn--light:hover,
.btn-primary--light:hover {
  background: #1E1E1E;
  border-color: #fff;
  color: #fff;
}
button--light:hover svg path,
.th-btn--light:hover svg path,
.btn-primary--light:hover svg path {
  fill: #fff;
}
button--gray,
.th-btn--gray,
.btn-primary--gray {
  background: #F1F1F1;
  border-color: #F1F1F1;
  color: #1E1E1E !important;
}
button--gray:hover,
.th-btn--gray:hover,
.btn-primary--gray:hover {
  background: #1E1E1E;
  border-color: #1E1E1E;
  color: #fff !important;
}
button--gray:hover svg path,
.th-btn--gray:hover svg path,
.btn-primary--gray:hover svg path {
  stroke: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  button,
  .th-btn,
  .btn-primary {
    padding: 12px 24px;
  }
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  border: 1px solid #E5E4E4 !important;
  border-radius: 8px;
  padding: 15px 15px;
  width: 100%;
}
input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #1E1E1E;
}
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #1E1E1E;
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
}

.footer {
  text-align: center;
}
.footer__wrapper {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer__wrapper p {
  color: #270030;
  font-weight: 600;
}

header {
  background-color: #fff;
  margin-top: 20px;
}
header .btn {
  font-size: 16px;
  padding: 10px 30px;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100%;
  background: var(--bg-color);
  color: var(--text-color);
  z-index: 9998;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
.offcanvas-menu.active {
  right: 0;
}
.offcanvas-menu .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 28px;
  color: var(--text-color);
}
.offcanvas-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
.offcanvas-menu ul li {
  margin-bottom: 1rem;
}
.offcanvas-menu ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 500;
}

.menu-toggle-btn {
  background: transparent;
  border: none;
  font-size: 28px;
  color: var(--text-color);
}

.item {
  background: #fff;
  padding: 32px;
  text-align: left;
  border-radius: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .item img {
    max-width: 85%;
  }
}
[data-theme=dark] .item {
  background: #1e1e1e;
}

.hero {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero {
    text-align: left;
  }
}
.hero__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__wrapper {
    gap: 16px;
    align-items: flex-start;
  }
}
.hero__wrapper h1 {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
  color: #270030;
}
.hero__wrapper h1 span {
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__wrapper h1 {
    font-size: 36px;
  }
}
.hero__wrapper p {
  max-width: 750px;
  font-size: 22px;
  margin: 0 auto;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__wrapper p {
    font-size: 18px;
    line-height: 1.8;
  }
}
.hero__services-list {
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__services-list {
    margin-top: 15px;
  }
}
.hero__services-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__services-list ul {
    justify-content: flex-start;
    gap: 5px;
    flex-direction: column;
  }
}
.hero__services-list ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__services-list ul li {
    font-size: 18px;
  }
}
.hero__services-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url(../images/check-icons.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__services-list ul li::before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
}
.hero__trustpilot {
  margin-top: 60px;
  background: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .hero__trustpilot {
    margin-top: 20px;
  }
}
.hero__trustpilot img {
  max-width: 100%;
  height: auto;
}

.wtw {
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw {
    text-align: left;
  }
}
.wtw__content {
  max-width: 1000px;
  margin: 0 auto;
}
.wtw__content h2 {
  line-height: 1.2;
  font-weight: bold;
  color: #270030;
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__content h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.wtw__content p {
  font-size: 20px;
  margin: 0 auto;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__content p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.wtw__services-list {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 35px 0;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__services-list {
    margin: 20px 0;
  }
}
.wtw__services-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__services-list ul {
    justify-content: flex-start;
    gap: 5px;
    flex-direction: column;
  }
}
.wtw__services-list ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__services-list ul li {
    font-size: 14px;
  }
}
.wtw__services-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url(../images/check-icons.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw__services-list ul li::before {
    width: 15px;
    height: 15px;
    top: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .wtw .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.start-selling-sec .wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.start-selling-sec .services-list ul li {
  display: inline-block;
  font-size: 18px;
}
.start-selling-sec .services-list ul li span.icon {
  margin-right: 10px;
}
.start-selling-sec .services-list ul li span.icon img {
  margin-top: -4px;
}
.start-selling-sec .services-list ul li:not(:last-child) {
  margin: 5px 10px;
}
.start-selling-sec .trustpilot {
  background: #fff;
}

.how-it-works .step-card {
  min-height: 240px;
  display: flex;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .how-it-works .step-card {
    min-height: auto;
  }
}
.how-it-works .card-body {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9;
  border-radius: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .how-it-works .btn {
    width: 100%;
  }
}

.how-it-works .col-md-4:nth-child(1) .step-card::before {
  content: "01";
}

.how-it-works .col-md-4:nth-child(2) .step-card::before {
  content: "02";
}

.how-it-works .col-md-4:nth-child(3) .step-card::before {
  content: "03";
}

.how-it-works .col-md-4 .step-card::before {
  font-size: 85px;
  font-family: "Manrope";
  font-weight: 800;
  color: #270030;
  position: absolute;
  right: 10px;
  top: -75px;
  z-index: 1;
}

.entrepreneurs-sec .title-wrapper h2 {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .entrepreneurs-sec .title-wrapper {
    padding-right: 100px;
  }
}
.entrepreneurs-sec .enterpreneurs-card .info-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: -50px;
}
.entrepreneurs-sec .enterpreneurs-card .info-box .text-wrapper {
  padding-bottom: 10px;
}
.entrepreneurs-sec .enterpreneurs-card .info-box .text-wrapper h3 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 0px;
  color: #270030;
  font-weight: 600;
}
.entrepreneurs-sec .enterpreneurs-card .info-box .text-wrapper p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #270030;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 767px) {
  .entrepreneurs-sec .enterpreneurs-card .info-box .text-wrapper p {
    font-size: 16px;
  }
}
.entrepreneurs-sec .enterpreneurs-card .info-full-para p {
  font-size: 18px;
  line-height: 28px;
  color: #270030;
  font-weight: 600;
}
.entrepreneurs-sec .owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
  margin-top: 0px;
}
.entrepreneurs-sec .owl-nav button {
  height: 35px;
  width: 35px;
  border-radius: 50% !important;
  border: 1px solid #270030 !important;
  background: transparent !important;
}
.entrepreneurs-sec .owl-nav button span {
  font-size: 25px;
  position: relative;
  top: -6px;
}
.entrepreneurs-sec .owl-nav button:hover {
  background: #270030 !important;
  color: #fff !important;
}
.entrepreneurs-sec .owl-dots {
  margin-top: 30px;
}
.entrepreneurs-sec .owl-dots button span {
  background-color: rgba(39, 0, 48, 0.3) !important;
}
.entrepreneurs-sec .owl-dots button.active span {
  background-color: #270030 !important;
}
.entrepreneurs-sec .owl-stage-outer .item {
  margin-top: 80px;
}

.cta__wrapper {
  background: url("../images/cta.jpg") no-repeat center center/cover;
  border-radius: 25px;
  padding: 40px 40px;
  color: #fff;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta__wrapper {
    padding: 40px 20px;
  }
}
.cta__content {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.cta__content h3,
.cta__content h4,
.cta__content p {
  color: #fff;
  margin: 0;
}
.cta__content h3 {
  font-size: 30px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta__content h3 {
    font-size: 24px;
  }
}
.cta__content h4 {
  line-height: 1.6;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta__content h4 {
    font-size: 14px;
  }
}
.cta__content h5 {
  background: #fff;
  color: #270030;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .cta__content h5 {
    font-size: 12px;
    padding: 8px 24px;
  }
}
.cta__content p span {
  text-decoration: line-through;
  font-weight: 600;
}
.cta__content .btn {
  width: 100%;
  padding: 10px;
}
.cta__content .btn .cross {
  text-decoration: line-through;
  font-weight: 600;
}
.cta--content-wide .cta__content {
  max-width: 650px;
}
.cta--content-wide .cta__content .btn {
  width: auto;
}
.cta .circle {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #FD0105;
  background: #FD0105;
  top: -1px;
}
.cta .pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(253, 1, 5, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(253, 1, 5, 0);
  }
}
.faq__title {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .faq__title {
    margin-bottom: 20px;
  }
}
.faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__wrapper .faq-item {
  padding: 15px 20px;
  background: #FDFDFD;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 12px;
}
.faq__wrapper .faq-item h4 {
  font-weight: bold;
  color: #270030;
}
.faq__wrapper .faq-item p {
  color: #270030;
}

.get-started {
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  border-radius: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get-started {
    margin: 40px 0;
    border-radius: 15px;
    padding: 60px 20px;
    text-align: left;
  }
  .get-started h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.get-started__wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get-started__wrapper {
    gap: 20px;
  }
}
.get-started__wrapper .btn {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-started__wrapper p {
  font-size: 18px;
  color: #270030;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
}
.get-started__wrapper p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/secure.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .get-started__wrapper p {
    font-size: 14px;
    padding-left: 20px;
  }
  .get-started__wrapper p::before {
    width: 15px;
    height: 15px;
  }
}

.gsf {
  display: none;
}
.gsf__wrapper {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__wrapper {
    margin: 40px 0;
    border-radius: 15px;
  }
}
.gsf__step-image {
  width: 100%;
  height: 100%;
  background-image: url(../images/form-bg.jpg);
  background-size: cover;
}
.gsf__steps-wrapper {
  padding: 70px 35px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps-wrapper {
    padding: 60px 20px;
  }
}
.gsf__claim-store {
  padding: 70px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store {
    padding: 60px 20px;
  }
}
.gsf__claim-store__back button {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  position: absolute;
  top: 36px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store__back button svg {
    width: 15px;
  }
}
.gsf__claim-store h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.6;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store h3 {
    font-size: 24px;
  }
}
.gsf__claim-store h4 {
  color: #270030;
  font-size: 22px;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store h4 {
    font-size: 18px;
  }
}
.gsf__claim-store ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store ul {
    gap: 5px;
  }
}
.gsf__claim-store ul li {
  font-size: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store ul li {
    font-size: 14px;
    padding-left: 22px;
  }
}
.gsf__claim-store ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url(../images/check-icons.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store ul li::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
.gsf__claim-store p {
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__claim-store p {
    font-size: 14px;
  }
}
.gsf__claim-store__popup-btn {
  background-color: #270030;
  border-color: #270030;
}
.gsf__back button {
  background: transparent;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  display: none;
  position: absolute;
  top: 36px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__back button {
    top: 25px;
  }
  .gsf__back button svg {
    width: 15px;
  }
}
.gsf__progress h4 {
  font-size: 26px;
  font-weight: bold;
  color: #270030;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__progress h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.gsf__progress h4 span {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__progress h4 span {
    font-size: 11px;
  }
}
.gsf__progress__bar {
  width: 100%;
  height: 5px;
  background: #FAE5FF;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  --progress: 0%;
  transition: all 0.5s;
}
.gsf__progress__bar:before {
  content: "";
  background: #FF0004;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  transition: all 0.5s;
  width: var(--progress);
}
.gsf__steps {
  margin-top: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps {
    margin-top: 15px;
  }
}
.gsf__steps__items {
  display: none;
  flex-direction: column;
  gap: 35px;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items {
    gap: 25px;
  }
}
.gsf__steps__items.active {
  display: flex;
}
.gsf__steps__items h4 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items h4 {
    font-size: 18px;
  }
}
.gsf__steps__items__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items__field {
    gap: 5px;
    padding-left: 0;
  }
}
.gsf__steps__items__field label {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  color: #270030;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items__field label {
    font-size: 14px;
  }
}
.gsf__steps__items__field label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/uncheck.png);
  background-size: contain;
  background-position: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items__field label span:before {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
.gsf__steps__items__field label input {
  display: none;
}
.gsf__steps__items__field label input[type=radio]:checked + :before {
  background-image: url(../images/checked.png);
}
.gsf__steps__items__message {
  font-size: 14px;
  color: red;
  font-weight: bold;
  display: none;
  position: absolute;
  top: 33px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items__message {
    font-size: 10px;
    position: static;
  }
}
.gsf__steps__items button {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gsf__steps__items button {
    max-width: 100%;
  }
}

.claimModal__wrapper {
  padding: 100px 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__wrapper {
    padding: 60px 20px;
  }
  .claimModal__wrapper h2 {
    font-size: 24px;
  }
}
.claimModal__close {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 115px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__close {
    right: 25px;
    top: 59px;
  }
}
.claimModal__close:hover {
  background: transparent;
}
.claimModal__items {
  margin: 50px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__items {
    margin: 25px 0;
  }
}
.claimModal__item h4 {
  font-weight: bold;
  color: #270030;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__item h4 {
    font-size: 18px;
  }
}
.claimModal__item label {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #270030;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__item label {
    font-size: 14px;
  }
}
.claimModal__item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/uncheck.png);
  background-size: contain;
  background-position: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .claimModal__item label:before {
    width: 16px;
    height: 16px;
  }
}
.claimModal__item input {
  display: none;
}
.claimModal__item input[type=checkbox]:checked + label:before {
  background-image: url(../images/checked.png);
}
.claimModal__submit-btn {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  display: table;
}/*# sourceMappingURL=main.css.map */