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 {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background-color: #fafafa;
    color: #282828;
    font-family: Raleway, sans-serif;
    margin: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

h1 {
    font-family: Raleway, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%
}

h2 {
    font-size: 48px
}

h2,
h3 {
    color: inherit;
    font-weight: 600
}

h3 {
    font-size: 32px
}

h4 {
    color: inherit;
    font-size: 24px;
    font-weight: 600
}

p {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%
}

p a {
    border-bottom: 1px dashed;
    color: #7a54f8;
    cursor: pointer;
    display: inline;
    text-decoration: none
}

p a:hover {
    border-bottom: 1px solid;
    color: #9477fa
}

strong {
    font-weight: 800
}

i {
    font-style: italic
}

* {
    box-sizing: border-box
}

@keyframes anim-fade-in-out {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    88% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes anim-clockwise-rotation {
    to {
        transform: rotate(1turn)
    }
}

@keyframes anim-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes anim-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes anim-pop-in {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes anim-pumping {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.6)
    }

    40% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes anim-pumping--smaller {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.2)
    }

    40% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes anim-sideways-loop {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(35px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes anim-circles-outer {
    0% {
        opacity: .03;
        transform: scale(1)
    }

    50% {
        opacity: .06;
        transform: scale(.9)
    }

    to {
        opacity: .03;
        transform: scale(1)
    }
}

@keyframes anim-circles-inner {
    0% {
        opacity: .03;
        transform: scale(.8)
    }

    50% {
        opacity: .08;
        transform: scale(1)
    }

    to {
        opacity: .03;
        transform: scale(.8)
    }
}

@keyframes anim-rotate-phone {
    0% {
        transform: rotate(-2deg) translateY(0)
    }

    50% {
        transform: rotate(5deg) translateY(15px)
    }

    to {
        transform: rotate(-2deg) translateY(0)
    }
}

@keyframes anim-float-up-down {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes anim-slide-in {
    0% {
        transform: translateX(460px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes anim-counter-message-slide-in {
    0% {
        transform: translateX(-50%) translateX(460px)
    }

    to {
        transform: translateX(-50%) translateX(0)
    }
}

@keyframes anim-counter-message-slide-down {
    0% {
        transform: translateX(-50%) translateY(0)
    }

    to {
        transform: translateX(-50%) translateY(200px)
    }
}

@keyframes anim-steps-border--right {
    0% {
        border-right: 2px dashed rgba(121, 86, 248, .125)
    }

    50% {
        border-right: 2px dashed rgba(121, 86, 248, .98)
    }

    to {
        border-right: 2px dashed rgba(121, 86, 248, .125)
    }
}

@keyframes anim-steps-border--left {
    0% {
        border-left: 2px dashed rgba(121, 86, 248, .125)
    }

    50% {
        border-left: 2px dashed rgba(121, 86, 248, .98)
    }

    to {
        border-left: 2px dashed rgba(121, 86, 248, .125)
    }
}

@keyframes anim-steps-border--bottom {
    0% {
        border-bottom: 2px dashed rgba(121, 86, 248, .125)
    }

    50% {
        border-bottom: 2px dashed rgba(121, 86, 248, .98)
    }

    to {
        border-bottom: 2px dashed rgba(121, 86, 248, .125)
    }
}

@keyframes anim-circular-movement {
    0% {
        transform: rotate(0deg) translateX(15px) rotate(0deg)
    }

    to {
        transform: rotate(1turn) translateX(15px) rotate(-1turn)
    }
}

@keyframes anim-background-element-fade {
    0% {
        opacity: .04
    }

    30% {
        opacity: .35
    }

    to {
        opacity: .04
    }
}

@keyframes anim-features-blink {
    0% {
        opacity: .05
    }

    50% {
        opacity: .4
    }

    to {
        opacity: .05
    }
}

.link-class {
    border-bottom: 1px dashed;
    color: #7a54f8;
    cursor: pointer;
    display: inline;
    text-decoration: none
}

.link-class:hover {
    border-bottom: 1px solid;
    color: #9477fa
}

.link-class.link-class--white,
.link-class.link-class--white:hover {
    color: #fff
}

.select-class {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dedede;
    -webkit-border-radius: 0;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: normal;
    max-width: 300px;
    position: relative;
    text-align: left;
    width: 100%
}

.select-class:hover {
    border-color: #b2b3b3
}

.select-class .select-arrow {
    bottom: 0;
    box-sizing: content-box !important;
    color: #3e396b;
    font-family: Dropdown;
    font-size: 14px;
    height: 16px;
    padding: 13px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 8px
}

.select-class .select-arrow .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7f7f7f;
    display: inline-block;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 0
}

.select-class .select-content {
    display: block;
    margin: 0;
    width: 100%
}

.select-class .select-content .select-item {
    border-radius: 4px;
    border-top: 0
}

.select-class .select-content .select-item:hover {
    background: #f8f8f8
}

.select-class .select-dropdown {
    border: 1px solid #5a4792;
    box-sizing: content-box;
    display: none;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%
}

.select-class .select-dropdown .select-item:first-child {
    border-top: 0
}

.select-class .select-item {
    background: #fff;
    border-top: 1px solid #fafafa;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    margin: 0;
    padding: 12px 18px;
    width: 100%
}

.select-class .select-item:hover {
    background: #f8f8f8
}

.select-class .select-item.selected {
    background: #f8f8f8;
    color: #282828
}

.select-class .select-item .item-text {
    color: #3e396b !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 130%;
    margin: 0;
    padding: 0;
    vertical-align: unset
}

.select-class .select-item .item-icon.flag {
    background: url(../img/flags.png) no-repeat;
    display: inline-block;
    height: 11px;
    margin: 0 12px 0 0;
    padding: 0;
    vertical-align: unset;
    width: 16px
}

.select-class .select-item .item-icon.flag.en {
    background-position-x: -72px;
    background-position-y: -1950px
}

.select-class .select-item .item-icon.flag.tr {
    background-position-x: -72px;
    background-position-y: -1742px
}

.select-class .select-item .item-icon.flag.ru {
    background-position-x: -72px;
    background-position-y: -884px
}

.select-class .select-item .item-icon.flag.se {
    background-position-x: -72px;
    background-position-y: -1066px
}

.select-class .select-item .item-icon.flag.es {
    background-position-x: 0;
    background-position-y: -1742px
}

.select-class .select-item .item-icon.flag.es_la {
    background-position-x: -72px;
    background-position-y: 0
}

.select-class .select-item .item-icon.flag.it {
    background-position-x: -36px;
    background-position-y: -832px
}

.select-class .select-item .item-icon.flag.pt_br {
    background-position-x: 0;
    background-position-y: -728px
}

.select-class .select-item .item-icon.flag.de {
    background-position-x: 0;
    background-position-y: -1430px
}

.select-class .select-item .item-icon.flag.fr {
    background-position-x: -36px;
    background-position-y: -104px
}

.select-class.showing {
    border-color: #5a3792
}

.select-class.showing .select-content .select-item {
    background: #f8f8f8;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-class.showing .select-dropdown {
    border-radius: 0 0 4px 4px;
    border-top: 0;
    bottom: 1px;
    display: block;
    left: -1px;
    right: auto;
    top: auto
}

.select-class.showing.up .select-content .select-item {
    background: #f8f8f8;
    border-radius: 0 0 4px 4px
}

.select-class.showing.up .select-dropdown {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #5a4792;
    bottom: 100%;
    left: -1px;
    right: auto
}

.foldable-element .foldable-element__header {
    display: block
}

.foldable-element .foldable-element__body {
    display: none
}

.foldable-element.foldable-element--open .foldable-element__body {
    display: block
}

.loadable-image {
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.loadable-image img {
    height: 100%;
    width: 100%
}

.loadable-image.loadable-image--loading {
    background-image: url(../img/loader.svg) !important;
    background-position: 50% !important;
    background-size: 50% !important
}

.grecaptcha-badge,
.loadable-image.loadable-image--loading img {
    display: none
}

.form .form__element {
    display: block;
    margin-bottom: 15px;
    width: 100%
}

.form .form__element label {
    color: #aaa;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
    padding: 0 0 2px 1px;
    text-align: left;
    width: 100%
}

.form .form__element input,
.form .form__element select {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #3e396b;
    cursor: pointer;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 160%;
    outline: none;
    padding: 10px 16px;
    width: 100%
}

.form .form__element input:focus,
.form .form__element input:hover,
.form .form__element select:focus,
.form .form__element select:hover {
    border: 1px solid #3e396b
}

.form .form__element select {
    padding-right: 35px
}

.form .form__element--checkbox {
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.form .form__element--checkbox input {
    display: none !important
}

.form .form__element--checkbox label {
    color: #9c9ba0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    padding: 0 0 0 15px;
    transition: all .1s linear;
    vertical-align: middle;
    width: calc(100% - 55px)
}

.form .form__element--checkbox .checkbox__element {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px
}

.form .form__element--checkbox .checkbox__checkmark {
    cursor: pointer;
    height: 29px;
    opacity: 0;
    padding: 5px;
    transition: all .1s linear;
    width: 29px
}

.form .form__element--checkbox.checked .checkbox__checkmark {
    opacity: 1
}

.form .form__element--checkbox.checked label {
    color: #3e396b
}

.form .form__element.form__element--select {
    position: relative
}

.form .form__element.form__element--select:after {
    background: url(../img/chevron-dark-blue.svg) no-repeat;
    bottom: 0;
    content: "";
    height: 15px;
    margin: 15px 15px 15px 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 15px
}

.form .form__element.form__element--select.form__element--disabled:after {
    background: url(../img/chevron-medium-grey.svg) no-repeat
}

.form .form__element.form__element--with-left-icon {
    position: relative
}

.form .form__element.form__element--with-left-icon input,
.form .form__element.form__element--with-left-icon select {
    padding-left: 35px
}

.form .form__element.form__element--with-left-icon .form__element-icon {
    bottom: 0;
    height: 15px;
    left: 0;
    margin: 16px 10px 16px 12px;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 15px
}

.form .form__element.form__element--disabled {
    background: #e8e8e8;
    color: #999;
    cursor: auto
}

.form .form__element.form__element--disabled:focus input,
.form .form__element.form__element--disabled:focus select,
.form .form__element.form__element--disabled:hover input,
.form .form__element.form__element--disabled:hover select {
    border: 1px solid #dededf
}

.form .form__tiny-text {
    color: #777;
    font-size: 14px;
    padding: 5px 0 20px
}

.large-button {
    background: #7a55f8;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: 0;
    padding: 25px;
    text-align: center;
    transition: all .3s linear;
    width: 100%
}

.large-button p {
    color: inherit !important;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.large-button:hover {
    background: #8a81f1
}

.large-button.large-button--medium-size {
    padding: 15px 25px
}

.large-button.large-button--white-background {
    background: #f8f6ff;
    border: 1px solid rgba(122, 85, 248, .5);
    color: #7a55f8
}

.large-button.large-button--white-background:hover {
    background: #f2efff
}

.large-button.large-button--disabled {
    background: #777 !important
}

.large-button.large-button--with-loader.large-button--loading {
    background: #5f5584;
    color: #fff
}

.large-button.large-button--with-loader.large-button--loading p {
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.large-button.large-button--with-loader.large-button--loading:before {
    background: url(../img/loader-white.svg) no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 20px
}

.medium-button {
    -webkit-appearance: none;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #7a55f8;
    cursor: pointer;
    display: inline-block;
    height: auto;
    outline: none;
    padding: 17px 35px;
    text-align: center;
    text-decoration: none;
    transition: all .2s linear;
    width: auto
}

.medium-button,
.medium-button p {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 700
}

.medium-button p {
    color: inherit
}

.medium-button.medium-button--alternative-purple-text {
    color: #a24df1
}

.medium-button.medium-button--alternative-purple-text:hover {
    color: #ce91f7
}

.medium-button.medium-button--purple {
    background: #7a55f8;
    color: #fff
}

.medium-button.medium-button--purple:hover {
    background: #8a81f1;
    color: #fff
}

.medium-button.medium-button--full-width {
    width: 100%
}

.medium-button:hover {
    color: #8a81f1
}

.medium-button:disabled {
    background: #aaa !important;
    color: #fff !important
}

.small-button {
    background: #7a55f8;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    padding: 13px 25px;
    text-align: center;
    text-decoration: none;
    transition: all .2s linear;
    width: auto
}

.small-button p {
    color: inherit;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.small-button:hover {
    background: #8a81f1
}

.small-button.small-button--dark-purple {
    background: #3e396a
}

.small-button.small-button--dark-purple:hover {
    background: #5a548e
}

.small-button.small-button--transparent-grey-border {
    background: transparent;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #999;
    padding: 12px 24px
}

.small-button.small-button--transparent-grey-border:hover {
    border: 1px solid #888;
    color: #555
}

.small-button.small-button--transparent-grey {
    background: transparent;
    box-shadow: none;
    color: #999
}

.small-button.small-button--transparent-grey:hover {
    color: #555
}

.small-button.small-button--white {
    background: #fff;
    color: #556eef
}

.small-button.small-button--white:hover {
    background: #ddd9ff
}

.tooltip-wrapper {
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    position: relative;
    vertical-align: middle;
    width: 20px;
    z-index: 2
}

.tooltip-wrapper,
.tooltip-wrapper * {
    box-sizing: content-box
}

.tooltip-wrapper .tooltip-hide {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 20px
}

.tooltip-wrapper .tooltip-header {
    color: #686867;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-top: 1px
}

.tooltip-wrapper .tooltip-text {
    color: #686867;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 110%
}

.tooltip-wrapper .tooltip-text span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.tooltip-wrapper .tooltip-trigger {
    background: #eee;
    border-radius: 20px;
    color: #777;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    transition: all .2s linear;
    width: 20px
}

.tooltip-wrapper .tooltip-trigger:hover {
    background: #ddd
}

.tooltip-wrapper .tooltip-dropdown {
    background: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    display: none;
    left: calc(50% - 95px);
    padding: 10px 15px;
    position: absolute;
    right: auto;
    text-align: left;
    width: 150px
}

.tooltip-wrapper .tooltip-dropdown.left {
    bottom: calc(100% + 5px);
    left: auto;
    right: 5px
}

.tooltip-wrapper .tooltip-dropdown.wide {
    left: calc(50% - 117px);
    width: 235px
}

.tooltip-wrapper.showing .tooltip-dropdown {
    display: block
}

.tooltip-wrapper.showing .tooltip-trigger {
    background: #ddd
}

.toggle-component {
    cursor: pointer;
    height: 34px;
    position: relative;
    width: 60px
}

.toggle-component .toggle-component__path {
    border-radius: 120px;
    display: block;
    height: 34px;
    transition: all .2s ease-out;
    width: 100%
}

.toggle-component .toggle-component__handle {
    background: #fff;
    border-radius: 30px;
    display: block;
    height: 28px;
    position: absolute;
    top: 3px;
    transition: all .2s ease-out;
    width: 28px
}

.toggle-component .toggle-component__handle .toggle-component__loader {
    display: none;
    height: 20px;
    margin: 4px;
    width: 20px
}

.toggle-component.toggle-component--on .toggle-component__path {
    background: #8075f2
}

.toggle-component.toggle-component--on .toggle-component__handle {
    left: calc(100% - 31px)
}

.toggle-component.toggle-component--off .toggle-component__path {
    background: #a0a0a0
}

.toggle-component.toggle-component--off .toggle-component__handle {
    left: 3px
}

.toggle-component.toggle-component--loading .toggle-component__handle>.toggle-component__loader {
    display: block
}

.range-component {
    padding-top: 10px;
    width: 100%
}

.range-component p {
    color: #3e396b;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    padding-bottom: 15px;
    transition: all .1s linear
}

.range-component .range-component__input-limits {
    font-size: 0;
    padding-bottom: 10px;
    width: 100%
}

.range-component .range-component__input-limits .input-limit {
    display: inline-block;
    vertical-align: middle;
    width: 50%
}

.range-component .range-component__input-limits .input-limit label {
    color: #aaa;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px
}

.range-component .range-component__input-limits .input-limit input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 5px;
    color: #777;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    max-width: 60px;
    padding: 0 10px;
    text-align: center;
    width: auto
}

.range-component .range-component__input-limits .input-limit.input-limit--min label {
    padding-bottom: 3px;
    padding-left: 4px;
    text-align: left
}

.range-component .range-component__input-limits .input-limit.input-limit--min input {
    float: left
}

.range-component .range-component__input-limits .input-limit.input-limit--max label {
    padding-bottom: 3px;
    padding-right: 4px;
    text-align: right
}

.range-component .range-component__input-limits .input-limit.input-limit--max input {
    float: right
}

.range-component .range-component__interactive {
    cursor: pointer;
    margin-top: 10px;
    padding: 20px 40px 20px 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.range-component .range-component__interactive .interactive__handle {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 4
}

.range-component .range-component__interactive .interactive__handle.interactive__handle--min {
    left: 0
}

.range-component .range-component__interactive .interactive__handle.interactive__handle--max {
    right: 0
}

.range-component .range-component__interactive .interactive__line {
    background: #eee;
    border-radius: 5px;
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 2
}

.range-component .range-component__interactive .interactive__line-filler {
    background: #3e396b;
    border-radius: 5px;
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 100px;
    z-index: 3
}

.range-component.range-component--inactive p {
    color: #9c9ba0
}

.range-component.range-component--inactive .range-component__input-limits>input {
    background: #f2f2f2;
    color: #bbb;
    cursor: auto;
    pointer-events: none
}

.range-component.range-component--inactive .range-component__interactive {
    cursor: auto;
    pointer-events: none
}

.range-component.range-component--inactive .range-component__interactive .interactive__handle {
    background: #eee;
    cursor: auto;
    pointer-events: none
}

.range-component.range-component--inactive .range-component__interactive .interactive__line-filler {
    background: #ddd
}

.g-recaptcha {
    display: block;
    margin: 0 auto;
    width: 100%
}

.generic-card {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 16px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    padding: 50px;
    width: 100%
}

.generic-card .generic-card__header {
    padding-bottom: 20px
}

.generic-card .generic-card__header h2 {
    border-bottom: 1px solid #eee;
    color: #3e396a;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px
}

.generic-card .generic-card__header p {
    padding-top: 15px
}

.generic-card p.generic-card__tiny-text {
    color: #777;
    font-size: 14px;
    padding: 5px 0 20px
}

.box-shadow {
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06)
}

#announcement {
    background: #ecf0fd;
    border-bottom: 1px solid #8b74c7;
    font-family: Poppins, sans-serif;
    padding: 20px 0
}

#announcement .notification-content {
    font-size: 0;
    margin: 0 auto;
    max-width: 1065px;
    padding: 0 5%;
    width: 90%
}

#announcement .notification-text-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px)
}

#announcement .notification-text {
    color: #777;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
    max-width: 700px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    width: calc(100% - 10px)
}

#announcement .notification-exit {
    background-image: url(../img/remove.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 30px;
    vertical-align: middle;
    width: 30px
}

#announcement a {
    border-bottom: 1px dashed;
    font-weight: 600;
    text-decoration: none
}

#announcement.blue {
    background: #5c98ea;
    border-bottom: 1px solid #4c77b3
}

#announcement.red {
    background: #ea5c9b;
    border-bottom: 1px solid #ce4682
}

#announcement.green {
    background: #0ac192;
    border-bottom: 1px solid #01ab80
}

#announcement.yellow {
    background: #ffa14a;
    border-bottom: 1px solid #e07f27
}

#announcement.white-purple {
    background: #fafafa;
    border-bottom: 1px solid #e2e2e2
}

#announcement.blue .notification-text,
#announcement.blue a,
#announcement.green .notification-text,
#announcement.green a,
#announcement.red .notification-text,
#announcement.red a,
#announcement.yellow .notification-text,
#announcement.yellow a {
    color: #fff
}

#announcement.blue .notification-exit,
#announcement.green .notification-exit,
#announcement.red .notification-exit,
#announcement.yellow .notification-exit {
    background-image: url(../img/remove-white.svg);
    background-size: 100% 100%
}

#announcement.white-purple .notification-text {
    color: #3e396a
}

#announcement.white-purple a {
    color: #7a54f8
}

#announcement.black {
    background: #282828;
    border-bottom: 1px solid #222
}

#announcement.black .notification-text {
    color: #f0f0f0
}

#announcement.black .notification-exit {
    background-image: url(../img/remove-white.svg);
    background-size: 100% 100%;
    opacity: .8
}

