/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --color-beige: #f9f7ee;
  --color-pink: #e51ee5;
  --color-light-grey: #66777a;
  --color-grey: #535a5e;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
html,
body {
  background-color: var(--color-beige);
  color: #000;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h1 {
  font-size: 68px;
  line-height: 81px;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.02em;
}
h3 {
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.01em;
}
p,
ul,
ol {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
section {
  padding: 135px 0;
}
img {
  max-width: 100%;
}
label {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
input,
select {
  display: block;
  width: 100%;
  background: rgba(249, 247, 238, 0.5);
  border: 1px solid #d9d8d6;
  box-sizing: border-box;
  border-radius: 8px;
  height: 48px;
  padding: 8px;
  margin-top: 4px;
  margin-bottom: 16px;
}
input:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--color-pink);
}
@media screen and (max-width: 639px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  section {
    padding: 64px 0;
  }
}
.section--small {
  padding: 64px 0;
}
.section--large {
  padding: 178px 0;
}
.section--background {
  background-image: url('../assets/icon-experiences-masked.svg'),
    url('../assets/icon-relationships-masked.svg');
  background-position: left 200px, right 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 639px) {
  .section--small {
    padding: 32px 0;
  }
  .section--large {
    padding: 92px 0;
  }
  .section--background {
    background-image: url(../assets/icon-experiences-white.svg),
      url(../assets/icon-relationships-white.svg);
    background-position: center 56px, center calc(100% - 32px);
    background-repeat: no-repeat;
    padding: 180px 0;
  }
}
.container {
  max-width: 1154px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.container--large {
  max-width: 1440px;
}
.container {
  max-width: 1154px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.container--large {
  max-width: 1440px;
}
.content-block {
  display: flex;
  flex-direction: column;
}
.content-block p {
  max-width: 640px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.content-block--center {
  align-content: center;
  text-align: center;
}
.content-block--center h2 {
  max-width: 600px;
  margin: 0 auto;
}
.content-block--center p {
  margin-left: auto;
  margin-right: auto;
}
.content-block--center .button {
  align-self: center;
  margin-top: 36px;
}
@media screen and (max-width: 639px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-block p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.text--white {
  color: #fff;
}
.text--grey {
  color: var(--color-grey);
}
.text--light-grey {
  color: var(--color-light-grey);
}
.text--pink {
  color: var(--color-pink);
}
.text--small {
  font-size: 18px;
  line-height: 28px;
}
.bg--black {
  background-color: #000;
}
.button {
  display: inline-block;
  width: fit-content;
  height: 52px;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  background: var(--color-pink);
  cursor: pointer;
  color: #fff;
}
.button--nav {
  display: none;
  width: 40px;
  height: 40px;
  padding: 6px;
  background-image: url('/assets/icon-nav.svg');
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.button--nav-open {
  background-image: url('/assets/icon-close.svg');
}
.button--centered {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .button--nav {
    display: block;
  }
  .button--centered {
    width: 100%;
  }
}
.text-link {
  color: var(--color-pink);
  text-decoration: none;
}
.header {
  padding: 40px 0;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .header {
    padding: 24px 0;
  }
  .header__logo {
    width: auto;
    height: 28px;
  }
}
.nav {
  display: flex;
  align-items: center;
}
.nav__item {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .nav__item {
    margin-right: 32px;
  }
}
@media screen and (max-width: 639px) {
  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid var(--color-pink);
    border-bottom: 1px solid var(--color-pink);
    padding: 36px 0;
    margin-top: 36px;
  }
  .nav--open {
    display: flex;
  }
  .nav__item {
    margin-bottom: 36px;
    margin-right: 0;
  }
}
.product-shots {
  padding: 32px 0;
}
.product-shots__image {
  max-width: 100%;
  height: auto;
}
.offers {
  display: flex;
  flex-direction: column;
}
.offer {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 128px;
  width: 60%;
}
.offer:nth-child(even) {
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .offer {
    width: 100%;
    margin-top: 64px;
  }
}
.offer__icon {
  display: inline-block;
  width: fit-content;
  margin-bottom: 32px;
}
.offer__name {
  margin-bottom: 32px;
  font-size: 44px;
  line-height: 52px;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .offer__name {
    font-size: 22px;
    line-height: 28px;
  }
}
.custom-select {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin-bottom: 48px;
}
.custom-select select {
  display: none;
}
.select-selected {
  padding: 24px;
  background-color: #fff;
  background-image: url('/assets/icon-chevron.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.select-selected:before {
  display: block;
  content: 'Customer GMV';
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.select-items div,
.select-selected {
  margin-bottom: 20px;
  cursor: pointer;
}
.select-items div:last-child {
  margin-bottom: 0;
}
.select-items {
  position: absolute;
  padding: 24px;
  background: #fff;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
.select-hide {
  display: none;
}
.select-items div:hover {
  color: var(--color-pink);
}
.same-as-selected {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .custom-select {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .select-selected:before {
    font-size: 16px;
    line-height: 20px;
  }
  .select-items {
    font-size: 18px;
    line-height: 24px;
  }
}
.plans {
  display: flex;
  justify-content: space-between;
}
.plan {
  width: calc(50% - 28px);
  padding: 56px;
  background: #fff;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.plan__name {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.plan__description {
  margin: 28px 0;
}
.plan__cost {
  font-size: 22px;
  line-height: 28px;
  margin: 8px 0;
}
.plan__amount {
  font-size: 54px;
  line-height: 64px;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.plan__details {
  font-size: 18px;
  line-height: 36px;
  list-style-type: none;
  margin-left: 22px;
}
.plan__details li {
  list-style-image: url('../assets/icon-pink-check.png');
}
.plan__details li.green-check {
  list-style-image: url('../assets/icon-green-check.png');
}
@media screen and (max-width: 767px) {
  .plans {
    flex-direction: column;
  }
  .plan {
    width: 100%;
    padding: 36px 16px;
    border-radius: 8px;
  }
  .plan:first-child {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 639px) {
  .plan__name {
    font-size: 22px;
    line-height: 28px;
  }
  .plan__amount {
    font-size: 28px;
    line-height: 36px;
  }
  .plan__details {
    font-size: 16px;
    line-height: 32px;
  }
}
.form {
  width: 480px;
  margin: 92px auto 46px;
  padding: 56px;
  background: #fff;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}
.form-group {
  display: flex;
  justify-content: space-between;
}
.form-group > * {
  width: calc(50% - 8px);
}
.form__submit {
  box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
  transition: border-radius 200ms ease 0s;
  height: unset;
  padding: 10px 12px;
  min-height: 56px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  background-color: #c11bc1;
  border: 0px;
  color: #fff;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 639px) {
  .form {
    margin: 24px auto 0;
    padding: 36px 24px;
    border-radius: 10px;
    width: 100%;
  }
}
.footer {
  background: var(--color-pink);
  padding: 20px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.terms .container {
  display: flex;
}
.terms__content {
  padding-right: 130px;
}
.terms__content h1,
.terms__content h2,
.terms__content h3,
.terms__content p,
.terms__content ul,
.terms__content ol {
  color: #fff;
}
.terms__content h1 {
  margin-bottom: 10px;
}
.terms__content h2 {
  margin-top: 80px;
}
.terms__content h3 {
  margin-top: 40px;
  font-size: 28px;
  line-height: 36px;
}
.terms__content p {
  margin-top: 16px;
}
.terms__content p,
.terms__content ol {
  font-size: 16px;
  line-height: 20px;
}
.terms__content p.intro {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.terms__content ol {
  list-style-type: lower-alpha;
  margin-left: 18px;
}
.terms__content ol li {
  margin: 8px 0;
}
.terms__content a {
  color: #fff;
}
.terms__updated {
  margin-bottom: 64px;
}
.terms__nav {
  padding: 36px 24px 24px;
  background: #fff;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  min-width: 330px;
  height: fit-content;
  position: sticky;
  top: 24px;
}
.terms__nav p {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.terms__nav p img {
  display: none;
}
.terms__nav ol {
  font-size: 16px;
  line-height: 18px;
  margin-left: 16px;
  margin-top: 16px;
}
.terms__nav li {
  margin: 16px 0;
}
@media screen and (max-width: 1159px) {
  .terms {
    padding-top: 0;
  }
  .terms .container {
    flex-direction: column;
    padding: 0;
  }
  .terms__content {
    padding-right: 0;
    order: 2;
    padding: 0 32px;
  }
  .terms__content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .terms__nav {
    top: 0;
    border-radius: 0;
    padding: 16px 32px;
    margin-bottom: 32px;
  }
  .terms__nav p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .terms__nav p img {
    display: block;
  }
  .terms__nav p.open img {
    transform: rotate(180deg);
  }
  .terms__nav ol {
    display: none;
  }
  .terms__nav ol.open {
    display: block;
  }
}
.legal__intro {
  color: #fff;
  text-align: center;
}
.legal__intro h1 {
  margin: 30px 0;
}
.legal__content {
  display: flex;
  margin: 150px 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .legal__content {
    flex-direction: column;
    margin-top: 50px;
  }
}
.legal__box {
  width: calc(33% - 28px);
  background: #fff;
  box-shadow: 0px 10px 48px -4px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 40px 26px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .legal__box {
    margin: 20px 0;
    width: 100%;
  }
}
.legal__name {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
}
.legal__description {
  font-size: 18px;
  line-height: 28px;
  margin: 10px 0 50px;
}
.legal__link {
  background: #e51ee5;
  border-radius: 10px;
  padding: 12px;
  position: absolute;
  right: 35px;
  bottom: 25px;
}
.legal__link .legal__icon {
  margin-bottom: 0;
}
.legal__icon {
  display: inline-block;
  width: fit-content;
  margin-bottom: 5px;
} /*# sourceMappingURL=index.css.map */
