


/* 页脚 */
.footer-info{
  width: fit-content;
  height: 40px;
  margin: 0 auto;
  /* border:1px solid red; */
}
/* <div class="center">水平居中</div> */


body {
  background: #fff;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}
body.-no-scroll {
  overflow: hidden;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
*,
:after,
:before {
  box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
b,
strong {
  font-weight: 600;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
option,
select,
textarea {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  font: inherit;
}
button:active,
button:focus,
input:active,
input:focus,
option:active,
option:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
}
a {
  font-family: inherit;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
img,
picture,
svg {
  max-width: 100%;
  vertical-align: middle;
}
button,
input,
textarea {
  color: currentColor;
  font: inherit;
}
a,
button:not(:disabled) {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
}
@media (max-width: 1023px) {
  .hidden-lt-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-gte-desktop {
    display: none !important;
  }
}


body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.53;
  font-family: HK Grotesk wf, sans-serif;
  color: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
p + p {
  margin-top: 1em;
}
em {
  color: #1a8ef9;
}
.h0 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  font-family: Maison Neue wf, sans-serif;
  color: inherit;
}
@media (min-width: 768px) {
  .h0 {
    margin-bottom: 20px;
    font-size: 66px;
    line-height: 1.15;
  }
}
@media (min-width: 1024px) {
  .h0 {
    font-size: 96px;
    line-height: 1.1;
  }
}
.h1 {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  font-family: Maison Neue wf, sans-serif;
  color: #121212;
}
@media (min-width: 768px) {
  .h1 {
    margin-bottom: 32px;
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 60px;
  }
}
.blog-post-title,
.h2 {
  margin-bottom: 26px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #121212;
}
@media (min-width: 768px) {
  .blog-post-title,
  .h2 {
    margin-bottom: 48px;
    text-align: inherit;
    font-size: 43px;
  }
}
.h3 {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #121212;
}
@media (min-width: 768px) {
  .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .h3 {
    text-align: inherit;
    font-size: 36px;
  }
}
.example-header-quote,
.h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: #121212;
}
@media (min-width: 768px) {
  .example-header-quote,
  .h4 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .example-header-quote,
  .h4 {
    font-size: 22px;
  }
}
.sell-header-description,
.subtitle {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25;
  color: hsla(0, 0%, 7%, 0.8);
}
.sell-header-description + p,
.subtitle + p {
  margin-top: 45px;
}
.h1 + .sell-header-description,
.h1 + .subtitle {
  margin-top: -14px;
}
.blog-post-title + .sell-header-description,
.blog-post-title + .subtitle,
.h2 + .sell-header-description,
.h2 + .subtitle {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .sell-header-description,
  .subtitle {
    font-size: 18px;
    line-height: 1.3;
  }
  .h1 + .sell-header-description,
  .h1 + .subtitle {
    margin-top: -10px;
  }
  .blog-post-title + .sell-header-description,
  .blog-post-title + .subtitle,
  .h2 + .sell-header-description,
  .h2 + .subtitle {
    margin-top: -36px;
  }
}
@media (min-width: 1024px) {
  .sell-header-description,
  .subtitle {
    text-align: inherit;
    font-size: 22px;
    color: #121212;
  }
  .h1 + .sell-header-description,
  .h1 + .subtitle {
    margin-top: 0;
  }
}
.tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin-bottom: 34px;
  padding: 0 24px;
  background: rgba(58, 184, 255, 0.1);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  color: #3ab8ff;
}
.list li {
  padding-left: 14px;
  position: relative;
}
.list li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #3ab8ff;
  border-radius: 1px;
}
.list li:not(:last-child) {
  margin-bottom: 14px;
}
.list:not(:last-child) {
  margin-bottom: 1em;
}
.container {
  width: 100%;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 768px) {
  .container {
    max-width: 1208px;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1236px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
  }
}
.below-hero {
  background: #fff;
}
img,
svg {
  max-width: 100%;
  vertical-align: middle;
}
svg {
  fill: currentColor;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.15s;
  transition-property: color;
  color: #3ab8ff;
}
a[data-component="expandableText"] {
  display: inline-block;
}
a:hover {
  color: #1a8ef9;
}
textarea {
  display: block;
  resize: vertical;
}
.form-row:not(:last-of-type) {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .form-row.-action {
    margin-top: 62px;
  }
}
.form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  color: #121212;
}
.form-control,
.select-control select {
  width: 100%;
  padding: 11px 15px;
  background: #f3fafe;
  border: 1px solid #9cd6fc;
  border-radius: 2px;
  font-size: 16px;
  color: #121212;
  transition: border-color 0.15s;
}
.form-control::-webkit-input-placeholder,
.select-control select::-webkit-input-placeholder {
  color: hsla(0, 0%, 7%, 0.3);
  transition: opacity 0.15s;
}
.form-control::-moz-placeholder,
.select-control select::-moz-placeholder {
  color: hsla(0, 0%, 7%, 0.3);
  transition: opacity 0.15s;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.select-control select:-ms-input-placeholder,
.select-control select::-ms-input-placeholder {
  color: hsla(0, 0%, 7%, 0.3);
  transition: opacity 0.15s;
}
.form-control::placeholder,
.select-control select::placeholder {
  color: hsla(0, 0%, 7%, 0.3);
  transition: opacity 0.15s;
}
.form-control:focus,
.select-control select:focus {
  border-color: #3ab8ff;
}
.form-control:focus::-webkit-input-placeholder,
.select-control select:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-control:focus::-moz-placeholder,
.select-control select:focus::-moz-placeholder {
  opacity: 0.5;
}
.form-control:focus:-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder,
.select-control select:focus:-ms-input-placeholder,
.select-control select:focus::-ms-input-placeholder {
  opacity: 0.5;
}
.form-control:focus::placeholder,
.select-control select:focus::placeholder {
  opacity: 0.5;
}
.form-row.-error .form-control,
.form-row.-error .select-control select,
.select-control .form-row.-error select {
  background: #fcf1f2;
  border-color: #bf2828;
}
.select-control {
  position: relative;
}
.select-control select {
  width: 100%;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  -webkit-appearance: none;
  appearance: none;
}
.select-control select:not([data-value]),
.select-control select[data-value=""] {
  color: hsla(0, 0%, 7%, 0.3);
}
.select-control .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 22px;
  pointer-events: none;
}
.multi-checkbox-control {
  font-size: 18px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #121212;
}
.multi-checkbox-control-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  position: relative;
  background: #f3fafe;
  border-radius: 3px;
}
.multi-checkbox-control-item-input {
  position: absolute;
  top: -9000px;
  left: -9000px;
}
.multi-checkbox-control-item-input:checked ~ .multi-checkbox-control-item-bg {
  opacity: 1;
}
.multi-checkbox-control-item-input:checked
  ~ .multi-checkbox-control-item-control {
  background: #1a9ff9;
  border-color: transparent;
  color: #fff;
}
.multi-checkbox-control-item-bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d8effe;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 0.1s;
}
.multi-checkbox-control-item-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  padding-top: 2px;
  position: relative;
  border: 2px solid hsla(0, 0%, 7%, 0.5);
  border-radius: 3px;
  color: transparent;
}
.multi-checkbox-control-item-control .icon {
  width: 16px;
  height: 16px;
}
.multi-checkbox-control-item-label {
  position: relative;
}
.multi-checkbox-control-item a {
  text-decoration: underline;
}
.multi-checkbox-control-item:not(:last-child) {
  margin-bottom: 16px;
}
.multi-checkbox-control-item:hover .multi-checkbox-control-item-bg {
  opacity: 1;
}
.multi-select-control-item {
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  position: relative;
  background: #ddf1fe;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
  transition: 0.1s;
}
.multi-select-control-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  transition: inherit;
  pointer-events: none;
}
.multi-select-control-item-label {
  -ms-flex: 1;
  flex: 1;
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  color: #121212;
}
.multi-select-control-item-small-label {
  margin-left: auto;
  position: relative;
  border-bottom: 1px solid transparent;
  font-size: 14px;
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.multi-select-control-item-small-label:after,
.multi-select-control-item-small-label:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #1a9ff9;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.multi-select-control-item-small-label:before {
  content: attr(data-tooltip);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  top: -36px;
  right: 0;
  border-radius: 3px;
  font-size: 13px;
  white-space: nowrap;
}
.multi-select-control-item-small-label:after {
  content: "";
  width: 8px;
  height: 8px;
  top: -8px;
  right: 16px;
  transform: rotate(45deg);
  border-width: 0 1px 1px 0;
}
.multi-select-control-item-small-label:hover {
  border-color: currentColor;
}
.multi-select-control-item-small-label:hover:after,
.multi-select-control-item-small-label:hover:before {
  visibility: visible;
  opacity: 1;
}
.multi-select-control-item-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 100%;
  position: relative;
  margin-left: 16px;
  font-weight: 600;
  font-size: 18px;
  background: #8ccffc;
  color: #fff;
  transition: inherit;
}
.multi-select-control-item:not(:last-child) {
  margin-bottom: 16px;
}
.multi-select-control-item:hover {
  background: #bae2fd;
}
.multi-select-control-item:hover:before {
  border-color: #1a9ff9;
}
.multi-select-control-item:hover .multi-select-control-item-button {
  background: #3ab8ff;
}
@media (max-width: 1023px) {
  .multi-select-control-item {
    padding-right: 16px;
  }
  .multi-select-control-item-button {
    display: none;
  }
}
@media (max-width: 374px) {
  .multi-select-control-item-label {
    font-size: 16px;
  }
}
.form-disclaimer,
.form-small-info {
  margin-top: 8px;
  line-height: 1.3;
}
.form-disclaimer a:not(:hover),
.form-small-info a:not(:hover) {
  color: inherit;
}
.form-disclaimer:not(:last-child),
.form-small-info:not(:last-child) {
  margin-bottom: 40px;
}
.form-small-info {
  font-size: 14px;
  color: #8e8e8e;
}
.form-row:not(:last-of-type) + .form-small-info {
  margin-top: -26px;
}
.form-disclaimer {
  font-size: 12px;
}
.form-disclaimer a {
  text-decoration: underline;
}
.form-row:not(:last-of-type) + .form-disclaimer {
  margin-top: -31px;
}
.form-error-message {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.3;
  color: #bf2828;
}
.form-row .form-error-message {
  margin-top: 9px;
  margin-bottom: -24px;
}
.search-form {
  margin-bottom: 73px;
  position: relative;
}
.search-form .form-control,
.search-form .select-control select,
.select-control .search-form select {
  padding: 2px 0;
  padding-right: 50px;
  background: 0 0;
  border-width: 0 0 1px;
  border-color: currentColor;
  border-radius: 0;
  font-size: 22px;
  line-height: 1;
  color: #121212;
}
.search-form .form-control::-webkit-input-placeholder,
.search-form .select-control select::-webkit-input-placeholder,
.select-control .search-form select::-webkit-input-placeholder {
  color: currentColor;
}
.search-form .form-control::-moz-placeholder,
.search-form .select-control select::-moz-placeholder,
.select-control .search-form select::-moz-placeholder {
  color: currentColor;
}
.search-form .form-control:-ms-input-placeholder,
.search-form .form-control::-ms-input-placeholder,
.search-form .select-control select:-ms-input-placeholder,
.search-form .select-control select::-ms-input-placeholder,
.select-control .search-form select:-ms-input-placeholder,
.select-control .search-form select::-ms-input-placeholder {
  color: currentColor;
}
.search-form .form-control::placeholder,
.search-form .select-control select::placeholder,
.select-control .search-form select::placeholder {
  color: currentColor;
}
.search-form-submit {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -11.25px;
  color: #121212;
}
.search-form-submit .icon {
  width: 17.5px;
  height: 17.5px;
}
.search-form.-autocomplete-visible .form-autocomplete {
  visibility: visible;
}
.form-autocomplete {
  visibility: hidden;
  width: 100%;
  max-height: 500px;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0 40px 80px rgba(58, 125, 171, 0.06),
    0 40px 33.4221px rgba(58, 125, 171, 0.04),
    0 15px 17px rgba(58, 125, 171, 0.03),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  color: hsla(0, 0%, 7%, 0.6);
}
.form-autocomplete-category {
  margin-bottom: 15px;
}
.form-autocomplete-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -16px;
  padding: 6px 16px;
  transition: none;
}
.form-autocomplete-link .icon {
  width: 12px;
  height: 12px;
}
.form-autocomplete-link:not(:hover) {
  color: #121212;
}
.form-autocomplete-link:hover {
  background: #eef4f9;
}
.form-autocomplete-more {
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid;
  line-height: 1.3;
}
.form-autocomplete-more:not(:hover) {
  color: inherit;
}
@media (max-width: 767px) {
  .form-autocomplete {
    max-height: 220px;
  }
}
.about-header-header {
  padding-top: 120px;
  padding-bottom: 1px;
  background: linear-gradient(#fafcfd, #eef5f9);
}
.about-header-numbers {
  padding: 60px 0 70px;
  position: relative;
  text-align: center;
  color: #fff;
}
.about-header-numbers-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.about-header-numbers-bg,
.about-header-numbers-bg img {
  width: 100%;
  height: 100%;
}
.about-header-numbers-bg img {
  object-fit: cover;
}
.about-header-numbers .container {
  position: relative;
}
.about-header-numbers .h1 {
  margin-bottom: 10px;
  color: inherit;
}
.about-header-numbers-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .about-header-numbers-column:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .about-header-header {
    padding-top: 136px;
  }
  .about-header-numbers {
    padding: 114px 0;
  }
  .about-header-numbers .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about-header-numbers-column {
    width: 26.4084507%;
  }
  .about-header-numbers .h1 {
    margin-bottom: 6px;
  }
  .about-header-numbers-description {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .about-header-numbers-description {
    font-size: 24px;
  }
}
.accordion-item {
  border-bottom: 1px solid rgba(26, 142, 249, 0.25);
}
.accordion-item-title {
  padding: 16px 0;
  padding-right: 40px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #121212;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.15s;
}
.accordion-item-title:after,
.accordion-item-title:before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 27px;
  right: 0;
  background: currentColor;
}
.accordion-item-title:after {
  transform: rotate(90deg);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-item-title:hover {
  color: #1a8ef9;
}
.accordion-item-text {
  height: 0;
  overflow: hidden;
  color: hsla(0, 0%, 7%, 0.8);
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordion-item-text p:first-child {
  padding-top: 10px;
}
.accordion-item-text p:last-child {
  padding-bottom: 30px;
}
.accordion-item.-active .accordion-item-title:after {
  transform: rotate(90deg) scaleX(0);
}
.accordion-item.-active .accordion-item-text {
  height: var(--max-height);
}
@media (min-width: 768px) {
  .accordion-item-title {
    font-size: 20px;
  }
}
.blog-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-list-item {
  margin-bottom: 24px;
  padding: 22px 24px 24px;
  border-radius: 3px;
  transition: background 0.1s;
}
.blog-list-item-date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.333;
  color: hsla(0, 0%, 7%, 0.9);
}
.blog-list-item-image {
  display: block;
  margin-bottom: 30px;
}
.blog-list-item-image img {
  width: 100%;
  border-radius: 3px;
}
.blog-list-item-title {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.278;
  color: #333;
}
.blog-list-item-title a:not(:hover) {
  color: inherit;
}
.blog-list-item-excerpt {
  font-size: 14px;
  line-height: 1.2857;
  color: #333;
}
.blog-list-item-category-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  padding: 0 20px;
  -ms-flex-align: center;
  align-items: center;
  background: #eff8ff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 12px;
  color: #1a9ff9;
  transition: background 0.1s;
}
.blog-list-item-more {
  margin-top: auto;
  font-size: 16px;
}
.blog-list-item-more a {
  display: inline-block;
  border-bottom: 1px solid;
}
.blog-list-item-more a:not(:hover) {
  color: #121212;
}
.blog-list-item.-featured {
  width: 100%;
  background: #fbf7f5;
}
.blog-list-item.-featured .blog-list-item-title {
  font-size: 20px;
}
.blog-list-item.-featured .blog-list-item-excerpt {
  font-size: 16px;
}
.blog-list-item.-featured .blog-list-item-category {
  margin-bottom: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .blog-list-item:hover {
    background: #eef4f9;
  }
  .blog-list-item:hover .blog-list-item-category-item {
    background: #dcebf7;
  }
  .blog-list-item:hover .blog-list-item-category-item:hover {
    background: rgba(26, 142, 249, 0.17);
    color: #1a9ff9;
  }
}
@media (min-width: 768px) {
  .blog-list.-has-featured-item .blog-list-item:not(:nth-child(3n + 1)),
  .blog-list:not(.-has-featured-item) .blog-list-item:not(:nth-child(3n)) {
    margin-right: 1.4084507%;
  }
  .blog-list-item {
    width: 32.3943662%;
  }
  .blog-list-item.-featured {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 112px;
    padding: 48px 40px 24px;
  }
  .blog-list-item.-featured .blog-list-item-image {
    width: 0;
    min-width: 56.0606061%;
    margin-right: 3.7878788%;
    margin-bottom: 0;
  }
  .blog-list-item.-featured .blog-list-item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-list-item.-featured .blog-list-item-title {
    margin-bottom: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-list-item {
    padding: 16px;
  }
}
.blog-post {
  padding: 120px 0 50px;
  color: #121212;
}
.blog-post-header-bg {
  height: 462px;
  top: 64px;
  z-index: -1;
  pointer-events: none;
}
.blog-post-header-bg,
.blog-post-header-bg:before {
  width: 100%;
  position: absolute;
  left: 0;
}
.blog-post-header-bg:before {
  content: "";
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.blog-post-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post .back-button:not(:hover) {
  color: inherit;
}
.blog-post-date {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.3;
}
.blog-post-title {
  max-width: 590px;
  margin-bottom: 46px;
  line-height: 1.3;
  color: rgba(26, 159, 249, 0.9);
}
.blog-post-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  color: #000;
}
.blog-post-share-label {
  margin-right: 6px;
  font-size: 12px;
  line-height: 1.333;
}
.blog-post-share-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.blog-post-share-link {
  opacity: 0.8;
  padding: 5px 7px;
  color: currentColor;
}
.blog-post-share-link:hover {
  opacity: 1;
  color: currentColor;
}
.blog-post-share .icon {
  width: 20px;
  height: 16px;
}
.blog-post-content h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
}
.blog-post-content h2:not(:first-child) {
  margin-top: 72px;
}
.blog-post-content img {
  display: block;
  margin: 66px 0;
}
.blog-post.-image-header .blog-post-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 462px;
  margin-bottom: 80px;
  color: #fff;
}
.blog-post.-image-header .blog-post-share,
.blog-post.-image-header .blog-post-title {
  color: inherit;
}
.blog-post.-image-header .blog-post-share {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .blog-post .back-button {
    display: none;
  }
  .blog-post-date,
  .blog-post-title {
    text-align: center;
  }
  .blog-post-title {
    margin-left: auto;
    margin-right: auto;
  }
  .blog-post-share {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-post.-image-header {
    padding-top: 56px;
  }
  .blog-post.-image-header .blog-post-header-bg {
    top: 56px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-post:not(.-image-header) {
    padding-top: 150px;
  }
}
@media (min-width: 1024px) {
  .blog-post {
    padding: 185px 0 90px;
  }
  .blog-post-content,
  .blog-post-header {
    padding-left: 25.1760563%;
  }
  .blog-post .back-button {
    position: absolute;
    top: 100px;
    left: 50px;
  }
  .blog-post:not(.-image-header) .back-button {
    top: 182px;
  }
  .blog-post.-image-header {
    padding-top: 64px;
  }
  .blog-post.-image-header .back-button {
    top: 605px;
  }
  .blog-post.-image-header .back-button:not(:hover) {
    color: #121212;
  }
}
@media (min-width: 1236px) {
  .blog-post .back-button {
    left: calc((100vw - 1136px) / 2);
  }
}
.button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  padding: 0 25px;
  background: #3ab8ff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.15s;
}
.button .icon {
  width: 12px;
  height: 12px;
}
.button[disabled] {
  opacity: 0.5;
}
.button:not([disabled]):hover {
  background: #1a8ef9;
  color: #fff;
}
.button.-small {
  height: 40px;
  font-size: 16px;
}
.button.-extra-small {
  height: 32px;
  font-size: 14px;
}
.button.-large {
  height: 64px;
  font-size: 20px;
}
.button.-full-width {
  width: 100%;
}
.button.-w-icon {
  padding: 0 17px;
}
.button.-w-icon .icon {
  margin-left: 34px;
}
.button.-white {
  background: #fff;
  color: #1a8ef9;
}
.button.-white:not([disabled]):hover {
  background: #1a8ef9;
  color: #fff;
}
.button.-outline {
  border: 1px solid;
}
.button.-outline:not(.-white) {
  background: 0 0;
  color: #3ab8ff;
}
.button.-outline:not(.-white):not([disabled]):hover {
  background: #1a8ef9;
  border-color: transparent;
  color: #fff;
}
.button.-dark-outline {
  background: 0 0;
  border: 1px solid;
  color: #121212;
}
.button.-dark-outline:not([disabled]):hover {
  background: #121212;
  border-color: transparent;
  color: #fff;
}
.button.-link {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  color: inherit;
}
.button.-link,
.button.-link:hover {
  background: 0 0;
}
@media (min-width: 768px) {
  .button {
    font-size: 18px;
  }
  .button.-small-width {
    width: 176px;
    padding-left: 0;
    padding-right: 0;
  }
  .button.-medium-width {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .button {
    width: 100%;
    max-width: calc(100vw - 40px * 2);
  }
}
.back-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: inherit;
}
.back-button .icon {
  width: 18px;
  height: 12px;
  margin-right: 16px;
}
.sell-header-description + .card-group,
.subtitle + .card-group {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sell-header-description + .card-group,
  .subtitle + .card-group {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .card-group {
    font-size: 0;
  }
}
.card {
  display: block;
  position: relative;
  color: #fff;
}
.card:after,
.card:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
}
.card:before {
  height: 120px;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
}
.card:after {
  opacity: 0;
  background: rgba(26, 142, 249, 0.7);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-image img,
.card:after {
  height: 100%;
  border-radius: 3px;
}
.card-image img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
  position: absolute;
  top: 0;
  left: 0;
}
.card-title {
  max-width: 150px;
  top: 16px;
  font-size: 16px;
  line-height: 1.25;
}
.card-button,
.card-title {
  position: absolute;
  left: 16px;
  z-index: 2;
}
.card-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding: 0 6px;
  bottom: 16px;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  color: #3ab8ff;
}
.card-button-inner {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.card-button .icon {
  width: 12px;
  height: 12px;
}
.card.-creators {
  height: 0;
  padding-top: 31.8%;
  margin-bottom: 8px;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    color: #fff;
  }
  .card:hover:after {
    opacity: 1;
  }
  .card:hover .card-button {
    padding-right: 10px;
  }
  .card:hover .card-button-inner {
    max-width: 100px;
    padding: 0 15px 0 10px;
  }
}
@media (min-width: 768px) {
  .card-title {
    font-size: 18px;
  }
  .card.-creators {
    width: 18.6619718%;
    margin-bottom: 0;
    padding-top: 29.5774648%;
  }
  .card.-creators:not(:nth-child(5n + 1)) {
    margin-left: 1.6725352%;
  }
  .card.-creators:nth-child(n + 6) {
    margin-top: 1.6725352%;
  }
  .card.-creators:nth-last-child(3):first-child,
  .card.-creators:nth-last-child(3):first-child ~ .card.-creators {
    width: 23.943662%;
  }
  .card.-creators:nth-last-child(3):first-child:not(:nth-child(3n + 1)),
  .card.-creators:nth-last-child(3):first-child
    ~ .card.-creators:not(:nth-child(3n + 1)) {
    margin-left: 1.4084507%;
  }
  .card.-creators:nth-last-child(6):first-child,
  .card.-creators:nth-last-child(6):first-child ~ .card.-creators {
    width: 15.4929577%;
  }
  .card.-creators:nth-last-child(6):first-child:not(:nth-child(6n + 1)),
  .card.-creators:nth-last-child(6):first-child:nth-child(n + 6),
  .card.-creators:nth-last-child(6):first-child
    ~ .card.-creators:not(:nth-child(6n + 1)),
  .card.-creators:nth-last-child(6):first-child
    ~ .card.-creators:nth-child(n + 6) {
    margin-left: 1.4084507%;
  }
  .card.-creators:nth-last-child(6):first-child:nth-child(n + 6),
  .card.-creators:nth-last-child(6):first-child
    ~ .card.-creators:nth-child(n + 6) {
    margin-top: 0;
  }
  .card.-creators:nth-last-child(6):first-child:nth-child(n + 7),
  .card.-creators:nth-last-child(6):first-child
    ~ .card.-creators:nth-child(n + 7) {
    margin-top: 1.6725352%;
  }
  .card.-creators.-compact {
    height: 216px;
    padding-top: 0;
  }
  .card.-creators.-compact .card-title {
    top: 8px;
    left: 8px;
    right: 8px;
    font-weight: 600;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-button {
    display: none;
  }
  .card.-creators.-compact {
    display: inline-block;
    width: 47.4006116%;
    margin-bottom: 0;
  }
  .card.-creators.-compact .card-title {
    top: 8px;
    left: 8px;
    right: 8px;
    font-size: 14px;
  }
  .card.-creators.-compact:nth-child(odd) {
    margin-right: 5.1987768%;
  }
  .card.-creators.-compact:nth-child(n + 3) {
    margin-top: 5.1987768%;
  }
}
.carousel {
  padding: 0 40px;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel-inner {
  transform: translateX(calc(200px * (1 - var(--parallax-progress))));
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel .swiper-container {
  overflow: visible;
}
.carousel .swiper-wrapper {
  padding-bottom: 110px;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel .swiper-slide {
  height: 30.5555556vw;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  transition: transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel .swiper-slide:before {
  content: "";
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(58, 184, 255, 0.8);
  border-radius: inherit;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.818182);
}
.carousel .swiper-slide:not(.swiper-slide-active) a {
  pointer-events: none;
}
.carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.carousel .swiper-slide a {
  display: block;
}
.carousel .swiper-slide .button {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (hover: hover) and (pointer: fine) {
  .carousel .swiper-slide.swiper-slide-active:hover .button,
  .carousel .swiper-slide.swiper-slide-active:hover:before {
    opacity: 1;
  }
}
.carousel-item-info {
  display: none;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -74px;
  left: 0;
  z-index: 9;
  text-align: center;
  pointer-events: none;
}
.carousel-item-title {
  margin-bottom: 3px;
  font-size: 22px;
  line-height: 1.35;
  color: #121212;
}
.carousel-item-subtitle {
  color: rgba(0, 0, 0, 0.6);
}
.carousel-button-next,
.carousel-button-prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 66px;
  position: absolute;
  top: calc(((100vw - 40px * 2) * 0.541871921 * 0.5) - 33px);
  cursor: pointer;
}
.carousel-button-next .icon,
.carousel-button-prev .icon {
  width: 11px;
  height: 11px;
}
.carousel-button-prev {
  left: -40px;
}
.carousel-button-next {
  right: -40px;
}
@media (min-width: 768px) {
  .carousel {
    padding: 0;
  }
  .carousel .swiper-wrapper {
    padding-bottom: 130px;
  }
  .carousel .swiper-slide:before {
    display: block;
  }
  .carousel .swiper-slide .button {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .carousel-item-info {
    display: block;
  }
  .carousel-button-next,
  .carousel-button-prev {
    width: 66px;
    top: calc(15.2777778vw - 33px);
  }
  .carousel-button-next .icon,
  .carousel-button-prev .icon {
    width: 16px;
    height: 16px;
  }
  .carousel-button-prev {
    left: calc(50% - 28.19444445vw - 2.9166667vw - 33px);
  }
  .carousel-button-next {
    left: calc(50% + 28.19444445vw + 2.9166667vw - 33px);
    right: auto;
  }
}
.contact-form {
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.contact-form-title {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #121212;
}
.contact-form-title + .form-error-message {
  margin-top: -24px;
  font-size: 14px;
}
.contact-form textarea {
  height: 144px;
}
.contact-form .form-row.-action {
  margin-top: 0;
}
.contact-form .form-control,
.contact-form .select-control select,
.select-control .contact-form select {
  background: #fff;
}
.form-row:not(.-error) .contact-form .form-control:not(:focus),
.form-row:not(.-error) .contact-form .select-control select:not(:focus),
.select-control .form-row:not(.-error) .contact-form select:not(:focus) {
  border-color: #baddfd;
}
@media (min-width: 768px) {
  .contact-form {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .contact-form {
    width: 504px;
  }
}
.cookie-notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 608px;
  padding: 16px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 1.14;
  color: #121212;
}
.cookie-notice .icon {
  width: 0;
  height: 0;
  position: absolute;
  top: 21px;
  left: 16px;
  min-width: 24px;
  min-height: 24px;
  color: #1a8ef9;
}
.cookie-notice-text a {
  text-decoration: underline;
}
.cookie-notice-text a:not(:hover) {
  color: inherit;
}
.cookie-notice-buttons {
  display: -ms-flexbox;
  display: flex;
}
.cookie-notice .button:first-child {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .cookie-notice {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: calc(100vw - 48px);
    font-size: 13px;
  }
  .cookie-notice .icon {
    float: left;
  }
  .cookie-notice-text {
    min-height: 28px;
    margin-left: 40px;
  }
  .cookie-notice-buttons {
    width: 100%;
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .cookie-notice {
    padding-left: 40px;
  }
  .cookie-notice-text {
    margin: 0 16px;
  }
}
.example-header {
  padding: 80px 0 60px;
  background: linear-gradient(#eef4f9, #fff);
}
.example-header .back-button {
  margin-bottom: 20px;
}
.example-header .h1,
.example-header-caption {
  text-align: center;
}
.example-header .h1 {
  margin-bottom: 12px;
}
.example-header-caption {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.3;
  color: hsla(0, 0%, 7%, 0.4);
}
.example-header-social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.example-header-social-media-link {
  display: inline-block;
  padding: 6px;
  opacity: 0.8;
  color: #121212;
}
.example-header-social-media-link:hover {
  opacity: 1;
}
.example-header-social-media .icon {
  width: 24px;
  height: 24px;
}
.example-header-column:first-child:not(:only-child) {
  margin-bottom: 40px;
}
.example-header-image {
  margin-bottom: 20px;
}
.example-header-image img {
  border-radius: 6px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.example-header-quote {
  margin-left: 30px;
  position: relative;
  font-weight: 400;
  line-height: 1.3;
}
.example-header-quote .icon {
  width: 24px;
  height: 17px;
  position: absolute;
  top: -4px;
  left: -32px;
  color: #3ab8ff;
}
@media (max-width: 767px) {
  .example-header .button {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .example-header {
    padding: 142px 0 70px;
  }
  .example-header .back-button {
    margin-bottom: 0;
  }
  .example-header .h1 {
    margin-top: -26px;
  }
  .example-header-caption {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .example-header-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .example-header-column:first-child:only-child {
    margin-left: auto;
    margin-right: auto;
  }
  .example-header-column:first-child:not(:only-child) {
    min-width: 57.7464789%;
    margin-right: 9.8591549%;
    margin-bottom: 0;
  }
  .example-header-image {
    margin-bottom: 63px;
  }
  .example-header-quote {
    margin-left: 0;
  }
}
.examples-header {
  overflow: hidden;
  padding: 90px 0 160px;
  position: relative;
  background: #eef4f9;
}
.examples-header-bg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.examples-header-bg-item {
  width: 24.175824%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.examples-header-bg-item:not(:last-child) {
  margin-right: 1.098901%;
}
.examples-header-bg-item:nth-child(odd) {
  transform: translateY(calc(80% * (1 - var(--parallax-progress))));
}
.examples-header-bg-item:nth-child(2n) {
  transform: translateY(calc(20% * (1 - var(--parallax-progress))));
}
.examples-header .container {
  position: relative;
}
.examples-header .back-button {
  margin-bottom: 24px;
}
.examples-header .h1 {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .examples-header {
    padding-bottom: 180px;
  }
}
@media (min-width: 414px) {
  .examples-header {
    padding-bottom: 200px;
  }
}
@media (min-width: 500px) {
  .examples-header {
    padding-bottom: 250px;
  }
}
@media (min-width: 600px) {
  .examples-header {
    padding-bottom: 300px;
  }
}
@media (min-width: 768px) {
  .examples-header {
    padding: 100px 0 50px;
  }
  .examples-header-bg {
    width: 728px;
    max-width: 50.555556%;
  }
}

.guide {
  padding: 120px 0 80px;
}
.guide .back-button {
  margin-bottom: 28px;
}
.guide-title {
  margin-bottom: 33px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #333;
}
.guide-current-item {
  margin-bottom: 100px;
}
.guide-current-item-video {
  margin-bottom: 16px;
  position: relative;
}
.guide-current-item-video-inner {
  padding-top: 56.25%;
}
.guide-current-item-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.guide-current-item-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  color: #121212;
}
.guide-playlist-item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  transition: background 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-playlist-item-image {
  width: 0;
  min-width: 43.75%;
  margin-right: 16px;
  position: relative;
}
.guide-playlist-item-image:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.7);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-playlist-item-image img {
  width: 100%;
}
.guide-playlist-item-image-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 4px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  color: #fff;
}
.guide-playlist-item-image-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-playlist-item-image-icon .icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: inherit;
}
.guide-playlist-item-content {
  padding-right: 16px;
}
.guide-playlist-item-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.guide-playlist-item-description,
.guide-playlist-item-title {
  font-size: 14px;
  line-height: 1.3;
  color: #121212;
}
.guide-playlist-item.-active {
  background: #eef4f9;
}
@media (hover: hover) and (pointer: fine) {
  .guide-playlist-item:hover {
    background: #eef4f9;
  }
  .guide-playlist-item:hover .guide-playlist-item-image:before {
    opacity: 1;
  }
  .guide-playlist-item:hover .guide-playlist-item-image-icon {
    color: #1a8ef9;
  }
  .guide-playlist-item:hover .guide-playlist-item-image-icon:before {
    background: #fff;
    transform: scale(1.07);
  }
}
@media (max-width: 767px) {
  .guide-current-item-video {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 1023px) {
  .guide-playlist-item {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .guide-playlist-item-image {
    width: 100%;
    margin-right: 0;
  }
  .guide-playlist-item-content {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .guide {
    padding: 136px 0 130px;
  }
  .guide-playlist {
    column-count: 2;
    column-gap: 36px;
  }
}
@media (min-width: 1024px) {
  .guide-playlist {
    column-gap: 50px;
  }
}
@media (min-width: 1200px) {
  .guide-playlist {
    column-gap: 9.8591549%;
  }
}
.guide-list-item-image {
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.guide-list-item-image:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.7);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-list-item-image img {
  width: 100%;
}
.guide-list-item-image-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 4px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  color: #fff;
}
.guide-list-item-image-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.guide-list-item-image-icon .icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: inherit;
}
.guide-list-item-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.333;
  color: #121212;
}
.guide-list-item-title a:not(:hover) {
  color: inherit;
}
.guide-list-item-description {
  margin-bottom: 21px;
  color: hsla(0, 0%, 7%, 0.6);
}
.guide-list-item-more {
  line-height: 1.333;
  color: #121212;
}
.guide-list-item-more-link {
  display: inline-block;
  border-bottom: 1px solid;
}
.guide-list-item-more-link:not(:hover) {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .guide-list-item-image:hover:before {
    opacity: 1;
  }
  .guide-list-item-image:hover .guide-list-item-image-icon {
    color: #1a8ef9;
  }
  .guide-list-item-image:hover .guide-list-item-image-icon:before {
    background: #fff;
    transform: scale(1.07);
  }
}
@media (max-width: 767px) {
  .guide-list-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .guide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .guide-list-item {
    width: 47.1830986%;
  }
  .guide-list-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 60px;
  }
}
.header {
  height: 56px;
  position: fixed;
  z-index: 10;
  font-weight: 500;
  line-height: 56px;
  color: #121212;
  transition: 0.15s;
  transition-property: visibility, opacity;
}
.header,
.header:before {
  width: 100%;
  top: 0;
  left: 0;
}
.header:before {
  content: "";
  opacity: 0;
  background: hsla(0, 0%, 100%, 0.98);
  pointer-events: none;
  transition: opacity 0.15s;
}
.header-logo,
.header:before {
  height: 100%;
  position: absolute;
}
.header-logo {
  display: block;
  width: 161px;
  top: 0;
  left: 22px;
  z-index: 1;
}
.header-logo path {
  transition: fill 0.15s;
}
.header-logo:hover {
  color: currentColor;
}

/* flex布局 */
.header-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.header a:not(.header-button):not(.card):not(:hover) {
  color: inherit;
}
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible) {
  color: rgb(0, 0, 0);
}
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:first-child,
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:nth-child(3) {
  fill: #fff;
}
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:nth-child(2),
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:nth-child(4) {
  fill: #121212;
}
.header.-light-bg:before,
.header.-subnav-visible:before {
  opacity: 1;
}
.header.-hidden {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1023px) {
  .header-nav-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    padding: 65px 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    line-height: 1.25;
  }
  .header-nav {
    overflow: auto;
  }
  .header-nav-item {
    position: relative;
  }
  .header-nav-item.-subnav-visible {
    background: #eef4f9;
    color: #1a8ef9;
  }
  .header-nav-item.-subnav-visible .icon {
    transform: rotate(180deg) translateY(1px);
  }
  .header-nav-link {
    display: block;
    padding: 14px 24px;
    font-size: 16px;
  }
  .header-nav .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 19px;
    right: 29px;
    pointer-events: none;
  }
  .header-subnav {
    display: none;
    padding: 10px 0 32px;
  }
  .header-subnav-list {
    font-size: 16px;
  }
  .header-subnav-list-link {
    display: block;
    padding: 8px 0;
    color: #121212 !important;
  }
  .header-nav-item.-subnav-visible .header-subnav {
    display: block;
  }
  .header-secondary-nav {
    padding: 8px 24px 0;
  }
  .header-button,
  .header-secondary-nav-link {
    display: block;
    height: 48px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 48px;
  }
  .header-secondary-nav-link {
    margin-bottom: 8px;
    background: rgba(58, 184, 255, 0.1);
    color: #1a8ef9;
  }
  .header-button {
    background: #3ab8ff;
    color: #fff;
  }
  .header-nav-switcher {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 7px;
  }
  .header-nav-switcher i,
  .header-nav-switcher:after,
  .header-nav-switcher:before {
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    position: absolute;
    top: 27px;
    left: 18px;
    background: currentColor;
    border-radius: 2px;
    transition: 0.15s;
    transition-property: opacity, transform;
  }
  .header-nav-switcher:before {
    top: 21px;
  }
  .header-nav-switcher:after {
    top: 33px;
  }
  .header.-mobile-nav-visible .header-nav-wrapper {
    visibility: visible;
  }
  .header.-mobile-nav-visible .header-nav-switcher:before {
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  .header.-mobile-nav-visible .header-nav-switcher:after {
    transform: rotate(45deg) translate(-4px, -4px);
  }
  .header.-mobile-nav-visible .header-nav-switcher i {
    opacity: 0;
  }
}
@media (max-width: 374px) {
  .header-nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-nav-link + .icon {
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 64px;
    line-height: 64px;
  }
  .header-nav-wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    position: relative;
  }
  .header-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav-list {
    display: -ms-flexbox; 
    display: flex;
  }
  .header-nav-link {
    display: block;
    padding: 0 16px;
  }
  .header-nav-item:hover .header-nav-link,
  .header-nav-link:hover {
    color: #1a8ef9;
  }
  .header-nav .icon {
    display: none;
  }
  .header-subnav {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 56px 0;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: -1;
    transform: translateY(-5px);
    background: #eef4f9;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 40px 80px rgba(58, 125, 171, 0.06),
      0 40px 33.4221px rgba(58, 125, 171, 0.04),
      0 15px 17px rgba(58, 125, 171, 0.03),
      0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
      0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
      0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
    pointer-events: none;
    transition: 0.25s;
  }
  .header-nav-item:hover .header-subnav {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
  .header-secondary-nav {
    display: -ms-flexbox;
    display: flex;
  }
  .header-secondary-nav-item {
    margin-right: 9px;
  }
  .header-secondary-nav-item + .header-secondary-nav-item {
    margin-left: -9px;
  }
  .header-secondary-nav-link {
    display: block;
    padding: 0 12px;
  }
  .header-secondary-nav-link:hover {
    color: #1a8ef9;
  }
 
  /* .header.-light-bg .header-language-select-list {
    border-radius: 0 0 3px 3px;
  } */
  .header-language-select:hover .header-secondary-nav-link,
  .header-language-select:hover
    .header-secondary-nav-link.header-secondary-nav-link.header-secondary-nav-link {
    color: #1a8ef9;
  }
  .header-language-select:hover .header-language-select-list {
    visibility: visible;
    opacity: 1;
  }
  .header-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    padding: 0 30px;
    background: #1a8ef9;
    color: #fff;
    transition-property: background;
  }
  .header-button .icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .header-button:hover {
    background: #3ab8ff;
    color: #fff;
  }
  .header-nav-switcher {
    display: none;
  }
  .header-overlay {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.25s;
  }
  .header.-subnav-visible ~ .header-overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .header-button {
    width: 180px;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .header-button {
    display: block;
    width: 130px;
    padding: 0;
    text-align: center;
  }
  .header-button .icon {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .header-logo {
    width: 131px;
  }
  .header-nav-wrapper {
    padding-left: 170px;
  }
  .header-nav-link {
    padding: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .header {
    font-size: 15px;
  }
  .header-nav-wrapper {
    padding-left: -200px;
  }
  .header-logo {
    width: 120px;
  }
}
.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
.hero-inner {
  height: 100%;
}
.hero-background img,
.hero-background:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-background:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.hero-background-image {
  opacity: 0;
  animation-name: b;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}
.hero-background-image:first-of-type {
  animation-delay: 0s;
}
.hero-background-image:nth-of-type(2) {
  animation-delay: 5s;
}
.hero-background-image:nth-of-type(3) {
  animation-delay: 10s;
}
.hero-background-image:nth-of-type(4) {
  animation-delay: 15s;
}
.hero-background-image:nth-of-type(5) {
  animation-delay: 20s;
}
.hero-background-image:nth-of-type(6) {
  animation-delay: 25s;
}
.hero-background img {
  object-fit: cover;
}
.hero-background > picture img {
  transform: translateY(calc(300px * (var(--parallax-progress) - 0.5)));
}
.hero .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.hero .sell-header-description,
.hero .subtitle {
  color: inherit;
}
.hero .button {
  margin-top: 10px;
}
.hero-scroll-indicator {
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 11px;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  font-family: Maison Neue wf, sans-serif;
}
.hero-credits {
  display: none;
  position: absolute;
  right: 21px;
  bottom: 16px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
.hero-credits a {
  display: inline-block;
  margin-right: -5px;
  padding: 1px 5px;
  background: hsla(0, 0%, 100%, 0.2);
  color: inherit;
  transition: 0.15s;
}
.hero-credits a:hover {
  background: hsla(0, 0%, 100%, 0.3);
}
.hero.-text-color-dark {
  color: #121212;
}
.hero.-text-color-dark .hero-background:after {
  display: none;
}
.hero.-text-color-dark .hero-credits a {
  background: rgba(0, 0, 0, 0.2);
}
.hero.-theme-designers {
  height: auto;
  margin-bottom: -10px;
  padding: 136px 0 0;
}
@media (max-width: 767px) {
  .hero .h0 br,
  .hero .sell-header-description br,
  .hero .subtitle br {
    display: none;
  }
  .hero .button {
    width: auto;
  }
  .hero .button .icon {
    width: 22px;
    height: 15px;
    margin-left: 12px;
  }
}
@media (min-width: 768px) {
  .hero .button {
    margin-top: 30px;
  }
  .hero .button .icon {
    display: none;
  }
  .hero-scroll-indicator {
    font-size: 20px;
  }
  .hero-credits {
    display: inline-block;
  }
  .hero.-theme-designers {
    margin-bottom: -100px;
    padding: 180px 0 0;
  }
  .hero.-theme-designers .h0 {
    margin-bottom: 70px;
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .hero .button {
    margin-top: 40px;
  }
  .hero-scroll-indicator {
    font-size: 24px;
  }
  .hero.-theme-designers .h0 {
    margin-bottom: 90px;
    font-size: 80px;
  }
}
.hero-zoomable {
  width: 100%;
  height: 100vh;
  margin-bottom: 90px;
  text-align: center;
  color: #fff;
}
.hero-zoomable * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-zoomable-inner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-zoomable-grid-wrapper {
  width: 220vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, var(--grid-wrapper-offset, 0));
}
.hero-zoomable-grid {
  display: none;
  height: 100vh;
  padding-top: 64px;
}
.hero-zoomable-grid-inner {
  display: grid;
  grid-template-rows: 26.4634146% 3.0487805% 23.4146341% 5.9756098% 0 21.3414634% 2.0731707% 1.9512195% 0.1219512%;
  grid-template-columns: 10.6060606% 4.1414141% 4.6969697% 9.7474747% 6.8181818% 16.1616162% 7.6262626% 15.9090909% 6.969697% auto;
  grid-gap: calc((100vh - 64px) * 0.019138756);
  height: 100%;
  padding-top: calc((100vh - 64px) * 0.019138756);
}
.hero-zoomable-grid-item {
  background: #ddd;
  border-radius: 2px;
}
.hero-zoomable-grid-item:first-child {
  grid-area: 3/6/4/7;
}
.hero-zoomable-grid-item:nth-child(2) {
  grid-area: 1/5/3/7;
}
.hero-zoomable-grid-item:nth-child(3) {
  grid-area: 1/7/3/8;
}
.hero-zoomable-grid-item:nth-child(4) {
  grid-area: 3/5/5/6;
}
.hero-zoomable-grid-item:nth-child(5) {
  grid-area: 3/7/4/8;
}
.hero-zoomable-grid-item:nth-child(6) {
  grid-area: 5/5/8/6;
}
.hero-zoomable-grid-item:nth-child(7) {
  grid-area: 4/6/7/8;
}
.hero-zoomable-grid-item:nth-child(8) {
  grid-area: 2/4/5/5;
}
.hero-zoomable-grid-item:nth-child(9) {
  grid-area: 2/8/5/10;
}
.hero-zoomable-grid-item:nth-child(10) {
  grid-area: 1/3/2/5;
}
.hero-zoomable-grid-item:nth-child(11) {
  grid-area: 1/8/2/9;
}
.hero-zoomable-grid-item:nth-child(12) {
  grid-area: 5/2/9/5;
}
.hero-zoomable-grid-item:nth-child(13) {
  grid-area: 5/8/9/9;
}
.hero-zoomable-grid-item:nth-child(14) {
  grid-area: 1/1/2/3;
}
.hero-zoomable-grid-item:nth-child(15) {
  grid-area: 2/1/5/4;
}
.hero-zoomable-grid-item:nth-child(16) {
  grid-area: 5/1/9/2;
}
.hero-zoomable-grid-item:nth-child(17) {
  grid-area: 1/9/2/11;
}
.hero-zoomable-grid-item:nth-child(18) {
  grid-area: 2/10/5/11;
}
.hero-zoomable-grid-item:nth-child(19) {
  grid-area: 5/9/9/11;
}
.hero-zoomable-grid-item:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.hero-zoomable-grid-item:first-child:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.hero-zoomable-grid-item:first-child img {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-zoomable-grid-item:first-child .hero-zoomable-content {
  position: relative;
  z-index: 1;
}
.hero-zoomable-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  pointer-events: none;
  box-shadow: none;
}
.hero-zoomable-grid-main-item-image:not(:first-child) {
  display: none;
}
.hero-zoomable-grid-main-item-image img {
  transform: translateZ(0);
}
.hero-zoomable-content {
  display: block;
  transform: scale(calc(1 / var(--grid-initial-scale)));
  white-space: nowrap;
  color: inherit;
}
.hero-zoomable-content:hover {
  color: inherit;
}
.hero-zoomable-content:hover .hero-zoomable-title-line:first-child {
  transform: translateY(-0.9em);
}
.hero-zoomable-content:hover .hero-zoomable-title-line:nth-child(2) {
  transform: translateY(0.9em);
}
.hero-zoomable-content:hover .hero-zoomable-button {
  transform: scale(1.35);
  background: #1a8ef9;
}
.hero-zoomable-title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 96px;
  line-height: 1.1;
  font-family: Maison Neue wf, sans-serif;
}
.hero-zoomable-title-line {
  pointer-events: none;
}
.hero-zoomable-button,
.hero-zoomable-title-line {
  display: block;
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-zoomable-button {
  width: 220px;
  height: 64px;
  padding-left: 30px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 110px);
  background: #000;
  border-radius: 4px;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.hero-zoomable-button .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 35px;
}
.hero-zoomable-button:hover {
  background: #3ab8ff;
}
.hero-zoomable .hero-scroll-indicator {
  position: fixed;
}
.hero-zoomable .hero-scroll-indicator:not(.-secondary) {
  opacity: var(--scroll-indicator-opacity);
}
.hero-zoomable .hero-scroll-indicator.-secondary {
  color: #121212;
}
@media (min-height: 720px) {
  .hero-zoomable {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .hero-zoomable {
    height: 400px;
    overflow: hidden;
    background: #999;
  }
}
.hero-with-grid {
  overflow: hidden;
  padding: 136px 0 80px;
  text-align: center;
  color: #121212;
}
.hero-with-grid-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 85px;
  padding: 0 1.666667vw;
  pointer-events: none;
}
.hero-with-grid-image {
  width: 32.183908%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-with-grid-image:nth-child(odd) {
  transform: translateY(calc(8vw * (1 - var(--parallax-progress))));
}
.hero-with-grid-image:nth-child(2n) {
  transform: translateY(calc(2vw * (1 - var(--parallax-progress))));
}
.hero-with-grid-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero-with-grid .h0 br,
  .hero-with-grid .sell-header-description br,
  .hero-with-grid .subtitle br {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-with-grid {
    padding: 185px 0 145px;
  }
}
@media (min-width: 1024px) {
  .hero-with-grid .h0 {
    font-size: 70px;
  }
}
.hero-with-images {
  height: calc(
    64px + 25.9027778vw * 1.243967828 + 136px + 33.5416667vw * 1.010351967 +
      130px
  );
  overflow: hidden;
  margin-top: 56px;
  padding: 80px 0;
  position: relative;
  text-align: center;
  color: #121212;
}
.hero-with-images .container {
  position: relative;
  z-index: 1;
}
.hero-with-images .button {
  margin-top: 10px;
}
.hero-with-images-image {
  position: absolute;
}
.hero-with-images-image img {
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  pointer-events: none;
}
.hero-with-images-image:first-child {
  width: 391px;
  max-width: 27.1527778vw;
  top: 171px;
  left: 0;
}
.hero-with-images-image:nth-child(2) {
  width: 373px;
  max-width: 25.9027778vw;
  top: 64px;
  right: 0;
}
.hero-with-images-image:nth-child(3) {
  width: 483px;
  max-width: 33.5416667vw;
  top: calc(64px + 25.9027778vw * 1.243967828 + 136px);
  right: 0;
}
.hero-with-images-image:first-child {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-with-images-image:nth-child(2) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-with-images-image:nth-child(3) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 767px) {
  .hero-with-images .h0 br,
  .hero-with-images .sell-header-description br,
  .hero-with-images .subtitle br {
    display: none;
  }
  .hero-with-images .sell-header-description,
  .hero-with-images .subtitle {
    max-width: 66vw;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-with-images .button {
    width: auto;
  }
  .hero-with-images .button .icon {
    width: 22px;
    height: 15px;
    margin-left: 12px;
  }
  .hero-with-images-image:first-child {
    max-width: 15vw;
  }
}
@media (min-width: 768px) {
  .hero-with-images {
    margin-top: 0;
    padding: 320px 0 0;
  }
  .hero-with-images .button {
    margin-top: 30px;
  }
  .hero-with-images .button .icon {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-with-images .button {
    margin-top: 40px;
  }
  .hero-with-images-image:first-child {
    left: auto;
    right: calc(50% + 329px);
  }
  .hero-with-images-image:nth-child(2) {
    left: calc(50% + 347px);
    right: auto;
  }
  .hero-with-images-image:nth-child(3) {
    left: calc(50% + 237px);
    right: auto;
  }
}
@media (min-width: 1440px) {
  .hero-with-images {
    height: 1282px;
  }
  .hero-with-images-image:nth-child(3) {
    top: 664px;
  }
}
.knowledge-base {
  padding: 120px 0 80px;
}
.knowledge-base-topics {
  margin-bottom: 24px;
}
.knowledge-base-topics .select-control select {
  height: 32px;
}
.knowledge-base-topics .select-control select:not([data-value]),
.knowledge-base-topics .select-control select[data-value=""] {
  color: hsla(0, 0%, 7%, 0.5);
}
.knowledge-base-navigation {
  padding: 16px 24px;
  background: #eff8ff;
  border-radius: 3px;
}
.knowledge-base-navigation-list {
  font-size: 18px;
  line-height: 1.278;
  color: #121212;
}
.knowledge-base-navigation-list-item {
  position: relative;
}
.knowledge-base-navigation-list-item-link {
  display: block;
  padding: 8px 0;
  color: inherit;
}
.knowledge-base-navigation-list-item .icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 14px;
  right: -2px;
}
.knowledge-base-navigation-list-item.-active
  .knowledge-base-navigation-list-item-link {
  color: #1a8ef9;
}
.knowledge-base-navigation-list-item.-active
  .knowledge-base-navigation-list-item-link
  .icon {
  transform: rotate(180deg);
}
.knowledge-base-navigation-list-item.-active
  .knowledge-base-navigation-submenu {
  height: var(--max-height);
}
.knowledge-base-navigation-submenu {
  height: 0;
  overflow: hidden;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.3;
  color: hsla(0, 0%, 7%, 0.8);
  transition: height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.knowledge-base-navigation-submenu-item:last-child {
  margin-bottom: 11px;
}
.knowledge-base-navigation-submenu-item.-active
  .knowledge-base-navigation-submenu-link {
  color: #1a8ef9;
}
.knowledge-base-navigation-submenu-link {
  display: block;
  padding: 7px 0;
}
.knowledge-base-navigation-submenu-link:not(:hover) {
  color: inherit;
}
.knowledge-base-article-list-item-title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.333;
}
.knowledge-base-article-list-item-excerpt {
  margin-bottom: 8px;
  color: #121212;
}
.knowledge-base-article-list-item-date {
  font-size: 12px;
  line-height: 1;
}
.knowledge-base-article-list-item:not(:last-child) {
  margin-bottom: 48px;
}
.knowledge-base-title {
  margin-bottom: 56px;
  font-size: 24px;
  line-height: 1.3125;
  color: #121212;
}
.knowledge-base-article {
  position: relative;
}
.knowledge-base-article .knowledge-base-title {
  padding-right: 50px;
}
.knowledge-base-article-date {
  margin-top: -49px;
  font-size: 12px;
  line-height: 1.3;
}
.knowledge-base-article-content {
  color: #121212;
}
.knowledge-base-article-content h2 {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.3;
}
.knowledge-base-article-content h2:not(:last-child) {
  margin-top: 62px;
}
.knowledge-base-article-content ol {
  margin-left: 1.2em;
  list-style-type: decimal;
}
.knowledge-base-article-content ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.knowledge-base-article-content img {
  display: block;
  margin: 27px 0;
}
.knowledge-base-article-print {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 1px;
  right: -10px;
}
.knowledge-base-article-print .icon {
  width: 24px;
  height: 24px;
}
.knowledge-base-related {
  margin-top: 72px;
  padding-top: 17px;
  border-top: 1px solid #a3d9fd;
}
.knowledge-base-related-title {
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.3;
  color: #121212;
}
.knowledge-base-related-list-item:not(:last-child) {
  border-bottom: 1px solid #d1ecfe;
}
.knowledge-base-related-list-link {
  display: block;
  padding: 8px 0;
}
.knowledge-base-related-list-link:not(:hover) {
  color: #57a6db;
}
@media (max-width: 767px) {
  .knowledge-base-column:first-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .knowledge-base {
    padding: 136px 0 120px;
  }
  .knowledge-base-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .knowledge-base-column:first-child {
    width: 200px;
  }
  .knowledge-base-column:last-child {
    width: calc(100vw - 200px - 36px * 3);
  }
  .knowledge-base-title {
    font-size: 32px;
  }
  .knowledge-base-article-content h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .knowledge-base-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) {
  .knowledge-base-column:first-child {
    width: 272px;
  }
  .knowledge-base-column:last-child {
    width: calc(100vw - 272px - 50px * 2 - 60px);
  }
}
@media (min-width: 1080px) {
  .knowledge-base-column:last-child {
    width: 66.1971831%;
  }
}
.press-list-items:not(:last-child) {
  margin-bottom: 44px;
}
.press-list-item-source {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  color: hsla(0, 0%, 7%, 0.6);
}
.press-list-item-title {
  margin-bottom: 8px;
}
.press-list-item-title a:not(:hover) {
  color: #1a9ff9;
}
.press-list-item:not(:last-child) {
  margin-bottom: 32px;
}
.press-list-toggle-more {
  display: inline-block;
  border-bottom: 1px solid;
  color: #121212;
  transition: 0.15s;
}
.press-list-toggle-more:hover {
  color: #1a8ef9;
}
.press-list.-show-all .press-list-toggle-more i:last-child,
.press-list:not(.-show-all) .press-list-item:nth-child(n + 7),
.press-list:not(.-show-all) .press-list-toggle-more i:first-child {
  display: none;
}
.pricing-plans {
  text-align: center;
}
.pricing-plans .switch {
  margin-bottom: 32px;
}
.pricing-plans-items {
  text-align: left;
}
.pricing-plans-item {
  padding: 24px 23px 22px;
  border: 1px solid #1a8ef9;
  border-radius: 8px;
  transition: box-shadow 0.25s;
}
.pricing-plans-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
  font-size: 22px;
  line-height: 1.1;
  color: #121212;
}
.pricing-plans-item-price {
  font-weight: 600;
}
.pricing-plans-item-features {
  margin-bottom: 50px;
}
.pricing-plans-item-feature {
  color: #121212;
}
.pricing-plans-item-feature:not(:last-child) {
  margin-bottom: 12px;
}
.pricing-plans-item-feature.-disabled {
  opacity: 0.3;
}
.pricing-plans-item .button {
  transition-duration: 0.25s;
}
.pricing-plans-item:nth-child(2n) {
  background: #f8fbff;
}
.pricing-plans-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (hover: hover) and (pointer: fine) {
  .pricing-plans-item:hover {
    box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
      0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
      0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
      0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
      0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
      0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  }
  .pricing-plans-item:hover .button {
    background: #1a8ef9;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .pricing-plans-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pricing-plans-item {
    width: calc((100% - 16px * 2) / 3);
  }
  .pricing-plans-item-header {
    margin-bottom: 47px;
  }
  .pricing-plans-item-features {
    margin-bottom: 67px;
  }
  .pricing-plans-item-feature:not(:last-child) {
    margin-bottom: 17px;
  }
  .pricing-plans-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pricing-plans {
    margin-left: -20px;
    margin-right: -20px;
  }
  .pricing-plans-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-plans-item-header {
    font-size: 18px;
  }
}
.product-presentation {
  overflow: hidden;
  background: linear-gradient(#fff, #eef5fa);
}
.product-presentation img {
  pointer-events: none;
}
.product-presentation-stage {
  position: relative;
}
.product-presentation-box {
  width: 915px;
  height: 558px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.product-presentation-box-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.product-presentation-box-inner {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
}
.product-presentation-titles {
  opacity: var(--titles-opacity);
  width: 100%;
  position: absolute;
  top: 195px;
  left: 0;
  z-index: 1;
  transform: translateY(var(--titles-offset));
  text-align: center;
}
.product-presentation-title {
  max-width: 10em;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  font-size: 68px;
  line-height: 1.2;
  font-family: Maison Neue wf, sans-serif;
  color: #121212;
}
.product-presentation-subtitle {
  text-align: center;
  font-size: 16px;
  color: hsla(0, 0%, 7%, 0.6);
}
.product-presentation-paint-green,
.product-presentation-paint-red {
  opacity: 0;
  width: 2140px;
  height: 2140px;
  position: absolute;
  bottom: -1070px;
  left: -1070px;
  border-radius: 50%;
}
.product-presentation-text {
  width: 550px;
  margin: 0 auto;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  z-index: 1;
  transform: translateY(550px);
}
.product-presentation-text-title {
  height: 115px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.23;
  color: #333;
}
.product-presentation-text-paragraphs {
  margin-bottom: 40px;
  font-size: 13.5px;
  color: #121212;
}
.product-presentation-text-image img {
  height: 157px;
}
.product-presentation-text.-center {
  text-align: center;
}
.product-presentation-text.-title-bold .product-presentation-text-title {
  font-weight: 800;
  font-size: 30px;
}
.product-presentation-paint-red {
  background: #ecd2cf;
}
.product-presentation-paint-green {
  background: #dae9c9;
}
.product-presentation-grid img,
.product-presentation-grid-horizontal img,
.product-presentation-grid-vertical img {
  width: 752px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-presentation-grid-horizontal img {
  top: 212px;
  bottom: auto;
}
.product-presentation-color,
.product-presentation-menu,
.product-presentation-settings,
.product-presentation-templates,
.product-presentation-text-settings {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  background: #fff;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  border-radius: 2px;
}
.product-presentation-menu {
  width: 118px;
  height: 104px;
  top: calc(50% - 263px);
  left: calc(50% - 540px);
}
.product-presentation-color img,
.product-presentation-templates img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.product-presentation-templates {
  display: block;
  width: 120px;
  height: 358px;
  padding: 8px 8px 0;
  top: calc(50% - 6px);
  left: calc(50% - 542px);
}
.product-presentation-templates-inner {
  position: relative;
}
.product-presentation-templates-list {
  width: 100%;
  height: 100%;
  padding-top: 62px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 8px;
  line-height: 16px;
  color: #121212;
}
.product-presentation-templates-list-item {
  height: 17.7px;
  margin: 0 0 70px;
  background: #fff;
}
.product-presentation-templates-pointer-wrapper {
  width: 100%;
  height: 62px;
  overflow: hidden;
  position: absolute;
  top: 94px;
  left: 0;
}
.product-presentation-templates-pointer {
  opacity: 0.5;
  width: 140px;
  height: 140px;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 70px);
  transform: scale(0);
  background: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
}
.product-presentation-color {
  width: 120px;
  height: 162px;
  padding: 0 4px;
  top: calc(50% - 272px);
  left: calc(50% + 422px);
}
.product-presentation-color-green,
.product-presentation-color-red {
  opacity: 0;
  width: 109px;
  position: absolute;
  top: 5px;
  left: 6px;
}
.product-presentation-settings {
  width: 96px;
  height: 200px;
  top: calc(50% - 49px);
  left: calc(50% + 422px);
}
.product-presentation-text-settings {
  width: 450px;
  height: 48px;
  top: calc(50% + 295px);
  left: calc(50% + 122px);
}
.product-presentation-text-settings-pointer-wrapper {
  width: 32px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  border-radius: 4px;
}
.product-presentation-text-settings-pointer-wrapper:first-of-type {
  left: 119px;
}
.product-presentation-text-settings-pointer-wrapper:last-of-type {
  left: 214px;
}
.product-presentation-text-settings-pointer {
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  transform: scale(0);
  background: rgba(26, 142, 249, 0.25);
  border-radius: 50%;
}
.product-presentation.-scrollable {
  height: calc(100vh + 10px);
  min-height: 855px;
}
.product-presentation.-scrollable .product-presentation-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  padding-top: 64px;
}
.product-presentation.-scrollable .product-presentation-color,
.product-presentation.-scrollable .product-presentation-grid img,
.product-presentation.-scrollable .product-presentation-grid-horizontal img,
.product-presentation.-scrollable .product-presentation-grid-vertical img,
.product-presentation.-scrollable .product-presentation-menu,
.product-presentation.-scrollable .product-presentation-settings,
.product-presentation.-scrollable .product-presentation-templates,
.product-presentation.-scrollable .product-presentation-text-settings {
  opacity: 0;
}
.product-presentation:not(.-scrollable) {
  padding: 100px 0 110px;
}
.product-presentation:not(.-scrollable) .product-presentation-stage {
  height: 130px;
  transform: scale(0.25);
  transform-origin: 50% 0;
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :first-child {
  transform: translateY(
    calc(40px * 0 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :nth-child(2) {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :nth-child(3) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :nth-child(4) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :nth-child(5) {
  transform: translateY(
    calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable)
  .product-presentation-stage
  > :nth-child(6) {
  transform: translateY(
    calc(40px * 5 * (1 - var(--parallax-progress)) - 20px * 5)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-presentation:not(.-scrollable) .product-presentation-box {
  position: absolute;
  top: 0;
  left: calc(50% - 457.5px);
}
.product-presentation:not(.-scrollable) .product-presentation-title {
  transform: translateY(-162px) scale(0.45);
}
.product-presentation:not(.-scrollable) .product-presentation-subtitle {
  transform: translateY(-235px) scale(0.63);
}
.product-presentation:not(.-scrollable) .product-presentation-menu {
  top: -16px;
}
.product-presentation:not(.-scrollable) .product-presentation-templates {
  top: 230px;
}
.product-presentation:not(.-scrollable) .product-presentation-color {
  top: -24px;
}
.product-presentation:not(.-scrollable) .product-presentation-color-red {
  opacity: 1;
}
.product-presentation:not(.-scrollable) .product-presentation-settings {
  top: 200px;
}
.product-presentation:not(.-scrollable) .product-presentation-text-settings {
  top: 540px;
}
.product-presentation.-theme-designers {
  background: 0 0;
}
@media (max-height: 710px) {
  .product-presentation.-scrollable .product-presentation-templates {
    top: calc(50% - 40px);
  }
}
@media (max-height: 685px) {
  .product-presentation.-scrollable .product-presentation-text-settings {
    top: calc(50% + 40vh);
  }
}
@media (min-width: 375px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 160px;
    transform: scale(0.3);
  }
}
@media (min-width: 414px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 180px;
    transform: scale(0.33);
  }
}
@media (min-width: 500px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 220px;
    transform: scale(0.4);
  }
}
@media (min-width: 600px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 280px;
    transform: scale(0.5);
  }
}
@media (min-width: 700px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 330px;
    transform: scale(0.6);
  }
}
@media (min-width: 768px) {
  .product-presentation:not(.-scrollable) {
    padding: 210px 0 220px;
  }
  .section-about-artist + .product-presentation {
    padding-top: 185px;
  }
}
@media (min-width: 900px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 370px;
    transform: scale(0.7);
  }
}
@media (min-width: 1000px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 430px;
    transform: scale(0.8);
  }
}
@media (min-width: 1160px) {
  .product-presentation:not(.-scrollable) .product-presentation-stage {
    height: 558px;
    transform: none;
  }
}
@media (max-width: 1023px) {
  .product-presentation.-scrollable {
    display: none;
  }
}
.school-header {
  overflow: hidden;
  position: relative;
  padding: 100px 0 20px;
}
.school-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.school-header-bg,
.school-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}
.school-header .container {
  position: relative;
}
.school-header-text {
  margin-bottom: 40px;
}
.school-header-logo {
  text-align: center;
}
.school-header-logo img {
  max-width: 272px;
}
.school-header .back-button {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .school-header {
    min-height: 400px;
    padding: 140px 0 45px;
  }
  .school-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .school-header .blog-post-title + .sell-header-description,
  .school-header .blog-post-title + .subtitle,
  .school-header .h2 + .sell-header-description,
  .school-header .h2 + .subtitle {
    margin-top: -23px;
  }
  .school-header .sell-header-description,
  .school-header .subtitle {
    text-align: initial;
  }
  .school-header-logo {
    margin-top: 15px;
    margin-left: 50px;
  }
  .school-header-text {
    max-width: 490px;
    margin-bottom: 0;
  }
}
.section-about-artist {
  overflow: hidden;
  padding: 80px 0 60px;
  position: relative;
}
.section-about-artist-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section-about-artist-bg,
.section-about-artist-bg img {
  width: 100%;
  height: 100%;
}
.section-about-artist-bg img {
  object-fit: cover;
  object-position: 50% 0;
}
.section-about-artist .container {
  position: relative;
}
.section-about-artist-text {
  max-width: 560px;
}
.section-about-artist-image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .section-about-artist {
    padding: 150px 0;
  }
  .section-about-artist .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-about-artist-image {
    margin-top: 0;
    max-width: 40.8450704%;
    margin-left: 12.6760563%;
  }
}
.section-blogs {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#eef4f9, #fff);
  text-align: center;
}
.section-blogs-header {
  margin-bottom: 40px;
}
.section-blogs-images {
  height: 343px;
  margin-left: -130px;
  position: relative;
  transform: scale(0.36);
  transform-origin: 50% 0;
}
.section-blogs-image {
  position: absolute;
}
.section-blogs-image img {
  max-width: none;
  border-radius: 3px;
  box-shadow: 0 43.9515px 65.1134px rgba(58, 125, 171, 0.13),
    0 18.3619px 27.2028px rgba(58, 125, 171, 0.0934511),
    0 9.81715px 14.5439px rgba(58, 125, 171, 0.0774939),
    0 5.50342px 8.15321px rgba(58, 125, 171, 0.065),
    0 2.92282px 4.33011px rgba(58, 125, 171, 0.0525061),
    0 1.21625px 1.80185px rgba(58, 125, 171, 0.0365489);
  pointer-events: none;
}
.section-blogs-image:first-child {
  opacity: 0.6;
  top: -9px;
  left: 624px;
}
.section-blogs-image:nth-child(2) {
  opacity: 0.2;
  top: 129px;
  left: 26px;
}
.section-blogs-image:nth-child(3) {
  opacity: 0.6;
  top: -43px;
  left: 323px;
}
.section-blogs-image:nth-child(4) {
  opacity: 0.6;
  top: 745px;
  left: 489px;
}
.section-blogs-image:nth-child(5) {
  opacity: 0.8;
  top: 522px;
  left: -40px;
}
.section-blogs-image:nth-child(6) {
  top: 222px;
  left: 117px;
}
.section-blogs-image:nth-child(7) {
  top: 477px;
  left: 256px;
}
.section-blogs-image:first-child {
  transform: translateY(
    calc(40px * 0 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(2) {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(3) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(4) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(5) {
  transform: translateY(
    calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(6) {
  transform: translateY(
    calc(40px * 5 * (1 - var(--parallax-progress)) - 20px * 5)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs-image:nth-child(7) {
  transform: translateY(
    calc(40px * 6 * (1 - var(--parallax-progress)) - 20px * 6)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-blogs .button {
  margin-top: 55px;
}
@media (min-width: 414px) {
  .section-blogs-images {
    height: 375px;
    transform: scale(0.4);
  }
}
@media (min-width: 500px) {
  .section-blogs-header {
    margin-bottom: 60px;
  }
  .section-blogs-images {
    height: 470px;
    margin-left: -125px;
    transform: scale(0.497);
  }
}
@media (min-width: 600px) {
  .section-blogs-images {
    height: 570px;
    margin-left: -102px;
    transform: scale(0.608);
  }
}
@media (min-width: 700px) {
  .section-blogs-images {
    height: 650px;
    margin-left: -75px;
    transform: scale(0.7);
  }
}
@media (min-width: 768px) {
  .section-blogs-header {
    margin-bottom: 70px;
  }
  .section-blogs-images {
    height: 700px;
    margin-left: -55px;
    transform: scale(0.77);
  }
}
@media (min-width: 1024px) {
  .section-blogs {
    padding: 245px 0 385px;
    text-align: left;
  }
  .section-blogs-header {
    max-width: 430px;
    margin-bottom: 0;
  }
  .section-blogs-images {
    width: 50%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
  }
}
.section-blog-list {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .section-blog-list {
    padding: 136px 0;
  }
}
.section-contact {
  overflow: hidden;
  padding: 60px 0 80px;
  position: relative;
}
.section-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section-contact-bg,
.section-contact-bg img {
  width: 100%;
  height: 100%;
}
.section-contact-bg img {
  object-fit: cover;
  object-position: 50% 100%;
}
.section-contact-bg-image {
  position: absolute;
  right: 0;
  pointer-events: none;
}
.section-contact-bg-image:first-child {
  top: 120px;
  right: 148px;
}
.section-contact-bg-image:nth-child(2) {
  opacity: 0.4;
  top: 304px;
  right: -59px;
}
.section-contact-bg-image:nth-child(3) {
  top: 542px;
  right: 25px;
}
.section-contact-bg-image:first-child {
  transform: translateY(
    calc(80px * 0 * (1 - var(--parallax-progress)) - 40px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-contact-bg-image:nth-child(2) {
  transform: translateY(
    calc(80px * 1 * (1 - var(--parallax-progress)) - 40px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-contact-bg-image:nth-child(3) {
  transform: translateY(
    calc(80px * 2 * (1 - var(--parallax-progress)) - 40px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-contact .container {
  position: relative;
}
.section-contact-email {
  margin: 30px 0;
  font-size: 18px;
  line-height: 1;
}
.section-contact-text a {
  display: inline-block;
  text-decoration: underline;
}
.section-contact-text a:not(:hover) {
  color: inherit;
}
.section-contact.-bg-image-collection {
  padding-top: 120px;
  background: linear-gradient(#eef4f9, #fff);
}
.section-contact.-bg-image-collection img {
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-contact.-bg-image-collection .contact-form-title {
  display: none;
}

@media (max-width: 767px) {
  .section-contact-column:not(:last-child) {
    margin-bottom: 60px;
  }
  .section-contact-email,
  .section-contact-text {
    text-align: center;
  }
  .section-contact-email + picture img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-contact-bg-images {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-contact {
    padding: 100px 0 140px;
  }
  .section-contact-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-contact-column:first-child {
    width: 32.3943662%;
  }
  .section-contact .blog-post-title,
  .section-contact .h2 {
    margin-bottom: 180px;
  }
  .section-contact-email {
    font-size: 22px;
  }
  .section-contact.-bg-image-collection {
    padding-top: 140px;
  }
  .section-contact.-bg-image-collection .blog-post-title,
  .section-contact.-bg-image-collection .h2 {
    margin-bottom: 73px;
  }
  .section-contact.-bg-image-collection .section-contact-text {
    font-size: 18px;
  }
  .section-contact.-bg-image-collection .section-contact-email {
    margin-bottom: 150px;
  }
}
@media (min-width: 1150px) {
  .section-contact-email {
    font-size: 26px;
  }
  .section-contact.-bg-image-collection .section-contact-column:last-child {
    margin-right: 13.3802817%;
  }
}
@media (min-width: 1440px) {
  .section-contact-bg-image:first-child {
    right: calc((100vw - 1440px) / 2 + 148px);
  }
  .section-contact-bg-image:nth-child(2) {
    right: calc((100vw - 1440px) / 2 - 59px);
  }
  .section-contact-bg-image:nth-child(3) {
    right: calc((100vw - 1440px) / 2 + 25px);
  }
}
.section-creators {
  padding: 80px 0 70px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-creators {
    padding-top: 145px;
    padding-bottom: 155px;
  }
}
@media (min-width: 1024px) {
  .section-creators {
    text-align: left;
  }
}
.section-customization {
  overflow: hidden;
  padding: 80px 0 45px;
  text-align: center;
}
.section-customization-header {
  max-width: 850px;
  margin: 0 auto 45px;
}
.section-customization .h1 {
  max-width: 9em;
  margin-left: auto;
  margin-right: auto;
}
.section-customization-images {
  width: 978px;
  height: 175px;
  margin-left: 17px;
  position: relative;
  transform: scale(0.24);
  transform-origin: 0 0;
  text-align: right;
}
.section-customization-image {
  position: relative;
}
.section-customization-image img {
  pointer-events: none;
}
.section-customization-image > img {
  border-radius: 4px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-customization-image picture img {
  border-radius: 6px;
}
.section-customization-image:nth-child(n + 2) {
  position: absolute;
}
.section-customization-image:first-child::before,
.section-customization-image:nth-child(3):before,
.section-customization-image:nth-child(5):before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}
.section-customization-image:nth-child(2) {
  top: 0;
  left: -63px;
}
.section-customization-image:nth-child(3) {
  top: 70px;
  right: 80px;
}
.section-customization-image:nth-child(4) {
  top: 32px;
  right: -131px;
}
.section-customization-image:nth-child(5) {
  top: 140px;
  right: 160px;
}
.section-customization-image:nth-child(6) {
  top: 383px;
  left: -129px;
}
.section-customization-image:nth-child(7) {
  top: 484px;
  right: 60px;
}
.section-customization-image:first-child {
  transform: translateY(
    calc(40px * 0 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(2) {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(3) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(4) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(5) {
  transform: translateY(
    calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(6) {
  transform: translateY(
    calc(40px * 5 * (1 - var(--parallax-progress)) - 20px * 5)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-customization-image:nth-child(7) {
  transform: translateY(
    calc(40px * 6 * (1 - var(--parallax-progress)) - 20px * 6)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-showcase + .section-customization {
  margin-top: -60px;
}
@media (min-width: 375px) {
  .section-customization-header {
    margin-bottom: 55px;
  }
  .section-customization-images {
    height: 195px;
    margin-left: 30px;
    transform: scale(0.27);
  }
}
@media (min-width: 414px) {
  .section-customization-images {
    height: 225px;
    margin-left: 30px;
    transform: scale(0.31);
  }
}
@media (min-width: 500px) {
  .section-customization-images {
    height: 235px;
    margin-left: 55px;
    transform: scale(0.35);
  }
}
@media (min-width: 600px) {
  .section-customization-images {
    height: 310px;
    margin-left: 55px;
    transform: scale(0.45);
  }
}
@media (min-width: 700px) {
  .section-customization-images {
    height: 370px;
    margin-left: 70px;
    transform: scale(0.52);
  }
}
@media (min-width: 768px) {
  .section-customization {
    padding: 120px 0 70px;
  }
  .section-customization-header {
    margin-bottom: 60px;
  }
  .section-customization .h1 {
    max-width: none;
  }
  .section-customization .sell-header-description + p,
  .section-customization .subtitle + p {
    margin-top: 0;
  }
  .section-customization-images {
    height: 380px;
    transform: scale(0.57);
  }
  .section-showcase + .section-customization {
    margin-top: -25px;
  }
}
@media (min-width: 800px) {
  .section-customization-images {
    height: 380px;
    transform: scale(0.6);
  }
}
@media (min-width: 900px) {
  .section-customization-images {
    height: 450px;
    transform: scale(0.7);
  }
}
@media (min-width: 1000px) {
  .section-customization-images {
    height: 500px;
    margin-left: 92px;
    transform: scale(0.76);
  }
}
@media (min-width: 1024px) {
  .section-customization {
    padding-bottom: 140px;
  }
  .section-customization-header {
    margin-bottom: 80px;
  }
  .section-customization-images {
    margin-left: 89px;
    transform: scale(0.76);
  }
}
@media (min-width: 1100px) {
  .section-customization-images {
    height: 510px;
    margin-left: 92px;
    transform: scale(0.83);
  }
}
@media (min-width: 1200px) {
  .section-customization-images {
    height: 520px;
    margin-left: 98px;
    transform: scale(0.92);
  }
}
@media (min-width: 1280px) {
  .section-customization-images {
    height: 520px;
    margin-left: 96px;
    transform: scale(0.96);
  }
}
@media (min-width: 1400px) {
  .section-customization-images {
    height: 600px;
    margin: 0 auto;
    transform: none;
  }
}
.section-domain {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#eef4f9, #fff);
}
.section-domain-bg {
  pointer-events: none;
}
.section-domain-bg,
.section-domain-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-domain-bg img {
  object-fit: cover;
}
.section-domain .container {
  position: relative;
}
.section-domain .back-button {
  margin-bottom: 20px;
}
.section-domain .h1,
.section-domain .sell-header-description,
.section-domain .subtitle {
  text-align: center;
}
.section-domain-form {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.section-domain-form-input {
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
  padding: 0 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
  font-size: 16px;
  color: #121212;
}
.section-domain-form-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 7%, 0.25);
}
.section-domain-form-input::-moz-placeholder {
  color: hsla(0, 0%, 7%, 0.25);
}
.section-domain-form-input:-ms-input-placeholder,
.section-domain-form-input::-ms-input-placeholder {
  color: hsla(0, 0%, 7%, 0.25);
}
.section-domain-form-input::placeholder {
  color: hsla(0, 0%, 7%, 0.25);
}
.section-domain-form .button {
  width: 240px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-domain-features {
  display: grid;
  grid-gap: 16px;
}
.section-domain-feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  text-align: center;
}
.section-domain-feature-details {
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
}
.section-domain-feature .h3 {
  line-height: 1.1;
}
.section-domain-feature-description {
  color: rgba(0, 0, 0, 0.5);
}
.section-domain-feature:first-child {
  background: hsla(0, 0%, 100%, 0.8);
}
@media (max-width: 374px) {
  .section-domain-form-input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .section-domain-form-input::-moz-placeholder {
    font-size: 13px;
  }
  .section-domain-form-input:-ms-input-placeholder,
  .section-domain-form-input::-ms-input-placeholder {
    font-size: 13px;
  }
  .section-domain-form-input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .section-domain-header {
    margin-bottom: 50px;
  }
  .section-domain-form .button {
    height: 48px;
    font-size: 18px;
  }
  .section-domain-features {
    grid-template-columns: 1.5447fr 1fr;
    grid-template-rows: minmax(10px, auto);
  }
  .section-domain-feature {
    padding: 30px 20px;
  }
  .section-domain-feature .h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section-domain-feature .button {
    max-width: 300px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-domain-feature:first-child {
    grid-column: 1/3;
  }
  .section-domain-feature:nth-child(3) {
    grid-row: 3/5;
  }
  .section-domain-feature:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  .section-domain-feature:nth-child(5) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media (max-width: 767px) {
  .section-domain-header {
    margin-bottom: 40px;
  }
  .section-domain-form-input {
    height: 48px;
    margin-right: 0;
  }
  .section-domain-form .button {
    display: none;
  }
  .section-domain-feature {
    padding: 20px;
  }
  .section-domain-feature:nth-child(n + 2) {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }
  .section-domain-feature:nth-child(n + 2) .h3 {
    margin-bottom: 11px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-domain-header + .section-domain-form {
    margin-top: -28px;
  }
}
@media (min-width: 1024px) {
  .section-domain {
    padding: 120px 0 190px;
  }
  .section-domain-bg img {
    object-position: 100% 50%;
  }
  .section-domain-header {
    margin-bottom: 65px;
  }
  .section-domain .h1,
  .section-domain .sell-header-description,
  .section-domain .subtitle {
    text-align: inherit;
  }
  .section-domain-form-input {
    font-size: 24px;
  }
  .section-domain-features {
    grid-template-columns: 1.533fr 2.067fr 1fr;
    grid-template-rows: minmax(120px, auto) minmax(120px, auto);
  }
  .section-domain-feature {
    padding: 32px 23px 24px;
  }
  .section-domain-feature .button {
    font-size: 20px;
  }
  .section-domain-feature:first-child {
    grid-row: 1/4;
    padding-top: 24px;
  }
  .section-domain-feature:nth-child(2) {
    grid-row: 1/2;
  }
  .section-domain-feature:nth-child(3) {
    grid-row: 2/4;
  }
  .section-domain-feature:nth-child(3) .section-domain-feature-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-domain-feature:nth-child(4) {
    grid-row: 1/3;
  }
  .section-customization + .section-domain {
    margin-top: 30px;
  }
}
.section-ecommerce {
  overflow: hidden;
  padding: 80px 0;
  background: linear-gradient(#fff, #eef4f9 85.43%);
}
.section-ecommerce-header {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}
.section-ecommerce-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-ecommerce-feature {
  width: 47%;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.27;
  color: #121212;
}
.section-ecommerce-feature .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  color: #3ab8ff;
}
.section-ecommerce-buttons {
  margin: 0 auto;
  text-align: center;
}
.section-ecommerce-buttons .button:not(:last-child) {
  margin-bottom: 16px;
}
.section-ecommerce-images {
  width: 808px;
  height: 205px;
  margin-left: 30px;
  position: relative;
  transform: scale(0.26);
  transform-origin: 0 0;
}
.section-ecommerce-image img {
  pointer-events: none;
}
.section-ecommerce-image:first-child img {
  border-radius: 6px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-ecommerce-image:nth-child(n + 2) {
  position: absolute;
}
.section-ecommerce-image:nth-child(n + 2) img {
  border-radius: 4px;
  box-shadow: 0 21.4468px 31.7731px rgba(58, 125, 171, 0.13),
    0 8.95996px 13.274px rgba(58, 125, 171, 0.0934511),
    0 4.79043px 7.09693px rgba(58, 125, 171, 0.0774939),
    0 2.68547px 3.97848px rgba(58, 125, 171, 0.065),
    0 1.42623px 2.11294px rgba(58, 125, 171, 0.0525061),
    0 0.593488px 0.879242px rgba(58, 125, 171, 0.0365489);
}
.section-ecommerce-image:nth-child(2) {
  top: 38px;
  right: -111px;
}
.section-ecommerce-image:nth-child(3) {
  top: 44px;
  left: -154px;
}
.section-ecommerce-image:nth-child(4) {
  top: 291px;
  right: -164px;
}
.section-ecommerce-image:nth-child(5) {
  top: 384px;
  left: -82px;
}
.section-ecommerce-image:first-child {
  transform: translateY(
    calc(40px * 0 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-ecommerce-image:nth-child(2) {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-ecommerce-image:nth-child(3) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-ecommerce-image:nth-child(4) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-ecommerce-image:nth-child(5) {
  transform: translateY(
    calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-ecommerce.-gradient-reversed {
  background: linear-gradient(#eef4f9, #fff);
}
.section-ecommerce:first-of-type {
  margin-top: 50px;
}
@media (max-width: 374px) {
  .section-ecommerce-features {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-ecommerce-feature {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-ecommerce-features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-ecommerce .sell-header-description,
  .section-ecommerce .subtitle {
    line-height: 1.53;
  }
}
@media (min-width: 375px) {
  .section-ecommerce-images {
    height: 240px;
    margin-left: 32px;
    transform: scale(0.32);
  }
}
@media (min-width: 414px) {
  .section-ecommerce-images {
    margin-left: 50px;
  }
}
@media (min-width: 500px) {
  .section-ecommerce-images {
    height: 285px;
    margin-left: 63px;
    transform: scale(0.4);
  }
}
@media (min-width: 600px) {
  .section-ecommerce-images {
    height: 340px;
    margin-left: 72px;
    transform: scale(0.5);
  }
}
@media (min-width: 700px) {
  .section-ecommerce-images {
    height: 410px;
    margin-left: 100px;
    transform: scale(0.6);
  }
}
@media (min-width: 768px) {
  .section-ecommerce {
    padding: 120px 0 130px;
  }
  .section-ecommerce-header {
    margin-bottom: 65px;
  }
  .section-ecommerce .sell-header-description + p,
  .section-ecommerce .subtitle + p {
    margin-top: 20px;
  }
  .section-ecommerce-features {
    margin-bottom: 80px;
  }
  .section-ecommerce-feature {
    margin-bottom: 0;
  }
  .section-ecommerce-buttons {
    width: 320px;
  }
  .section-ecommerce:first-of-type {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .section-ecommerce-feature {
    width: 260px;
    padding-left: 52px;
    font-size: 22px;
  }
  .section-ecommerce-feature .icon {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
  .section-ecommerce-feature:nth-child(n + 2) {
    margin-left: 35px;
  }
  .section-ecommerce-images {
    height: auto;
    margin: 0 auto 105px;
    transform: none;
  }
}
.section-examples {
  overflow: hidden;
  padding: 80px 0 75px;
}
.section-examples-header {
  margin-bottom: 80px;
  text-align: center;
}
.section-examples-header .h1 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-examples-header .sell-header-description,
.section-examples-header .subtitle {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
  font-size: inherit;
}

.section-showcase + .section-examples {
  padding-top: 10px;
}
.section-customization + .section-examples {
  padding-top: 30px;
}
.section-examples.-bg-gradient-beige {
  background: linear-gradient(#f8f3ec, #fff);
}
@media (min-width: 768px) {
  .section-examples {
    padding: 190px 0 150px;
  }
  .section-examples-header {
    margin-top: -70px;
    margin-bottom: 105px;
  }
 
  .section-customization + .section-examples {
    padding-top: 105px;
  }
}
.section-examples-categorized {
  padding: 60px 0;
}
.section-examples-categorized-menu {
  margin-bottom: 35px;
}
.section-examples-categorized-menu-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-examples-categorized-menu-column-title {
  width: 100%;
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 22px;
  color: #121212;
}
.section-examples-categorized-menu-column:not(:last-child) {
  margin-bottom: 30px;
}
.section-examples-categorized-menu-list-item {
  margin-bottom: 9px;
}
.section-examples-categorized-menu-list-item a:not(:hover) {
  color: inherit;
}
.section-examples-categorized-menu-list:not(:last-child) {
  margin-right: 40px;
}
.section-examples-categorized-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 32px;
  font-family: Maison Neue wf, sans-serif;
  color: #121212;
}
.section-examples-categorized-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-examples-categorized-item {
  display: block;
  position: relative;
}
.section-examples-categorized-item .button .icon,
.section-examples-categorized-item .button.-link:before,
.section-examples-categorized-item-buttons,
.section-examples-categorized-item-caption,
.section-examples-categorized-item-image img,
.section-examples-categorized-item-image:before,
.section-examples-categorized-item-title,
.section-examples-categorized-item:before {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-examples-categorized-item:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1a8ef9;
  border-radius: 3px;
}
.section-examples-categorized-item-image {
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
.section-examples-categorized-item-image:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.8);
  border-radius: 4px;
  pointer-events: none;
}
.section-examples-categorized-item-image img {
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.section-examples-categorized-item-buttons {
  opacity: 0;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-examples-categorized-item .button {
  height: 40px;
  font-size: 16px;
}
.section-examples-categorized-item .button.-white .icon {
  opacity: 0;
  margin-left: -12px;
}
.section-examples-categorized-item .button.-white:hover {
  background: #fff;
  color: #1a8ef9;
}
.section-examples-categorized-item .button.-white:hover .icon {
  opacity: 1;
  margin-left: 25px;
  margin-right: -5px;
}
.section-examples-categorized-item .button.-link {
  position: relative;
}
.section-examples-categorized-item .button.-link:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background: currentColor;
}
.section-examples-categorized-item .button.-link:hover:before {
  opacity: 1;
}
.section-examples-categorized-item .button:not(:last-child) {
  margin-bottom: 5px;
}
.section-examples-categorized-item-title {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.25;
  color: #121212;
}
.section-examples-categorized-item-title a:not(:hover) {
  color: inherit;
}
.section-examples-categorized-item-caption {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.3;
  color: hsla(0, 0%, 7%, 0.4);
}
.section-examples-categorized-item:nth-child(n + 2) {
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .section-examples-categorized-item:hover
    .section-examples-categorized-item-image:before,
  .section-examples-categorized-item:hover:before {
    opacity: 1;
  }
  .section-examples-categorized-item:hover
    .section-examples-categorized-item-image
    img {
    box-shadow: none;
  }
  .section-examples-categorized-item:hover
    .section-examples-categorized-item-buttons {
    opacity: 1;
  }
  .section-examples-categorized-item:hover
    .section-examples-categorized-item-caption,
  .section-examples-categorized-item:hover
    .section-examples-categorized-item-title {
    transform: translateX(17px);
  }
}
@media (min-width: 768px) {
  .section-examples-categorized {
    padding: 40px 0 75px;
  }
  .section-examples-categorized-menu {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  .section-examples-categorized-menu-column:not(:last-child) {
    margin-bottom: 0;
  }
  .section-examples-categorized-item {
    width: calc(50% - 16px);
  }
  .section-examples-categorized-item-title {
    font-size: 24px;
  }
  .section-examples-categorized-item-caption {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .section-examples-categorized-item:nth-child(n + 2) {
    margin-top: 0;
  }
  .section-examples-categorized-item:nth-child(n + 3) {
    margin-top: 40px;
  }
}
.section-faq {
  padding: 20px 0 80px;
  background: linear-gradient(#fff, #eef4f9);
}
.section-faq-header {
  margin-bottom: 83px;
  text-align: center;
}
.section-faq.-bg-solid {
  background: #eef4f9;
}
@media (min-width: 768px) {
  .section-faq {
    padding: 85px 0 170px;
  }
}
@media (min-width: 1024px) {
  .section-faq-header {
    text-align: left;
  }
}
.section-form-with-image {
  padding-top: 120px;
}
.section-form-with-image .back-button {
  margin-bottom: 10px;
}
.section-form-with-image-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #1a8ef9;
}
.section-form-with-image-image {
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-form-with-image-form {
    margin-bottom: 60px;
  }
  .section-form-with-image .sell-header-description,
  .section-form-with-image .subtitle {
    margin-top: -10px;
    margin-bottom: 35px;
    text-align: inherit;
  }
  .section-form-with-image .button {
    display: block;
    max-width: none;
  }
  .section-form-with-image-image {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 768px) {
  .section-form-with-image {
    padding-top: 56px;
  }
  .section-form-with-image .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-form-with-image-form {
    -ms-flex: 1;
    flex: 1;
    min-height: 430px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-form-with-image-title {
    margin-bottom: 40px;
    font-size: 44px;
  }
  .section-form-with-image .sell-header-description,
  .section-form-with-image .subtitle {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .section-form-with-image-image {
    width: 49.4444444vw;
    max-width: 720px;
    margin-right: -36px;
    margin-left: 9.8591549%;
  }
}
@media (min-width: 1024px) {
  .section-form-with-image-title {
    font-size: 62px;
  }
  .section-form-with-image-image {
    margin-right: -50px;
  }
}
@media (min-width: 1236px) {
  .section-form-with-image-image {
    margin-right: calc((100vw - 1136px) / -2);
  }
}
.section-galleries {
  padding: 35px 0;
}
.section-galleries-header {
  text-align: center;
}
.section-galleries-wall {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -ms-flex-align: end;
  align-items: flex-end;
  background: linear-gradient(#f5f5f5, #ececec);
  text-align: center;
}
.section-galleries-wall-item {
  width: 15.972222%;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-galleries-wall-item:nth-child(odd) {
  transform: translateY(calc(8vw * (1 - var(--parallax-progress))));
}
.section-galleries-wall-item:nth-child(2n) {
  transform: translateY(calc(2vw * (1 - var(--parallax-progress))));
}
.section-galleries-wall img {
  width: 100%;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.section-galleries-grid-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.section-galleries-grid-switcher-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
  height: 80px;
  overflow: hidden;
  color: #3ab8ff;
}
.section-galleries-grid-switcher-item span {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
  border: 1px solid;
  transition: 0.15s;
}
.section-galleries-grid-switcher-item:not(:last-child) {
  margin-right: 48px;
}
.section-galleries-grid-switcher-item[data-grid-layout="4"]
  span:nth-child(-n + 3) {
  height: 52px;
}
.section-galleries-grid-switcher-item[data-grid-layout="4"]
  span:nth-child(n + 4) {
  width: 38px;
}
.section-galleries-grid-switcher-item[data-grid-layout="5"] span {
  width: 100%;
}
.section-galleries-grid-switcher-item[data-grid-layout="6"] {
  display: block;
}
.section-galleries-grid-switcher-item[data-grid-layout="6"] span:first-child {
  width: 52px;
  height: 52px;
  float: left;
}
.section-galleries-grid-switcher-item[data-grid-layout="6"] span:nth-child(2),
.section-galleries-grid-switcher-item[data-grid-layout="6"] span:nth-child(3) {
  float: right;
}
.section-galleries-grid-switcher-item[data-grid-layout="6"] span:nth-child(4) {
  clear: both;
  float: left;
}
.section-galleries-grid-switcher-item[data-grid-layout="6"] span:nth-child(5) {
  width: 52px;
  float: right;
}
.section-galleries-grid-switcher-item[data-grid-layout="8"] span {
  width: 38px;
  height: 38px;
}
.section-galleries-grid-switcher-item:hover span {
  background: rgba(58, 184, 255, 0.1);
}
.section-galleries-grid-switcher-item.-active span {
  background: currentColor;
}
.section-galleries-grid {
  max-width: 944px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.section-galleries-grid-item,
.section-galleries-grid-item-attribution {
  position: absolute;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-galleries-grid-item-attribution {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.9);
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.35;
}
.section-galleries-grid-item-attribution-name {
  text-transform: uppercase;
  color: #fff;
}
.section-galleries-grid-item-attribution,
.section-galleries-grid-item-attribution:hover {
  color: hsla(0, 0%, 100%, 0.6);
}
.section-galleries-grid-item-attribution:hover {
  opacity: 1;
}
.section-galleries-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.section-galleries[data-grid-layout="1"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="2"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="3"] .section-galleries-grid-items {
  padding-top: 151.2711864%;
}
.section-galleries[data-grid-layout="1"] .section-galleries-grid-item,
.section-galleries[data-grid-layout="2"] .section-galleries-grid-item,
.section-galleries[data-grid-layout="3"] .section-galleries-grid-item {
  height: 32.2128852%;
}
.section-galleries[data-grid-layout="4"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="5"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="6"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="7"] .section-galleries-grid-items,
.section-galleries[data-grid-layout="8"] .section-galleries-grid-items {
  padding-top: 82.8828829%;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:first-child {
  width: 34.9576271%;
  top: 0;
  left: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(2) {
  width: 62.5%;
  top: 0;
  right: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(3) {
  width: 68.220339%;
  top: 33.8935574%;
  left: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(4) {
  width: 29.2372881%;
  top: 33.8935574%;
  right: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(5) {
  width: 48.7288136%;
  top: 67.7871148%;
  left: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(6) {
  width: 48.7288136%;
  top: 67.7871148%;
  right: 0;
}
.section-galleries[data-grid-layout="1"]
  .section-galleries-grid-item:nth-child(n + 7) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:first-child {
  width: 63.029661%;
  top: 33.8935574%;
  left: 0;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:nth-child(2) {
  width: 100%;
  top: 0;
  right: 0;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:nth-child(3) {
  width: 34.4279661%;
  top: 33.8935574%;
  left: 65.5720339%;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:nth-child(4) {
  width: 48.7288136%;
  top: 67.7871148%;
  right: 0;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:nth-child(5) {
  width: 48.7288136%;
  top: 67.7871148%;
  left: 0;
}
.section-galleries[data-grid-layout="2"]
  .section-galleries-grid-item:nth-child(6) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="3"] .section-galleries-grid-item {
  width: 48.7288136%;
  height: 32.2128852%;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:first-child {
  top: 0;
  left: 0;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:nth-child(2) {
  top: 0;
  right: 0;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:nth-child(3) {
  top: 33.8935574%;
  left: 51.2711864%;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:nth-child(4) {
  top: 67.7871148%;
  right: 51.2711864%;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:nth-child(5) {
  top: 33.8935574%;
  left: 0;
}
.section-galleries[data-grid-layout="3"]
  .section-galleries-grid-item:nth-child(6) {
  top: 67.7871148%;
  left: 51.2711864%;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(-n + 3) {
  width: 31.5315315%;
  height: 54.3478261%;
  top: 0;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(n + 4) {
  width: 48.6486486%;
  height: 42.3913043%;
  top: 57.6086957%;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:first-child,
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(4) {
  left: 0;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(2) {
  left: 34.2342342%;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(3) {
  left: 68.4684684%;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(5) {
  left: 51.3513514%;
}
.section-galleries[data-grid-layout="4"]
  .section-galleries-grid-item:nth-child(n + 6) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="5"] .section-galleries-grid-item {
  width: 100%;
  height: 31.1594203%;
  left: 0;
}
.section-galleries[data-grid-layout="5"]
  .section-galleries-grid-item:first-child {
  top: 0;
}
.section-galleries[data-grid-layout="5"]
  .section-galleries-grid-item:nth-child(2) {
  top: 34.4202899%;
}
.section-galleries[data-grid-layout="5"]
  .section-galleries-grid-item:nth-child(3) {
  top: 68.8405798%;
}
.section-galleries[data-grid-layout="5"]
  .section-galleries-grid-item:nth-child(n + 4) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:first-child {
  width: 69.1441441%;
  height: 62.7717391%;
  top: 0;
  left: 0;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(2),
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(3) {
  width: 28.1531532%;
  height: 29.7554348%;
  left: 71.8468468%;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(2) {
  top: 0;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(3) {
  top: 33.0163043%;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(4),
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(5) {
  top: 66.0326087%;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(4) {
  width: 28.1531532%;
  height: 33.9673913%;
  left: 0;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(5) {
  width: 69.1441441%;
  height: 33.9673913%;
  left: 30.8558559%;
}
.section-galleries[data-grid-layout="6"]
  .section-galleries-grid-item:nth-child(n + 6) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="7"] .section-galleries-grid-item {
  width: 31.5315315%;
  height: 31.1594203%;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(3n + 1) {
  left: 0;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(3n + 2) {
  left: 34.2342342%;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(3n) {
  left: 68.4684684%;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(-n + 3) {
  top: 0;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(4),
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(5),
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(6) {
  top: 34.4202899%;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(7),
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(8),
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(9) {
  top: 68.8405798%;
}
.section-galleries[data-grid-layout="7"]
  .section-galleries-grid-item:nth-child(n + 10) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-grid-layout="8"] .section-galleries-grid-item {
  width: 48.6486486%;
  height: 48.3695652%;
}
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:first-child,
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(2) {
  top: 0;
}
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:first-child,
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(4) {
  left: 0;
}
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(2),
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(3) {
  left: 51.3513514%;
}
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(3),
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(4) {
  top: 51.6304348%;
}
.section-galleries[data-grid-layout="8"]
  .section-galleries-grid-item:nth-child(n + 5) {
  opacity: 0;
  top: 100%;
  left: 0;
}
.section-galleries[data-animate-on-scroll] .section-galleries-grid-item {
  transition-duration: 1.2s;
}
.section-galleries.-layout-wall .section-galleries {
  padding-bottom: 0;
}
.section-galleries.-layout-wall .section-galleries-header {
  padding: 0 0 55px;
  background: linear-gradient(#fff, #f5f5f5);
}
.section-galleries.-layout-grid {
  padding-top: 80px;
}
.section-galleries.-layout-grid .section-galleries-header {
  margin-bottom: 40px;
}
.section-galleries.-grid-width-small .section-galleries-grid {
  max-width: 888px;
}
.section-galleries.-bg-gradient-extra-light-blue {
  background: linear-gradient(#eef4f9, #fff);
}
@media (max-width: 639px) {
  .section-galleries-grid-switcher-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 527px) {
  .section-galleries-grid-switcher {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .section-galleries-grid-switcher-item {
    min-width: 80px;
    min-height: 80px;
    transform: scale(0.5);
  }
  .section-galleries-grid-switcher-item:not(:last-child) {
    margin-right: -24px;
  }
}
@media (max-width: 1023px) {
  .section-galleries.-layout-wall
    .section-galleries
    .sell-header-description
    + p,
  .section-galleries.-layout-wall .section-galleries .subtitle + p {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .section-galleries,
  .section-galleries.-layout-grid,
  .section-galleries.-layout-wall {
    padding: 30px 0;
  }
  .section-galleries.-layout-grid .section-galleries-header {
    margin-bottom: 78px;
  }
  .section-galleries.-layout-grid .sell-header-description,
  .section-galleries.-layout-grid .subtitle {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-galleries.-layout-grid .sell-header-description + p,
  .section-galleries.-layout-grid .subtitle + p {
    max-width: 880px;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-galleries.-layout-grid:not(.-theme-artists):not([data-grid-layout="1"]):not([data-grid-layout="2"]):not([data-grid-layout="3"])
    .sell-header-description,
  .section-galleries.-layout-grid:not(.-theme-artists):not([data-grid-layout="1"]):not([data-grid-layout="2"]):not([data-grid-layout="3"])
    .subtitle {
    opacity: 0.7;
  }
  .product-presentation + .section-galleries {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .section-galleries.-layout-wall .section-galleries {
    padding-bottom: 0;
  }
  .section-galleries.-layout-wall .section-galleries-header {
    text-align: initial;
  }
  .section-galleries.-layout-wall .section-galleries-header .h1,
  .section-galleries.-layout-wall .section-galleries-header p {
    max-width: 655px;
  }
}
.section-get-started {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.section-get-started-bg {
  pointer-events: none;
}
.section-get-started-bg,
.section-get-started-bg img,
.section-get-started-bg-item {
  width: 100%;
  height: 100%;
}
.section-get-started-bg-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation-name: b;
  animation-duration: 25s;
  animation-iteration-count: infinite;
}
@keyframes b {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.section-get-started-bg-item:first-of-type {
  animation-delay: 0s;
}
.section-get-started-bg-item:nth-of-type(2) {
  animation-delay: 5s;
}
.section-get-started-bg-item:nth-of-type(3) {
  animation-delay: 10s;
}
.section-get-started-bg-item:nth-of-type(4) {
  animation-delay: 15s;
}
.section-get-started-bg-item:nth-of-type(5) {
  animation-delay: 20s;
}
.section-get-started-bg img {
  object-fit: cover;
}
.section-get-started .blog-post-title,
.section-get-started .h2 {
  margin-bottom: 53px;
  text-align: left;
  color: inherit;
}
.section-get-started-list {
  margin-bottom: 310px;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}
.section-get-started-list-item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 374px) {
  .section-get-started-list {
    margin-right: -10px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .section-get-started .blog-post-title,
  .section-get-started .h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .section-get-started {
    padding: 200px 0;
    text-align: left;
  }
  .section-get-started .blog-post-title,
  .section-get-started .h2 {
    margin-bottom: 92px;
  }
  .section-get-started-list {
    margin-bottom: 98px;
    font-size: 22px;
  }
}


.section-guides {
  padding: 120px 0 80px;
}
.section-guides .blog-post-title,
.section-guides .h2 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-guides {
    padding: 136px 0 155px;
  }
  .section-guides .blog-post-title,
  .section-guides .h2 {
    margin-bottom: 64px;
  }
}
.section-how-it-works {
  padding: 80px 0;
}
.section-how-it-works-header {
  margin-bottom: 35px;
  text-align: center;
}
.section-how-it-works-list {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #121212;
}
.section-how-it-works-list-item {
  padding-left: 50px;
  position: relative;
}
.section-how-it-works-list-item .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #3ab8ff;
}
.section-how-it-works-list-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-image-with-features + .section-how-it-works {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-how-it-works {
    padding: 100px 0;
  }
  .section-how-it-works-header {
    margin-bottom: 90px;
  }
  .section-how-it-works-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .section-how-it-works-list-item {
    width: 32%;
  }
  .section-how-it-works-list-item .icon {
    width: 32px;
    height: 32px;
  }
  .section-how-it-works-list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-how-it-works-list {
    font-size: 24px;
  }
  .section-how-it-works-list-item {
    padding-left: 75px;
  }
  .section-how-it-works-list-item .icon {
    width: 48px;
    height: 48px;
  }
}
.section-image-group-with-features {
  overflow: hidden;
  padding: 80px 0;
  background: #eef4f9;
}
.section-image-group-with-features-header {
  margin-bottom: 40px;
  text-align: center;
}
.section-image-group-with-features-content {
  padding-top: 40px;
}
.section-image-group-with-features-images {
  height: 290px;
  position: relative;
  transform: scale(0.465);
  transform-origin: 0 0;
}
.section-image-group-with-features-images img {
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-image-group-with-features-image {
  position: absolute;
}
.section-image-group-with-features-image img {
  max-width: none;
}
.section-image-group-with-features-image:first-child {
  opacity: 0.95;
  top: 119px;
  left: 0;
}
.section-image-group-with-features-image:nth-child(2) {
  opacity: 0.3;
  top: 136px;
  left: 436px;
}
.section-image-group-with-features-image:nth-child(3) {
  top: 0;
  left: 305px;
}
.section-image-group-with-features-image:nth-child(4) {
  top: 208px;
  left: 289px;
  z-index: 1;
}
.section-image-group-with-features-image:first-child {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-image-group-with-features-image:nth-child(2) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-image-group-with-features-image:nth-child(3) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-image-group-with-features-image:nth-child(4) {
  transform: translateY(
    calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-image-group-with-features .h3 {
  margin-bottom: 32px;
}
.section-image-group-with-features .list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-image-group-with-features .button {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 375px) {
  .section-image-group-with-features-images {
    height: 320px;
    transform: scale(0.55);
  }
}
@media (min-width: 414px) {
  .section-image-group-with-features-images {
    height: 350px;
    transform: scale(0.62);
  }
}
@media (min-width: 500px) {
  .section-image-group-with-features-images {
    height: 400px;
    transform: scale(0.75);
  }
}
@media (min-width: 600px) {
  .section-image-group-with-features-images {
    height: 470px;
    transform: scale(0.92);
  }
}
@media (min-width: 700px) {
  .section-image-group-with-features-images {
    height: 540px;
    transform: translateX(27px);
  }
}
@media (min-width: 768px) {
  .section-image-group-with-features {
    padding: 100px 0;
  }
  .section-image-group-with-features-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 80px;
  }
  .section-image-group-with-features-images,
  .section-image-group-with-features-text {
    width: 50%;
  }
  .section-image-group-with-features-images {
    height: auto;
    transform: scale(0.6) translateX(10px);
    transform-origin: 0 50%;
  }
  .section-image-group-with-features .h3 {
    text-align: initial;
  }
  .section-image-group-with-features .list {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .section-image-group-with-features-images {
    transform: none;
  }
}
.section-image-text-columns {
  padding: 50px 0;
}
.section-image-text-columns .container:first-child:not(:only-child) {
  padding-bottom: 10px;
}
.section-image-text-columns-image {
  margin-top: 40px;
  pointer-events: none;
}
.section-image-text-columns-list {
  position: relative;
}
.section-image-text-columns-list:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(rgba(250, 250, 255, 0), #f9f8ff);
}
.section-image-text-columns-list .list {
  max-height: 480px;
  padding-bottom: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .section-image-text-columns {
    padding: 40px 0;
  }
  .section-image-text-columns .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-image-text-columns .h3,
  .section-image-text-columns .sell-header-description,
  .section-image-text-columns .subtitle {
    text-align: initial;
  }
  .section-image-text-columns .h3 {
    margin-right: auto;
  }
  .section-image-text-columns-text {
    max-width: 40.8450704%;
  }
  .section-image-text-columns-text.-wide {
    max-width: 57.834507%;
  }
  .section-image-text-columns-image {
    width: 0;
    min-width: calc(var(--width) / 1136 * 100%);
    margin-top: 0;
  }
  .section-image-text-columns-image.-vertical-margin {
    transform: translateY(7%);
  }
  .section-image-text-columns.-image-position-left
    .section-image-text-columns-image.-horizontal-margin {
    margin-left: -7.0422535%;
  }
  .section-image-text-columns.-image-position-right .container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-image-text-columns.-image-position-right
    .section-image-text-columns-image.-horizontal-margin {
    margin-right: -7.0422535%;
  }
}
@media (min-width: 1024px) {
  .section-image-text-columns .list {
    padding-right: 80px;
  }
}
.section-image-with-features {
  padding: 80px 0;
  background: linear-gradient(#eef4f9, #fff);
}
.section-image-with-features-image {
  margin-top: 60px;
}
.section-image-with-features-image img {
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-image-with-features .h3 {
  margin-bottom: 32px;
}
.section-image-with-features .list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-image-with-features .button {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .section-image-group-with-features + .section-image-with-features {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .section-image-with-features {
    padding: 100px 0;
  }
  .section-image-with-features .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-image-with-features-image {
    max-width: 52.778vw;
    margin-top: 0;
    margin-left: -50px;
    margin-right: 7.222vw;
  }
  .section-image-with-features .h3 {
    text-align: initial;
  }
  .section-image-with-features .list {
    margin-bottom: 60px;
  }
  .school-header + .section-image-with-features {
    padding-top: 160px;
  }
}
@media (min-width: 1236px) {
  .section-image-with-features-image {
    margin-left: calc(-50px - (100vw - 1236px) / 2);
  }
}
@media (min-width: 1440px) {
  .section-image-with-features-image {
    margin-left: -152px;
    margin-right: 104px;
  }
}
.section-image-with-text {
  overflow: hidden;
  padding: 80px 0;
}
.section-image-with-text-image {
  margin-top: 60px;
}
.section-image-with-text-image img {
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.hero-with-images + .section-image-with-text {
  padding-top: 0;
}
@media (min-width: 768px) {
  .section-image-with-text {
    padding: 120px 0;
  }
  .section-image-with-text .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-image-with-text-image {
    width: 0;
    min-width: 52.7777778vw;
    margin-top: 0;
    margin-left: -50px;
    margin-right: 6.9444444vw;
  }
  .hero-with-images + .section-image-with-text {
    padding-top: 20px;
  }
}
@media (min-width: 1236px) {
  .section-image-with-text-image {
    margin-left: calc((100vw - 1136px) / -2);
  }
}
@media (min-width: 1440px) {
  .section-image-with-text-image {
    min-width: 66.9014085%;
    margin-left: -152px;
    margin-right: 100px;
  }
}
.section-mission {
  padding: 80px 0;
}
.section-mission-content {
  font-size: 24px;
  line-height: 1.3;
  color: #121212;
}
.section-mission-content p + p {
  margin-top: 0.7em;
}
@media (max-width: 767px) {
  .section-mission {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-mission {
    padding: 115px 0;
  }
  .section-mission .container {
    display: -ms-flexbox;
    display: flex;
  }
  .section-mission .example-header-quote,
  .section-mission .h4 {
    min-width: 190px;
    margin-top: 12px;
  }
  .section-mission-content {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .section-mission-content {
    font-size: 36px;
  }
}
.section-partner-schools {
  padding: 80px 0;
}
.section-partner-schools .sell-header-description,
.section-partner-schools .subtitle {
  max-width: 656px;
  margin-bottom: 40px;
}
.section-partner-schools-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.section-partner-schools-list-item {
  width: calc((100% - 16px * 2) / 2);
  margin: 0 8px 32px;
  color: #121212;
}
.section-partner-schools-list-link {
  display: block;
  color: inherit;
}
.section-partner-schools-list-image {
  margin-bottom: 16px;
  position: relative;
}
.section-partner-schools-list-image:after,
.section-partner-schools-list-image:before {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-partner-schools-list-image:before {
  content: "";
  height: 100%;
  background: rgba(26, 142, 249, 0.8);
  border-radius: 3px;
  box-shadow: 0 54px 80px rgba(58, 125, 171, 0.13),
    0 22.5599px 33.4221px rgba(58, 125, 171, 0.0934511),
    0 12.0616px 17.869px rgba(58, 125, 171, 0.0774939),
    0 6.76164px 10.0172px rgba(58, 125, 171, 0.065),
    0 3.59106px 5.32008px rgba(58, 125, 171, 0.0525061),
    0 1.49432px 2.21381px rgba(58, 125, 171, 0.0365489);
}
.section-partner-schools-list-image:after {
  content: attr(data-text);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
.section-partner-schools-list-image img {
  width: 100%;
  border-radius: 3px;
}
.section-partner-schools-more {
  margin-top: 10px;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .section-partner-schools-list-link:hover {
    color: currentColor;
  }
  .section-partner-schools-list-link:hover
    .section-partner-schools-list-image:after,
  .section-partner-schools-list-link:hover
    .section-partner-schools-list-image:before {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .section-partner-schools {
    padding: 120px 0;
  }
  .section-partner-schools .sell-header-description,
  .section-partner-schools .subtitle {
    margin-bottom: 66px;
    text-align: inherit;
  }
  .section-partner-schools-list-item {
    width: calc((100% - 16px * 3) / 3);
  }
}
@media (min-width: 1024px) {
  .section-partner-schools-list-item {
    width: calc((100% - 16px * 4) / 4);
  }
}
.section-press {
  padding: 120px 0 80px;
}
.section-press .blog-post-title,
.section-press .h2 {
  margin-bottom: 50px;
}
.section-press-kit-image {
  display: block;
  margin-bottom: 24px;
}
.section-press-kit .button {
  width: 100%;
}
@media (max-width: 767px) {
  .section-press-column:first-child {
    margin-bottom: 60px;
  }
  .section-press .button {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .section-press {
    padding: 136px 0 165px;
  }
  .section-press .blog-post-title,
  .section-press .h2 {
    margin-bottom: 64px;
  }
  .section-press-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-press-column:first-child {
    width: 49.2957746%;
  }
  .section-press-column:last-child {
    width: 32.3943662%;
  }
}
.section-pricing {
  padding: 80px 0;
}
.section-pricing-header {
  margin-bottom: 40px;
  text-align: center;
}
.section-pricing
  .pricing-plans.-billed-annually
  .pricing-plans-item-price
  span:first-of-type,
.section-pricing
  .pricing-plans:not(.-billed-annually)
  .pricing-plans-item-price
  span:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  .section-resources + .section-pricing {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-pricing {
    padding: 120px 0;
  }
  .section-pricing-header {
    margin-bottom: 50px;
  }
  .section-pricing-header .blog-post-title,
  .section-pricing-header .h2 {
    margin-bottom: 55px;
    text-align: left;
  }
}
.section-primary-features {
  overflow: hidden;
  text-align: center;
}
.section-primary-features-column {
  margin: 0 -24px;
  padding: 55px 24px 0;
}
.section-primary-features-column:first-child {
  background: #f8f3ec;
}
.section-primary-features-column:first-child .section-primary-features-image {
  margin-top: 60px;
  margin-left: 12px;
  margin-right: -24px;
}
.section-primary-features-column:last-child {
  background: #f1effe;
}
.section-primary-features-column:last-child
  .section-primary-features-image
  picture
  img {
  width: 100%;
  max-width: calc(100vw - 36px * 2);
}
.section-primary-features p:last-of-type {
  margin-bottom: 42px;
}
.section-primary-features-image {
  margin-top: auto;
  position: relative;
}
.section-primary-features-image img {
  pointer-events: none;
}
.section-primary-features-comment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  position: absolute;
  top: -20px;
  left: 15px;
  background: #fff;
  border-radius: 3px;
  font-size: 15px;
  color: #121212;
}
.section-primary-features-comment:before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 21px;
  bottom: -6px;
  background: inherit;
  transform: rotate(45deg);
}
.section-primary-features-comment-author {
  margin-right: 0.3em;
  color: #1a8ef9;
}
.section-primary-features-password {
  width: 164px;
  margin: 0 auto;
  position: absolute;
  bottom: 48px;
  right: 0;
  left: 0;
  border-radius: 3px;
  box-shadow: 0 0 67px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .section-primary-features-column {
    margin: 0 -36px;
    padding: 0 36px;
  }
  .section-primary-features-column:first-child {
    padding-top: 90px;
  }
  .section-primary-features-column:first-child .section-primary-features-image {
    margin-left: 0;
    margin-right: 0;
  }
  .section-primary-features-column:first-child
    .section-primary-features-image
    picture
    img {
    width: 100%;
  }
  .section-primary-features-column:last-child {
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  .section-primary-features {
    padding-top: 70px;
    background: linear-gradient(90deg, #f8f3ec 50%, #f1effe 0);
  }
  .section-primary-features-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-primary-features-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 47.3591549%;
    margin: 0;
    padding: 0;
  }
  .section-primary-features-column:first-child,
  .section-primary-features-column:last-child {
    padding: 0;
    background: 0 0;
  }
  .section-primary-features-column:first-child .section-primary-features-text {
    padding-right: 30px;
  }
  .section-primary-features-column:first-child .section-primary-features-image {
    margin-top: auto;
    margin-left: -15.2416357%;
    margin-right: -5.5762082%;
  }
  .section-primary-features-column:last-child {
    display: block;
  }
  .section-primary-features-column:last-child .section-primary-features-text {
    padding-left: 30px;
  }
  .section-primary-features-column:last-child .section-primary-features-image {
    margin-left: 5.5762082%;
    margin-right: -17.2862454%;
  }
  .section-primary-features-comment {
    height: 70px;
    padding: 0 40px;
    top: -37px;
    left: 22px;
    font-size: 28px;
  }
  .section-primary-features-comment:before {
    width: 24px;
    height: 24px;
    right: 42px;
    bottom: -12px;
  }
  .section-primary-features-password {
    width: auto;
    bottom: 82px;
  }
}
.section-resources {
  padding: 80px 0;
  text-align: center;
}
.section-resources-header {
  max-width: 585px;
  margin-bottom: 70px;
}
.section-resources-column:first-child {
  margin-bottom: 80px;
}
.section-resources-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.section-resources-list-item-text {
  color: hsla(0, 0%, 7%, 0.6);
}
.section-resources-list-item-video {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}
.section-resources-list-item-video:before {
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.7);
  border-radius: 3px;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-resources-list-item-video img {
  display: block;
  border-radius: 3px;
}
.section-resources-list-item-video-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-left: 4px;
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  color: #fff;
}
.section-resources-list-item-video-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-resources-list-item-video-icon .icon {
  width: 20px;
  height: 20px;
  position: relative;
  transition: inherit;
}
.section-resources-list-item a:not(:hover) {
  color: inherit;
}
.section-resources-list:not(:last-child) {
  margin-bottom: 43px;
}
.section-resources-more {
  display: inline-block;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 18px;
  color: #3ab8ff;
}
.section-resources-more:hover {
  color: #1a8ef9;
}
.knowledge-base + .section-resources {
  padding-top: 60px;
}
@media (hover: hover) and (pointer: fine) {
  .section-resources-list-item-video:hover:before {
    opacity: 1;
  }
  .section-resources-list-item-video:hover
    .section-resources-list-item-video-icon {
    color: #1a8ef9;
  }
  .section-resources-list-item-video:hover
    .section-resources-list-item-video-icon:before {
    background: #fff;
    transform: scale(1.07);
  }
}
@media (min-width: 768px) {
  .section-resources {
    padding: 120px 0 100px;
    text-align: left;
  }
  .section-resources-header {
    margin-bottom: 80px;
  }
  .section-resources-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-resources-column {
    width: 41%;
  }
  .section-resources-column:first-child {
    margin-bottom: 0;
  }
  .knowledge-base + .section-resources {
    padding-top: 85px;
  }
}
.section-secondary-features {
  padding: 80px 0 30px;
  text-align: center;
}
.section-secondary-features-header {
  margin-bottom: 60px;
}
.section-secondary-features-column {
  margin-bottom: 50px;
}
.section-secondary-features .h3 {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.section-secondary-features .icon {
  display: none;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 5px;
  left: -3px;
  color: #000;
}
.section-secondary-features .icon[data-name="image"] {
  width: 38px;
  height: 38px;
  left: 2px;
}
@media (min-width: 768px) {
  .section-secondary-features {
    padding: 120px 0 150px;
  }
  .section-secondary-features .h3 {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .section-secondary-features {
    text-align: left;
  }
  .section-secondary-features-header {
    margin-bottom: 80px;
    text-align: center;
  }
  .section-secondary-features-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-secondary-features-column {
    margin-bottom: 0;
    width: 30.399061%;
    padding-left: 70px;
    position: relative;
  }
  .section-secondary-features .icon {
    display: inline-block;
  }
}
.section-showcase {
  padding: 80px 0;
  text-align: center;
}
.section-showcase-header {
  max-width: 815px;
  margin: 0 auto 41px;
}


.section-showcase.-bg-gradient-beige {
  background: linear-gradient(#f8f3ec, #fff);
}
.section-showcase.-bg-gradient-light-purple {
  background: linear-gradient(#f1effe, #fff);
}
@media (min-width: 768px) {
  .section-showcase {
    padding: 120px 0 110px;
  }
  .section-showcase-header {
    margin-bottom: 64px;
  }
  .section-showcase .sell-header-description + p,
  .section-showcase .subtitle + p {
    margin-top: 0;
  }
}
.section-software-integration {
  overflow: hidden;
  padding: 35px 0 65px;
  position: relative;
  background: linear-gradient(#fff, #eef4f9);
  text-align: center;
}
.section-software-integration-header {
  margin-bottom: 15px;
}
.section-software-integration-images {
  height: 235px;
  margin-left: 243px;
  position: relative;
  transform: scale(0.348);
  transform-origin: 50% 0;
}
.section-software-integration-image {
  position: absolute;
}
.section-software-integration-image img {
  max-width: none;
  pointer-events: none;
}
.section-software-integration-image:nth-child(odd) img {
  border-radius: 4px;
  box-shadow: 0 43.9515px 65.1134px rgba(58, 125, 171, 0.13),
    0 18.3619px 27.2028px rgba(58, 125, 171, 0.0934511),
    0 9.81715px 14.5439px rgba(58, 125, 171, 0.0774939),
    0 5.50342px 8.15321px rgba(58, 125, 171, 0.065),
    0 2.92282px 4.33011px rgba(58, 125, 171, 0.0525061),
    0 1.21625px 1.80185px rgba(58, 125, 171, 0.0365489);
}
.section-software-integration-image:first-child {
  top: 60px;
  right: 58px;
}
.section-software-integration-image:nth-child(2) {
  top: 416px;
  right: 526px;
}
.section-software-integration-image:nth-child(2) img {
  border-radius: 14px;
  box-shadow: 0 77.833px 115.308px rgba(58, 125, 171, 0.13),
    0 32.5168px 48.173px rgba(58, 125, 171, 0.0934511),
    0 17.385px 25.7556px rgba(58, 125, 171, 0.0774939),
    0 9.7459px 14.4384px rgba(58, 125, 171, 0.065),
    0 5.17598px 7.66811px rgba(58, 125, 171, 0.0525061),
    0 2.15384px 3.19087px rgba(58, 125, 171, 0.0365489);
}
.section-software-integration-image:nth-child(3) {
  top: 340px;
  right: -36px;
}
.section-software-integration-image:nth-child(4) {
  top: 550px;
  right: 355px;
}
.section-software-integration-image:nth-child(4) img {
  border-radius: 9px;
  box-shadow: 0 46.6998px 69.1849px rgba(58, 125, 171, 0.13),
    0 19.5101px 28.9038px rgba(58, 125, 171, 0.0934511),
    0 10.431px 15.4534px rgba(58, 125, 171, 0.0774939),
    0 5.84754px 8.66302px rgba(58, 125, 171, 0.065),
    0 3.10559px 4.60087px rgba(58, 125, 171, 0.0525061),
    0 1.2923px 1.91452px rgba(58, 125, 171, 0.0365489);
}
.section-software-integration-image:first-child {
  transform: translateY(
    calc(40px * 0 * (1 - var(--parallax-progress)) - 20px * 0)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-software-integration-image:nth-child(2) {
  transform: translateY(
    calc(40px * 1 * (1 - var(--parallax-progress)) - 20px * 1)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-software-integration-image:nth-child(3) {
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-software-integration-image:nth-child(4) {
  transform: translateY(
    calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 375px) {
  .section-software-integration-images {
    height: 260px;
    margin-left: 250px;
    transform: scale(0.39);
  }
}
@media (min-width: 414px) {
  .section-software-integration-images {
    height: 285px;
    margin-left: 260px;
    transform: scale(0.43);
  }
}
@media (min-width: 500px) {
  .section-software-integration-header {
    margin-bottom: 10px;
  }
  .section-software-integration-images {
    height: 345px;
    margin-left: 292px;
    transform: scale(0.525);
  }
}
@media (min-width: 600px) {
  .section-software-integration-header {
    margin-bottom: 0;
  }
  .section-software-integration-images {
    height: 415px;
    margin-left: 295px;
    transform: scale(0.64);
  }
}
@media (min-width: 700px) {
  .section-software-integration-images {
    height: 550px;
    margin-left: -5px;
    transform: scale(0.8);
  }
}
@media (min-width: 1024px) {
  .section-software-integration {
    padding: 180px 0 265px;
    text-align: left;
  }
  .section-software-integration-header {
    max-width: 430px;
    margin-left: auto;
  }
  .section-software-integration-images {
    width: 50%;
    height: 100%;
    margin-left: 130px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.63);
    transform-origin: 0 50%;
  }
}
@media (min-width: 1100px) {
  .section-software-integration-images {
    transform: scale(0.72);
  }
}
@media (min-width: 1200px) {
  .section-software-integration-images {
    margin-left: 110px;
    transform: scale(0.82);
  }
}
@media (min-width: 1300px) {
  .section-software-integration-images {
    margin-left: 60px;
    transform: scale(0.92);
  }
}
@media (min-width: 1400px) {
  .section-software-integration-images {
    margin-left: 0;
    transform: none;
  }
}
.section-support {
  padding: 80px 0;
}
.section-support-header {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}
.section-support-list {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #121212;
}
.section-support-list-item {
  padding-left: 50px;
  position: relative;
}
.section-support-list-item .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #3ab8ff;
}
.section-support-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.section-support.-bg-gradient-beige {
  background: linear-gradient(#f8f3ec, #fff);
}
@media (max-width: 767px) {
  .section-image-with-features + .section-support {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section-support {
    padding: 100px 0;
  }
  .section-support-header {
    margin-bottom: 65px;
  }
  .section-support-header .sell-header-description,
  .section-support-header .subtitle {
    margin-top: -27px;
  }
  .section-support-header .sell-header-description + p,
  .section-support-header .subtitle + p {
    margin-top: 32px;
  }
  .section-support-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .section-support-list-item {
    width: 32%;
  }
  .section-support-list-item .icon {
    width: 32px;
    height: 32px;
  }
  .section-support-list-item:first-child {
    width: 25%;
  }
  .section-support-list-item:last-child {
    width: 29%;
  }
  .section-support-list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .section-support-list {
    font-size: 32px;
  }
  .section-support-list-item {
    padding-left: 75px;
  }
  .section-support-list-item .icon {
    width: 48px;
    height: 48px;
  }
}
.sell-header {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  background: linear-gradient(#f1effe, #fff 570px);
}
.sell-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sell-header-bg,
.sell-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}
.sell-header .container {
  position: relative;
}
.sell-header .back-button {
  margin-bottom: 20px;
}
.sell-header .button {
  margin-top: 28px;
}
.sell-header-small-image {
  opacity: 0.8;
  width: 27.254509%;
  margin-top: 16px;
  margin-left: auto;
  transform: translateY(
    calc(40px * 2 * (1 - var(--parallax-progress)) - 20px * 2)
  );
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.sell-header-description-columns {
  margin-top: -24px;
}
.sell-header-description {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sell-header .h1 {
    text-align: center;
  }
  .sell-header .button {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .sell-header-image-desktop {
    margin: 40px 0;
  }
  .sell-header-small-image {
    display: none;
  }
  .sell-header-description {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sell-header {
    margin-bottom: 80px;
    padding: 140px 0 160px;
  }
  .sell-header-columns,
  .sell-header-description-columns {
    display: -ms-flexbox;
    display: flex;
  }
  .sell-header .h1,
  .sell-header .sell-header-description,
  .sell-header .subtitle {
    text-align: initial;
  }
  .sell-header-image-desktop {
    min-width: 54.929577%;
    margin-top: 3%;
    margin-right: 1.8%;
    transform: translateY(
      calc(40px * 4 * (1 - var(--parallax-progress)) - 20px * 4)
    );
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sell-header-image-mobile {
    width: 26.408451%;
    position: absolute;
    top: -10px;
    right: -2%;
    transform: translateY(
      calc(40px * 6 * (1 - var(--parallax-progress)) - 20px * 6)
    );
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .sell-header-description-columns {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sell-header-description-image {
    margin-left: 5.3697183%;
    transform: translateY(
      calc(40px * 3 * (1 - var(--parallax-progress)) - 20px * 3)
    );
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    min-width: 23.943662%;
  }
}
.site-examples {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-examples-item-image {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}
.site-examples-item-image-desktop,
.site-examples-item-image-mobile {
  overflow: hidden;
  background: #fff;
  border: 1px solid #baddfd;
  border-radius: 6px;
}
.site-examples-item-image-desktop img,
.site-examples-item-image-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-examples-item-image-desktop {
  width: 225px;
  position: relative;
  transform-origin: 0 100%;
}
.site-examples-item-image-desktop,
.site-examples-item-image-desktop-label,
.site-examples-item-image-desktop:before {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.site-examples-item-image-desktop:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(26, 142, 249, 0.8);
  border-radius: 6px;
}
.site-examples-item-image-desktop-label {
  opacity: 0;
  position: absolute;
  top: calc(50% - 21px);
  right: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: #fff;
}
.site-examples-item-image-mobile {
  width: 70px;
  position: absolute;
  top: 27px;
  left: 201px;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .site-examples-item-image:hover .site-examples-item-image-desktop {
    transform: scale(1.106);
    border-color: transparent;
  }
  .site-examples-item-image:hover .site-examples-item-image-desktop-label,
  .site-examples-item-image:hover .site-examples-item-image-desktop:before {
    opacity: 1;
  }
  .site-examples-item-image:hover .site-examples-item-image-mobile {
    opacity: 0;
    transform: translateY(70px);
  }
}
.site-examples-item-title {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #121212;
}
.site-examples-item-title a:not(:hover) {
  color: inherit;
}
.site-examples-item-caption {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.3;
  color: hsla(0, 0%, 7%, 0.4);
}
.site-examples-item-description {
  max-width: 420px;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  color: #121212;
}
.site-examples-item:not(:last-child) {
  margin-bottom: 70px;
}
@media (min-width: 375px) {
  .site-examples-item-image-desktop {
    width: 280px;
  }
  .site-examples-item-image-mobile {
    width: 90px;
    left: 237px;
  }
}
@media (min-width: 768px) {
  .site-examples-item {
    width: 45.77%;
  }
  .site-examples-item-image {
    margin-bottom: 60px;
  }
  .site-examples-item-title {
    font-size: 32px;
  }
  .site-examples-item-caption {
    margin-bottom: 26px;
    font-size: 14px;
  }
  .site-examples-item-description {
    font-size: 16px;
  }
  .site-examples-item:not(:last-child) {
    margin-bottom: 0;
  }
  .site-examples-item:nth-child(n + 3) {
    margin-top: 72px;
  }
}
@media (min-width: 1024px) {
  .site-examples-item-image-desktop {
    width: 432px;
    height: 264px;
  }
  .site-examples-item-image-mobile {
    width: 140px;
    height: 250px;
    top: 40px;
    left: 365px;
  }
}
.student-signup {
  padding: 120px 0 80px;
  background: linear-gradient(#f3f7fb, #fff);
}
.student-signup-title {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #1a8ef9;
}
.student-signup-search {
  margin-bottom: 53px;
}
.student-signup-search-fieldset {
  position: relative;
}
.student-signup-search-fieldset.-autocomplete-visible .form-autocomplete,
.student-signup-search-fieldset.-autocomplete-visible
  .student-signup-search-clear {
  visibility: visible;
}
.select-control .student-signup-search select,
.student-signup-search .form-control,
.student-signup-search .select-control select {
  background: #fff;
}
.student-signup-search-clear {
  visibility: hidden;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 256px;
  color: #3ab8ff;
}
.student-signup-search-clear:after,
.student-signup-search-clear:before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}
.student-signup-search-clear:before {
  transform: rotate(45deg) translateY(1px);
}
.student-signup-search-clear:after {
  transform: rotate(-45deg) translateY(-1px);
}
.student-signup-search-clear:hover {
  color: #1a8ef9;
}
.student-signup-search .button {
  min-width: 240px;
  font-size: 20px;
}
.student-signup-search .form-small-info {
  margin-top: 9px;
  color: hsla(0, 0%, 7%, 0.8);
}
.student-signup-search .form-small-info span:first-child {
  margin-right: 12px;
}
.student-signup-search .form-small-info span:first-child a {
  display: inline-block;
  border-bottom: 1px solid;
}
.student-signup-search .form-autocomplete {
  top: 70px;
  font-size: inherit;
}
.student-signup-search .form-autocomplete-link {
  margin: 0;
  padding: 6px 16px;
  border-radius: 3px;
}
.student-signup-search .form-autocomplete-link:not(:hover) {
  color: hsla(0, 0%, 7%, 0.7);
}
.student-signup-letters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 42px;
  border: solid #c9e7fb;
  border-width: 1px 0;
  text-transform: uppercase;
  font-size: 22px;
  color: hsla(0, 0%, 7%, 0.8);
}
.student-signup-letters-item:first-child {
  margin-left: -2px;
}
.student-signup-letters-link {
  display: inline-block;
  padding: 10px 2px;
  transition: none;
}
.student-signup-letters-link:not(:hover) {
  color: inherit;
}
.student-signup-list {
  line-height: 1.3;
}
.student-signup-list-link {
  display: block;
  padding: 10px 16px;
  border-radius: 3px;
  transition: none;
}
.student-signup-list-link:not(:hover) {
  color: #121212;
}
@media (hover: hover) and (pointer: fine) {
  .student-signup-list-link:hover {
    background: #eef4f9;
  }
}
@media (max-width: 374px) {
  .select-control .student-signup-search select::-webkit-input-placeholder,
  .student-signup-search .form-control::-webkit-input-placeholder,
  .student-signup-search .select-control select::-webkit-input-placeholder {
    font-size: 14px;
  }
  .select-control .student-signup-search select::-moz-placeholder,
  .student-signup-search .form-control::-moz-placeholder,
  .student-signup-search .select-control select::-moz-placeholder {
    font-size: 14px;
  }
  .select-control .student-signup-search select:-ms-input-placeholder,
  .select-control .student-signup-search select::-ms-input-placeholder,
  .student-signup-search .form-control:-ms-input-placeholder,
  .student-signup-search .form-control::-ms-input-placeholder,
  .student-signup-search .select-control select:-ms-input-placeholder,
  .student-signup-search .select-control select::-ms-input-placeholder {
    font-size: 14px;
  }
  .select-control .student-signup-search select::placeholder,
  .student-signup-search .form-control::placeholder,
  .student-signup-search .select-control select::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .student-signup .sell-header-description,
  .student-signup .subtitle {
    margin-top: -10px;
    margin-bottom: 35px;
    text-align: inherit;
  }
  .student-signup-search .button {
    max-width: none;
    margin-top: 10px;
  }
  .student-signup-search .form-small-info span {
    display: block;
  }
  .student-signup-search-clear {
    display: none;
  }
  .student-signup-search .form-autocomplete {
    top: 55px;
  }
  .student-signup-letters {
    padding: 10px 0;
    line-height: 1;
    font-size: 20px;
  }
  .student-signup-letters-link {
    padding: 1px 3px;
  }
}
@media (max-width: 1023px) {
  .student-signup .sell-header-description,
  .student-signup .subtitle {
    text-align: inherit;
  }
}
@media (min-width: 768px) {
  .student-signup {
    padding: 136px 0 160px;
  }
  .student-signup-title {
    margin-bottom: 40px;
    font-size: 44px;
  }
  .student-signup .sell-header-description,
  .student-signup .subtitle {
    margin-top: -20px;
    margin-bottom: 60px;
  }
  .student-signup-search-fieldset {
    display: -ms-flexbox;
    display: flex;
  }
  .select-control .student-signup-search select,
  .student-signup-search .form-control,
  .student-signup-search .select-control select {
    margin-right: 16px;
    padding: 13px 24px;
    border-radius: 3px;
    font-size: 24px;
  }
  .student-signup-search .button {
    height: auto;
  }
  .student-signup-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .student-signup-list-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .student-signup-title {
    font-size: 62px;
  }
  .student-signup-list-item {
    width: 40.8450704%;
  }
}
.switch {
  height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 184px;
  max-width: calc(50vw - 24px);
  border: 1px solid #baddfd;
  color: hsla(0, 0%, 7%, 0.7);
}
.switch-option:first-child {
  border-radius: 4px 0 0 4px;
}
.switch-option:last-child {
  border-radius: 0 4px 4px 0;
}
.switch-option:nth-child(n + 2) {
  margin-left: -1px;
}
.switch-option.-active {
  position: relative;
  background: #1a8ef9;
  border-color: transparent;
  color: #fff;
}
.page-designers {
  background: linear-gradient(#009cf3, rgba(0, 156, 243, 0) 620px);
}
.page-designers:before {
  content: "";
  width: 100%;
  height: 1020px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/hero/designers/main.png) 50% -1px / contain no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx),
  (min-resolution: 192dpi) {
  .page-designers:before {
    background-image: url(../images/hero/designers/main@2x.png);
  }
}
@media (min-width: 375px) {
  .page-designers {
    background: linear-gradient(#009cf3, rgba(0, 156, 243, 0) 670px);
  }
}
@media (min-width: 414px) {
  .page-designers {
    background: linear-gradient(#009cf3, rgba(0, 156, 243, 0) 700px);
  }
}
@media (min-width: 768px) {
  .page-designers {
    background: linear-gradient(#009cf3, rgba(0, 156, 243, 0) 1200px);
  }
}
@media (min-width: 1024px) {
  .page-designers {
    background: linear-gradient(#009cf3, rgba(0, 156, 243, 0) 1550px);
  }
  .page-designers:before {
    background-size: 1440px;
  }
}
.-domain-page .section-domain-feature .-hide-in-domain-page {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
.-set-top-padding-0 {
  padding-top: 0;
}
.-set-bottom-padding-0 {
  padding-bottom: 0;
}
.blog-page {
  padding: 80px 0 0 0;
  position: relative;
  background: linear-gradient(#eef4f9, #fff);
}
.-invert-blog-post-pp {
  background: linear-gradient(#eef5fa, #fff);
}
.blog-page .container {
  position: relative;
}
.blog-page .back-button {
  margin-bottom: 20px;
}
.blog-page .h1 {
  text-align: center;
}
@media (max-width: 1023px) {
  .blog-page-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .blog-page-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .blog-page {
    padding: 120px 0 0;
  }
  .blog-page-header {
    margin-bottom: 65px;
  }
  .blog-page .h1 {
    text-align: inherit;
  }
}
.-no-image-small {
  height: 180px;
  width: 100%;
  max-width: 100%;
  background: #d3d3d3;
  opacity: 0.5;
}
.-no-image-big {
  height: 376px;
  width: 100%;
  max-width: 100%;
  background: #d3d3d3;
  opacity: 0.5;
}
.-hide {
  display: none !important;
}
.-show {
  display: block !important;
}
.-text-capitalize {
  text-transform: capitalize;
}
.-blog-next-prev {
  display: inline-flex;
  justify-content: space-between;
}
.-next,
.-prev {
  display: block;
}
.-next .icon {
  margin-right: 0;
  margin-left: 16px;
}
.-hidden {
  visibility: hidden;
}
.-padding-0 {
  padding: 0;
}
@media (min-width: 767px) {
  .-contactUsMargin50 {
    margin-bottom: 50px !important;
  }
  .-contactUsMargin95 {
    margin-bottom: 95px !important;
  }
}
.-no-hover {
  pointer-events: none;
}
.-hand-cursor {
  cursor: pointer;
}
.-pricingMargin {
  margin-bottom: 34px !important;
}
.section-get-started .subtitle {
  text-align: left;
  color: #fff;
  margin-top: -45px;
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .section-get-started .subtitle {
    margin-top: -78px;
    margin-bottom: 66px;
  }
}
#app-logout-desk {
  left: 3px;
  padding: 7px;
  min-width: 80px;
  top: 56px;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated_2s {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated_3s {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.form-success-message {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.3;
  color: #4bb543;
  font-weight: 500;
}
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path,
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:nth-child(2),
.header.-light:not(.-subnav-visible):not(.-mobile-nav-visible)
  .header-logo
  svg
  path:nth-child(4) {
  fill: #fff;
}
.hero-credits {
  font-size: 10px;
  opacity: 0.5;
  left: 21px;
  right: auto;
  text-align: left;
}
.hero-credits span {
  display: inline-block;
  margin-right: -5px;
  padding: 1px 5px;
  background: hsla(0, 0%, 100%, 0.2);
  color: inherit;
  transition: 0.15s;
}
.-student-search-clear {
  right: 10px;
}
.-no-margin-right {
  margin-right: 0 !important;
}
.section-domain-search-result {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0 54px 80px rgb(58 125 171 / 2%),
    0 22.5599px 33.4221px rgb(58 125 171 / 2%),
    0 12.0616px 17.869px rgb(58 125 171 / 8%),
    0 6.76164px 10.0172px rgb(58 125 171 / 7%),
    0 3.59106px 5.32008px rgb(58 125 171 / 5%),
    0 1.49432px 2.21381px rgb(58 125 171 / 4%);
}
.search-domain-title {
  margin-bottom: 10px;
}
.section-domain-search-result ul li {
  color: #000;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.section-domain-search-result ul li span:last-child {
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
.section-domain-search-result ul li span:last-child a {
  color: rgba(0, 0, 0, 0.5);
}
.show-more-domains {
  margin-top: 10px;
}
.show-more-domains span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.-no-pointer-cursor {
  cursor: auto !important;
}
.section-domain-search-result ul [data-available="1"] span:last-child {
  color: #3ab8ff;
}
.section-domain-search-result ul [data-available="1"] span:last-child a {
  color: #3ab8ff;
}
.-login-site-list {
  max-height: 710px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .section-domain-form {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
  }
  .section-domain-form .button {
    display: flex;
  }
}
[data-available="1"]:hover {
  color: #3ab8ff;
  background-color: rgba(58, 184, 255, 0.2);
}
[data-available="1"] span:last-child {
  cursor: pointer;
}
.grecaptcha-badge {
  display: none;
}
.terms p {
  text-align: justify;
}
.-margin-left-25 {
  margin-left: 25px;
}
.-margin-left-50 {
  margin-left: 50px;
}
.chapter {
  margin-left: 25px;
}
.chapter ol {
  list-style: auto;
}
.-scroll-behave {
  scroll-behavior: smooth;
}
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(de),
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(nl),
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(no),
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(pl),
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(ru) {
  width: 260px;
}
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(da),
#landing-home-page
  .hero-zoomable-grid
  .hero-zoomable-content
  .-create-your-site-button-lang:lang(sv) {
  width: 240px;
}
.header-nav-wrapper .header-secondary-nav .-fix-for-lang-create-site:lang(de) {
  width: 260px;
}
.header-nav-wrapper
  .header-secondary-nav
  .-fix-for-lang-create-site-icon:lang(de),
.header-nav-wrapper
  .header-secondary-nav
  .-fix-for-lang-create-site-icon:lang(fr) {
  width: 18px;
}
.carousel .-swiper-slide-height-fix {
  height: 32vw;
}
@media (max-width: 1246px) {
  .-fix-for-lang-create-site-icon:lang(no) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(no) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1206px) {
  .-hidden-nav-lt-desktop-search-domain:lang(no) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(no) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(no) {
    display: block !important;
  }
}
@media (max-width: 1404px) {
  .-fix-for-lang-create-site-icon:lang(fi) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(fi) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1364px) {
  .-hidden-nav-lt-desktop-search-domain:lang(fi) {
    display: none !important;
  }
}
@media (max-width: 1195px) {
  .-hidden-nav-lt-desktop-sell-online:lang(fi) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(fi) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(fi) {
    display: block !important;
  }
}
@media (max-width: 1380px) {
  .-fix-for-lang-create-site-icon:lang(fr) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(fr) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1340px) {
  .-hidden-nav-lt-desktop-search-domain:lang(fr) {
    display: none !important;
  }
}
@media (max-width: 1145px) {
  .-hidden-nav-lt-desktop-sell-online:lang(fr) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(fr) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(fr) {
    display: block !important;
  }
}
@media (max-width: 1300px) {
  .-fix-for-lang-create-site-icon:lang(it) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(it) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1259px) {
  .-hidden-nav-lt-desktop-search-domain:lang(it) {
    display: none !important;
  }
}
@media (max-width: 1108px) {
  .-hidden-nav-lt-desktop-sell-online:lang(it) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(it) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(it) {
    display: block !important;
  }
}
@media (max-width: 1417px) {
  .-fix-for-lang-create-site-icon:lang(nl) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(nl) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1377px) {
  .-hidden-nav-lt-desktop-search-domain:lang(nl) {
    display: none !important;
  }
}
@media (max-width: 1174px) {
  .-hidden-nav-lt-desktop-sell-online:lang(nl) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(nl) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(nl) {
    display: block !important;
  }
}
@media (max-width: 1279px) {
  .-fix-for-lang-create-site-icon:lang(de) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(de) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1239px) {
  .-hidden-nav-lt-desktop-search-domain:lang(de) {
    display: none !important;
  }
}
@media (max-width: 1105px) {
  .-hidden-nav-lt-desktop-sell-online:lang(de) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(de) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(de) {
    display: block !important;
  }
}
@media (max-width: 1275px) {
  .-fix-for-lang-create-site-icon:lang(es) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(es) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1235px) {
  .-hidden-nav-lt-desktop-search-domain:lang(es) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(es) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(es) {
    display: block !important;
  }
}
@media (max-width: 1273px) {
  .-fix-for-lang-create-site-icon:lang(pt) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(pt) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1234px) {
  .-hidden-nav-lt-desktop-search-domain:lang(pt) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(pt) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(pt) {
    display: block !important;
  }
}
@media (max-width: 1317px) {
  .-fix-for-lang-create-site-icon:lang(ru) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(ru) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1278px) {
  .-hidden-nav-lt-desktop-search-domain:lang(ru) {
    display: none !important;
  }
}
@media (max-width: 1155px) {
  .-hidden-nav-lt-desktop-sell-online:lang(ru) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(ru) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(ru) {
    display: block !important;
  }
}
@media (max-width: 1405px) {
  .-fix-for-lang-create-site-icon:lang(pl) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(pl) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1366px) {
  .-hidden-nav-lt-desktop-search-domain:lang(pl) {
    display: none !important;
  }
}
@media (max-width: 1210px) {
  .-hidden-nav-lt-desktop-sell-online:lang(pl) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(pl) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(pl) {
    display: block !important;
  }
}
@media (max-width: 1251px) {
  .-fix-for-lang-create-site-icon:lang(sv) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(sv) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1212px) {
  .-hidden-nav-lt-desktop-search-domain:lang(sv) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(sv) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(sv) {
    display: block !important;
  }
}
@media (max-width: 1221px) {
  .-fix-for-lang-create-site-icon:lang(da) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(da) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1169px) {
  .-hidden-nav-lt-desktop-search-domain:lang(da) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(da) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(da) {
    display: block !important;
  }
}
@media (max-width: 1324px) {
  .-fix-for-lang-create-site-icon:lang(ja) {
    display: none !important;
  }
  .-fix-for-lang-create-site-text:lang(ja) {
    width: 180px;
    padding: 0 20px;
  }
}
@media (max-width: 1284px) {
  .-hidden-nav-lt-desktop-search-domain:lang(ja) {
    display: none !important;
  }
}
@media (max-width: 1117px) {
  .-hidden-nav-lt-desktop-sell-online:lang(ja) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .-hidden-nav-lt-desktop-search-domain:lang(ja) {
    display: block !important;
  }
  .-hidden-nav-lt-desktop-sell-online:lang(ja) {
    display: block !important;
  }
}
.-unsubscribe-section {
  padding-top: 30vw !important;
  height: 80vw;
  text-align: center;
}
.-center-text {
  text-align: center;
}
.-full-width {
  width: 100%;
}
.-hide-visibility {
  visibility: hidden !important;
}
.-inset-border-bottom {
  border-bottom: 1px inset;
}
.-vertical-middle {
  vertical-align: middle;
}
.-learn-link-arrow {
  height: 10px;
  width: 9px;
  vertical-align: middle;
}
[data-hide="1"] {
  display: none !important;
}
#single-post h2,
#single-post h3 {
  font-weight: 400;
}
#single-post h2 {
  font-size: 1.5em;
  line-height: 35px;
  margin: 30px 0 10px;
}
#single-post h3 {
  font-size: 1.17em;
  margin: 20px 0 10px;
}
#single-post .pb-blue {
  color: #1a8ef9;
}
#single-post ol {
  list-style: decimal;
  margin: 5px 0;
}
#single-post ul {
  list-style: inherit;
  margin: 5px 0;
}
#single-post ol li,
#single-post ul li {
  margin-left: 30px;
}
#single-post img {
  margin: 30px 0;
}
@media (max-width: 1024px) {
  #blog-post picture img {
    width: 100%;
    height: 100%;
  }
}
#blog-post h3 {
  font-size: 1.17em;
  margin: 20px 0 10px;
}
#blog-post .pb-blue {
  color: #1a8ef9;
}
#blog-post ol {
  list-style: decimal;
  margin: 5px 0;
}
#blog-post ul {
  list-style: inherit;
  margin: 5px 0;
}
#blog-post ol li,
#blog-post ul li {
  margin: 30px 0 0 30px;
}
.-absolute-position {
  position: absolute !important;
}
.-max-width-600 {
  max-width: 600px;
}
.-max-width-800 {
  max-width: 800px;
}
.-margin-0-auto {
  margin: 0 auto;
}