#announcement.black a {
    border-bottom: 1px dashed #cbbbff;
    color: #cbbbff;
    font-weight: 600;
    text-decoration: none
}

#announcement.black a:hover {
    border-bottom: 1px solid #cbbbff
}

.trial-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    width: 100%
}

.trial-form .trial-form__input-wrapper {
    display: block;
    font-size: 0;
    height: auto;
    position: relative;
    width: 100%
}

.trial-form .trial-form__input-wrapper input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 8px;
    box-shadow: 0 36px 67px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #3e396a;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    height: 64px;
    line-height: 120%;
    outline: none;
    padding: 19px 90px 19px 24px;
    width: 100%
}

.trial-form .trial-form__input-wrapper input:focus,
.trial-form .trial-form__input-wrapper input:hover {
    border: 1px solid #3e396a
}

.trial-form .trial-form__input-wrapper button {
    -webkit-appearance: none;
    background: #f25b65;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: auto;
    outline: none;
    padding: 13px 25px;
    position: absolute;
    right: 8px;
    text-align: center;
    text-decoration: none;
    top: 8px;
    transition: all .2s linear;
    width: auto
}

.trial-form .trial-form__input-wrapper button p {
    color: inherit;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.trial-form .trial-form__input-wrapper button:hover {
    background: #fb737d
}

.rating {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 9px 23px 1px rgba(0, 0, 0, .15);
    justify-content: space-between;
    margin: 0 auto;
    max-width: 740px;
    padding: 25px;
    position: relative;
    text-align: left;
    z-index: 10
}

.rating,
.rating .rating__stars {
    align-items: center;
    display: flex;
    flex-direction: row
}

.rating .rating__stars {
    background: #ebffec;
    border-radius: 12px;
    flex-shrink: 0;
    padding: 11px 16px;
    width: -moz-fit-content;
    width: fit-content
}

.rating .rating__stars p {
    color: #1dce5b;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-left: 6px;
    margin-top: 3px
}

.rating .rating__stars-icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.rating .rating__stars-icons img {
    height: 32px;
    margin-bottom: 1px;
    margin-right: 4px;
    width: 32px
}

.rating .rating__description {
    flex-grow: 0
}

.rating .rating__description p {
    color: #3e396a;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 400
}

.rating .rating__reviewers {
    display: block;
    flex-shrink: 0;
    font-size: 0;
    width: 138px
}

.rating .rating__reviewers img {
    border: 3px solid #fff;
    border-radius: 100px;
    height: 56px;
    margin-left: -15px;
    width: 56px
}

.rating .rating__reviewers img:first-child {
    margin-left: 0
}

.reviews-carousel {
    height: 400px;
    margin: 0 0 40px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 2
}

.reviews-carousel .reviews-carousel__inner {
    font-size: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: left 1s ease-in-out;
    width: auto
}

.reviews-carousel .reviews-carousel__background {
    background: #988eff;
    border-radius: 20px;
    height: calc(100% + 125px);
    left: -10px;
    position: absolute;
    top: -95px;
    width: calc(100% + 20px);
    z-index: 0
}

.reviews-carousel .review {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 36px 67px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    max-width: 420px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: calc(100vw - 35px)
}

.reviews-carousel .review .review__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 20px
}

.reviews-carousel .review .review__header img {
    flex-shrink: 0;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.reviews-carousel .review .review__header div {
    display: block;
    width: 100%
}

.reviews-carousel .review .review__header h3 {
    color: #3e396a;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%
}

.reviews-carousel .review .review__header p {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%
}

.reviews-carousel .review .review__stars {
    align-items: center;
    background: #ebffec;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    padding: 8px 10px;
    width: -moz-fit-content;
    width: fit-content
}

.reviews-carousel .review .review__stars .review__stars-icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.reviews-carousel .review .review__stars .review__stars-icons img {
    height: 20px;
    margin-bottom: 1px;
    margin-right: 3px;
    width: 20px
}

.reviews-carousel .review .review__stars p {
    color: #1dce5b;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-left: 4px;
    margin-top: 2px
}

.reviews-carousel .review .review__text {
    margin-top: 18px
}

.reviews-carousel .review .review__text strong {
    background: #ffffd7;
    font-weight: inherit
}

.reviews-carousel .review .review__text p {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%
}

.reviews-carousel .review .review__verified {
    align-items: center;
    background: #f8f8ff;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding: 10px
}

.reviews-carousel .review .review__verified img {
    flex-shrink: 0;
    height: 26px;
    margin-bottom: 1px;
    margin-right: 5px;
    width: 26px
}

.reviews-carousel .review .review__verified div {
    color: #7d78e9;
    display: block;
    width: 100%
}

.reviews-carousel .review .review__verified h4 {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%
}

.reviews-carousel .review .review__verified p {
    color: #7d78e9;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

.reviews-carousel .review .review__verified a {
    color: #7d78e9;
    display: inline
}

.reviews-carousel.reviews-carousel--light-background .reviews-carousel__background {
    background: #f5f4ff
}

.slider {
    position: relative
}

.slider .slider__path-wrapper {
    cursor: pointer;
    padding: 10px 0
}

.slider .slider__path {
    background: #f7f7f7;
    border-radius: 100px;
    cursor: pointer;
    height: 10px;
    position: relative;
    width: 100%
}

.slider .slider__path .slider__path-filled {
    background: #7a55f8;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0
}

.slider .slider__knob {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 100px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    height: 35px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 35px
}

.slider .slider__tooltip {
    align-items: center;
    background: #f25b65;
    border-radius: 12px;
    bottom: calc(100% + 30px);
    box-shadow: 8px 12px 26px 0 rgba(0, 0, 0, .15);
    color: #fff;
    cursor: pointer;
    display: flex;
    left: -4px;
    padding: 17px 20px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto
}

.slider .slider__tooltip img {
    display: inline-block;
    height: 35px;
    margin-right: 8px;
    vertical-align: middle;
    width: 35px
}

.slider .slider__tooltip p {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle
}

.slider .slider__tooltip:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f25b65;
    content: "";
    height: 0;
    left: calc(50% - 20px);
    position: absolute;
    top: 100%;
    width: 0
}

.popup-v3 {
    background-color: rgba(36, 36, 98, .8);
    background-image: radial-gradient(ellipse farthest-corner at center top, rgba(0, 164, 245, .8) -80%, transparent 68%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 800px 400px;
    bottom: 0;
    font-size: 0;
    left: 0;
    min-height: 100vh;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transition: opacity .2s ease-out;
    width: 100%;
    z-index: 100
}

.popup-v3:before {
    content: "";
    display: inline-block;
    height: 100%;
    min-height: 100vh;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 0
}

.popup-v3.popup-v3--visible {
    animation: anim-fade-in .2s ease-out;
    opacity: 1
}

.popup-v3 .popup-v3__popup {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 16px;
    box-shadow: 0 2px 40px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    display: none;
    margin: 40px auto;
    max-width: 600px;
    padding: 50px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 98%
}

.popup-v3 .popup-v3__popup p.tiny-text {
    color: #777;
    font-size: 14px
}

.popup-v3 .popup-v3__popup button {
    margin-top: 15px
}

.popup-v3 .popup-v3__popup.popup-v3__popup--visible {
    display: inline-block
}

.popup-v3 .popup-v3__close {
    cursor: pointer;
    height: 25px;
    opacity: .25;
    position: absolute;
    right: 25px;
    top: 25px;
    transition: opacity .2s ease;
    width: 25px
}

.popup-v3 .popup-v3__close:hover {
    opacity: .5
}

.popup-v3 .popup-v3__header {
    padding-bottom: 20px
}

.popup-v3 .popup-v3__header h2 {
    border-bottom: 1px solid #eee;
    color: #3e396a;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 20px
}

.popup-v3 .popup-v3__header p {
    padding-top: 15px
}

.popup-v3 .checkout-signup-popup .message {
    margin-top: 15px
}

.popup-v3 .message-popup .message {
    margin-bottom: 15px
}

.popup-v3 .message-popup .large-button {
    margin-top: 0
}

.popup-v3 .dashboard-payment-history-popup .list-item {
    border-bottom: 1px solid #eee;
    width: 100%
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 10px
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__header p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 100%
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__header .method {
    min-width: 170px;
    text-align: right
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__header .icon {
    height: 14px;
    margin-left: 10px;
    transform: rotate(90deg);
    transition: all .2s linear;
    width: 14px
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__body {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 2px;
    display: none;
    margin-bottom: 10px;
    padding: 10px;
    position: relative
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__body:after {
    background: #f8f8f8;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    content: "";
    height: 14px;
    position: absolute;
    right: 9px;
    top: -8px;
    transform: rotate(45deg);
    width: 14px
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__row {
    display: flex;
    padding-bottom: 5px;
    width: 100%
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__row p {
    font-family: Poppins, sans-serif;
    font-size: 16px
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__row .list-item__row-label {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 400;
    width: 100%
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__row .list-item__row-value {
    align-self: flex-end;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    width: 100%
}

.popup-v3 .dashboard-payment-history-popup .list-item .list-item__row:last-child {
    padding-bottom: 0
}

.popup-v3 .dashboard-payment-history-popup .list-item.list-item--showing .list-item__body {
    display: block
}

.popup-v3 .dashboard-payment-history-popup .list-item.list-item--showing .list-item__header>.icon {
    transform: rotate(0deg)
}

.popup-v3 .dashboard-payment-history-popup .list-item:last-child {
    border-bottom: none;
    margin-bottom: 20px
}

.toast-container {
    bottom: 0;
    display: block;
    left: 0;
    max-width: 240px;
    padding: 15px 25px;
    pointer-events: none;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 200
}

.toast-container .toast-container__element {
    align-items: center;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 8px;
    box-shadow: 4px 9px 16px 0 rgba(0, 0, 0, .1);
    display: flex;
    margin-top: 10px;
    opacity: 0;
    padding: 12px 16px;
    width: auto
}

.toast-container .toast-container__element img {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.toast-container .toast-container__element p {
    font-size: 14px;
    font-weight: 600;
    line-height: 110%
}

.toast-container .toast-container__element.toast-container__element--showing {
    animation: anim-pop-in .3s cubic-bezier(.11, .33, .29, 1);
    opacity: 1
}

.toast-container .toast-container__element.toast-container__element--hiding {
    animation: anim-fade-out .3s linear;
    opacity: 0
}

menu.menu--dashboard {
    background: #715df5;
    background: linear-gradient(152deg, #377fea, #8051f9 67%)
}

menu.menu {
    height: auto;
    overflow: visible;
    padding: 45px 20px;
    position: relative;
    width: 100%;
    z-index: 10
}

menu.menu .menu__inner {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1065px;
    padding: 0;
    position: relative;
    width: 100%
}

menu.menu .menu__logo {
    flex-grow: 0;
    flex-shrink: 0;
    width: 220px
}

menu.menu .menu__links-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

menu.menu .menu__links-wrapper .menu__link {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    margin-right: 16px;
    text-decoration: none;
    transition: all .2s linear
}

menu.menu .menu__links-wrapper .menu__link:hover {
    color: #ece1ff
}

menu.menu .menu__links-wrapper .menu__button {
    margin-right: 16px
}

menu.menu .menu__links-wrapper .menu__links-pages {
    padding-left: 25px
}

menu.menu .menu__links-wrapper .menu__links-actions {
    align-self: flex-end
}

menu.menu .menu__links-wrapper .menu__links-actions :last-child {
    margin-right: 0
}

menu.menu .menu__icon {
    cursor: pointer;
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    width: 24px
}

menu.menu .menu__icon div {
    background: #fff;
    border-radius: 10px;
    height: 3px;
    position: absolute;
    transition: .6s;
    width: 100%
}

menu.menu .menu__icon div:nth-child(2),
menu.menu .menu__icon div:nth-child(3) {
    top: 8px
}

menu.menu .menu__icon div:nth-child(4) {
    top: 16px
}

menu.menu.menu--open .menu__icon div {
    background: #8075f2;
    transition: .3s
}

menu.menu.menu--open .menu__icon div:first-child {
    opacity: 0;
    transform: translateY(20px)
}

menu.menu.menu--open .menu__icon div:nth-child(2) {
    transform: rotate(45deg)
}

menu.menu.menu--open .menu__icon div:nth-child(3) {
    transform: rotate(-45deg)
}

menu.menu.menu--open .menu__icon div:nth-child(4) {
    opacity: 0;
    transform: translateY(-20px)
}

.footer {
    background: #f2f2f2;
    font-size: 0;
    padding: 75px 0 70px;
    position: relative;
    z-index: 3
}

.footer .footer__inner {
    margin: 0 auto;
    max-width: 1065px;
    width: 96%
}

.footer li,
.footer ul {
    list-style: none
}

.footer.footer--purple {
    background: #8074f2;
    padding-top: 40px
}

.footer.footer--purple .footer__logo {
    opacity: .5
}

.footer.footer--purple .footer__columns .column {
    border-right: 1px solid rgba(196, 181, 255, .22)
}

.footer.footer--purple .footer__columns .column .column__header {
    color: #bfb9f8
}

.footer.footer--purple .footer__columns .column li a {
    color: #fff
}

.footer.footer--purple .footer__bottom {
    border-top: 1px solid rgba(196, 181, 255, .22)
}

.footer.footer--purple .footer__bottom p {
    color: #bfb9f8
}

.footer.footer--divider:before {
    background-position: top;
    background-size: cover;
    content: " ";
    height: 100px;
    left: 0;
    position: absolute;
    top: -95px;
    width: 100%
}

.footer.footer--divider.footer--divider-purple:before {
    background-image: url(../img/sep-pale-purple-v3.svg)
}

.footer.footer--divider.footer--divider-f2f2f2:before {
    background-image: url(../img/sep-f2f2f2-v3.svg)
}

.footer .footer__content {
    display: flex;
    flex-direction: row
}

.footer .footer__logo {
    display: block;
    max-width: 350px;
    opacity: .7;
    padding-right: 100px;
    width: 100%
}

.footer .footer__columns {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    width: 100%
}

.footer .footer__columns .column {
    border-right: 1px solid #e8e8e8;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    margin: 0 0 40px;
    padding: 0 20px;
    text-align: left;
    width: 33.33%
}

.footer .footer__columns .column:first-child {
    padding-left: 0
}

.footer .footer__columns .column:nth-child(3) {
    border-right: 0;
    padding-right: 0
}

.footer .footer__columns .column .column__header {
    color: #ccc;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase
}

.footer .footer__columns .column li {
    line-height: 145%;
    margin-bottom: 10px
}

.footer .footer__columns .column li a {
    border-bottom: 1px dashed;
    color: #9794c9;
    cursor: pointer;
    line-height: 130%
}

.footer .footer__columns .column li a:hover {
    border-bottom: 1px solid
}

.footer .footer__bottom {
    align-items: center;
    border-top: 1px solid #e8e8e8;
    display: flex;
    padding: 40px 2px 0;
    width: 100%
}

.footer .footer__copyright {
    color: #ccc;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    vertical-align: middle;
    width: 100%
}

.footer .footer__rating {
    background: #fff;
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .2);
    padding: 15px
}

.footer .footer__rating,
.footer .footer__rating-stars {
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    flex-shrink: 0
}

.footer .footer__rating-stars {
    background: #ebffec;
    padding: 11px 16px;
    width: -moz-fit-content;
    width: fit-content
}

.footer .footer__rating-stars>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.footer .footer__rating-stars img {
    height: 24px;
    margin-bottom: 1px;
    margin-right: 3px;
    width: 24px
}

.footer .footer__rating-stars img:last-child {
    margin-right: 0
}

.footer .footer__rating-stars p {
    color: #1dce5b !important;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-left: 6px;
    margin-top: 3px
}

.footer .footer__rating-count {
    padding-left: 15px;
    padding-right: 5px;
    text-align: left
}

.footer .footer__rating-count p {
    color: #3e396a !important;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: -moz-fit-content;
    width: fit-content
}

.footer .footer__rating-title {
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: center
}

.footer .footer__rating-title img {
    display: block;
    height: 22px;
    margin-right: 6px;
    width: 22px
}

.footer .footer__rating-title p {
    color: #3e396a !important;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500
}

.footer #footer-language-select {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 200px
}

.footer #footer-language-select .title {
    color: #c4b5ff;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top
}

.policy-page-header {
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
    width: 100%
}

.policy-page-body-content {
    display: block;
    margin: 0 auto;
    max-width: 640px
}

.policy-page-body {
    background: #fafafa;
    min-height: 100vh;
    padding: 80px 2% 180px;
    width: 96%
}

.policy-page-body section {
    padding-bottom: 20px
}

.policy-page-body h1 {
    font-size: 48px;
    padding-bottom: 50px
}

.policy-page-body h1,
.policy-page-body h2 {
    color: #3e396b;
    font-family: Raleway, sans-serif;
    font-weight: 600;
    line-height: 130%;
    margin: 0
}

.policy-page-body h2 {
    font-size: 28px;
    padding-bottom: 30px
}

.policy-page-body p {
    color: #282828;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding-bottom: 30px
}

.policy-page-body p i {
    font-style: italic
}

.policy-page-body p strong {
    font-weight: 800
}

.policy-page-body p a {
    border-bottom: 1px dashed;
    color: #7f50f9
}

.policy-page-body p a:hover {
    border-bottom: 1px solid;
    color: #9477fa
}

.global-page {
    overflow: hidden
}

.global-page .global-landing {
    height: calc(100vh - 45px)
}

.global-page .global-landing-wrapper {
    background: #6a70d4;
    height: auto;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.global-page .global-landing-background {
    background: radial-gradient(ellipse at top right, #7f00ff, hsla(0, 0%, 100%, 0));
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

.global-page .global-landing-separator {
    border-bottom: 1px solid #fff;
    bottom: -2px;
    height: auto;
    left: -1%;
    position: absolute;
    width: 102%
}

.global-page .global-landing-content {
    display: block;
    font-size: 0;
    height: calc(100% - 200px);
    margin: 0 auto;
    max-width: 1065px;
    position: relative;
    vertical-align: middle;
    width: 90%
}

.global-page .global-landing-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    pointer-events: none !important;
    vertical-align: middle;
    width: 0
}

.global-page .landing-block {
    display: inline-block;
    max-width: 500px;
    vertical-align: middle
}

.global-page .landing-block .title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0
}

.global-page .landing-block .text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin: 30px 0 0;
    max-width: none;
    padding: 0;
    width: 100%
}

.global-page .landing-block .medium-button {
    margin-top: 40px
}

.global-page .landing-illustration {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 500px)
}

.global-section-wrapper {
    background: #fafafa;
    padding: 90px 0 100px;
    position: relative
}

.global-section-box {
    box-sizing: border-box;
    font-size: 0;
    padding: 0 0 100px;
    position: relative;
    text-align: left;
    width: 100%
}

.global-section-box .section-illustration {
    display: inline-block;
    padding: 0 0 0 40px;
    vertical-align: middle;
    width: calc(100% - 590px)
}

.global-section-box.content-mirrored .section-illustration {
    padding: 0 40px 0 0
}

.global-section-box .section-content {
    display: inline-block;
    vertical-align: middle;
    width: 550px
}

.global-section-box .title-wrapper {
    font-size: 0;
    margin-bottom: 30px
}

.global-section-box .title-icon {
    display: inline-block;
    height: 40px;
    padding-right: 8px;
    vertical-align: middle;
    width: 40px
}

.global-section-box .title {
    color: #3e396b;
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    max-width: 550px;
    padding: 0;
    text-align: inherit;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.global-section-box .paragraph {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 30px;
    max-width: 550px;
    padding: 0;
    text-align: inherit
}

.global-section-box p a {
    border-bottom: 1px dashed;
    color: #7a54f8;
    display: inline;
    text-decoration: none
}

.global-section-box p a:hover {
    border-bottom: 1px solid;
    color: #9477fa
}

.global-section-box p strong {
    font-weight: 600
}

.global-section-box p i {
    font-style: italic
}

@keyframes reviews-star-particle {

    0%,
    15% {
        opacity: 0
    }

    25% {
        opacity: .33
    }

    75% {
        opacity: .33
    }

    85%,
    to {
        opacity: 0
    }
}

@keyframes landing-review-great-slide-in {
    0% {
        opacity: 0;
        right: -500px
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-fast-slide-in {
    0% {
        opacity: 0;
        right: -500px
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-recommend-slide-in {
    0% {
        opacity: 0;
        right: -210px
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-great-slide-in-left-small {
    0% {
        left: 1000px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-great-slide-in-left {
    0% {
        left: 1000px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-fast-slide-in-left {
    0% {
        left: 1000px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes landing-review-recommend-slide-in-left {
    0% {
        left: 1000px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#reviews-page .landing-illustration {
    font-family: Poppins, sans-serif;
    height: 520px;
    position: relative
}

#reviews-page .landing-illustration .landing-illustration-floating {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 14px 28px 5px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    font-size: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    z-index: 4
}

#reviews-page .landing-illustration .landing-illustration-floating img {
    display: inline-block;
    height: 45px;
    vertical-align: middle;
    width: 45px
}

#reviews-page .landing-illustration .landing-illustration-floating p {
    color: #3e396b;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 60px)
}

#reviews-page .landing-illustration .landing-illustration-floating p span {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 130%
}

#reviews-page .landing-illustration .landing-illustration-floating.showing {
    animation: anim-float-up-down 10s infinite !important;
    display: block !important;
    opacity: 1
}

#reviews-page .landing-illustration #landing-floating-review-great {
    display: none;
    right: 70px;
    top: 100px
}

#reviews-page .landing-illustration #landing-floating-review-great.animation-one {
    animation: landing-review-great-slide-in 1.2s ease-out;
    display: block
}

#reviews-page .landing-illustration #landing-floating-review-fast {
    display: none;
    right: 140px;
    top: 240px
}

#reviews-page .landing-illustration #landing-floating-review-fast.animation-one {
    animation: landing-review-fast-slide-in 1s ease-out;
    display: block
}

#reviews-page .landing-illustration #landing-floating-review-recommend {
    display: none;
    right: 100px;
    top: 380px
}

#reviews-page .landing-illustration #landing-floating-review-recommend.animation-one {
    animation: landing-review-recommend-slide-in 1.4s ease-out;
    display: block
}

#reviews-page .landing-illustration .reviews-particle {
    height: 15px;
    left: 50%;
    opacity: .4;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 2
}

#reviews-page .landing-illustration #reviews-star-particle-1 {
    animation: reviews-star-particle 6s linear 1.4s infinite;
    left: 20%;
    opacity: 0;
    top: 75%
}

#reviews-page .landing-illustration #reviews-star-particle-2 {
    animation: reviews-star-particle 5s linear 1.5s infinite;
    left: 14%;
    opacity: 0;
    top: 55%
}

#reviews-page .landing-illustration #reviews-star-particle-3 {
    animation: reviews-star-particle 5s linear infinite;
    left: 68%;
    opacity: 0;
    top: 37%
}

#reviews-page .landing-illustration #reviews-star-particle-4 {
    animation: reviews-star-particle 8s linear 2.8s infinite;
    left: 21%;
    opacity: 0;
    top: 18%
}

#reviews-page .landing-illustration #reviews-star-particle-5 {
    animation: reviews-star-particle 6s linear 3s infinite;
    left: 78%;
    opacity: 0;
    top: 70%
}

#reviews-page .landing-illustration #reviews-star-particle-6 {
    animation: reviews-star-particle 7s linear .5s infinite;
    left: 95%;
    opacity: 0;
    top: 14%
}

#reviews-page .landing-illustration #reviews-star-particle-7 {
    animation: reviews-star-particle 6s linear 2s infinite;
    left: 59%;
    opacity: 0;
    top: 95%
}

#reviews-page #reviews-landing-wrapper {
    background-image: -webkit-linear-gradient(40deg, #8c4ae2, #d2a2ff 63%)
}

#reviews-page #reviews-landing-background {
    background: radial-gradient(ellipse at top right, #7f00ff, hsla(0, 0%, 100%, 0));
    opacity: .7
}

#reviews-page #reviews-list {
    display: block;
    margin: 0 auto;
    max-width: 1065px;
    width: 90%
}

#reviews-page #reviews-list #reviews-list-header h2 {
    color: #3e396b;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 auto;
    max-width: 520px;
    text-align: center
}

#reviews-page #reviews-list #reviews-list-header p {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin: 30px auto;
    max-width: 520px;
    max-width: 550px;
    text-align: center
}

