html {
  scroll-behavior: smooth;
}
.iwant-smb-wefree .iwant-smb-hero {
  display: -ms-grid;
  display: grid;
  max-width: 1989px;
  margin-inline: auto;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 40px;
  gap: 24px;
}
.iwant-smb-wefree .iwant-smb-hero__side {
  text-align: center;
}
.iwant-smb-wefree .iwant-smb-hero__side picture {
  display: block;
  margin-bottom: 32px;
  line-height: 0;
}
.iwant-smb-wefree .iwant-smb-hero__side h1 {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.iwant-smb-wefree h2 {
  letter-spacing: -0.02em;
}
.iwant-smb-wefree h3 {
  letter-spacing: -0.02em;
}
.iwant-smb-wefree .iwant-smb-hero__image {
  display: block;
  line-height: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .iwant-smb-wefree .iwant-smb-hero {
    padding-block: 80px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .iwant-smb-wefree .iwant-smb-hero__side {
    text-align: left;
  }
  .iwant-smb-wefree .iwant-smb-hero__side h1 {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb-wefree .iwant-smb-hero {
    display: -ms-grid;
    display: grid;
    padding-block: 150px;
    gap: 159px;
  }
  .iwant-smb-wefree .iwant-smb-hero--2 {
    -ms-grid-columns: auto 50%;
    grid-template-columns: auto 50%;
  }
}
.iwant-smb-wefree .iwant-smb-blocks {
  --itemsCount: 1;
  --itemsGap: 24px;
  position: relative;
  max-width: 1584px;
  margin-bottom: 40px;
  padding-bottom: 0;
  margin-inline: auto;
}
.iwant-smb-wefree .iwant-smb-blocks h2 {
  margin-bottom: 48px;
  text-align: center;
}
.iwant-smb-wefree .iwant-smb-blocks__box-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 32px;
  border-radius: 25px;
  background-color: #f5f5f7;
}
.iwant-smb-wefree .iwant-smb-blocks__box-inner h3 {
  margin-bottom: 12px;
  line-height: 1.2;
}
.iwant-smb-wefree .iwant-smb-blocks__box-desc {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.iwant-smb-wefree .iwant-smb-blocks__box-desc p {
  margin: 0;
}
.iwant-smb-wefree .iwant-smb-blocks__box-desc a {
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 0;
  gap: 36px;
}
.iwant-smb-wefree .iwant-smb-blocks--2 {
  max-width: 1695px;
}
.iwant-smb-wefree .iwant-smb-blocks--2 .iwant-smb-blocks__boxes {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 24px;
}
.iwant-smb-wefree .iwant-smb-blocks--2 .iwant-smb-blocks__box-inner {
  display: block;
}
@media (min-width: 550px) {
  .iwant-smb-wefree .iwant-smb-blocks {
    --itemsCount: 2;
    --itemsGap: 24px;
  }
}
@media (min-width: 768px) {
  .iwant-smb-wefree .iwant-smb-blocks {
    margin-bottom: 80px;
  }
  .iwant-smb-wefree .iwant-smb-blocks h2 {
    font-size: 28px;
  }
  .iwant-smb-wefree .iwant-smb-blocks__box-inner h3 {
    font-size: 24px;
  }
  .iwant-smb-wefree .iwant-smb-blocks__box-desc p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .iwant-smb-wefree .iwant-smb-blocks {
    --itemsCount: 3;
    --itemsGap: 36px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb-wefree .iwant-smb-blocks {
    margin-bottom: 150px;
  }
}
.iwant-smb-wefree .iwant-smb-packages {
  max-width: 1584px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.iwant-smb-wefree .iwant-smb-packages h2 {
  margin-bottom: 48px;
  text-align: center;
}
.iwant-smb-wefree .iwant-smb-packages__boxes {
  display: -ms-grid;
  display: grid;
  gap: 36px;
}
.iwant-smb-wefree .iwant-smb-packages__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(180deg, #4d1ceb 0%, #4017c4 40%);
}
.iwant-smb-wefree .iwant-smb-packages__box:nth-child(2) {
  background: linear-gradient(180deg, #25d6a1 0%, #1eb085 40%);
}
.iwant-smb-wefree .iwant-smb-packages__box:nth-child(3) {
  background: linear-gradient(180deg, #1ca9eb 0%, #178dc4 40%);
}
.iwant-smb-wefree .iwant-smb-packages__box:nth-child(4) {
  background: linear-gradient(180deg, #de9426 0%, #b77b1f 40%);
}
.iwant-smb-wefree .iwant-smb-packages__box h3 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.20833333;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-packages__box h4 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16666667;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-packages__box-content {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  padding-bottom: 24px;
}
.iwant-smb-wefree .iwant-smb-packages__box-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.1875;
}
.iwant-smb-wefree .iwant-smb-packages__box-content p strong {
  font-weight: 700;
}
.iwant-smb-wefree .iwant-smb-packages__box-footer {
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  padding-top: 24px;
  font-size: 24px;
  line-height: 1.2;
  border-top: 1px solid #fff;
  -ms-grid-columns: 1fr 8px auto;
  grid-template-columns: 1fr auto;
  gap: 4px 8px;
}
.iwant-smb-wefree .iwant-smb-packages__box-footer strong {
  text-align: right;
}
.iwant-smb-wefree .iwant-smb-packages__box-footer small {
  font-size: 16px;
  text-align: right;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
}
.iwant-smb-wefree .iwant-smb-packages__box-hint {
  grid-column: 1;
  font-size: 13px;
  color: #e6e6e6;
  margin: 0;
  text-align: left;
}
@media (min-width: 550px) {
  .iwant-smb-wefree .iwant-smb-packages__box {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .iwant-smb-wefree .iwant-smb-packages {
    margin-bottom: 80px;
  }
  .iwant-smb-wefree .iwant-smb-packages h2 {
    font-size: 28px;
  }
  .iwant-smb-wefree .iwant-smb-packages__boxes {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .iwant-smb-wefree .iwant-smb-packages {
    margin-bottom: 150px;
  }
}
.iwant-smb-wefree .iwant-smb-form {
  max-width: 1320px;
  margin-inline: auto;
  padding-bottom: 40px;
}
.iwant-smb-wefree .iwant-smb-form__header h2 {
  margin-bottom: 6px;
  line-height: 1.2;
  text-align: center;
}
.iwant-smb-wefree .iwant-smb-form__header p {
  margin-bottom: 65px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .iwant-smb-wefree .iwant-smb-form {
    padding-bottom: 80px;
  }
  .iwant-smb-wefree .iwant-smb-form__header h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb-wefree .iwant-smb-form {
    padding-bottom: 126px;
  }
}
.iwant-smb-wefree .main-content {
  min-height: 0;
}
.main-content:has(.iwant-smb-wefree) {
  max-width: 1830px;
}
.iwant-smb-wefree picture {
  display: block;
}
.iwant-smb-wefree img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.iwant-smb-wefree .tns-nav {
  display: none;
}
.iwant-smb-wefree .tns-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}
.iwant-smb-wefree .tns-controls button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  color: #2c2c2c;
  cursor: pointer;
  transition: opacity 0.2s;
  font-size: 20px;
  line-height: 1;
}
.iwant-smb-wefree .tns-controls button:hover {
  opacity: 0.6;
}
.iwant-smb-form-content {
  margin: 0 auto;
}
.iwant-smb-form-content .form-fieldset {
  display: flex;
  gap: 1rem;
}
.iwant-smb-form-content .form-field {
  flex: 1;
}
.iwant-smb-form-content .form {
  width: 100%;
}
.iwant-smb-form-content .form-input,
.iwant-smb-form-content .form-textarea {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 600px) {
  .iwant-smb-form-content .form-fieldset {
    display: block;
  }
}
.iwant-h2 {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .iwant-h2 {
    font-size: 28px;
  }
}
.iwant-smb-wefree .iwant-smb-why {
  max-width: 1584px;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  gap: 35px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .iwant-smb-wefree .iwant-smb-why {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .iwant-smb-wefree .iwant-smb-why {
    margin-bottom: 150px;
  }
}
.iwant-smb-wefree .iwant-smb-why-textwrap {
  flex: 2 1 1016px;
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 25px;
  background: #3B08CE;
  padding: 40px;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-why-textwrap h3 {
  font-family: sfprodisplay-semibold, "Adjusted Arial Fallback Semibold", Arial;
  font-size: 32px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-bottom: 40px;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-why-textwrap p.sub-hl {
  font-size: 18px;
  margin-bottom: 40px;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-why-textwrap h4 {
  font-size: 16px;
  font-family: sfprodisplay-semibold, "Adjusted Arial Fallback Semibold", Arial;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-why-textwrap p {
  font-size: 16px;
  margin-bottom: 40px;
  color: #fff;
}
.iwant-smb-wefree .iwant-smb-why-textwrap .iwant-list-para {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .iwant-smb-wefree .iwant-smb-why-textwrap {
    flex: 1 1 100%;
  }
  .iwant-smb-wefree .iwant-smb-why-textwrap h3 {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.iwant-smb-wefree .iwant-smb-why-picture {
  flex: 1 1 533px;
  max-width: 533px;
  border-radius: 25px;
  overflow: hidden;
  align-self: stretch;
  display: block;
  position: relative;
  background: #3B08CE;
}
.iwant-smb-wefree .iwant-smb-why-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  object-fit: contain;
  object-position: 50% 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .iwant-smb-wefree .iwant-smb-why-picture {
    display: none !important;
  }
}