#reviews-page #reviews-list #reviews-list-body {
    font-size: 0
}

#reviews-page #reviews-list .review-column {
    box-sizing: content-box;
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: calc(50% - 15px)
}

#reviews-page #reviews-list .review-column:nth-child(2n) {
    padding-right: 0
}

#reviews-page #reviews-list .review-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    font-size: 16px;
    margin: 0 0 30px;
    opacity: 1;
    padding: 30px
}

#reviews-page #reviews-list .review-item .item-name {
    color: #3e396b;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 8px
}

#reviews-page #reviews-list .review-item .item-rating {
    font-size: 0;
    padding-bottom: 10px;
    text-align: left
}

#reviews-page #reviews-list .review-item .item-star {
    display: inline-block;
    height: 20px;
    padding-right: 5px;
    vertical-align: middle;
    width: 20px
}

#reviews-page #reviews-list .review-item .item-comment {
    color: #555;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 150%;
    max-width: 600px
}

#reviews-page #reviews-list .review-item .item-comment .highlighted {
    background: rgba(249, 172, 182, .62)
}

#reviews-page #reviews-list .review-item .item-comment .highlighted.purple {
    background: rgba(162, 97, 240, .271)
}

#reviews-page #review-add {
    padding: 70px 0 0;
    text-align: center
}

#reviews-page #review-add h2 {
    color: #3e396b;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 auto;
    max-width: 520px;
    text-align: center
}

#reviews-page #review-add p {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin: 30px auto;
    max-width: 520px;
    max-width: 550px;
    text-align: center
}

#reviews-page #review-add #review-add-button {
    text-align: center
}

#reviews-page #trustpilot-section {
    padding-bottom: 250px;
    padding-top: 140px
}

#reviews-page #trustpilot-section #trustpilot-list {
    padding-top: 15px
}

#reviews-page #trustpilot-section h2 {
    color: #3e396b;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 auto;
    max-width: 520px;
    text-align: center
}

#reviews-page #trustpilot-section #trustpilot-widget {
    background: #8075f2;
    border-radius: 8px;
    display: block;
    font-size: 0;
    height: 24px;
    line-height: 100%;
    margin: 40px auto 50px;
    padding: 20px;
    position: relative;
    width: 240px
}

#reviews-page #trustpilot-section .sep {
    background: url(../images/sep-purple-top_e94dfd7c54f8afa0538daaa05db4ad21.svg);
    background-position: top;
    background-size: cover;
    bottom: 0;
    height: 100px;
    left: -1%;
    position: absolute;
    width: 102%
}

#rewards-page {
    overflow: hidden
}

#rewards-page #rewards-first-wrapper {
    background: #6a70d4;
    height: auto;
    min-height: 100vh;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

#rewards-page #rewards-first-background-overlap {
    background: radial-gradient(ellipse at top right, #7f00ff, hsla(0, 0%, 100%, 0));
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%
}

#rewards-page #rewards-first {
    height: calc(100vh - 45px);
    position: relative;
    z-index: 1
}

#rewards-page #rewards-first-content {
    display: block;
    font-size: 0;
    height: calc(100% - 200px);
    margin: 0 auto;
    max-width: 1065px;
    width: 90%
}

#rewards-page #rewards-first-content:before {
    content: "";
    display: inline-block;
    height: 100%;
    pointer-events: none !important;
    vertical-align: middle;
    width: 0
}

#rewards-page .rewards-first-text-block {
    display: inline-block;
    max-width: 500px;
    vertical-align: middle
}

#rewards-page .rewards-first-text-block .title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin: 0
}

#rewards-page .rewards-first-text-block .text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    margin: 30px 0 0;
    max-width: none;
    padding: 0;
    width: 100%
}

#rewards-page .rewards-first-text-block .medium-button {
    margin-top: 40px
}

#rewards-page .rewards-first-illustration {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 500px)
}

#rewards-page .rewards-first-illustration .static-circle-wrapper {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 380px;
    position: relative;
    text-align: center;
    width: 100%
}

#rewards-page .rewards-first-illustration .static-circle-wrapper .circle-inner {
    animation: circles-inner-animation 18s ease-in-out infinite;
    background: #fff;
    border-radius: 500px;
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    opacity: .03;
    padding-top: 80%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 2
}

#rewards-page .rewards-first-illustration .static-circle-wrapper .circle-outer {
    animation: circles-outer-animation 12s ease-in-out infinite;
    background: #fff;
    border-radius: 500px;
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    opacity: .03;
    padding-top: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

#rewards-page .rewards-first-illustration .static-circle-wrapper .circle-main {
    background: #fff;
    border-radius: 500px;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .15);
    display: inline-block;
    height: 40%;
    width: 40%
}

#rewards-page .rewards-first-illustration .static-circle-wrapper .circle-main img {
    box-sizing: content-box;
    height: 50%;
    padding: 25%;
    width: 50%
}

#rewards-page .floating-circles {
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .15);
    padding: 15px;
    position: absolute
}

#rewards-page .floating-circles img {
    height: 39px;
    padding: 3px;
    width: 39px
}

#rewards-page .floating-flag {
    animation: float-up-down 10s linear -1s infinite !important;
    left: 12%;
    top: -80px
}

#rewards-page .floating-medal {
    animation: float-up-down 10s linear -2s infinite !important;
    left: 24%;
    top: 210px
}

#rewards-page .floating-megaphone {
    animation: float-up-down 10s linear -3s infinite !important;
    left: 80%;
    top: -15px
}

#rewards-separator {
    border-bottom: 1px solid #fff;
    bottom: -2px;
    height: auto;
    left: -1%;
    position: absolute;
    width: 102%
}

#rewards-content-wrapper {
    background: #fafafa;
    display: block;
    margin: 0 auto;
    max-width: 1065px;
    padding: 90px 0 100px;
    position: relative;
    width: 90%
}

.rewards-content-box {
    box-sizing: border-box;
    max-width: 550px;
    padding: 0 0 100px;
    position: relative
}

.rewards-content-box .illustration {
    opacity: .11;
    pointer-events: none !important;
    position: absolute;
    top: 0;
    width: 290px
}

.rewards-content-box #what-illustration {
    right: -350px;
    transform: rotate(10deg)
}

.rewards-content-box #how-illustration {
    left: -430px;
    transform: rotate(-3deg)
}

.rewards-content-box #tasks-illustration {
    right: -380px;
    transform: rotate(2deg)
}

.rewards-content-box #affiliate-referrals-illustration {
    opacity: 1;
    right: -480px;
    top: 70px;
    width: 450px
}

.rewards-content-box .title-wrapper {
    font-size: 0;
    margin-bottom: 30px
}

.rewards-content-box .title-icon {
    display: inline-block;
    height: 40px;
    padding-right: 8px;
    vertical-align: middle;
    width: 40px
}

.rewards-content-box .title {
    color: #3e396b;
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    max-width: 550px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: calc(100% - 48px)
}

.rewards-content-box .paragraph {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 30px;
    max-width: 550px;
    padding: 0;
    text-align: left
}

.rewards-content-box p a {
    border-bottom: 1px dashed;
    color: #7a54f8;
    display: inline;
    text-decoration: none
}

.rewards-content-box p a:hover {
    border-bottom: 1px solid;
    color: #9477fa
}

.rewards-content-box p strong {
    font-weight: 600
}

#rewards-how-content {
    float: right
}

#rewards-tasks-wrapper {
    clear: both
}

#rewards-tasks-list {
    height: auto;
    width: 100%
}

#rewards-tasks-list .rewards-tasks-item {
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%
}

#rewards-tasks-list .rewards-tasks-item .rewards-tasks-item-header {
    cursor: pointer;
    font-size: 0;
    height: auto;
    padding: 20px
}

#rewards-tasks-list .rewards-tasks-item .item-description {
    color: #3e396b;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 500;
    height: auto;
    line-height: 130%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - 12px)
}

#rewards-tasks-list .rewards-tasks-item .item-arrow {
    display: inline-block;
    height: 12px;
    transform: rotate(90deg);
    vertical-align: middle;
    width: 12px
}

#rewards-tasks-list .rewards-tasks-item.foldable-element--open .item-arrow {
    transform: rotate(0deg)
}

#rewards-tasks-list .rewards-tasks-item.foldable-element--open .rewards-tasks-item-body {
    border-top: 1px solid #f2f2f2;
    display: block;
    padding: 20px
}

#rewards-tasks-list .rewards-tasks-item-body {
    font-family: Poppins, sans-serif
}

#rewards-tasks-list .rewards-tasks-item-body section {
    margin: 0 0 20px;
    padding: 0
}

#rewards-tasks-list .rewards-tasks-item-body h3 {
    color: #818181;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    padding: 0
}

#rewards-tasks-list .rewards-tasks-item-body p {
    color: #818181;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0
}

#rewards-tasks-list .rewards-tasks-item-body ul {
    margin: 0 0 15px;
    padding: 5px 0 0 25px
}

#rewards-tasks-list .rewards-tasks-item-body ul li {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px
}

@keyframes free-likes-card-slide-in {
    0% {
        opacity: 0;
        transform: translateX(500px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes pumping {
    0% {
        transform: scale(1)
    }

    20% {
        transform: scale(1.6)
    }

    40% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes free-top-heart-1 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    70% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(20px, -60px, 0)
    }
}

@keyframes free-top-heart-2 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    30% {
        opacity: .4
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate3d(10px, -20px, 0)
    }
}

@keyframes free-top-heart-3 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    60% {
        opacity: .4
    }

    90% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate3d(50px, -15px, 0)
    }
}

@keyframes free-top-heart-4 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    45% {
        opacity: .4
    }

    75% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate3d(20px, -5px, 0)
    }
}

@keyframes free-top-heart-5 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    70% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(30px, -30px, 0)
    }
}

@keyframes free-bottom-heart-1 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    70% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(-40px, 20px, 0)
    }
}

@keyframes free-bottom-heart-2 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    30% {
        opacity: .4
    }

    60% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate3d(10px, 50px, 0)
    }
}

@keyframes free-bottom-heart-3 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    60% {
        opacity: .4
    }

    90% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate3d(-40px, -30px, 0)
    }
}

@keyframes free-why-top-cards-slide-in {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    60% {
        opacity: 1
    }

    to {
        transform: translateY(0)
    }
}

@keyframes free-why-bottom-cards-slide-in {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    60% {
        opacity: 1
    }

    to {
        transform: translateY(0)
    }
}

@keyframes free-why-heart {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    20% {
        opacity: 1;
        transform: scale(1)
    }

    70% {
        opacity: 1;
        transform: scale(1.6)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

#free-page #features {
    padding-top: 100px
}

#free-page #free-landing-wrapper {
    background-image: -webkit-linear-gradient(300deg, #a329ff, #e765ff 63%)
}

#free-page #free-landing-background {
    background: radial-gradient(ellipse at bottom right, #3c00ff, hsla(0, 0%, 100%, 0));
    opacity: .3
}

#free-page .landing-illustration {
    height: 100%;
    overflow: visible;
    pointer-events: none !important
}

#free-page .landing-illustration #free-likes-card-wrapper {
    animation: free-likes-card-slide-in 1s ease-out;
    display: block;
    left: 30%;
    opacity: 1;
    position: absolute;
    top: 200px;
    width: 280px;
    z-index: 3
}

#free-page .landing-illustration #free-likes-card-wrapper .card {
    border-radius: 12px;
    box-shadow: 0 8px 30px 5px rgba(0, 0, 0, .25);
    width: 100%
}

#free-page .landing-illustration #free-likes-card-wrapper .heart-wrapper {
    bottom: 29px;
    left: 24px;
    position: absolute;
    width: 40px
}

#free-page .landing-illustration #free-likes-card-wrapper .heart {
    animation: pumping 2s infinite;
    width: 100%
}

#free-page .landing-illustration #free-likes-burst-top {
    height: 200px;
    left: calc(30% + 200px);
    position: absolute;
    top: 80px;
    width: 200px
}

#free-page .landing-illustration #free-likes-burst-top #heart-1 {
    animation: free-top-heart-1 4s 1.9s infinite;
    left: 0;
    top: 70%
}

#free-page .landing-illustration #free-likes-burst-top #heart-2 {
    animation: free-top-heart-2 4s 1.9s infinite;
    left: 30%;
    top: 40%
}

#free-page .landing-illustration #free-likes-burst-top #heart-3 {
    animation: free-top-heart-3 4s 1.9s infinite;
    left: 40%;
    top: 70%
}

#free-page .landing-illustration #free-likes-burst-top #heart-4 {
    animation: free-top-heart-4 4s 1.9s infinite;
    left: 70%;
    top: 90%
}

#free-page .landing-illustration #free-likes-burst-top #heart-5 {
    animation: free-top-heart-5 4s 1.9s infinite;
    left: 53%;
    top: 50%
}

#free-page .landing-illustration #free-likes-burst-bottom {
    height: 200px;
    left: calc(30% - 100px);
    position: absolute;
    top: 420px;
    width: 200px
}

#free-page .landing-illustration #free-likes-burst-bottom #heart-1 {
    animation: free-bottom-heart-1 4s 1.9s infinite;
    left: 50%;
    top: 50%
}

#free-page .landing-illustration #free-likes-burst-bottom #heart-2 {
    animation: free-bottom-heart-2 4s 1.9s infinite;
    left: 60%;
    top: 50%
}

#free-page .landing-illustration #free-likes-burst-bottom #heart-3 {
    animation: free-bottom-heart-3 4s 1.9s infinite;
    left: 30%;
    top: 20%
}

#free-page .landing-illustration .free-likes-burst {
    z-index: 2
}

#free-page .landing-illustration .free-likes-burst .heart-particle {
    height: 15px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    z-index: 2
}

#free-page-why {
    margin: 0 auto;
    max-width: 1065px;
    padding: 60px 0;
    width: 96%
}

#free-page-why .section-illustration {
    height: 100%;
    position: relative;
    vertical-align: top;
    z-index: 200
}

#free-page-why .section-illustration .illustration-card-wrapper {
    height: auto;
    position: absolute;
    width: 180px
}

#free-page-why .section-illustration .illustration-card-wrapper .card {
    border-radius: 8px;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, .15);
    width: 100%
}

#free-page-why .section-illustration .illustration-card-wrapper .heart-wrapper {
    bottom: 19px;
    display: block;
    height: auto;
    left: 17px;
    position: absolute;
    width: 23px
}

#free-page-why .section-illustration .illustration-card-wrapper .heart {
    height: 100%;
    opacity: 0;
    width: 100%
}

#free-page-why .section-illustration .illustration-card-wrapper.always-show-heart .heart {
    opacity: 1
}

#free-page-why .section-illustration #top-left-card-wrapper {
    left: 100px;
    opacity: 0;
    top: -40px
}

#free-page-why .section-illustration #top-left-card-wrapper.animate-in {
    animation: free-why-top-cards-slide-in .8s linear;
    opacity: 1
}

#free-page-why .section-illustration #top-left-card-wrapper.animate-heart .heart {
    animation: free-why-heart 1s linear 1.5s
}

#free-page-why .section-illustration #top-right-card-wrapper {
    left: 300px;
    opacity: 0;
    top: -20px
}

#free-page-why .section-illustration #top-right-card-wrapper.animate-in {
    animation: free-why-top-cards-slide-in .8s linear;
    opacity: 1
}

#free-page-why .section-illustration #top-right-card-wrapper .animate-heart .heart {
    animation: free-why-heart 1s linear 1.6s
}

#free-page-why .section-illustration #bottom-left-card-wrapper {
    left: 100px;
    opacity: 0;
    top: 180px
}

#free-page-why .section-illustration #bottom-left-card-wrapper.animate-in {
    animation: free-why-bottom-cards-slide-in .8s linear;
    opacity: 1
}

#free-page-why .section-illustration #bottom-left-card-wrapper.animate-heart .heart {
    animation: free-why-heart 1s linear 1.7s
}

#free-page-why .section-illustration #bottom-right-card-wrapper {
    left: 300px;
    opacity: 0;
    top: 200px
}

#free-page-why .section-illustration #bottom-right-card-wrapper.animate-in {
    animation: free-why-bottom-cards-slide-in .8s linear;
    opacity: 1
}

#free-page-why .section-illustration #bottom-right-card-wrapper.animate-heart .heart {
    animation: free-why-heart 1s linear 1.8s
}

#features {
    padding-bottom: 150px
}

#features .feature-item {
    padding: 40px 30px 30px;
    width: 315px
}

#features .feature-item .text {
    color: #818181;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%
}

#features .features-text-item {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto
}

#features .features-text-item .features-text-item-illustration-wrapper {
    display: block;
    height: auto;
    margin-bottom: 35px;
    position: relative;
    width: 100%
}

#features .features-text-item .features-text-item-background {
    height: 160px;
    left: calc(50% - 80px);
    position: absolute;
    top: -30px;
    width: 160px;
    z-index: 10
}

#features .features-text-item .features-text-item-illustration {
    background: #fff;
    border-radius: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px;
    z-index: 11
}

#features .features-text-item .features-text-item-illustration img {
    height: 40px;
    margin: 0 auto;
    padding: 30px;
    width: 40px
}

#features-more {
    width: 960px
}

.il-message {
    align-items: center;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 200px;
    box-shadow: 18px 26px 35px 0 rgba(0, 0, 0, .2);
    color: #777;
    display: flex;
    padding: 14px 22px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    z-index: 10
}

.il-message .icon {
    height: 19px;
    margin-right: 9px
}

.il-message p {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    line-height: 110% !important
}

.il-post {
    border-radius: 12px;
    box-shadow: 16px 22px 30px 0 rgba(0, 0, 0, .15);
    font-size: 0;
    left: calc(50% - 140px);
    position: absolute;
    top: -165px;
    width: 280px;
    z-index: 10
}

.il-post .il-post__card {
    border: 1px solid #dededf;
    border-radius: 12px;
    width: 100%
}

.il-post .il-post__heart {
    animation: anim-pumping 2s infinite;
    bottom: 26px;
    left: 20px;
    position: absolute;
    width: 38px
}

.il-post .il-post__counter {
    color: #777;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 500;
    position: absolute
}

.il-post .il-post__counter.il-post__counter--views {
    bottom: 62px;
    left: 25px
}

.il-post .il-post__counter.il-post__counter--followers {
    left: 85px;
    top: 39px
}

.il-post.il-post--ufo .il-post__ufo {
    animation: ufo-animation 7s linear infinite;
    height: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 11
}

.il-post.il-post--support {
    border-radius: 12px;
    overflow: hidden;
    top: -177px
}

@keyframes ufo-animation {
    0% {
        transform: scale(.2) rotate(10deg)
    }

    10% {
        opacity: 1;
        transform: scale(1) rotate(-15deg) translate3d(90px, 80px, 0)
    }

    40% {
        opacity: 1;
        transform: scale(1) rotate(10deg) translate3d(90px, 50px, 0)
    }

    55% {
        opacity: 1;
        transform: scale(.8) rotate(15deg) translate3d(250px, 10px, 0)
    }

    85% {
        opacity: 1;
        transform: scale(.8) rotate(5deg) translate3d(250px, 40px, 0)
    }

    97% {
        opacity: 0;
        transform: scale(.2) rotate(-15deg) translateZ(0)
    }
}

.il-videos {
    height: 518px;
    left: calc(50% - 210px);
    position: absolute;
    top: -250px;
    transform: scale(.9);
    width: 420px;
    z-index: 10
}

.il-videos .il-videos__element {
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease-out, top .3s ease-out;
    width: 200px;
    z-index: 10
}

.il-videos .il-videos__element img {
    border-radius: 12px;
    box-shadow: 16px 22px 30px 0 rgba(0, 0, 0, .15)
}

.il-videos .il-videos__element>p {
    bottom: 44px;
    color: #777;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 17px;
    position: absolute
}

.il-videos .il-videos__element.il-videos__element--visible {
    opacity: 1
}

.il-videos .il-videos__element:first-child {
    left: 0;
    top: 100px
}

.il-videos .il-videos__element:first-child p {
    animation: anim-pumping--smaller 4s 1s infinite
}

.il-videos .il-videos__element:first-child.il-videos__element--visible {
    left: 0;
    top: 0
}

.il-videos .il-videos__element:nth-child(2) {
    left: 220px;
    top: 120px
}

.il-videos .il-videos__element:nth-child(2) p {
    animation: anim-pumping--smaller 4s 2s infinite
}

.il-videos .il-videos__element:nth-child(2).il-videos__element--visible {
    left: 220px;
    top: 20px
}

.il-videos .il-videos__element:nth-child(3) {
    left: 0;
    top: 358px
}

.il-videos .il-videos__element:nth-child(3) p {
    animation: anim-pumping--smaller 4s 3s infinite
}

.il-videos .il-videos__element:nth-child(3).il-videos__element--visible {
    left: 0;
    top: 258px
}

.il-videos .il-videos__element:nth-child(4) {
    left: 220px;
    top: 378px
}

.il-videos .il-videos__element:nth-child(4) p {
    animation: anim-pumping--smaller 4s 4s infinite
}

.il-videos .il-videos__element:nth-child(4).il-videos__element--visible {
    left: 220px;
    top: 278px
}

.il-background .il-background__element {
    opacity: .04;
    position: absolute
}

.il-background .il-background__element.il-background__element--cross-fat {
    height: 16px;
    width: 16px
}

.il-background .il-background__element.il-background__element--halfpipe {
    height: 28px;
    width: 28px
}

.il-background .il-background__element.il-background__element--ring-fat {
    height: 14px;
    width: 14px
}

.il-background .il-background__element.il-background__element--ring-thin {
    height: 19px;
    width: 19px
}

.il-background .il-background__element.il-background__element--snake {
    height: 34px;
    width: 34px
}

.il-background .il-background__element.il-background__element--square {
    height: 20px;
    width: 20px
}

.il-background .il-background__element.il-background__element--triangle {
    height: 24px;
    width: 24px
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:first-child {
    animation: anim-background-element-fade 5s infinite;
    left: -106px;
    top: 52px;
    transform: rotate(-35deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(2) {
    animation: anim-background-element-fade 5s .1s infinite;
    left: -56px;
    top: -5px
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(3) {
    animation: anim-background-element-fade 5s .2s infinite;
    left: -42px;
    top: 109px;
    transform: rotate(15deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(4) {
    animation: anim-background-element-fade 5s .3s infinite;
    left: 29px;
    top: -70px;
    transform: rotate(-5deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(5) {
    animation: anim-background-element-fade 5s .4s infinite;
    left: 105px;
    top: -60px;
    transform: rotate(48deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(6) {
    animation: anim-background-element-fade 5s .5s infinite;
    left: -61px;
    top: calc(100% - 79px);
    transform: rotate(15deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(7) {
    animation: anim-background-element-fade 5s .6s infinite;
    left: 211px;
    top: -87px;
    transform: rotate(45deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(8) {
    animation: anim-background-element-fade 5s .7s infinite;
    left: 4px;
    top: calc(100% + 45px)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(9) {
    animation: anim-background-element-fade 5s .7s infinite;
    left: 270px;
    top: -40px;
    transform: rotate(10deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(10) {
    animation: anim-background-element-fade 5s .8s infinite;
    left: 114px;
    top: calc(100% + 24px);
    transform: rotate(-5deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(11) {
    animation: anim-background-element-fade 5s .9s infinite;
    left: 419px;
    top: -77px
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(12) {
    animation: anim-background-element-fade 5s .9s infinite;
    left: 538px;
    top: -53px
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(13) {
    animation: anim-background-element-fade 5s 1.1s infinite;
    left: 232px;
    top: calc(100% + 56px)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(14) {
    animation: anim-background-element-fade 5s 1.2s infinite;
    left: 331px;
    top: calc(100% + 29px)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(15) {
    animation: anim-background-element-fade 5s 1.3s infinite;
    left: 413px;
    top: calc(100% + 85px)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(16) {
    animation: anim-background-element-fade 5s 1.4s infinite;
    left: 499px;
    top: calc(100% + 18px);
    transform: rotate(35deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(17) {
    animation: anim-background-element-fade 5s 1.5s infinite;
    left: 619px;
    top: calc(100% + 38px)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(18) {
    animation: anim-background-element-fade 5s 1.6s infinite;
    left: 724px;
    top: calc(100% + 19px);
    transform: rotate(-34deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(19) {
    animation: anim-background-element-fade 5s 1.7s infinite;
    left: 673px;
    top: -72px;
    transform: rotate(-77deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(20) {
    animation: anim-background-element-fade 5s 1.8s infinite;
    left: 751px;
    top: 25px
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(21) {
    animation: anim-background-element-fade 5s 1.9s infinite;
    left: 760px;
    top: calc(100% - 100px);
    transform: rotate(-45deg)
}

.il-background.il-background--callout-animation .il-background__element.il-background__element:nth-child(22) {
    animation: anim-background-element-fade 5s 1.9s infinite;
    left: 740px;
    top: calc(100% - 181px);
    transform: rotate(-45deg)
}

.il-faq {
    position: relative
}

.il-faq .il-faq__element {
    height: 20px;
    opacity: 0;
    position: absolute;
    width: 20px
}

@keyframes anim-float-up-right {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(170px, -150px, 0)
    }
}

.il-faq .il-faq__element--flow-right {
    animation: anim-fade-in-out 8s ease-out infinite, anim-float-up-right 8s ease-out infinite;
    left: -10px;
    top: 60px
}

@keyframes anim-float-up-right--v2 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(110px, -210px, 0)
    }
}

.il-faq .il-faq__element--flow-right--v2 {
    animation: anim-fade-in-out 10s ease-out 2s infinite, anim-float-up-right--v2 10s ease-out 2s infinite;
    left: 30px;
    top: -100px
}

@keyframes anim-float-up-right--v3 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(140px, -100px, 0)
    }
}

.il-faq .il-faq__element--flow-right--v3 {
    animation: anim-fade-in-out 7s ease-out 5s infinite, anim-float-up-right--v3 7s ease-out 5s infinite;
    left: 70px;
    top: 90px
}

@keyframes anim-float-up-right--v4 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(100px, -80px, 0)
    }
}

.il-faq .il-faq__element--flow-right--v4 {
    animation: anim-fade-in-out 8s ease-out 6s infinite, anim-float-up-right--v4 8s ease-out 6s infinite;
    left: 100px;
    top: -150px
}

@keyframes anim-float-up-right--v5 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(160px, -140px, 0)
    }
}

.il-faq .il-faq__element--flow-right--v5 {
    animation: anim-fade-in-out 10s ease-out 1s infinite, anim-float-up-right--v5 10s ease-out 1s infinite;
    left: 20px;
    top: 110px
}

@keyframes anim-float-up-left {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-200px, -70px, 0)
    }
}

.il-faq .il-faq__element--flow-left {
    animation: anim-fade-in-out 8s ease-out infinite, anim-float-up-left 8s ease-out infinite;
    right: 80px;
    top: 20px
}

@keyframes anim-float-up-left--v2 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-80px, -100px, 0)
    }
}

.il-faq .il-faq__element--flow-left--v2 {
    animation: anim-fade-in-out 7s ease-out 1.5s infinite, anim-float-up-left--v2 7s ease-out 1.5s infinite;
    right: 40px;
    top: 80px
}

@keyframes anim-float-up-left--v3 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100px, -220px, 0)
    }
}

.il-faq .il-faq__element--flow-left--v3 {
    animation: anim-fade-in-out 9s ease-out 3s infinite, anim-float-up-left--v3 9s ease-out 3s infinite;
    right: 0;
    top: 125px
}

@keyframes anim-float-up-left--v4 {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-120px, -50px, 0)
    }
}

.il-faq .il-faq__element--flow-left--v4 {
    animation: anim-fade-in-out 8s ease-out 4s infinite, anim-float-up-left--v4 8s ease-out 4s infinite;
    right: 120px;
    top: -130px
}

.il-phone {
    animation: anim-rotate-phone 15s ease-in-out infinite;
    border-radius: 26px;
    box-shadow: 0 8px 30px 5px rgba(0, 0, 0, .25);
    left: calc(50% - 90px);
    position: absolute;
    top: calc(50% - 182px);
    transform: rotate(5deg);
    width: 180px;
    z-index: 3
}

.il-splash-hearts {
    height: 520px;
    left: 0;
    position: absolute;
    top: -260px;
    width: 100%
}

.il-splash-hearts .il-splash-hearts__element {
    height: 15px;
    position: absolute;
    width: 15px;
    z-index: 2
}

@keyframes anim-splash-heart--v1 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(-30px, -65px, 0)
    }
}

.il-splash-hearts .il-splash-hearts__element:first-child {
    animation: anim-splash-heart--v1 6s linear 1.4s infinite;
    left: 20%;
    opacity: 0;
    top: 75%
}

@keyframes anim-splash-heart--v2 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(-10px, -30px, 0)
    }
}

.il-splash-hearts .il-splash-hearts__element:nth-child(2) {
    animation: anim-splash-heart--v2 6s linear 1.5s infinite;
    left: 14%;
    opacity: 0;
    top: 55%
}

@keyframes anim-splash-heart--v3 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(25px, -40px, 0)
    }
}

.il-splash-hearts .il-splash-hearts__element:nth-child(3) {
    animation: anim-splash-heart--v3 6s linear infinite;
    left: 80%;
    opacity: 0;
    top: 20%
}

@keyframes anim-splash-heart--v4 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(20px, 50px, 0)
    }
}

.il-splash-hearts .il-splash-hearts__element:nth-child(4) {
    animation: anim-splash-heart--v4 6s linear 2.8s infinite;
    left: 65%;
    opacity: 0;
    top: 85%
}

@keyframes anim-splash-heart--v5 {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    40% {
        opacity: .4
    }

    60% {
        opacity: .4
    }

    to {
        opacity: 0;
        transform: translate3d(34px, 30px, 0)
    }
}

.il-splash-hearts .il-splash-hearts__element:nth-child(5) {
    animation: anim-splash-heart--v5 6s linear 3s infinite;
    left: 78%;
    opacity: 0;
    top: 70%
}

.il-floating-points {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 14
}

.il-floating-points .il-floating-points__element {
    align-items: center;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 8px;
    box-shadow: 0 14px 28px 5px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: row;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px
}

.il-floating-points .il-floating-points__element img {
    height: 45px;
    margin-right: 10px;
    width: 45px
}

.il-floating-points .il-floating-points__element p {
    color: #3e396a;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 100%
}

.il-floating-points .il-floating-points__element.il-floating-points__element--animate-in {
    opacity: 1
}

.il-floating-points .il-floating-points__element.il-floating-points__element--float {
    animation: anim-float-up-down 10s infinite;
    opacity: 1
}

.il-floating-points .il-floating-points__element.il-floating-points__element--top {
    left: 240px;
    top: -160px
}

.il-floating-points .il-floating-points__element.il-floating-points__element--top.il-floating-points__element--animate-in {
    animation: anim-slide-in 1s ease-out, anim-fade-in 1s ease-out
}

.il-floating-points .il-floating-points__element.il-floating-points__element--middle {
    left: 40px;
    top: -20px
}

.il-floating-points .il-floating-points__element.il-floating-points__element--middle.il-floating-points__element--animate-in {
    animation: anim-slide-in 1.2s ease-out, anim-fade-in 1.2s ease-out
}

.il-floating-points .il-floating-points__element.il-floating-points__element--bottom {
    left: 240px;
    top: 120px
}

.il-floating-points .il-floating-points__element.il-floating-points__element--bottom.il-floating-points__element--animate-in {
    animation: anim-slide-in 1.4s ease-out, anim-fade-in 1.4s ease-out
}

.il-stormlikes-circles {
    height: 100%;
    position: absolute;
    right: calc(50% - 260px);
    width: 520px
}

.il-stormlikes-circles .il-stormlikes-circles__element {
    background: #fff;
    border-radius: 500px;
    bottom: 0;
    height: 0;
    left: 0;
    margin: auto;
    opacity: .03;
    padding-top: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.il-stormlikes-circles .il-stormlikes-circles__element:first-child {
    animation: anim-circles-outer 12s ease-in-out infinite;
    z-index: 1
}

.il-stormlikes-circles .il-stormlikes-circles__element:nth-child(2) {
    animation: anim-circles-inner 18s ease-in-out infinite;
    padding-top: 80%;
    width: 80%;
    z-index: 2
}

.il-counter {
    border: 2px dashed #f25b65;
    border-radius: 12px;
    color: #3e396a;
    left: 70px;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 360px;
    z-index: 1
}

.il-counter .il-counter__content p {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px
}

.il-counter .il-counter__total {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.il-counter .il-counter__total img {
    height: 32px;
    margin-right: 5px;
    width: 32px
}

.il-counter .il-counter__total span {
    color: inherit;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 110%
}

.il-counter .il-counter__message-wrapper {
    bottom: -25px;
    left: 0;
    position: absolute;
    width: 100%
}

.il-counter .il-counter__message-element {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 40px;
    box-shadow: 2px 6px 14px 0 rgba(0, 0, 0, .1);
    color: #3e396a;
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .8s ease-out;
    transition-property: left, top, opacity;
    white-space: nowrap
}

.il-counter .il-counter__message-element p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%
}

.il-counter .il-counter__message-element p img {
    display: inline;
    height: 19px;
    vertical-align: top;
    width: 15px
}

.il-counter .il-counter__message-element.il-counter__message-element--animate-in {
    animation: anim-counter-message-slide-in .8s ease-out, anim-fade-in .7s ease-out;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%)
}

.il-counter .il-counter__message-element.il-counter__message-element--animate-out {
    animation: anim-fade-out 1.1s ease-out, anim-counter-message-slide-down 1.1s linear;
    opacity: 0
}

.il-elements-wave {
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    z-index: 9
}

.il-elements-wave .il-elements-wave__element {
    left: 0;
    opacity: .2;
    position: absolute;
    top: 0;
    width: 20px
}

@keyframes wave-element-1 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(20deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(30px, 60px, 0) rotate(160deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(20deg)
    }
}

.il-elements-wave .il-elements-wave__element:first-child {
    animation: wave-element-1 10s cubic-bezier(.58, 0, .42, 1) infinite;
    left: 130px;
    top: 130px;
    width: 20px
}

@keyframes wave-element-2 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(80px, 20px, 0) rotate(250deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(2) {
    animation: wave-element-2 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 115px;
    top: 65px;
    width: 24px
}

@keyframes wave-element-3 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(30px, 100px, 0) rotate(-120deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(3) {
    animation: wave-element-3 10s cubic-bezier(.58, 0, .42, 1) .2s infinite;
    left: 85px;
    top: 120px;
    width: 12px
}

@keyframes wave-element-4 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-20px, 90px, 0) rotate(30deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(4) {
    animation: wave-element-4 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 120px;
    top: 100px;
    width: 20px
}

@keyframes wave-element-5 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(5px, 50px, 0) rotate(-170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(5) {
    animation: wave-element-5 10s cubic-bezier(.58, 0, .42, 1) .3s infinite;
    left: 45px;
    top: 130px;
    width: 31px
}

@keyframes wave-element-6 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-25px, 20px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(6) {
    animation: wave-element-6 10s cubic-bezier(.58, 0, .42, 1) 0s infinite;
    left: 30px;
    top: 150px;
    width: 20px
}

@keyframes wave-element-7 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(25deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-120px, -10px, 0) rotate(190deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(25deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(7) {
    animation: wave-element-7 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -150px;
    top: 140px;
    width: 20px
}

@keyframes wave-element-8 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-25deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(5px, 40px, 0) rotate(-70deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-25deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(8) {
    animation: wave-element-8 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: -85px;
    top: 120px;
    width: 20px
}

@keyframes wave-element-9 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-10px, 110px, 0) rotate(120deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(9) {
    animation: wave-element-9 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -100px;
    top: 150px;
    width: 20px
}

@keyframes wave-element-10 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(0, 90px, 0) rotate(260deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(10) {
    animation: wave-element-10 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -40px;
    top: 120px;
    width: 20px
}

@keyframes wave-element-11 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-60px, 80px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(11) {
    animation: wave-element-11 10s cubic-bezier(.58, 0, .42, 1) infinite;
    left: -128px;
    top: 130px;
    width: 20px
}

@keyframes wave-element-12 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-10px, 70px, 0) rotate(-90deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(12) {
    animation: wave-element-12 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -120px;
    top: 120px;
    width: 24px
}

@keyframes wave-element-13 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-60px, -15px, 0) rotate(-90deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(13) {
    animation: wave-element-13 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: -125px;
    top: 80px;
    width: 12px
}

@keyframes wave-element-14 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-80px, 10px, 0) rotate(110deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(14) {
    animation: wave-element-14 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -120px;
    top: 90px;
    width: 20px
}

@keyframes wave-element-15 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-90px, -50px, 0) rotate(-170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(15) {
    animation: wave-element-15 10s cubic-bezier(.58, 0, .42, 1) .3s infinite;
    left: -160px;
    top: 5px;
    width: 31px
}

@keyframes wave-element-16 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-105px, 20px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(16) {
    animation: wave-element-16 10s cubic-bezier(.58, 0, .42, 1) 0s infinite;
    left: -145px;
    top: 45px;
    width: 20px
}

@keyframes wave-element-17 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(55deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-100px, -40px, 0) rotate(170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(55deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(17) {
    animation: wave-element-17 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -100px;
    top: 30px;
    width: 13px
}

@keyframes wave-element-18 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-50px, -110px, 0) rotate(70deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(18) {
    animation: wave-element-18 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: -150px;
    top: -91px;
    width: 20px
}

@keyframes wave-element-19 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(50deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-80px, -90px, 0) rotate(150deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(50deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(19) {
    animation: wave-element-19 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -110px;
    top: -70px;
    width: 34px
}

@keyframes wave-element-20 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-100px, -40px, 0) rotate(-200deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(20) {
    animation: wave-element-20 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -120px;
    top: -50px;
    width: 20px
}

@keyframes wave-element-21 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(6deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-40px, -80px, 0) rotate(70deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(6deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(21) {
    animation: wave-element-21 10s cubic-bezier(.58, 0, .42, 1) infinite;
    left: -128px;
    top: -130px;
    width: 20px
}

@keyframes wave-element-22 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-10px, -100px, 0) rotate(-150deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(22) {
    animation: wave-element-22 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -110px;
    top: -125px;
    width: 24px
}

@keyframes wave-element-23 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(30px, -85px, 0) rotate(-90deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(23) {
    animation: wave-element-23 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: 115px;
    top: -140px;
    width: 12px
}

@keyframes wave-element-24 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-10px, 60px, 0) rotate(-110deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(24) {
    animation: wave-element-24 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -80px;
    top: -140px;
    width: 20px
}

@keyframes wave-element-25 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-40px, -100px, 0) rotate(-170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(25) {
    animation: wave-element-25 10s cubic-bezier(.58, 0, .42, 1) .3s infinite;
    left: -60px;
    top: -170px;
    width: 17px
}

@keyframes wave-element-26 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(25px, -80px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(26) {
    animation: wave-element-26 10s cubic-bezier(.58, 0, .42, 1) 0s infinite;
    left: -71px;
    top: -117px;
    width: 17px
}

@keyframes wave-element-27 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(30deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-50px, -70px, 0) rotate(120deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(30deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(27) {
    animation: wave-element-27 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: -10px;
    top: -160px;
    width: 24px
}

@keyframes wave-element-28 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(-10px, -140px, 0) rotate(170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(28) {
    animation: wave-element-28 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: 20px;
    top: -81px;
    width: 20px
}

@keyframes wave-element-29 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(20deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(5px, -90px, 0) rotate(160deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(20deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(29) {
    animation: wave-element-29 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 40px;
    top: -164px;
    width: 24px
}

@keyframes wave-element-30 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(50px, -140px, 0) rotate(-280deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(30) {
    animation: wave-element-30 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 70px;
    top: -150px;
    width: 36px
}

@keyframes wave-element-31 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(80px, 20px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(31) {
    animation: wave-element-31 10s cubic-bezier(.58, 0, .42, 1) infinite;
    left: 135px;
    top: -140px;
    width: 20px
}

@keyframes wave-element-32 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(5deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(110px, -10px, 0) rotate(-120deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(5deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(32) {
    animation: wave-element-32 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 120px;
    top: -166px;
    width: 24px
}

@keyframes wave-element-33 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(-35deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(60px, -15px, 0) rotate(-90deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(-35deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(33) {
    animation: wave-element-33 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: 125px;
    top: -100px;
    width: 12px
}

@keyframes wave-element-34 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(0deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(80px, 10px, 0) rotate(110deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(0deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(34) {
    animation: wave-element-34 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 99px;
    top: -70px;
    width: 20px
}

@keyframes wave-element-35 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(110px, -50px, 0) rotate(250deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(35) {
    animation: wave-element-35 10s cubic-bezier(.58, 0, .42, 1) .3s infinite;
    left: 122px;
    top: -36px;
    width: 38px
}

@keyframes wave-element-36 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(10deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(65px, 5px, 0) rotate(80deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(10deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(36) {
    animation: wave-element-36 10s cubic-bezier(.58, 0, .42, 1) 0s infinite;
    left: 135px;
    top: 0;
    width: 20px
}

@keyframes wave-element-37 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(155deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(140px, -20px, 0) rotate(370deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(155deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(37) {
    animation: wave-element-37 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 100px;
    top: -8px;
    width: 13px
}

@keyframes wave-element-38 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(15deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(60px, 40px, 0) rotate(170deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(15deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(38) {
    animation: wave-element-38 10s cubic-bezier(.58, 0, .42, 1) .4s infinite;
    left: 130px;
    top: 100px;
    width: 20px
}

@keyframes wave-element-39 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(50deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(40px, -50px, 0) rotate(150deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(50deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(39) {
    animation: wave-element-39 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 120px;
    top: 60px;
    width: 17px
}

@keyframes wave-element-40 {
    0% {
        opacity: .07;
        transform: translateZ(0) rotate(20deg)
    }

    50% {
        opacity: .2;
        transform: translate3d(80px, -10px, 0) rotate(270deg)
    }

    to {
        opacity: .05;
        transform: translateZ(0) rotate(20deg)
    }
}

.il-elements-wave .il-elements-wave__element:nth-child(40) {
    animation: wave-element-40 10s cubic-bezier(.58, 0, .42, 1) .1s infinite;
    left: 138px;
    top: 47px;
    width: 20px
}

.updated-page {
    overflow: hidden;
    position: relative;
    width: 100%
}

.updated-page h2 {
    line-height: 110%
}

.updated-page p {
    color: inherit;
    font-size: 22px;
    line-height: 130%
}

.updated-page .large-button p {
    font-size: 22px
}

.updated-page.tools {
    overflow: hidden;
    position: relative;
    width: 100%
}

.updated-page.tools .updated-page__header {
    background: #fafafa;
    margin: 0 auto;
    max-width: 1090px;
    padding: 80px 2% 40px;
    text-align: center;
    width: 96%
}

.updated-page.tools .updated-page__header h1 {
    color: #3e396b;
    font-size: 40px;
    line-height: 130%;
    padding-bottom: 10px
}

.updated-page.tools .updated-page__header h2 {
    color: #3e396b;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    line-height: 130%
}

.updated-page.tools .updated-page__header.updated-page__header--limit-width {
    max-width: 720px
}

.updated-page.tools .updated-page__section {
    background: #fafafa;
    margin: 0 auto;
    max-width: 1090px;
    padding: 80px 2%;
    width: 96%
}

.updated-page.tools .updated-page__section.updated-page__section--full-width {
    width: 100%
}

.updated-page.tools .updated-page__section.updated-page__section--no-padding {
    padding: 0
}

.splash {
    position: relative
}

.splash .link-class,
.splash p {
    color: inherit
}

.splash .splash__background {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.splash .splash__inner {
    align-items: center;
    display: flex;
    font-size: 0;
    margin: 0 auto;
    max-width: 1065px;
    min-height: calc(100vh - 146px);
    padding: 0 0 160px;
    position: relative;
    width: 96%;
    z-index: 1
}

.splash .splash__inner:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.splash .splash-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.splash .splash-content .splash-content__badge {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 12px;
    display: flex;
    margin-bottom: 15px;
    padding: 16px 20px;
    width: -moz-fit-content;
    width: fit-content
}

.splash .splash-content .splash-content__badge h1 {
    font-size: 20px
}

.splash .splash-content .splash-content__badge img {
    height: 22px;
    margin-right: 8px;
    width: 22px
}

.splash .splash-content .splash-content__text {
    display: inline-block;
    vertical-align: middle;
    width: 60%
}

.splash .splash-content .splash-content__text .splash-content__text-headline {
    font-family: Raleway, sans-serif;
    font-size: 62px;
    font-weight: 700;
    line-height: 110%;
    max-width: 630px;
    padding-bottom: 20px
}

.splash .splash-content .splash-content__text>p {
    padding-bottom: 25px
}

.splash .splash-content .splash-content__illustration {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 40%
}

.updated-page.followers .splash,
.updated-page.home .splash,
.updated-page.likes .splash,
.updated-page.views .splash {
    background: -webkit-linear-gradient(152deg, #ea37dc, #484848 67%);
    color: #fff
}

.updated-page.followers .splash .splash__background,
.updated-page.home .splash .splash__background,
.updated-page.likes .splash .splash__background,
.updated-page.views .splash .splash__background {
    background: radial-gradient(ellipse at top right, #3d07c7, hsla(0, 0%, 100%, 0));
    opacity: .4
}

.updated-page.automatic-likes .splash,
.updated-page.automatic-views .splash {
    background: linear-gradient(10deg, #8b21ce, #8695ff 70%);
    color: #fff
}

.updated-page.automatic-likes .splash .splash__background,
.updated-page.automatic-views .splash .splash__background {
    background: radial-gradient(ellipse at top left, #c716ff, hsla(0, 0%, 100%, 0));
    opacity: .7
}

.updated-page.home section.faq .section__inner {
    padding-bottom: 60px
}

.updated-page.automatic-likes .il-message.uploaded-counter {
    left: 166px;
    min-width: 290px;
    top: -127px
}

.updated-page.automatic-likes .il-message.likes-counter {
    left: -13px;
    top: 59px
}

section.section {
    width: 100%
}

section.section.section--purple-background {
    background: #8074f2;
    color: #fff
}

section.section.section--purple-background .section__header h2,
section.section.section--purple-background .section__header>p {
    color: #fff
}

section.section.section--white-background {
    color: #555
}

section.section.section--white-background .section__header h2 {
    color: #3e396a
}

section.section .section__inner {
    margin: 0 auto;
    max-width: 1230px;
    padding: 60px 0;
    width: 96%
}

section.section .section__header {
    text-align: center
}

section.section .section__header h2 {
    padding-bottom: 10px
}

section.section .section__header>p {
    margin: 0 auto;
    max-width: 720px;
    padding-top: 10px
}

section.section .section__header.header--secondary {
    text-align: left
}

section.section .section__header.header--secondary>p {
    margin: 0
}

section.landing-services {
    color: #303030
}

section.landing-services .section__inner {
    padding: 60px 0 40px
}

section.landing-services h2 {
    color: #3e396a
}

section.landing-services .landing-services__buttons {
    margin: 0 auto;
    max-width: 720px;
    padding-top: 40px;
    width: 100%
}

.services-buttons {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.services-buttons .services-buttons__element {
    align-items: center;
    background: #fff;
    border: 1px dashed #8075f1;
    border-radius: 14px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: row;
    margin: 0 10px 20px;
    padding: 20px;
    transition: all .2s linear
}

.services-buttons .services-buttons__element img {
    height: 45px;
    width: 45px
}

.services-buttons .services-buttons__element p {
    color: #3e396a;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%;
    padding: 0 10px 0 15px;
    text-align: center;
    width: 100%
}

.services-buttons .services-buttons__element:hover {
    background: #f6f5ff;
    border: 1px solid #8075f1
}

section.quick-stats .section__inner {
    margin: 0 auto;
    max-width: 1080px;
    padding: 100px 0
}

section.quick-stats .quick-stats__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

section.quick-stats .quick-stats__element {
    position: relative;
    text-align: center;
    width: auto
}

section.quick-stats .quick-stats__element h3 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(180deg, #743fe7, #895bff);
    -webkit-background-clip: text;
    color: #743fe7;
    font-family: Poppins, sans-serif;
    font-size: 74px;
    font-weight: 600
}

section.quick-stats .quick-stats__element p {
    color: #3e396a;
    font-weight: 600;
    padding-top: 5px
}

section.quick-stats .quick-stats__element:after,
section.quick-stats .quick-stats__element:before {
    background: #8074f2;
    border-radius: 200px;
    content: " ";
    height: 240px;
    left: 50%;
    opacity: .05;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 240px
}

section.quick-stats .quick-stats__element:after {
    height: 160px;
    width: 160px
}

section.quick-stats .quick-stats__element:nth-child(2):before {
    height: 320px;
    width: 320px
}

section.quick-stats .quick-stats__element:nth-child(2):after {
    height: 240px;
    width: 240px
}

.services-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1080px
}

.services-list .services-list__element {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    margin-top: 50px;
    max-width: 700px;
    padding: 40px 40px 45px;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 15
}

.services-list .services-list__element:nth-child(2n) {
    align-self: flex-end
}

.services-list .services-list__element-header {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%
}

.services-list .services-list__element-header img {
    flex-shrink: 0;
    height: 40px;
    margin-right: 15px;
    width: 40px
}

.services-list .services-list__element-header h3 {
    width: 100%
}

.services-list .services-list__illustration {
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: calc(100% - 150px);
    z-index: 14
}

.services-list .services-list__illustration.services-list__illustration--right {
    left: 100%;
    right: auto
}

.service-card .service-card__actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px
}

.service-card .service-card__actions .medium-button {
    flex-shrink: 0
}

.service-card .service-card__rating {
    align-items: center;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-bottom: 16px
}

.service-card .service-card__rating p {
    color: #888;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding-left: 10px;
    padding-top: 1px
}

.service-card .service-card__rating-stars {
    display: flex;
    flex-direction: row
}

.service-card .service-card__rating-stars img {
    display: block;
    height: 25px;
    margin-right: 5px;
    width: 25px
}

.service-card .service-card__rating-stars img:last-child {
    margin-right: 0
}

.service-card .service-card__pricing {
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 25px;
    width: 100%
}

.service-card .service-card__pricing span {
    display: inline-block;
    font-weight: 500
}

section.counter {
    background: #fff;
    color: #303030
}

section.counter h2 {
    color: #3e396a
}

section.counter .section__inner {
    padding: 80px 0 220px
}

section.counter .counter__inner {
    align-items: center;
    display: flex;
    flex-direction: row
}

section.counter .counter__content {
    width: 60%
}

section.counter .counter__content h2 {
    padding-bottom: 10px
}

section.counter .counter__content p {
    padding-top: 10px
}

section.counter .counter__illustration {
    position: relative;
    width: 40%
}

section.callout .section__inner {
    max-width: 720px;
    padding: 100px 0
}

section.callout .callout__inner {
    position: relative
}

section.callout .callout__inner .callout__text {
    border: 1px dashed #a24df1;
    border-radius: 12px;
    padding: 35px;
    text-align: center
}

section.callout .callout__inner .callout__text h3 {
    color: #3e396a;
    line-height: 130%;
    padding-bottom: 20px
}

section.callout .callout__inner .callout__text>p {
    padding-bottom: 30px
}

section.callout .callout__inner .callout__illustration {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

section.steps {
    background: #fafafa;
    color: #303030
}

section.steps h2,
section.steps h3,
section.steps h4 {
    color: #3e396a
}

section.steps .section__inner {
    padding: 100px 0 60px
}

section.steps .steps__container {
    display: flex;
    flex-direction: column;
    padding-top: 75px
}

section.steps .step {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    margin-top: 50px;
    max-width: 700px;
    padding: 40px 40px 45px;
    position: relative;
    text-align: left;
    width: 100%
}

section.steps .step h4 {
    border-bottom: 1px solid #eee;
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

section.steps .step:first-child {
    margin-top: 0
}

section.steps .step:nth-child(2n) {
    align-self: flex-end
}

section.steps .step .step__number {
    background: #7a55f8;
    border-radius: 100px;
    box-shadow: 16px 22px 30px 0 rgba(0, 0, 0, .15);
    color: #fff;
    padding: 20px 32px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: -25px;
    width: 160px
}

section.steps .step .step__number h3 {
    color: inherit;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%
}

section.steps .step:first-child {
    z-index: 3
}

section.steps .step:first-child .step__number {
    animation: anim-sideways-loop 20s ease-in-out 2s infinite
}

section.steps .step:nth-child(2) {
    z-index: 2
}

section.steps .step:nth-child(2) .step__number {
    animation: anim-circular-movement 26s linear infinite
}

section.steps .step:nth-child(2):before {
    animation: anim-steps-border--left 8s linear infinite, anim-steps-border--bottom 8s linear infinite;
    border-bottom: 2px dashed rgba(121, 86, 248, .125);
    border-left: 2px dashed rgba(121, 86, 248, .125);
    border-radius: 0 0 0 100px;
    bottom: calc(100% - 150px);
    content: "";
    height: 200px;
    position: absolute;
    right: 100%;
    width: 200px;
    z-index: 1
}

section.steps .step:nth-child(3) .step__number {
    animation: anim-sideways-loop 16s ease-in-out infinite
}

section.steps .step:nth-child(3):before {
    animation: anim-steps-border--right 8s linear 4s infinite, anim-steps-border--bottom 8s linear 4s infinite;
    border-bottom: 2px dashed rgba(121, 86, 248, .125);
    border-radius: 0 0 100px 0;
    border-right: 2px dashed rgba(121, 86, 248, .125);
    bottom: calc(100% - 150px);
    content: "";
    height: 200px;
    left: 100%;
    position: absolute;
    width: 200px;
    z-index: 1
}

section.why-section {
    background: #fafafa;
    color: #303030
}

section.why-section h2,
section.why-section h3 {
    color: #3e396a
}

section.why-section .section__inner {
    padding: 60px 0 220px
}

section.why-section .why-section__content-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 1040px;
    padding-top: 60px
}

section.why-section .why-section__image {
    margin-right: 60px;
    max-width: 420px;
    width: 40%
}

section.why-section .why-section__content {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 540px;
    width: 100%
}

section.why-section .why-section__item {
    padding-top: 30px
}

section.why-section .why-section__item h3 {
    font-size: 24px;
    padding-bottom: 10px
}

section.why-section .why-section__item p {
    font-size: 20px
}

section.why-section .why-section__item:first-child {
    padding-top: 0
}

section.pricing {
    background: #fafafa;
    color: #303030
}

section.pricing h2,
section.pricing h3 {
    color: #3e396a
}

section.pricing .section__inner {
    padding: 60px 0
}

section.pricing .section__header h2 {
    margin: 0 auto;
    max-width: 720px
}

section.pricing .pricing__callout {
    border: 1px dashed #7a56f8;
    border-radius: 12px;
    margin: 20px auto 0;
    max-width: 720px;
    padding: 20px 26px;
    width: -moz-fit-content;
    width: fit-content
}

section.pricing .pricing__callout p {
    width: auto
}

section.pricing .pricing__package-list {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 75px 0 60px
}

section.pricing .pricing__more {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    padding-top: 45px
}

section.pricing .pricing__more .pricing__more-header {
    flex: 1;
    padding-right: 30px
}

section.pricing .pricing__more .pricing__more-header h3 {
    padding-bottom: 20px
}

section.pricing .pricing__more .pricing__more-header p {
    padding-bottom: 10px
}

section.pricing .pricing__widget {
    width: 620px
}

section.pricing .package-card {
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    position: relative;
    width: 31%
}

section.pricing .package-card .package-card__discount {
    background: #f25b65;
    border-radius: 6px 6px 0 0;
    bottom: 100%;
    color: #fff;
    left: calc(50% - 50px);
    padding: 12px 18px;
    position: absolute;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 120px
}

section.pricing .package-card .package-card__discount p {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 100%
}

section.pricing .package-card .package-card__header {
    align-items: center;
    background: #7a55f8;
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 35px 30px 28px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

section.pricing .package-card .package-card__header img {
    height: 35px;
    margin-right: 8px;
    width: 35px
}

section.pricing .package-card .package-card__header p {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    line-height: 100%
}

section.pricing .package-card .package-card__header:after {
    background-image: url(../img/separator--purple.svg);
    background-position: top;
    background-size: cover;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

section.pricing .package-card .package-card__body {
    background: #fff;
    border-radius: 0 0 12px 12px;
    padding: 40px 30px 30px
}

section.pricing .package-card .package-card__body ul {
    list-style: none;
    padding-bottom: 20px;
    width: 100%
}

section.pricing .package-card .package-card__body ul li {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 12px
}

section.pricing .package-card .package-card__body ul li img {
    height: 24px;
    margin-right: 11px;
    width: 24px
}

section.pricing .package-card .package-card__body ul li p {
    color: #3e396a;
    font-size: 18px;
    line-height: 130%
}

section.pricing .package-card .package-card__body ul li:last-child {
    padding-bottom: 0
}

section.pricing .package-card .package-card__price {
    color: #3e396a;
    padding-bottom: 25px;
    text-align: center
}

section.pricing .package-card .package-card__price p {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 36px;
    position: relative;
    text-align: center
}

section.pricing .package-card .package-card__price sup {
    font-size: 30px;
    line-height: 100%;
    position: absolute;
    right: 100%;
    top: 2px
}

section.pricing .package-card .package-card__price span {
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 110%
}

section.pricing .package-selector {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    padding: 35px 45px 45px;
    width: 700px
}

section.pricing .package-selector .package-selector__slider {
    padding-bottom: 20px
}

section.pricing .package-selector .package-selector__details {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 36px
}

section.pricing .package-selector .package-selector__details form {
    width: 100%
}

section.pricing .package-selector .package-selector__details form>:last-child {
    margin-bottom: 0
}

section.pricing .package-selector .package-selector__details p {
    color: #3e396b;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500
}

section.pricing .package-selector .package-selector__details p:nth-child(2) {
    text-align: right
}

section.pricing .package-selector .package-selector__details.package-selector__package {
    height: auto;
    margin-bottom: 15px
}

section.pricing .package-selector .package-selector__details.package-selector__discount {
    margin-bottom: 15px
}

section.pricing .package-selector .package-selector__discount p:nth-child(2) {
    background: #f25b65;
    border-radius: 6px;
    color: #fff;
    line-height: 100%;
    padding: 9px 12px
}

.divider.divider--top {
    position: relative
}

.divider.divider--top:before {
    background-position: top;
    background-size: cover;
    content: " ";
    height: 100px;
    left: 0;
    position: absolute;
    top: -95px;
    width: 100%
}

.divider.divider--top.divider--white:before {
    background-image: url(../img/sep-white-v3.svg)
}

.divider.divider--top.divider--fafafa:before {
    background-image: url(../img/sep-fafafa-v3.svg)
}

.divider.divider--top.divider--pale-purple:before {
    background-image: url(../img/sep-pale-purple-v3.svg)
}

section.reviews .section__inner {
    padding: 100px 0 220px
}

section.reviews .reviews__rating {
    margin-bottom: 40px;
    margin-top: 30px
}

section.contact-us {
    background: #8074f2;
    color: #fff;
    position: relative;
    z-index: 3
}

section.contact-us h2,
section.contact-us h3 {
    color: #fff
}

section.contact-us .section__inner {
    margin: 0 auto;
    max-width: 640px;
    padding: 100px 0 200px
}

section.contact-us .contact-us__form {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 36px 67px 0 rgba(0, 0, 0, .2);
    margin-top: 60px;
    padding: 20px 25px;
    text-align: left;
    width: 100%
}

section.contact-us .input-wrapper,
section.contact-us form>.message {
    margin-bottom: 20px
}

section.trial {
    background: #8074f2;
    color: #fff;
    position: relative;
    z-index: 3
}

section.trial h2,
section.trial h3 {
    color: #fff
}

section.trial .section__inner {
    margin: 0 auto;
    max-width: 640px;
    padding: 100px 0 200px
}

section.trial .trial-form {
    margin-top: 30px
}

section.small-features h2,
section.small-features h3,
section.small-features h4 {
    color: #3e396a
}

section.small-features .section__header {
    padding-bottom: 80px
}

section.small-features .section__inner {
    max-width: 1080px;
    padding-bottom: 0
}

section.small-features.small-features--padding-bottom .section__inner {
    padding-bottom: 140px
}

section.small-features .small-features__container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around
}

section.small-features .feature {
    max-width: 410px;
    padding-bottom: 80px;
    text-align: center
}

section.small-features .feature .feature__illustration {
    padding-bottom: 40px
}

section.small-features .feature h3 {
    color: #3e396a;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px
}

section.small-features .feature p {
    font-size: 20px
}

section.small-features .feature__illustration {
    position: relative
}

section.small-features .feature__illustration .feature-illustration__background {
    height: 160px;
    left: calc(50% - 80px);
    position: absolute;
    top: -30px;
    width: 160px
}

section.small-features .feature__illustration .feature-illustration__icon {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 100px;
    box-shadow: 4px 12px 28px 0 rgba(0, 0, 0, .1);
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px
}

section.small-features .feature__illustration .feature-illustration__icon img {
    height: 40px;
    margin: 30px;
    width: 40px
}

section.small-features .feature--one .il-grouped-elements .cross-fat {
    height: 12px;
    left: 149px;
    top: 62px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 10
}

section.small-features .feature--one .il-grouped-elements .halfpipe {
    height: 24px;
    left: 106px;
    top: 109px;
    width: 24px
}

section.small-features .feature--one .il-grouped-elements .ring-fat {
    height: 9px;
    left: 51px;
    top: 140px;
    width: 9px
}

section.small-features .feature--one .il-grouped-elements .ring-thin {
    height: 18px;
    left: 37px;
    top: 28px;
    width: 18px
}

section.small-features .feature--one .il-grouped-elements .snake {
    height: 35px;
    left: 13px;
    top: 84px;
    transform: rotate(25deg);
    width: 35px
}

section.small-features .feature--one .il-grouped-elements .square {
    height: 14px;
    left: -3px;
    top: 63px;
    width: 14px
}

section.small-features .feature--one .il-grouped-elements .triangle {
    height: 18px;
    left: 117px;
    top: 4px;
    transform: rotate(45deg);
    width: 18px
}

section.small-features .feature--two .il-grouped-elements .cross-fat {
    height: 14px;
    left: 3px;
    top: 128px;
    transform: rotate(45deg);
    width: 14px;
    z-index: 10
}

section.small-features .feature--two .il-grouped-elements .halfpipe {
    height: 30px;
    left: 0;
    top: 44px;
    transform: rotate(90deg);
    width: 30px
}

section.small-features .feature--two .il-grouped-elements .ring-fat {
    height: 10px;
    left: 11px;
    opacity: .05;
    top: 100px;
    width: 10px
}

section.small-features .feature--two .il-grouped-elements .ring-thin {
    height: 12px;
    left: 130px;
    top: 23px;
    width: 12px
}

section.small-features .feature--two .il-grouped-elements .snake {
    height: 40px;
    left: 52px;
    top: 114px;
    transform: rotate(-60deg);
    width: 40px
}

section.small-features .feature--two .il-grouped-elements .square {
    height: 12px;
    left: 89px;
    top: 11px;
    transform: rotate(25deg);
    width: 12px
}

section.small-features .feature--two .il-grouped-elements .triangle {
    height: 25px;
    left: 135px;
    top: 77px;
    transform: rotate(55deg);
    width: 25px
}

section.small-features .feature--three .il-grouped-elements .cross-fat {
    height: 12px;
    left: 3px;
    top: 16px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 10
}

section.small-features .feature--three .il-grouped-elements .halfpipe {
    height: 22px;
    left: 43px;
    top: 16px;
    transform: rotate(-60deg);
    width: 22px
}

section.small-features .feature--three .il-grouped-elements .ring-fat {
    height: 12px;
    left: 101px;
    top: 10px;
    width: 12px
}

section.small-features .feature--three .il-grouped-elements .ring-thin {
    height: 20px;
    left: 10px;
    top: 123px;
    width: 20px
}

section.small-features .feature--three .il-grouped-elements .snake {
    height: 35px;
    left: 119px;
    top: 41px;
    width: 35px
}

section.small-features .feature--three .il-grouped-elements .square {
    height: 18px;
    left: 110px;
    top: 106px;
    transform: rotate(45deg);
    width: 18px
}

section.small-features .feature--three .il-grouped-elements .triangle {
    height: 15px;
    left: 12px;
    top: 74px;
    transform: rotate(-15deg);
    width: 15px
}

section.small-features .feature--four .il-grouped-elements .cross-fat {
    height: 10px;
    left: 22px;
    top: 27px;
    width: 10px
}

section.small-features .feature--four .il-grouped-elements .halfpipe-1 {
    height: 30px;
    left: 17px;
    top: 120px;
    transform: rotate(-10deg);
    width: 30px
}

section.small-features .feature--four .il-grouped-elements .halfpipe-2 {
    height: 18px;
    left: 141px;
    top: 71px;
    transform: rotate(-125deg);
    width: 18px
}

section.small-features .feature--four .il-grouped-elements .ring-fat-1 {
    height: 12px;
    left: 135px;
    top: 115px;
    transform: rotate(15deg);
    width: 12px;
    z-index: 10
}

section.small-features .feature--four .il-grouped-elements .ring-thin {
    height: 22px;
    left: 102px;
    top: 22px;
    width: 22px
}

section.small-features .feature--four .il-grouped-elements .snake {
    height: 30px;
    left: 0;
    top: 70px;
    transform: rotate(-20deg);
    width: 30px
}

section.small-features .feature--four .il-grouped-elements .ring-fat-2 {
    height: 12px;
    left: 138px;
    top: 8px;
    transform: rotate(25deg);
    width: 12px
}

section.small-features .feature--five .il-grouped-elements .square-1 {
    height: 10px;
    left: 116px;
    top: 8px;
    transform: rotate(15deg);
    width: 10px
}

section.small-features .feature--five .il-grouped-elements .triangle {
    height: 11px;
    left: 11px;
    top: 70px;
    transform: rotate(45deg);
    width: 11px
}

section.small-features .feature--five .il-grouped-elements .square-2 {
    height: 24px;
    left: 120px;
    top: 96px;
    transform: rotate(45deg);
    width: 24px
}

section.small-features .feature--five .il-grouped-elements .ring-fat {
    height: 12px;
    left: 139px;
    top: 55px;
    width: 12px
}

section.small-features .feature--five .il-grouped-elements .cross-fat {
    height: 12px;
    left: 98px;
    top: 133px;
    transform: rotate(45deg);
    width: 12px
}

section.small-features .feature--five .il-grouped-elements .ring-thin-1 {
    height: 18px;
    left: 37px;
    top: 28px;
    width: 18px
}

section.small-features .feature--five .il-grouped-elements .ring-thin-2 {
    height: 25px;
    left: 4px;
    top: 114px;
    width: 25px
}

section.small-features .feature--six .il-grouped-elements .snake-1 {
    height: 30px;
    left: 146px;
    top: 60px;
    transform: rotate(20deg);
    width: 30px
}

section.small-features .feature--six .il-grouped-elements .snake-2 {
    height: 30px;
    left: 118px;
    top: 86px;
    transform: rotate(10deg);
    width: 30px
}

section.small-features .feature--six .il-grouped-elements .ring-fat {
    height: 9px;
    left: 12px;
    top: 120px;
    transform: rotate(15deg);
    width: 9px;
    z-index: 10
}

section.small-features .feature--six .il-grouped-elements .halfpipe {
    height: 28px;
    left: 141px;
    top: 12px;
    transform: rotate(-15deg);
    width: 28px
}

section.small-features .feature--six .il-grouped-elements .cross-fat-1 {
    height: 10px;
    left: 95px;
    top: 132px;
    width: 10px
}

section.small-features .feature--six .il-grouped-elements .cross-fat-2 {
    height: 12px;
    left: 55px;
    top: 14px;
    transform: rotate(25deg);
    width: 12px
}

section.small-features .feature--six .il-grouped-elements .ring-thin {
    height: 22px;
    left: 12px;
    top: 37px;
    width: 22px
}

section.small-features .feature--seven .il-grouped-elements .cross-fat {
    height: 10px;
    left: 19px;
    top: 137px;
    transform: rotate(45deg);
    width: 10px;
    z-index: 10
}

section.small-features .feature--seven .il-grouped-elements .halfpipe {
    height: 27px;
    left: 124px;
    top: 114px;
    transform: rotate(140deg);
    width: 27px
}

section.small-features .feature--seven .il-grouped-elements .ring-fat-1 {
    height: 13px;
    left: 74px;
    top: 125px;
    width: 13px
}

section.small-features .feature--seven .il-grouped-elements .ring-thin {
    height: 26px;
    left: 12px;
    top: 76px;
    width: 26px
}

section.small-features .feature--seven .il-grouped-elements .snake {
    height: 28px;
    left: 10px;
    top: 14px;
    transform: rotate(35deg);
    width: 28px
}

section.small-features .feature--seven .il-grouped-elements .square {
    height: 12px;
    left: 143px;
    top: 61px;
    transform: rotate(45deg);
    width: 12px
}

section.small-features .feature--seven .il-grouped-elements .ring-fat-2 {
    height: 11px;
    left: 125px;
    top: 8px;
    width: 11px
}

section.small-features .feature--eight .il-grouped-elements .snake {
    height: 40px;
    left: 12px;
    top: 93px;
    transform: rotate(20deg);
    width: 40px
}

section.small-features .feature--eight .il-grouped-elements .triangle {
    height: 35px;
    left: 118px;
    top: 62px;
    transform: rotate(10deg);
    width: 35px
}

section.small-features .feature--eight .il-grouped-elements .ring-fat-1 {
    height: 9px;
    left: 1px;
    top: 86px;
    width: 9px
}

section.small-features .feature--eight .il-grouped-elements .ring-fat-2 {
    height: 14px;
    left: 105px;
    top: 17px;
    width: 14px
}

section.small-features .feature--eight .il-grouped-elements .cross-fat-1 {
    height: 12px;
    left: 95px;
    top: 135px;
    transform: rotate(20deg);
    width: 12px
}

section.small-features .feature--eight .il-grouped-elements .cross-fat-2 {
    height: 12px;
    left: 51px;
    top: 144px;
    transform: rotate(35deg);
    width: 12px
}

section.small-features .feature--eight .il-grouped-elements .halfpipe {
    height: 28px;
    left: 22px;
    top: 36px;
    transform: rotate(-35deg);
    width: 28px
}

.il-grouped-elements {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.il-grouped-elements .element {
    height: 20px;
    opacity: 1;
    position: absolute;
    width: 20px
}

.il-grouped-elements>div:first-child {
    animation: anim-features-blink 4s infinite;
    opacity: .05
}

.il-grouped-elements>div:nth-child(2) {
    animation: anim-features-blink 4s 1s infinite;
    opacity: .05
}

.il-grouped-elements>div:nth-child(3) {
    animation: anim-features-blink 4s 2s infinite;
    opacity: .05
}

section.large-features h2,
section.large-features h3,
section.large-features h4 {
    color: #3e396a
}

section.large-features .large-features__container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    position: relative
}

section.large-features .large-features__illustration {
    position: absolute;
    top: 200px
}

section.large-features .large-features__illustration.large-features__illustration--left {
    right: 100%
}

section.large-features .large-features__illustration.large-features__illustration--right {
    left: 100%
}

section.large-features .feature {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    padding: 30px;
    text-align: center;
    width: 31%
}

section.large-features .feature img {
    display: block;
    height: 100px;
    margin: 10px auto 30px;
    width: 100px
}

section.large-features .feature h3 {
    font-size: 24px;
    padding-bottom: 20px
}

section.large-features .feature p {
    font-size: 18px
}

section.cta h2 {
    color: #3e396a
}

section.cta.cta--final .section__inner {
    padding-bottom: 220px
}

section.cta.cta--color-breaker .section__inner {
    padding: 100px 0 220px
}

section.cta .cta__actions {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 25px
}

section.cta--white {
    color: #fff
}

section.cta--white .section__header p {
    color: inherit;
    font-size: 22px;
    line-height: 130%
}

section.cta--white .section__header p a {
    color: inherit
}

section.cta--white .section__header .cta-section__image {
    margin: 50px 0 0;
    max-width: 840px;
    width: 100%
}

section.content-section .section__inner {
    max-width: 860px;
    padding: 100px 0 200px;
    text-align: left
}

section.content-section .content-section__text h2,
section.content-section .content-section__text h3,
section.content-section .content-section__text h4 {
    color: #3e396a;
    line-height: 120%
}

section.content-section .content-section__text h2 {
    margin-bottom: 25px
}

section.content-section .content-section__text h3 {
    margin-bottom: 20px
}

section.content-section .content-section__text p {
    margin-bottom: 30px
}

section.content-section .content-section__text i {
    font-style: italic;
    height: auto;
    width: 100%
}

section.content-section .content-section__text img {
    display: block;
    height: auto;
    margin: 30px auto;
    max-width: 720px;
    width: 100%
}

section.content-section .content-section__text ol,
section.content-section .content-section__text ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
    display: block;
    line-height: 130%;
    list-style-type: auto;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin: 30px 0;
    padding-inline-start: 40px
}

section.content-section .content-section__text ol>li,
section.content-section .content-section__text ul>li {
    display: list-item;
    text-align: -webkit-match-parent
}

section.content-section .content-section__text ul {
    list-style-type: disc
}

section.content-section .content-section__text li {
    color: inherit;
    font-family: inherit;
    font-size: 22px;
    padding-bottom: 5px
}

section.content-section .content-section__text li>p {
    margin-bottom: 0
}

section.content-section .content-section__compacted {
    margin: 80px 0;
    position: relative;
    z-index: 3
}

section.content-section .content-section__compacted:before {
    border-radius: 20px;
    content: " ";
    height: calc(100% + 80px);
    left: -40px;
    position: absolute;
    top: -40px;
    width: calc(100% + 80px);
    z-index: -1
}

section.content-section .content-section__compacted h3,
section.content-section .content-section__compacted h4 {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%
}

section.content-section .content-section__compacted p {
    font-size: 18px;
    margin-bottom: 0
}

section.content-section .content-section__compacted .content-section__compacted-illustration {
    height: 140px;
    left: 50%;
    position: absolute;
    top: -170px;
    transform: translateX(-50%);
    width: 140px;
    z-index: -2
}

section.content-section .content-section__compacted .content-section__compacted-illustration img {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

section.content-section .content-section__compacted .content-section__compacted-illustration .background {
    border-radius: 100% 100% 0 0;
    bottom: -50%;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

section.content-section .content-section__compacted .content-section__compacted-illustration .shadow {
    bottom: 10px;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 35%;
    z-index: 10
}

section.content-section .content-section__compacted.content-section__compacted--magenta:before {
    background: #fbf4ff
}

section.content-section .content-section__compacted.content-section__compacted--magenta h3,
section.content-section .content-section__compacted.content-section__compacted--magenta h4,
section.content-section .content-section__compacted.content-section__compacted--magenta p {
    color: #431d5e
}

section.content-section .content-section__compacted.content-section__compacted--magenta .content-section__compacted-illustration .background {
    background: #fbf5ff
}

section.content-section .content-section__compacted.content-section__compacted--magenta .content-section__compacted-illustration .shadow {
    background: linear-gradient(45deg, transparent, #321346, transparent)
}

section.content-section .content-section__compacted.content-section__compacted--with-illustration {
    margin-top: 200px
}

.compacted-text {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.compacted-text .compacted-text__panel {
    width: 48%
}

section.status h2,
section.status h3,
section.status h4 {
    color: #3e396a
}

section.status .section__inner {
    max-width: 640px;
    padding: 100px 0 0
}

section.status .status__card {
    background: #faf9ff;
    border: 1px solid #8075f3;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: row;
    margin: 20px auto 0;
    padding: 20px;
    width: 100%
}

section.status .status__card.status__card--red {
    background: #fff6f6;
    border-color: #ebd5d3
}

section.status .status__card.status__card--red h3,
section.status .status__card.status__card--red p {
    color: #821717
}

section.status .status__card.status__card--yellow {
    background: #fcf8e3;
    border-color: #e8dabf
}

section.status .status__card.status__card--yellow h3,
section.status .status__card.status__card--yellow p {
    color: #964220
}

section.status .status__card.status__card--green {
    background: #edfffa;
    border: 1px solid #cee8e0
}

section.status .status__card.status__card--green h3,
section.status .status__card.status__card--green p {
    color: #095a45
}

section.status .status__card-icon {
    flex-shrink: 0;
    padding-right: 15px;
    width: 50px
}

section.status .status__card-icon img {
    height: auto;
    width: 100%
}

section.status .status__card-description h3 {
    font-size: 28px;
    padding-bottom: 10px
}

section.status .status__card-description p {
    font-size: 18px
}

section.faq h2,
section.faq h3,
section.faq h4 {
    color: #3e396a
}

section.faq .section__inner {
    padding: 100px 0 220px
}

section.faq .faq__list {
    margin: 60px auto 0;
    max-width: 860px
}

section.faq .faq-card {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 12px;
    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);
    margin-bottom: 20px;
    text-align: left;
    width: 100%
}

section.faq .faq-card .faq-card__header {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 35px;
    width: 100%
}

section.faq .faq-card .faq-card__header h3 {
    flex: 1;
    line-height: 130%;
    padding-right: 20px;
    width: 100%
}

section.faq .faq-card .faq-card__header .header-icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(128, 117, 241, .333);
    border-radius: 40px;
    display: flex;
    height: 46px;
    justify-content: center;
    transition: background-color .2s ease-out;
    width: 46px
}

section.faq .faq-card .faq-card__header .header-icon img {
    height: 20px;
    transform: rotate(0deg);
    transition: all .2s ease-out;
    width: 20px
}

section.faq .faq-card .faq-card__body {
    border-top: 1px solid #eee;
    display: none;
    margin: 0 35px;
    padding: 25px 0 35px
}

section.faq .faq-card .faq-card__body>div :last-child {
    margin-bottom: 0
}

section.faq .faq-card .faq-card__body>div>p {
    margin-bottom: 15px
}

section.faq .faq-card .faq-card__body>div ol,
section.faq .faq-card .faq-card__body>div ul {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 25px;
    line-height: 130%;
    list-style-type: auto;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-bottom: 15px;
    padding-inline-start: 25px
}

section.faq .faq-card .faq-card__body>div ol>li,
section.faq .faq-card .faq-card__body>div ul>li {
    display: list-item;
    text-align: -webkit-match-parent
}

section.faq .faq-card .faq-card__body>div ul {
    list-style-type: disc
}

section.faq .faq-card .faq-card__body>div li {
    color: inherit;
    font-family: inherit;
    font-size: 22px
}

section.faq .faq-card.faq-card--open .faq-card__header .header-icon {
    background: #e7e4fe
}

section.faq .faq-card.faq-card--open .faq-card__header .header-icon img {
    transform: rotate(-90deg)
}

section.faq .faq-card.faq-card--open .faq-card__body {
    display: block
}

.embed-instagram-feed .embed-instagram-feed__form {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper {
    display: block;
    font-size: 0;
    height: auto;
    position: relative;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper input {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 8px;
    box-sizing: border-box;
    color: #3e396a;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    height: 64px;
    line-height: 120%;
    outline: none;
    padding: 19px 90px 19px 24px;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper input:focus {
    border: 1px solid #3e396a
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper button {
    -webkit-appearance: none;
    background: #7a55f8;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: auto;
    outline: none;
    padding: 13px 25px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    width: auto
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper button p {
    color: inherit;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.embed-instagram-feed .embed-instagram-feed__input-wrapper button:hover {
    background: #fb737d
}

.embed-instagram-feed .embed-instagram-feed__card {
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 540px;
    padding: 20px;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__card button {
    align-items: center;
    -webkit-appearance: none;
    background: #7a55f8;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .102);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: auto;
    justify-content: center;
    outline: none;
    padding: 16px 36px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__card button p {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.embed-instagram-feed .embed-instagram-feed__options {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0
}

.embed-instagram-feed .embed-instagram-feed__options .option {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    width: 220px
}

.embed-instagram-feed .embed-instagram-feed__options .option .option__description {
    align-items: center;
    display: flex;
    width: 100%
}

.embed-instagram-feed .embed-instagram-feed__options .option .option__description p {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px
}

.embed-instagram-feed .embed-instagram-feed__options .option .option__action {
    flex-shrink: 0
}

.embed-instagram-feed .embed-instagram-feed__options .option:last-child {
    margin-bottom: 0
}

.embed-instagram-feed .embed-instagram-feed__options input[type=number] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    padding: 10px 5px;
    width: 65px
}

.embed-instagram-feed .embed-instagram-feed__code p {
    font-family: Poppins, sans-serif;
    font-size: 14px
}

.embed-instagram-feed .embed-instagram-feed__code textarea {
    cursor: pointer;
    margin: 10px 0;
    resize: none;
    width: 100%
}

.embed-instagram-feed #embed-instagram-display {
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 540px;
    padding: 20px;
    width: 100%
}

.embed-instagram-feed #embed-instagram-display .posts-box__post {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    flex: 0 0 calc(33.3333% - 4px);
    margin-left: 4px;
    padding-bottom: 33.3333%;
    position: relative
}

.embed-instagram-feed #embed-instagram-display .posts-box__post>img {
    background-color: transparent;
    position: absolute;
    right: 5px;
    top: 5px
}

.embed-instagram-feed #embed-instagram-display .posts-box__post:nth-child(3n+1) {
    flex: 0 0 33.3333%;
    margin: 0
}

.embed-instagram-feed #embed-instagram-display .posts-box__post:nth-child(n+4) {
    margin-top: 4px
}

.embed-instagram-feed #embed-instagram-display .gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(90deg, #fafafa 20%, #f4f4f4 38%, #fafafa 42%);
    background-position: unset;
    background-repeat: unset;
    background-size: 1000px 640px
}

.embed-instagram-feed #embed-instagram-display #posts-box {
    display: flex;
    flex-wrap: wrap;
    margin: 15px auto
}

.embed-instagram-feed #embed-instagram-display.dark,
.embed-instagram-feed #embed-instagram-display.dark * {
    background-color: #242631;
    color: #fff
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.input-wrapper {
    display: block;
    position: relative;
    width: 100%
}

.input-wrapper label {
    align-items: center;
    color: #8f8898;
    display: flex;
    flex-direction: row;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: left;
    line-height: 130%;
    margin-bottom: 8px;
    margin-left: 2px
}

.input-wrapper input,
.input-wrapper textarea {
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #392754;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 47px;
    line-height: 160%;
    margin: 0;
    outline: 0;
    padding: 10px 16px;
    width: 100%
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    border: 1px solid #3e396b
}

.input-wrapper textarea {
    min-height: 212px;
    resize: vertical
}

.message {
    background: #fcfaff;
    border: 1px solid #8f829e;
    border-radius: 6px;
    color: #392754;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    padding: 15px;
    position: relative;
    width: 100%
}

.message .message__close {
    cursor: pointer;
    height: 12px;
    opacity: .4;
    position: absolute;
    right: 11px;
    top: 12px;
    transition: opacity .2s linear;
    width: 12px
}

.message .message__close:hover {
    opacity: .6
}

.message .message__title {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase
}

.message .message__text,
.message .message__title {
    display: block;
    line-height: 130%
}

.message.message--no-margin {
    margin: 0
}

.message.message--large {
    font-family: Raleway, sans-serif;
    font-size: 18px
}

.message.message--large .message__title {
    font-weight: 700;
    margin-bottom: 10px
}

.message.message--large .message__text {
    font-weight: 600
}

.message.message--green {
    background: #f8fffd;
    border: 1px solid #0ac192;
    color: #01ab80
}

.message.message--blue {
    background: #f8fbff;
    border: 1px solid #588fed;
    color: #1769e6
}

.message.message--red {
    background: #fff5fa;
    border: 1px solid #e8488f;
    color: #e8488f
}

.message.message--animate {
    animation: anim-fade-in 1s linear
}

.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px
}

.switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.switch .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.switch .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px
}

.switch input:checked+.slider {
    background-color: #7a55f8
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196f3
}

.switch input:checked+.slider:before {
    transform: translateX(26px)
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

@media only screen and (max-width:1180px) {

    .il-floating-points .il-floating-points__element.il-floating-points__element--bottom,
    .il-floating-points .il-floating-points__element.il-floating-points__element--top {
        left: 140px
    }

    .global-section-box .section-content {
        width: calc(100% - 370px)
    }

    .global-section-box .section-illustration {
        padding: 0 0 0 20px;
        width: 350px
    }

    .global-section-box.content-mirrored .section-illustration {
        padding: 0 20px 0 0
    }

    #reviews-page .landing-illustration #landing-floating-review-great {
        display: none;
        left: 80px;
        top: 100px
    }

    #reviews-page .landing-illustration #landing-floating-review-great.animation-one {
        animation: landing-review-great-slide-in-left 1.2s ease-out;
        display: block
    }

    #reviews-page .landing-illustration #landing-floating-review-fast {
        display: none;
        left: 20px;
        top: 240px
    }

    #reviews-page .landing-illustration #landing-floating-review-fast.animation-one {
        animation: landing-review-fast-slide-in-left 1s ease-out;
        display: block
    }

    #reviews-page .landing-illustration #landing-floating-review-recommend {
        display: none;
        left: 60px;
        top: 380px
    }

    #reviews-page .landing-illustration #landing-floating-review-recommend.animation-one {
        animation: landing-review-recommend-slide-in-left 1.4s ease-out;
        display: block
    }

    #free-page-why .section-illustration #top-left-card-wrapper {
        left: 30px
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper,
    #free-page-why .section-illustration #top-right-card-wrapper {
        left: 230px
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper.animate-heart .heart {
        animation: free-why-heart 1s linear 1.6s
    }

    #free-page-why .section-illustration #bottom-left-card-wrapper {
        left: 30px
    }

    #features .features-text-item {
        width: 380px
    }

    #features .features-container {
        display: block;
        text-align: center
    }

    #features .feature-item {
        display: inline-block;
        margin: 40px;
        padding: 40px 30px 30px;
        vertical-align: top;
        width: 315px
    }
}

@media screen and (max-width:990px) {
    menu.menu .menu__inner {
        justify-content: space-between
    }

    menu.menu .menu__links-wrapper {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 27px 0 rgba(0, 0, 0, .25);
        box-sizing: border-box;
        display: none;
        height: auto;
        left: -15px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% + 30px);
        z-index: 1000
    }

    menu.menu .menu__links-wrapper .menu__links-pages {
        padding-left: 0
    }

    menu.menu .menu__links-wrapper .menu__links-pages .menu__link:first-child {
        border-top: 0;
        padding-top: 0
    }

    menu.menu .menu__links-wrapper .menu__links-actions .menu__link:last-child {
        padding-bottom: 0
    }

    menu.menu .menu__links-wrapper .menu__link {
        border-top: 1px solid #efefef;
        color: #675b8e;
        display: block;
        font-size: 18px;
        line-height: 34px;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        width: 100%
    }

    menu.menu .menu__links-wrapper .menu__button {
        background: #7a55f8;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 24px;
        width: 100%
    }

    menu.menu .menu__links-wrapper .menu__button:hover {
        background: #8964f0
    }

    menu.menu .menu__links-wrapper>.menu__icon {
        position: absolute;
        right: 20px;
        top: 20px
    }

    menu.menu .menu__icon,
    menu.menu.menu--open .menu__links-wrapper {
        display: block
    }

    menu.menu.menu--open .menu__icon {
        display: inline-block
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--top {
        left: 80px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--middle {
        left: 10px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element-bottom {
        left: 80px
    }

    .il-counter {
        left: 30px
    }

    section.pricing .pricing__more .pricing__more-header {
        flex: none;
        width: calc(32% + 30px)
    }

    section.pricing .pricing__widget {
        flex: 1
    }

    section.large-features .feature,
    section.pricing .package-card {
        width: 32%
    }

    section.steps .step:nth-child(2):before,
    section.steps .step:nth-child(3):before {
        bottom: calc(100% - 120px);
        height: 240px;
        width: 100px
    }

    .updated-page.automatic-likes .il-message.uploaded-counter {
        left: auto;
        right: -85px
    }

    #features-more .features {
        display: inline-block
    }
}

@media screen and (max-width:950px) {
    .global-section-box {
        display: flex;
        flex-flow: column
    }

    .global-section-box .section-content {
        display: block;
        margin: 0 auto;
        max-width: 550px;
        order: 0;
        width: 100%
    }

    .global-section-box .section-illustration {
        display: block;
        margin: 0 auto;
        order: 1;
        padding: 20px 0;
        width: 400px
    }

    .global-section-box.content-mirrored .section-content {
        order: 0
    }

    .global-section-box.content-mirrored .section-illustration {
        order: 1;
        padding: 20px 0
    }

    #free-page-why .section-illustration {
        height: 230px;
        margin-top: 40px;
        max-width: 580px;
        padding: 0;
        position: relative;
        vertical-align: top;
        width: 100%;
        z-index: 200
    }

    #free-page-why .section-illustration #top-left-card-wrapper {
        left: 0;
        top: 0
    }

    #free-page-why .section-illustration #top-right-card-wrapper {
        left: 200px;
        top: 20px
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper {
        left: 400px;
        top: 0
    }

    #free-page-why .section-illustration #bottom-left-card-wrapper {
        display: none
    }

    #free-page .global-landing,
    #reviews-page .global-landing {
        height: auto
    }

    #free-page .global-landing-content,
    #reviews-page .global-landing-content {
        display: flex;
        flex-flow: column
    }

    #free-page .global-landing-content:before,
    #reviews-page .global-landing-content:before {
        display: none
    }

    #free-page .landing-block,
    #reviews-page .landing-block {
        display: block;
        margin: 0 auto;
        max-width: 550px;
        order: 1;
        padding-bottom: 120px;
        text-align: center;
        width: 100%
    }

    #reviews-page .landing-illustration {
        height: 380px;
        margin: 10px auto 50px;
        max-width: 420px;
        order: 0;
        padding: 0;
        width: 100%
    }

    #reviews-page .landing-illustration #landing-floating-review-great {
        top: 40px
    }

    #reviews-page .landing-illustration #landing-floating-review-fast {
        top: 170px
    }

    #reviews-page .landing-illustration #landing-floating-review-recommend {
        top: 300px
    }

    #reviews-page .landing-illustration #reviews-star-particle-1 {
        left: 0
    }

    #reviews-page .landing-illustration #reviews-star-particle-2 {
        top: 35%
    }

    #reviews-page .landing-illustration #reviews-star-particle-4 {
        left: 4%;
        top: 10%
    }

    #reviews-page .landing-illustration #reviews-star-particle-5 {
        left: 100%
    }

    #reviews-page .landing-illustration #reviews-star-particle-6 {
        top: 2%
    }

    #free-page .landing-illustration {
        height: 380px;
        margin: 10px auto 50px;
        max-width: 420px;
        order: 0;
        padding: 0;
        width: 100%
    }

    #free-page .landing-illustration #free-likes-card-wrapper {
        left: calc(50% - 140px);
        top: 50px
    }

    #free-page .landing-illustration #free-likes-burst-bottom {
        left: calc(50% - 240px);
        top: 260px
    }

    #free-page .landing-illustration #free-likes-burst-top {
        left: calc(50% + 20px);
        top: -20px
    }

    #rewards-page #rewards-first {
        height: auto;
        min-height: calc(100vh - 45px)
    }

    #rewards-page #rewards-first-content:before {
        display: none
    }

    #rewards-page #rewards-first-content {
        display: flex;
        flex-flow: column
    }

    #rewards-page .rewards-first-illustration {
        margin: 150px auto;
        order: 0;
        width: 100%
    }

    #rewards-page .rewards-first-illustration .static-circle-wrapper {
        min-width: 290px
    }

    #rewards-page .rewards-first-illustration .rewards-content-box {
        float: none !important;
        margin: 0 auto;
        width: 100%
    }

    #rewards-page .rewards-first-text-block {
        margin: 0 auto;
        max-width: 600px;
        order: 1;
        padding-bottom: 100px;
        padding-top: 20px;
        text-align: center;
        width: 100%
    }

    .rewards-content-box .illustration {
        opacity: .04;
        top: 151px;
        width: 290px
    }

    .rewards-content-box #what-illustration {
        right: -150px;
        transform: rotate(10deg)
    }

    .rewards-content-box #how-illustration {
        left: -110px;
        top: 110px;
        width: 330px
    }

    .rewards-content-box #tasks-illustration {
        right: -130px;
        top: 120px
    }

    .il-videos {
        left: -35px;
        transform: scale(.8)
    }

    section.content-section .content-section__compacted:before {
        content: " ";
        left: 50%;
        transform: translateX(-50%);
        width: 100vw
    }
}

@media screen and (max-width:860px) {
    .footer .footer__logo {
        max-width: 250px;
        padding-right: 50px
    }

    .footer .footer__bottom {
        flex-direction: column-reverse;
        text-align: center
    }

    .footer .footer__rating {
        margin-bottom: 20px
    }

    section.pricing .pricing__package-list {
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 0
    }

    section.pricing .package-card {
        margin-bottom: 70px;
        width: 45%
    }

    section.pricing .pricing__more {
        display: block;
        padding-top: 0;
        text-align: center
    }

    section.pricing .pricing__more .pricing__more-header {
        margin: 0 auto;
        max-width: 720px;
        padding: 0 0 60px;
        width: 100%
    }

    section.pricing .pricing__more .pricing__widget {
        margin: 0 auto;
        max-width: 620px;
        width: 96%
    }

    section.large-features .large-features__container {
        flex-wrap: wrap;
        justify-content: space-around
    }

    section.large-features .feature {
        margin-bottom: 40px;
        width: 45%
    }

    section.steps .step .step__number {
        right: 40px
    }

    section.steps .step:nth-child(2):before,
    section.steps .step:nth-child(3):before {
        width: 25px
    }

    section.counter .section__inner {
        padding: 60px 0 220px
    }

    section.counter .counter__inner {
        flex-direction: column
    }

    section.counter .counter__content {
        margin: 0 auto;
        max-width: 720px;
        padding-bottom: 60px;
        width: 100%
    }

    section.counter .counter__illustration {
        height: 130px;
        width: 100%
    }

    .il-counter {
        left: calc(50% - 180px);
        top: 0;
        transform: none;
        z-index: 1
    }

    .il-post {
        left: 20px
    }

    .il-elements-wave {
        left: 160px
    }

    .il-stormlikes-circles {
        left: -110px;
        right: auto
    }

    .il-splash-hearts {
        left: -40px;
        width: 380px
    }

    .il-phone {
        left: 60px
    }

    .updated-page .splash .splash-content .splash-content__text {
        width: 500px
    }

    .updated-page .splash .splash-content .splash-content__illustration {
        width: calc(100% - 500px)
    }

    #rewards-page .rewards-first-text-block .title {
        font-size: 36px
    }

    #features .features-text-item {
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
        padding-left: 35px;
        padding-right: 35px;
        width: calc(100% - 75px)
    }

    #features .features-item {
        padding: 40px 30px 30px;
        width: 315px
    }

    section.quick-stats .section__inner {
        padding: 50px 0
    }

    section.quick-stats .quick-stats__container {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        max-width: 640px
    }

    section.quick-stats .quick-stats__element {
        padding: 50px 0;
        width: 360px
    }

    section.quick-stats .quick-stats__element:before {
        height: 320px;
        width: 320px
    }

    section.quick-stats .quick-stats__element:after {
        height: 240px;
        width: 240px
    }

    section.quick-stats .quick-stats__element:first-child {
        align-self: flex-start
    }

    section.quick-stats .quick-stats__element:nth-child(2) {
        align-self: flex-end
    }

    section.quick-stats .quick-stats__element:nth-child(3) {
        align-self: flex-start
    }

    section.content-section .content-section__text h2 {
        font-size: 36px
    }

    section.content-section .content-section__text h3 {
        font-size: 28px
    }

    section.content-section .content-section__text p {
        font-size: 18px
    }

    section.content-section .content-section__text ol,
    section.content-section .content-section__text ul {
        -webkit-padding-start: 30px;
        padding-inline-start: 30px
    }

    section.content-section .content-section__text li {
        font-size: 18px
    }

    section.content-section .content-section__compacted .content-section__compacted-illustration {
        height: 120px;
        left: 50%;
        position: absolute;
        top: -150px;
        transform: translateX(-50%);
        width: 120px;
        z-index: -2
    }

    section.content-section .content-section__compacted.content-section__compacted--with-illustration {
        margin-top: 170px
    }

    .updated-page.tools .updated-page__header {
        padding: 60px 2% 40px
    }

    .updated-page.tools .updated-page__header h1 {
        font-size: 28px
    }
}

@media screen and (max-width:760px) {
    .footer .footer__content {
        flex-direction: column
    }

    .footer .footer__logo {
        margin: 0 auto 50px;
        max-width: 250px;
        padding: 0
    }

    section.steps .step:nth-child(2):before,
    section.steps .step:nth-child(3):before {
        display: none
    }

    section.why-section .why-section__content-wrapper {
        flex-direction: column;
        padding-top: 30px
    }

    section.why-section .why-section__image {
        margin: 0 0 50px;
        max-width: 360px;
        width: 100%
    }

    #reviews-page #reviews-list .review-column {
        padding: 0;
        width: 100%
    }
}

@media screen and (max-width:730px) {
    menu.menu {
        padding: 20px
    }

    .il-post {
        left: calc(50% - 140px)
    }

    .il-videos {
        left: calc(50% - 210px)
    }

    .updated-page .splash .splash__inner {
        height: auto;
        padding: 0 0 160px
    }

    .updated-page .splash .splash-content {
        display: flex;
        flex-direction: column-reverse
    }

    .updated-page .splash .splash-content .splash-content__text {
        display: block;
        min-width: auto;
        text-align: center;
        width: 100%
    }

    .updated-page .splash .splash-content .splash-content__text-headline {
        font-size: 48px;
        margin: 0 auto
    }

    .updated-page .splash .splash-content .splash-content__badge {
        margin: 0 auto 25px
    }

    .updated-page .splash .splash-content .splash-content__illustration {
        margin: 200px 0 220px;
        transform: scale(.87);
        width: 100%
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__text {
        padding-top: 30px
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__text .splash-content__text-headline {
        font-size: 48px
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__illustration {
        display: block;
        height: 160px;
        margin: 180px auto 0;
        width: 320px
    }

    .updated-page.automatic-views .il-elements-wave {
        left: 50%
    }

    .il-stormlikes-circles {
        left: calc(50% - 260px)
    }

    .il-splash-hearts {
        left: 0;
        width: 100%
    }

    .il-phone {
        left: calc(50% - 90px)
    }

    .il-floating-points {
        left: calc(50% - 260px);
        width: 520px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--top {
        left: 240px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--middle {
        left: 0
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--bottom {
        left: 160px
    }

    section.reviews .reviews__rating {
        margin-bottom: 30px
    }

    .rating {
        max-width: 565px;
        padding: 15px
    }

    .rating .rating__stars {
        padding: 9px 14px
    }

    .rating .rating__stars img {
        height: 24px;
        margin-right: 3px;
        width: 24px
    }

    .rating .rating__stars p {
        font-size: 20px;
        margin-left: 3px;
        margin-top: 2px
    }

    .rating .rating__description p {
        font-size: 16px
    }

    .rating .rating__reviewers {
        width: 120px
    }

    .rating .rating__reviewers img {
        height: 50px;
        width: 50px
    }

    .reviews-carousel .reviews-carousel__background {
        height: calc(100% + 110px);
        top: -70px
    }

    .reviews-carousel .review .review__header img {
        height: 46px;
        margin-right: 12px;
        width: 46px
    }

    .reviews-carousel .review .review__header h3 {
        font-size: 20px
    }

    .reviews-carousel .review .review__header p {
        font-size: 15px
    }
}

@media screen and (max-width:680px) {
    .global-page .landing-block {
        padding: 100px 0
    }

    #free-page .landing-block {
        padding-top: 0
    }

    #reviews-page .landing-block {
        padding: 0 0 120px
    }

    #rewards-page #rewards-first {
        min-height: 0
    }

    #rewards-page .rewards-first-illustration {
        margin: 150px auto 110px;
        max-width: 290px;
        width: 100%
    }

    #rewards-page .floating-medal {
        left: -24%;
        top: 110px
    }

    #rewards-page .floating-flag {
        left: 2%;
        top: -75px
    }

    #rewards-page .floating-megaphone {
        left: 89%;
        top: -15px
    }
}

@media screen and (max-width:640px) {
    section.pricing .package-card {
        max-width: 340px;
        width: 100%
    }

    section.pricing .pricing__widget {
        padding: 35px 30px 30px
    }

    section.large-features .feature {
        max-width: 340px;
        width: 100%
    }

    section.quick-stats .section__inner {
        padding: 0
    }

    section.quick-stats .quick-stats__element {
        padding: 50px 0;
        width: 360px
    }

    section.quick-stats .quick-stats__element:before {
        height: 120px;
        width: 120px
    }

    section.quick-stats .quick-stats__element:after {
        height: 180px;
        width: 180px
    }

    section.quick-stats .quick-stats__element:first-child,
    section.quick-stats .quick-stats__element:nth-child(2) {
        align-self: center
    }

    section.quick-stats .quick-stats__element:nth-child(2):before {
        height: 120px;
        width: 120px
    }

    section.quick-stats .quick-stats__element:nth-child(2):after {
        height: 180px;
        width: 180px
    }

    section.quick-stats .quick-stats__element:nth-child(3) {
        align-self: center
    }
}

@media screen and (max-width:580px) {
    section.section .section__inner {
        padding: 40px 0
    }

    section.content-section {
        padding: 0 0 140px
    }

    section.quick-stats .section__inner {
        padding: 0
    }

    section.cta.cta--final .section__inner {
        padding: 40px 0 200px
    }

    section.cta.cta--color-breaker .section__inner {
        padding: 20px 0 200px
    }

    section.cta.cta--final.cta--color-breaker .section__inner {
        padding: 20px 0 100px
    }

    section.why-section .section__inner {
        padding-bottom: 60px;
        padding-top: 0
    }

    section.pricing .pricing__more .pricing__widget {
        margin: 0 auto;
        max-width: 620px;
        width: 100%
    }

    section.reviews .section__inner {
        padding: 20px 0 200px
    }

    section.faq .section__inner,
    section.trial .section__inner {
        padding: 20px 0 160px
    }

    section.callout .section__inner {
        padding: 50px 0 40px
    }

    section.counter .section__inner {
        padding: 20px 0 220px
    }

    section.small-features.small-features--padding-bottom .section__inner {
        padding-bottom: 100px
    }

    section.small-features .section__header {
        padding-bottom: 60px
    }

    section.large-features .section__inner {
        padding: 40px 0 0
    }

    section.steps .section__inner {
        padding: 20px 0 40px
    }

    .il-videos {
        top: -235px
    }

    .updated-page .splash .splash-content .splash-content__illustration {
        margin: 140px 0 200px;
        transform: scale(.8)
    }

    .updated-page .splash .splash-content .splash-content__badge {
        margin: 0 auto 20px
    }

    .updated-page .splash .splash-content .splash-content__text-headline {
        font-size: 42px
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__illustration {
        display: block;
        height: 150px;
        margin: 120px auto 0;
        transform: scale(.8);
        width: 320px
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__text .splash-content__text-headline {
        font-size: 42px
    }

    .global-page .global-landing {
        min-height: calc(100vh - 20px)
    }

    .global-page .global-section-box {
        padding: 0 30px 30px
    }

    .global-page .global-section-box .title {
        font-size: 32px
    }

    .global-page .global-section-box .paragraph {
        font-size: 15px
    }

    .global-page .global-section-box .section-illustration,
    .global-page .global-section-box.content-mirrored .section-illustration {
        padding: 0 0 20px;
        width: 100%
    }

    .global-page .landing-block {
        padding: 50px 0
    }

    #free-page .landing-block {
        padding-top: 0
    }

    #free-page .landing-illustration {
        height: 280px
    }

    #free-page .landing-illustration #free-likes-card-wrapper {
        left: calc(50% - 115px);
        top: 20px;
        width: 230px
    }

    #free-page .landing-illustration #free-likes-card-wrapper .heart-wrapper {
        bottom: 25px;
        left: 22px;
        position: absolute;
        width: 30px
    }

    #free-page .landing-illustration #free-likes-burst-bottom {
        top: 115px
    }

    #free-page-why .section-illustration {
        margin-top: 20px
    }

    #free-page-why .section-illustration #top-left-card-wrapper {
        left: -60px
    }

    #free-page-why .section-illustration #top-right-card-wrapper {
        left: 140px
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper {
        left: 340px
    }

    #reviews-page .landing-illustration {
        height: 300px
    }

    #reviews-page .landing-illustration .landing-illustration-floating {
        padding: 7px;
        width: 270px
    }

    #reviews-page .landing-illustration .landing-illustration-floating img {
        height: 42px;
        width: 42px
    }

    #reviews-page .landing-illustration .landing-illustration-floating p {
        font-size: 12px
    }

    #reviews-page .landing-illustration #landing-floating-review-fast {
        top: 140px
    }

    #reviews-page .landing-illustration #landing-floating-review-recommend {
        top: 240px
    }

    #rewards-page #rewards-first {
        height: auto;
        min-height: calc(100vh - 20px)
    }

    .rewards-content-box .title {
        font-size: 32px
    }

    .rewards-content-box .paragraph {
        font-size: 15px
    }

    .rewards-content-box .title-icon {
        height: 35px;
        width: 35px
    }

    #features .feature-item {
        margin: 40px 0
    }

    .services-buttons {
        flex-direction: column
    }

    .services-buttons .services-buttons__element {
        justify-content: left;
        margin: 0 auto 20px;
        max-width: 340px;
        width: 100%
    }

    .services-buttons .services-buttons__element p {
        width: auto
    }

    .services-list .services-list__element {
        padding-bottom: 40px
    }

    .service-card .service-card__actions {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 25px
    }

    .service-card .service-card__actions .medium-button {
        width: 100%
    }

    .service-card .service-card__pricing {
        margin-left: 0;
        margin-top: 25px;
        text-align: center
    }

    .rating {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 350px
    }

    .rating .rating__stars {
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        width: 100%
    }

    .rating .rating__stars img {
        height: 32px;
        margin-right: 4px;
        width: 32px
    }

    .rating .rating__stars p {
        font-size: 26px;
        margin-left: 6px;
        margin-top: 3px
    }

    .rating .rating__description {
        order: 3;
        padding: 0 0 0 10px;
        text-align: left
    }

    .rating .rating__reviewers {
        order: 2
    }

    .reviews-carousel {
        margin: 0 auto;
        max-width: 420px
    }

    .reviews-carousel .reviews-carousel__background {
        height: calc(100% + 140px);
        left: 50%;
        top: -100px;
        transform: translateX(-50%);
        width: calc(100vw - 10px)
    }

    .compacted-text .compacted-text__panel {
        margin-bottom: 30px;
        width: 100%
    }

    .compacted-text .compacted-text__panel:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width:540px) {
    .footer.footer--purple .footer__columns .column {
        border-right: 0
    }

    .footer .footer__columns {
        flex-wrap: wrap
    }

    .footer .footer__columns .column {
        border-right: 0;
        margin: 0 auto 40px;
        max-width: 270px;
        padding: 0 20px;
        text-align: center;
        width: 100%
    }

    .footer .footer__columns .column:first-child,
    .footer .footer__columns .column:nth-child(3) {
        padding: 0 20px
    }

    .popup-v3 .popup-v3__popup {
        padding: 30px
    }

    .popup-v3 .popup-v3__close {
        right: 15px;
        top: 15px
    }

    .policy-page-body h1 {
        font-size: 32px
    }

    .reviews-carousel,
    .reviews-carousel .review {
        max-width: 380px;
        width: calc(100vw - 30px)
    }

    .reviews-carousel .review {
        margin-right: 15px;
        padding: 15px
    }

    .embed-instagram-feed .embed-instagram-feed__options .option {
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: 9px;
        padding-bottom: 9px;
        width: 100%
    }

    .embed-instagram-feed .embed-instagram-feed__options .option:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width:460px) {
    .updated-page.tools .updated-page__header {
        padding: 40px 2%
    }

    .global-page .landing-block .title,
    section.section .section__header h2 {
        font-size: 36px
    }

    section.section .section__header p {
        font-size: 18px
    }

    section.status h2,
    section.status h3,
    section.status h4 {
        color: #3e396a
    }

    section.status .section__inner {
        padding: 0 0 40px
    }

    section.status .status__card-icon {
        padding-right: 10px;
        width: 40px
    }

    section.status .status__card-description h3 {
        font-size: 24px
    }

    section.status .status__card-description p {
        font-size: 16px
    }

    section.why-section .why-section__item p {
        font-size: 18px
    }

    section.pricing .pricing__package-list {
        padding: 50px 0 0
    }

    section.pricing .package-card .package-card__body {
        padding: 35px 20px 20px
    }

    section.pricing .pricing__widget {
        padding: 25px 20px 20px
    }

    section.faq .faq-card .faq-card__header {
        padding: 30px 20px 25px
    }

    section.faq .faq-card .faq-card__header h3 {
        padding-right: 10px
    }

    section.faq .faq-card .faq-card__header .header-icon {
        height: 40px;
        width: 40px
    }

    section.faq .faq-card .faq-card__body {
        margin: 0 20px;
        padding: 20px 0 30px
    }

    section.faq .faq-card .faq-card__body>div li {
        font-size: 18px
    }

    section.large-features .feature {
        padding: 20px
    }

    section.large-features .feature h3 {
        font-size: 20px
    }

    section.small-features .feature {
        max-width: 320px
    }

    section.small-features .feature h3 {
        font-size: 20px
    }

    section.small-features .feature p {
        font-size: 18px
    }

    section.callout .callout__inner .callout__text {
        padding: 25px 20px 20px
    }

    section.counter .counter__content {
        padding-bottom: 40px
    }

    section.steps .step {
        padding: 30px 20px
    }

    section.steps .step h4 {
        font-size: 24px
    }

    section.steps .step .step__number {
        padding: 14px 22px;
        width: 140px
    }

    section.steps .step .step__number h3 {
        font-size: 18px
    }

    section.quick-stats .quick-stats__element {
        padding: 50px 10px;
        width: auto
    }

    section.quick-stats .quick-stats__element h3 {
        font-size: 60px
    }

    .services-list {
        padding-top: 20px
    }

    .services-list .services-list__element {
        margin-top: 30px;
        padding: 30px 20px
    }

    .services-list .services-list__illustration {
        display: none
    }

    .service-card .service-card__pricing {
        font-size: 16px;
        margin-top: 20px
    }

    .il-counter {
        left: auto;
        padding: 25px;
        width: 100%
    }

    .il-counter .il-counter__content p {
        font-size: 16px
    }

    .il-counter .il-counter__total span {
        font-size: 30px
    }

    .il-counter .il-counter__total img {
        height: 28px;
        margin-right: 5px;
        width: 28px
    }

    .updated-page h2 {
        font-size: 36px
    }

    .updated-page h3 {
        font-size: 24px
    }

    .updated-page h4 {
        font-size: 20px
    }

    .trial-form .trial-form__input-wrapper input,
    .updated-page .large-button p,
    .updated-page p {
        font-size: 18px
    }

    #reviews-page .landing-illustration {
        height: 230px;
        margin: 20px 0
    }

    #reviews-page .landing-illustration #landing-floating-review-recommend {
        display: none !important
    }

    #reviews-page .landing-illustration .landing-illustration-floating {
        width: 250px
    }

    #reviews-page #trustpilot-section {
        padding-bottom: 190px;
        padding-top: 60px
    }

    .service-card .service-card__rating {
        display: flex;
        margin-bottom: 16px
    }

    .service-card .service-card__rating p {
        font-family: Poppins, sans-serif;
        font-size: 16px
    }

    .service-card .service-card__rating-stars img {
        height: 22px;
        margin-right: 3px;
        width: 22px
    }

    .service-card .service-card__rating-stars img:last-child {
        margin-right: 0
    }

    .footer .footer__rating {
        flex-direction: column-reverse
    }

    .footer .footer__rating-count {
        padding: 5px 0 15px;
        text-align: center
    }

    .footer .footer__rating-count p {
        width: 100%
    }

    .footer .footer__rating-title {
        display: flex
    }

    section.content-section .content-section__compacted h3,
    section.content-section .content-section__compacted h4 {
        font-size: 24px
    }
}

@media screen and (max-width:440px) {
    .il-floating-points .il-floating-points__element.il-floating-points__element--top {
        left: 200px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--middle {
        left: 40px
    }
}

@media screen and (max-width:420px) {
    .toast-container {
        padding: 15px
    }

    .generic-card {
        padding: 25px 20px
    }

    .popup-v3 .popup-v3__popup {
        padding: 25px 20px 20px
    }

    .footer {
        padding-top: 0
    }

    .footer.footer--purple {
        padding-top: 40px
    }

    .global-section-box {
        margin: 0 auto;
        padding: 0 0 30px;
        width: 100%
    }

    .global-section-box .title {
        font-size: 28px;
        width: calc(100% - 20px)
    }

    #free-page-why .section-illustration #top-left-card-wrapper {
        left: -40px
    }

    #free-page-why .section-illustration #top-right-card-wrapper {
        left: 160px
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper {
        left: 360px
    }

    #reviews-page .landing-illustration #landing-floating-review-great {
        animation: landing-review-great-slide-in-left-small 1.2s ease-out;
        left: 40px
    }

    #rewards-page .rewards-first-illustration {
        margin: 110px auto 80px;
        max-width: 250px
    }

    #rewards-page .rewards-first-illustration .static-circle-wrapper {
        min-width: 250px
    }

    #rewards-page .rewards-first-text-block .text {
        font-size: 15px
    }

    #rewards-page .floating-circles img {
        height: 34px;
        padding: 4px;
        width: 34px
    }

    #rewards-page .floating-flag {
        top: -65px
    }

    #rewards-page .floating-medal {
        left: -24%;
        top: 80px
    }

    .updated-page .splash .splash-content .splash-content__text .splash-content__text-headline {
        font-size: 36px
    }

    .updated-page .splash .splash-content .splash-content__illustration {
        margin: 120px 0 170px;
        transform: scale(.7)
    }

    .updated-page.automatic-likes .splash .splash-content .splash-content__text .splash-content__text-headline {
        font-size: 36px
    }
}

@media screen and (max-width:360px) {
    section.faq .faq-card .faq-card__header h3 {
        font-size: 22px
    }

    section.faq .faq-card .faq-card__header .header-icon {
        height: 36px;
        width: 36px
    }

    section.faq .faq-card .faq-card__header .header-icon img {
        height: 18px;
        width: 18px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--top {
        left: 180px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--middle {
        left: 60px
    }

    .il-floating-points .il-floating-points__element.il-floating-points__element--bottom {
        left: 140px
    }

    .trial-form .trial-form__input-wrapper input {
        font-size: 16px;
        padding: 19px 80px 19px 19px
    }

    #free-page-why .section-illustration #top-left-card-wrapper {
        left: -20px
    }

    #free-page-why .section-illustration #top-right-card-wrapper {
        left: 180px
    }

    #free-page-why .section-illustration #top-right-card-wrapper.animate-in {
        animation: free-why-bottom-cards-slide-in .8s linear
    }

    #free-page-why .section-illustration #bottom-right-card-wrapper {
        display: none
    }

    #free-page .landing-illustration {
        height: 240px
    }

    #free-page .landing-illustration #free-likes-card-wrapper {
        left: calc(50% - 100px);
        top: 20px;
        width: 200px
    }

    #free-page .landing-illustration #free-likes-card-wrapper .heart-wrapper {
        bottom: 21px;
        left: 18px;
        width: 28px
    }

    #features .feature-item {
        width: 100%
    }

    .rating .rating__description {
        padding: 0 0 0 8px
    }

    .rating .rating__description p {
        font-size: 15px
    }

    .rating .rating__reviewers {
        width: 90px
    }

    .rating .rating__reviewers img {
        height: 40px;
        width: 40px
    }

    .reviews-carousel {
        width: calc(100vw - 25px)
    }

    .reviews-carousel .reviews-carousel__background {
        width: 100vw
    }

    .reviews-carousel .review {
        margin-right: 10px;
        padding: 12px;
        width: calc(100vw - 25px)
    }

    .reviews-carousel .review .review__header {
        padding-bottom: 15px
    }

    .reviews-carousel .review .review__text {
        margin-top: 13px
    }

    .reviews-carousel .review .review__text p {
        font-size: 15px
    }

    .reviews-carousel .review .review__verified {
        margin-top: 15px
    }
}

@media screen and (max-width:350px) {
    .splash .splash-content .splash-content__badge h1 {
        font-size: 18px
    }

    .splash .splash-content .splash-content__badge img {
        height: 20px;
        width: 20px
    }
}

@media screen and (max-width:330px) {
    .global-page .global-landing {
        height: auto;
        min-height: 0
    }

    #free-page .landing-illustration {
        height: 220px
    }

    #free-page .landing-illustration #free-likes-card-wrapper {
        top: 10px
    }
}