html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav {
    display: block
}

section {
    display: block;
}

.fullwidth {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0 0.625em;
    border: none;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    transform: translateY(-3px);
    margin-right: 2px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #1D2026;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: #242830;
    margin-top: 24px;
    margin-bottom: 24px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt {
    font-weight: 600
}

dd {
    margin-left: 24px;
    margin-bottom: 24px
}

img {
    /*height: auto;
    max-width: 100%;*/
    vertical-align: middle
}

figure {
    margin: 24px 0
}

figcaption {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0
}

img,
svg {
    display: block
}

table {
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%
}

th {
    text-align: left
}

th,
td {
    padding: 10px 16px
}

th:first-child,
td:first-child {
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

html {
    font-size: 20px;
    line-height: 30px
}

body {
    color: #4a4a4a;
    font-size: 1rem
}

body,
button,
input,
select,
textarea {
    font-family: "Heebo", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #8A94A7;
    text-decoration: underline
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #242830;
    font-weight: 600
}

h1,
.h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px
}

@media (min-width: 641px) {
    h1,
    .h1 {
        font-size: 44px;
        line-height: 54px;
        letter-spacing: 0px
    }
}

h2,
.h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px
}

@media (min-width: 641px) {
    h2,
    .h2 {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 0px
    }
}

h3,
.h3,
blockquote {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px
}

@media (min-width: 641px) {
    h3,
    .h3,
    blockquote {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0px
    }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {
    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6 {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px
    }
}

@media (max-width: 640px) {
    .h1-mobile {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 0px
    }
    .h2-mobile {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0px
    }
    .h3-mobile {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px
    }
    .h4-mobile,
    .h5-mobile,
    .h6-mobile {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}

.text-psm {
    font-size: 0.8em;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #5f5f5f;
}

.text-sm, .mage-error {
    font-size: 0.9em;
    line-height: 28px;
    letter-spacing: -0.1px;
    color: #5f5f5f;
}

.text-xs {
    font-size: 0.8em;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #8C8C8C;
}

.text-xxs {
    font-size: 0.6em;
    line-height: 24px;
    letter-spacing: -0.1px
}

h1,
h2,
.h1,
.h2 {
    margin-top: 48px;
    margin-bottom: 16px
}

h3,
.h3 {
    margin-top: 36px;
    margin-bottom: 12px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

p {
    margin-top: 0;
    margin-bottom: 24px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    color: #3B404C;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px
}

blockquote::before {
    content: "\201C"
}

blockquote::after {
    content: "\201D"
}

blockquote p {
    display: inline
}

address {
    color: #8A94A7;
    border-width: 1px 0;
    border-style: solid;
    border-color: #242830;
    padding: 24px 0;
    margin: 0 0 24px
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
    font-family: "Courier 10 Pitch", Courier, monospace
}

pre,
code,
kbd,
tt,
var {
    background: #1D2026
}

pre {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px;
    padding: 2px 4px
}

abbr,
acronym {
    cursor: help
}

mark,
ins {
    text-decoration: none
}

small {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px
}

b,
strong {
    font-weight: 600
}

button,
input,
select,
textarea,
label {
    font-size: 20px;
    line-height: 30px
}

/*
`::select`ion {
  background: rgba(65, 64, 195, 0.70);
  color: #fff;
}*/

::selection {
  background: rgba(255, 117, 117, 0.45);
  color: #111;
}

.container,
.container-sm,
.container-lg {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 481px) {
    .container,
    .container-sm,
    .container-lg {
        padding-left: 24px;
        padding-right: 24px
    }
}

.container {
    /*
    max-width: 1400px;
    */
    max-width: 1400px;
}

.container-lg {
    max-width: 1400px
}

.container-sm {
    max-width: 848px
}

.container .container-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #1D2026;
    color: #0270D7 !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #0270D7
}

.text-dark {
  color: #111;
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #f3f3f3;
}

.has-bottom-divider {
    position: relative
}

.has-bottom-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #f3f3f3;
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.mb-12 {
    margin-bottom: 12px
}

.ml-0 {
    margin-left: 0
}

.m-8 {
    margin: 8px
}

.mt-6

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

.m-16 {
    margin: 16px
}

.mt-16 {
    margin-top: 16px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.m-24 {
    margin: 24px
}

.mt-20 {
    margin-top: 20px
}

.mt-24 {
    margin-top: 24px
}

.mr-24 {
    margin-right: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.ml-24 {
    margin-left: 24px
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.m-48 {
    margin: 48px
}

.mt-48 {
    margin-top: 48px
}

.mr-48 {
    margin-right: 48px
}

.mb-48 {
    margin-bottom: 48px
}

.ml-48 {
    margin-left: 48px
}

.m-56 {
    margin: 56px
}

.mt-56 {
    margin-top: 56px
}

.mr-56 {
    margin-right: 56px
}

.mb-56 {
    margin-bottom: 56px
}

.ml-56 {
    margin-left: 56px
}

.m-64 {
    margin: 64px
}

.mt-64 {
    margin-top: 64px
}

.mr-64 {
    margin-right: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.ml-64 {
    margin-left: 64px
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.pl-32 {
    padding-left: 32px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.p-48 {
    padding: 48px
}

.pt-48 {
    padding-top: 48px
}

.pr-48 {
    padding-right: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.pl-48 {
    padding-left: 48px
}

.p-56 {
    padding: 56px
}

.pt-56 {
    padding-top: 56px
}

.pr-56 {
    padding-right: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.pl-56 {
    padding-left: 56px
}

.p-64 {
    padding: 64px
}

.pt-64 {
    padding-top: 64px
}

.pr-64 {
    padding-right: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.pl-64 {
    padding-left: 64px
}

.sr .has-animations .is-revealing {
    visibility: hidden
}

.has-animations .anime-element {
    visibility: hidden
}

.anime-ready .has-animations .anime-element {
    visibility: visible
}

.input,
.textarea {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #E3E7EB;
    color: #5B6F82;
    max-width: 100%;
    width: 100%
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: #92A2B1
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #92A2B1
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
    color: #92A2B1
}

.input::placeholder,
.textarea::placeholder {
    color: #92A2B1
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
    color: #92A2B1
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #92A2B1
}

.input:hover,
.textarea:hover {
    border-color: #d4dae0;
}

.input:active,
.input:focus,
.textarea:active,
.textarea:focus {
    outline: none;
    border-color: #999
}

.input[disabled],
.textarea[disabled] {
    cursor: not-allowed;
    background-color: #F6F8FA;
    border-color: #F6F8FA
}

.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 20px;
    border-radius: 2px;
    padding: 13px 16px;
    margin-bottom:6px;
    height: 48px;
    box-shadow: none;
    background-color: #fdfdfd;
}

.input .inline-input {
    display: inline;
    width: auto
}

.input-span {
  font-size: 16px;
  color: #4a4a4a;
}
.textarea {
    display: block;
    min-width: 100%;
    resize: vertical
}

.textarea .inline-textarea {
    display: inline;
    width: auto
}

.field-grouped>.control:not(:last-child) {
    margin-bottom: 8px
}

@media (min-width: 641px) {
    .field-grouped {
        display: flex
    }
    .field-grouped>.control {
        flex-shrink: 0
    }
    .field-grouped>.control.control-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }
    .field-grouped>.control:not(:last-child) {
        margin-bottom: 0;
        margin-right: 8px
    }
}

@media screen and (max-width: 606px) {
  .button {
    width: 100% !important;
    margin-top: 10px;
  }
}

.button {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:hover {
    background: #262a33
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 2px
}

.button-red {
  color: #fff !important;
  background: #ff4c4c;
}

.button-red:hover {
  background: #ff4c4c;
  color: #ffffff !important;
  background: linear-gradient(65deg, #ff4c4c 0, #f94a4a 100%);
}

.button-blue {
  color: #fff !important;
  background: #0886ff;
}

.button-blue:hover {
  background: #0886ff;
  color: #ffffff !important;
  background: linear-gradient(65deg, #0886ff 0, #077ff2 100%);
}

.button-dark-anime {
color: #fff !important;
background: #26192A;

border-color: #26192A;
border-width: 2px;
border-style: solid;

cursor: pointer;
transition: 0.25s ease
}

.button-light-anime {
  background: #fff;
  color: #000032 !important;

	border-width: 2px;
  border-color: #fff;
	border-style: solid;

  cursor: pointer;
	transition: 0.25s ease;
}

.button-anime {
  color: #000032 !important;
  background: #ffe1e0;
  background: linear-gradient(65deg, #ffe1e0 0, #ffe6e5 100%);

  border-color: #ffe1e0;
	border-width: 2px;
	border-style: solid;
  cursor: pointer;
	transition: 0.25s ease;
}

.button-dark-anime:hover {
  color: #333 !important;
  background: transparent;
}

.button-anime:hover, .button-light-anime:hover {
	color: #fff !important;
	border-color: #fff !important;
	background: transparent;
}

.button-anime:active {
    outline: 0
}

.button-anime::before {
    border-radius: 2px
}


.button-shadow {
    position: relative
}

.button-shadow::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 24px rgba(32, 43, 54, 0.12);
    mix-blend-mode: multiply;
    transition: box-shadow .15s ease-in-out
}

.button-shadow:hover::before {
    box-shadow: 0 8px 24px rgba(32, 43, 54, 0.25)
}

.button-sm {
    padding: 8px 24px;
    height: 32px
}

.button-primary {
    background: #fff;
    color: #000032 !important;
}

.button-primary:hover {
    background: #fff;
    color: #000032 !important;
}

.button-pink {
    background: #ffe1e0;
    background: linear-gradient(65deg, #ffe1e0 0, #ffe6e5 100%);
    color: #000032 !important;
}

.button-pink:hover {
    background: #ffe3e2;
    background: linear-gradient(65deg, #ffe3e2 0, #ffe8e8 100%);
    color: #000032 !important;
}

.button-blue {
  background: #4140C3;
  color: #fff
}

.button-blue:hover {
    background: #4140C3;
    color: #ffffff !important;
    background: linear-gradient(65deg, #4140C3 0, #4d4dbc 100%);
}

.button-dark {
    background: #000032;
    color: #ffffff !important;
}

.button-dark:hover {
    background: #000032;
    color: #ffffff !important;
    background: linear-gradient(65deg, #000032 0, #030333 100%);
}

.button-clear {
    background: transparent;
    color: #000032 !important;
}

.button-clear:hover {
    background: transparent;
    color: #000032 !important;
}

.icon-trustpilot {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 371 371'%3E%3Cpath fill='%23FFF' d='M135.7,197.1 L194.8,181.8 L219.6,258 L135.7,197.1 Z M271.3,98.6 L167.7,98.6 L135.7,0 L103.7,98.6 L0,98.5 L83.9,159.4 L51.9,258 L135.7,197.1 L187.5,159.5 L271.3,98.6 L271.3,98.6 L271.3,98.6 L271.3,98.6 Z' transform='translate(50 57)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  color:#fff;
  float:left;
  z-index:100;
  width: 32px;
  height: 32px;
}

.button-secondary {
    background: #3e002e;
}

.button-secondary:hover {
    background: #3e002e;
}

.button-block {
    display: flex
}

.button-block {
    display: flex;
    width: 100%
}

@media (max-width: 640px) {
    .button-wide-mobile {
        width: 100%;
        max-width: 280px
    }
}

.site-header {
    padding: 24px 0
}

.site-header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #8A94A7;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 24px
}

.site-header-video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    height: 700px;
}

.site-header-video {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      overflow: hidden;
}

@media (min-width: 641px) {
    .site-header {
        position: relative
    }
}

.hero {
    text-align: center;
    margin-top: -50px;
    padding-top: 48px;
    padding-bottom: 88px;

    background-image: url("/pub/media/image/header/hero3.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 580px;
}

.hero-inner {
  position: relative;
  transform: translateY(45%);
}

@media screen and (max-width:632px) {
  .hero-title {
    font-size: 1.6em !important;
  }
}

.hero-copy {
    position: relative;
    z-index: 1
}

.hero-small-copy {
  text-align: center;
}

.hero-cta {
    margin-bottom: 40px
}

.hero-figure {
    position: relative
}

.hero-figure svg {
    width: 100%;
    height: auto
}

.hero-figure::before,
.hero-figure::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%
}

.hero-small {
  background-size: cover;
  height: 200px;
  padding-top: 40px;
  margin-top: -5px !important;
}

.has-animations .hero-figure::before,
.has-animations .hero-figure::after {
    opacity: 0;
    transition: opacity 2s ease
}

.anime-ready .has-animations .hero-figure::before,
.anime-ready .has-animations .hero-figure::after {
    opacity: 1
}

.hero-figure::before {
    /*top: -57.8%;*/
    top: -2.2%;
    left: -1.3%;
    width: 152.84%;
    height: 178.78%;
    background-image: url("../images/hero-back-illustration.svg")
}


.hero-figure-box {
    position: absolute;
    top: 0;
    will-change: transform
}

.hero-figure-box-01,
.hero-figure-box-02,
.hero-figure-box-03,
.hero-figure-box-04,
.hero-figure-box-08,
.hero-figure-box-09 {
    overflow: hidden
}

.hero-figure-box-01::before,
.hero-figure-box-02::before,
.hero-figure-box-03::before,
.hero-figure-box-04::before,
.hero-figure-box-08::before,
.hero-figure-box-09::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.hero-figure-box-01 {
    left: 103.2%;
    top: 41.9%;
    width: 28.03%;
    height: 37.37%;
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.hero-figure-box-01::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    -webkit-transform: rotateZ(45deg) scale(1.5);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-02 {
    left: 61.3%;
    top: 64.1%;
    width: 37.87%;
    height: 50.50%;
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.hero-figure-box-02::before {
    background: linear-gradient(to top, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    -webkit-transform: rotateZ(-45deg) scale(1.5);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-03 {
    left: 87.7%;
    /*top: -56.8%;*/
    top: 5%;
    width: 56.81%;
    height: 75.75%;
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0))
}

.hero-figure-box-03::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    -webkit-transform: rotateZ(45deg) scale(1.5);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-04 {
    left: 54.9%;
    /*top: -8%;*/
    top: 3%;
    width: 45.45%;
    height: 60.60%;
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
    -webkit-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg)
}

.hero-figure-box-04::before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 60%);
    -webkit-transform: rotateZ(-45deg) scale(1.5);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-05,
.hero-figure-box-06,
.hero-figure-box-07 {
    background-color: #242830;
    box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25)
}

.hero-figure-box-05 {
    left: 17.4%;
    top: 13.3%;
    width: 64%;
    height: 73.7%;
    -webkit-transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg);
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg)
}

.hero-figure-box-06 {
    left: 65.5%;
    top: 6.3%;
    width: 30.3%;
    height: 40.4%;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
}

.hero-figure-box-07 {
    left: 1.9%;
    top: 42.4%;
    width: 12.12%;
    height: 16.16%;
    -webkit-transform: rotateZ(20deg);
    transform: rotateZ(20deg)
}

.hero-figure-box-08 {
    left: 27.1%;
    top: 81.6%;
    width: 19.51%;
    height: 26.01%;
    background: #0270D7;
    -webkit-transform: rotateZ(-22deg);
    transform: rotateZ(-22deg)
}

.hero-figure-box-08::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 100%);
    -webkit-transform: rotateZ(45deg) scale(1.5);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-09 {
    left: 42.6%;
    /*top: -17.9%;*/
    top: -5.9%;
    width: 6.63%;
    height: 8.83%;
    background: #00BFFB;
    -webkit-transform: rotateZ(-52deg);
    transform: rotateZ(-52deg)
}

.hero-figure-box-09::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 100%);
    -webkit-transform: rotateZ(45deg) scale(1.5);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-10 {
    left: -3.8%;
    top: 4.3%;
    width: 3.03%;
    height: 4.04%;
    background: rgba(0, 191, 251, 0.32);
    -webkit-transform: rotateZ(-50deg);
    transform: rotateZ(-50deg)
}
@media (min-width: 640px) {
  .hero-cta {
    margin: 20px 9px 0 0;
  }
}
@media (max-width: 640px) {
    .hero-cta {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
    .hero-cta .button {
        display: flex
    }
    .hero-cta .button+.button {
        margin-top: 16px
    }
    .hero-figure::after,
    .hero-figure-box-03,
    .hero-figure-box-04,
    .hero-figure-box-09 {
        display: none
    }
}

@media (min-width: 641px) {
    .hero {
        text-align: left;
        padding-top: 64px;
        padding-bottom: 88px
    }
    .hero-inner {
        display: flex;
        justify-content: space-around;
        align-items: center
    }
    .hero-copy {
        min-width: 552px;
        width: 800px;
        text-align: center
    }
    .hero-small-copy {
        min-width: 552px;
        width: 800px;
        text-align: center
    }
    .hero-cta {
        margin: 40px 0 0 0;
    }
    .hero-cta .button {
        min-width: 170px
    }
    .hero-cta .button:first-child {
        margin-right: 16px
    }
    .hero-figure svg {
        width: auto
    }
}

@media screen and (max-width:1236px) {
  .hero-right {
    display: none;
  }
}

.hero-scroll {
  cursor: pointer;
  top: 352px;
  z-index: 100 !important;
	position: absolute;
	left: 50%;
	display: block;
	text-decoration: none;

  width: 16px;
  height: 16px;

  border-bottom: 2px solid #111;
  border-right: 2px solid #111;

  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);

  /*
	-webkit-animation: fade_move_down 4s ease-in-out infinite;
	-moz-animation:    fade_move_down 4s ease-in-out infinite;
	animation:         fade_move_down 4s ease-in-out infinite;
  */
}

@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

.trustpilot {
  background-color: #fbfcff;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.faqs {
  padding: 40px 0 40px 0;
  width: 100% !important;
}

.faqs-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: -32px;
    margin-left: -32px
}

.faqs-wrap:first-of-type {
    margin-top: -16px
}

.faqs-wrap:last-of-type {
    margin-bottom: -16px
}

.faq {
    width: 550px;
    max-width: 550px;
    padding: 16px 32px;
    flex-grow: 1
}

.faq-inner {
   position: relative;
   top: 50%;
   transform: perspective(1px) translateY(-50%)
}

@media (min-width: 974px) {
  .faq-inner {
      margin-bottom: -90px;
  }
}

.faq-icon {
    display: flex;
    justify-content: center
}

.faq-title {
  font-size: 2.5em
}

@media (min-width: 641px) {
    .faqs-wrap:first-of-type {
        margin-top: -24px
    }
    .faqs-wrap:last-of-type {
        margin-bottom: -24px
    }
    .faq {
        padding: 32px 32px
    }
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #333;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-slide {
  cursor: pointer;
  background-image: url('../images/stock1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
  flex: 25%;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 10;
}

.carousel-slide-inner {
  background-color: #000;
  height: 800px;
  z-index:5;
  opacity:0.1 !important;
}

.carousel-slide-inner:hover {
  opacity:0.25 !important;
  transition: ease-in-out 0.25s;
}


.results-slide img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}


.button-shadow-solid {
  box-shadow: 10px 10px 0px 0px rgba(0,0,50,0.55);
}

.solid-box-shadow {
  box-shadow: 16px 16px 0px 0px rgba(3,3,27,0.85);
}

.shadowed {
  /*box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)*/
  box-shadow: 0 5px 10px rgba(154,160,185,.12), 0 16px 48px rgba(166,173,201,.20);
}

.spotlight-spc {
  width: 100%
}

@media (min-width: 1084px) {
  .spotlight-spc {
    width: 100%;
    padding-top: 88px
  }
}

.spotlights-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: -32px;
    margin-left: -32px
}

.spotlights-wrap:first-of-type {
    margin-top: -16px
}

.spotlights-wrap:last-of-type {
    margin-bottom: -16px
}

.spotlight {
    width: 550px;
    max-width: 550px;
    padding: 16px 32px;
    flex-grow: 1
}

.spotlight-8 {
    width: 1100px;
    max-width: 1100px;
    padding: 16px 32px;
    flex-grow: 1
}

.spotlight-4 {
    width: 1100px;
    max-width: 1100px;
    padding: 132px 32px 32px 32px;
    flex-grow: 1
}

@media (min-width: 1132px) {
  .spotlight-4 {
      width: 367px;
      max-width: 367px;
      padding: 16px 32px;
      flex-grow: 1
  }
  .spotlight-8 {
      width: 733px;
      max-width: 733px;
      padding: 16px 32px;
      flex-grow: 1
  }
}

.spotlight-inner {
    height: 100%;
    margin-bottom: -20px;
}

@media (min-width: 974px) {
  .spotlight-inner {
      height: 100%;
      margin-bottom: -90px;
  }
}

.spotlight-img {
    display: flex;
    justify-content: center
}

.spotlight-title {
  font-size: 2.5em
}

@media (min-width: 641px) {
    .spotlights-wrap:first-of-type {
        margin-top: -24px
    }
    .spotlights-wrap:last-of-type {
        margin-bottom: -24px
    }
    .spotlight {
        padding: 32px 32px
    }
}

.panes {
  border-top: 1px solid #efefef;
  background-color: #fbfcff;
}

.pg-2 {
  padding-bottom:140px;
}

.panes-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: -32px;
    margin-left: -32px
}

.panes-wrap:first-of-type {
    margin-top: -16px
}

.panes-wrap:last-of-type {
    margin-bottom: -16px
}

.pane {
    width: 550px;
    max-width: 550px;
    padding: 16px 32px;
    flex-grow: 1
}

.pane-inner {
    height: 100%;
    margin-bottom: -10px;
}

.pane-button {
  margin-top: 20px;
}
.pane-icon {
    display: flex;
    justify-content: center;
    padding-right: 16px
}

.pane-header {
  display: flex;
  align-items: center
}

.pane-title {
  font-size: 1.6em
}
.pane-divider {
  display: none;
}
@media (min-width: 1184px) {
  .pane-divider {
      display: flex;
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      border-left: 1px solid #f4f4f4;
      height:476px;
  }
}

@media (min-width: 641px) {
    .panes-wrap:first-of-type {
        margin-top: -24px
    }
    .panes-wrap:last-of-type {
        margin-bottom: -24px
    }
    .pane {
        padding: 32px 32px
    }
}

.media-header {
    margin-bottom: 32px
}

.media-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.media-wrap:last-of-type {
    margin-bottom: -12px
}

.media-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.media-card {
    padding: 12px;
    width: 350px;
    max-width: 350px;
    flex-grow: 1
}

.media-card-inner {
    position: relative;
    height: 400px;
    background: #fff;
    padding: 40px 24px;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)
}

.media-icon {
    display: flex;
    justify-content: center
}

@media (min-width: 641px) {
    .media .section-paragraph {
        padding-left: 72px;
        padding-right: 72px
    }
    .media-header {
        margin-bottom: 64px
    }
}


.tabs-links {
    list-style: none;
    padding: 0;
    margin-top: -12px
}

.tabs-links:last-of-type {
    margin-bottom: -12px
}

.tabs-links:not(:last-of-type) {
    margin-bottom: 12px
}

.tabs-links li {
    padding-top: 12px;
    padding-bottom: 12px
}

.tab-link {
    position: relative;
    display: block;
    padding: 24px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(32, 41, 50, 0.12)
}

.tab-link::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    transition: border-color .25s ease
}

.tab-link,
.tab-link:hover,
.tab-link:active {
    text-decoration: none
}

.tab-link:active::before,
.tab-link.is-active::before {
    border-color: #4140C3;
}

.tab-panel {
    display: none
}

.tab-panel.is-active {
    display: block;
    -webkit-animation: panelIn .4s ease both;
    animation: panelIn .4s ease both
}

@-webkit-keyframes panelIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes panelIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(16px);
        transform: translateY(16px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 641px) {
    .tabs-container {
        display: flex
    }
    .tabs-links {
        flex: 0 0 252px;
        margin-right: 48px
    }
    .tabs-content {
        flex: 1
    }
}

@media (min-width: 1025px) {
    .tabs-links {
        flex: 0 0 344px;
        margin-right: 80px
    }
}


.features {
  padding: 40px 0 40px 0;
}

.features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: -32px;
    margin-left: -32px
}

.features-wrap:first-of-type {
    margin-top: -16px
}

.features-wrap:last-of-type {
    margin-bottom: -16px
}

.feature {
    padding: 16px 32px;
    width: 380px;
    max-width: 380px;
    flex-grow: 1
}

.feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 40px 24px;
    box-shadow: 0 5px 10px rgba(154,160,185,.12), 0 16px 48px rgba(166,173,201,.20);
}

.feature-icon {
    display: flex;
    justify-content: center
}

@media (min-width: 641px) {
    .features-wrap:first-of-type {
        margin-top: -24px
    }
    .features-wrap:last-of-type {
        margin-bottom: -24px
    }
    .feature {
        padding: 32px 32px
    }
}

.trustpilot-header {
    margin-bottom: 48px
}


.testimonials {
    position: relative;
    z-index: 0
}

.testimonials .section-inner {
    padding-bottom: 0
}

.testimonials .section-title {
    margin-bottom: 48px
}

.testimonials::before,
.testimonials::after {
    content: '';
    position: absolute
}

.testimonials::before {
    top: 0;
    right: 0;
    bottom: 148px;
    left: 0;
    background: #202932;
    z-index: -2
}

.testimonials::after {
    content: '';
    position: absolute;
    right: 98px;
    top: 22px;
    width: 198px;
    height: 187px;
    background-image: url("https://placehold.it/100.png");
    background-repeat: no-repeat;
    transform: rotate(170deg)
}

.testimonials-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px
}

.testimonials-wrap:last-of-type {
    margin-bottom: -12px
}

.testimonials-wrap:not(:last-of-type) {
    margin-bottom: 12px
}

.testimonial {
    font-family: "Arimo", sans-serif;
    color: #889BB0;
    padding: 20px 12px 12px 12px;
    /*width: 368px;
    max-width: 368px;*/
    width: 450px;
    max-width:450px;
    flex-grow: 1
}

.testimonial a {
    color: #55FBDC
}

.testimonial a:hover {
    text-decoration: none
}

.testimonial-inner {
    display: flex;
    flex-wrap: wrap;
    background: #333E4A;
    height: 100%
}

.testimonial-inner>* {
    width: 100%
}

.testimonial-body {
    position: relative;
    padding: 32px 24px
}

.testimonial-body::before {
    content: '';
    display: block;
    width: 21px;
    height: 18px;
    margin-bottom: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBkPSJNOS4yMTYgMS4wMDhDNy40ODggNC44IDYuNjI0IDcuNjU2IDYuNjI0IDkuNTc2cy43MiAzLjUwNCAyLjE2IDQuNzUyYy0uNTI4LjkxMi0xLjE0IDEuNjMyLTEuODM2IDIuMTYtLjY5Ni41MjgtMS41NzIuNzkyLTIuNjI4Ljc5Mi0xLjI5NiAwLTIuMzQtLjQ0NC0zLjEzMi0xLjMzMkMuMzk2IDE1LjA2IDAgMTMuOTQ0IDAgMTIuNmMwLTIuMTEyLjgxNi00LjQwNCAyLjQ0OC02Ljg3NkM0LjA4IDMuMjUyIDUuNTY4IDEuMzQ0IDYuOTEyIDBsMi4zMDQgMS4wMDh6bTExLjE2IDBjLTEuNzI4IDMuNzkyLTIuNTkyIDYuNjQ4LTIuNTkyIDguNTY4cy43MiAzLjUwNCAyLjE2IDQuNzUyYy0xLjA1NiAxLjk2OC0yLjU0NCAyLjk1Mi00LjQ2NCAyLjk1Mi0xLjI5NiAwLTIuMzQtLjQ0NC0zLjEzMi0xLjMzMi0uNzkyLS44ODgtMS4xODgtMi4wMDQtMS4xODgtMy4zNDggMC0yLjExMi44MTYtNC40MDQgMi40NDgtNi44NzYgMS42MzItMi40NzIgMy4xMi00LjM4IDQuNDY0LTUuNzI0bDIuMzA0IDEuMDA4eiIgZmlsbD0iIzA4RiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-repeat: no-repeat
}

.testimonial-body p {
    margin-bottom: 16px
}

.testimonial-footer {
    align-self: flex-end
}

.testimonial-name {
    font-weight: 700;
    color: #202932;
    padding: 32px 24px
}

@media (min-width: 641px) {
    .testimonials .section-title {
        margin-bottom: 88px
    }
    .testimonials::before {
        bottom: 168px
    }
    .testimonials::after {
        top: 22px;
        left: 4%
    }
}

.img-fluid {
  max-width:100%;
  height:auto;
}

.imgzoom img {
    max-width: 345px;
    display: inline !important;
}

.img-thumbnail {
  padding:.25rem;
  background-color:#fff;
  border:1px solid #dee2e6;
  border-radius:.25rem;
  max-width:100%;
  height:auto
}

.image-responsive {
  max-width: 100%;
  height: 100%;
  display: block;
}

.pricing {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 88px;
}

.pricing-img {
  margin: 0 auto 32px auto
}

.pricing .section-title {
    margin-bottom: 48px
}

.pricing-tables-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px
}

.pricing-tables-wrap:first-child {
    margin-top: -12px
}

.pricing-tables-wrap:last-child {
    margin-bottom: -12px
}

.pricing-table {
    padding: 12px;
    width: 344px;
    max-width: 344px;
    flex-grow: 1
}

.pricing-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 24px;
    height: 100%
}

.pricing-table-inner>* {
    position: relative;
    width: 100%
}

.pricing-table-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px #E3E7EB;
    mix-blend-mode: multiply
}

@supports (-ms-ime-align: auto) {
    .pricing-table-inner::before {
        box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12)
    }
}

.pricing-table-header {
    position: relative
}

.pricing-table-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #E3E7EB;
    background: linear-gradient(to right, rgba(227, 231, 235, 0.1) 0, rgba(227, 231, 235, 0.6) 50%, rgba(227, 231, 235, 0.1) 100%)
}

.pricing-table-features {
    color: #92A2B1
}

.pricing-table-features li {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.pricing-table-features li .list-icon {
    display: inline-flex;
    width: 16px;
    height: 12px;
    margin-right: 12px
}

.pricing-table-cta {
    align-self: flex-end
}

.pricing-table-afterpay {
  font-size: 0.75em;
  color: #777
}

@media (min-width: 641px) {
    .pricing::before {
        -webkit-transform: skewY(-12deg);
        transform: skewY(-12deg)
    }
    .pricing .section-title {
        margin-bottom: 64px
    }
}

.button-fb {
  z-index: 100;
  right: 2vw;
  bottom: 2vw;
  width: auto;
  position: fixed;
}

.button-fb-active {
  display: block;
}

.button-fb-hidden {
  display: none;
}

.accordion {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.1px;
    list-style: none;
    padding: 0
}

.accordion li::before,
.accordion li::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DEE3E9
}

.accordion li+li::before {
    content: normal
}

.accordion p {
    margin-top: 0
}

.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
    color: #202932;
    font-weight: 700
}

.accordion-title span {
    width: calc(100% - 32px)
}

.accordion-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .15s ease-in-out, opacity .15s
}

.is-open .accordion-body {
    opacity: 1
}

.accordion-body p:last-child {
    margin-bottom: 24px
}

.accordion-icon {
    position: relative;
    width: 16px;
    height: 16px
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #ff6a6a;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.accordion-icon::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px
}

.accordion-icon::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px
}

.is-open .accordion-icon {
    cursor: pointer
}

.is-open .accordion-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.is-open .accordion-icon::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 641px) {
    .accordion {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.1px
    }
}

.container .container-sm.faqs {
  width:664px;
    max-width: 664px;
}

.feature-extended {
    padding-top: 48px
}

.feature-extended-image,
.feature-extended-body {
    width: 100%
}

.feature-extended-image {
    margin-bottom: 24px
}

.features-extended {
  background-color: #fbfcff;
}
.feature-extended-image img,
.feature-extended-image svg {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    overflow: visible
}

.feature-extended-body {
    text-align: center
}

@media (min-width: 641px) {
    .features-extended .section-paragraph {
        padding-left: 72px;
        padding-right: 72px;
        margin-bottom: 0
    }
    .feature-extended {
        display: flex;
        align-items: center;
        padding-top: 72px
    }
    .feature-extended:nth-child(even) .feature-extended-image {
        order: 1
    }
    .feature-extended-image,
    .feature-extended-body {
        width: auto;
        padding: 0 24px
    }
    .feature-extended-image {
        margin-bottom: 0
    }
    .feature-extended-image img,
    .feature-extended-image svg {
        max-width: none;
        width: 320px
    }
    .feature-extended-body {
        text-align: left
    }
}

@media (min-width: 1025px) {
    .feature-extended {
        padding-left: 40px;
        padding-right: 40px
    }
    .feature-extended-image,
    .feature-extended-body {
        padding: 0 40px
    }
    .feature-extended-image img,
    .feature-extended-image svg {
        width: 100px
    }
}

@media (min-width: 641px) {
    .trustpilot .section-paragraph {
        padding-left: 90px;
        padding-right: 90px
    }
    .trustpilot-header {
        margin-bottom: 52px
    }
}

.cta {
    text-align: center;
}

.cta .section-inner {
    padding: 48px 16px
}

.cta .section-title {
    margin-bottom: 40px;
    color: #242830
}

.testimonials-header .section-title {
  color: #fff
}

.cta-inner {
    position: relative;
    background: #f3f3f3;
    overflow: hidden
}

.cta-inner::before {
    content: '';
    position: absolute;
    right: 98px;
    top: -116px;
    width: 198px;
    height: 187px;
    background-image: url("https://placehold.it/100.png");
    background-repeat: no-repeat
}

.cta-inner>* {
    position: relative
}

@media (min-width: 641px) {
    .cta {
        text-align: left
    }
    .cta .section-inner {
        padding: 64px 32px
    }
    .cta .section-title {
        margin-bottom: 0;
        padding-right: 24px
    }
    .cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.cta2 {
    text-align: center;
}

.cta2 .section-inner {
    padding: 48px 16px
}

.cta2 .section-title {
    margin-bottom: 40px;
    color: #242830
}

.cta2-inner {
    position: relative;
    background: #f3f3f3;
    overflow: hidden
}

.cta2-inner::before {
    content: '';
    position: absolute;
    right: 98px;
    top: -116px;
    width: 198px;
    height: 187px;
    background-image: url("https://placehold.it/100.png");
    background-repeat: no-repeat
}

.cta2-inner>* {
    position: relative
}

@media (min-width: 641px) {
    .cta2 {
        text-align: left
    }
    .cta2 .section-inner {
        padding: 64px 32px
    }
    .cta2 .section-title {
        margin-bottom: 0;
        padding-right: 24px
    }
    .cta2-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}


.media .section-inner {
    padding-bottom: 104px
}

.media .section-paragraph {
    margin-bottom: 48px
}

.media-canvas {
    position: relative;
    z-index: 1;
    text-align: center;
}

.media-canvas svg {
    position: relative;
    width: 100%;
    height: auto
}

.media-canvas::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 230px;
    bottom: -76px;
    left: calc(50% - 160px);
    /*
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMwIiBoZWlnaHQ9IjM4MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPGRlZnM+ICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjguNjg1JSIgeTE9IjIzLjczMyUiIHgyPSI4NS44MDglIiB5Mj0iODIuODM3JSIgaWQ9Im1lZGlhLWlsbHVzdHJhdGlvbi1hIj4gICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGIiBzdG9wLW9wYWNpdHk9Ii40OCIgb2Zmc2V0PSIwJSIvPiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIxMDAlIi8+ICAgICAgICA8L2xpbmVhckdyYWRpZW50PiAgICAgICAgPGxpbmVhckdyYWRpZW50IHgxPSItNS44ODElIiB5MT0iNDIuNzQzJSIgeDI9IjkyLjgyNyUiIHkyPSIwJSIgaWQ9Im1lZGlhLWlsbHVzdHJhdGlvbi1iIj4gICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRjk0MjVGIiBvZmZzZXQ9IjAlIi8+ICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0Y5N0M1OCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjEwMCUiLz4gICAgICAgIDwvbGluZWFyR3JhZGllbnQ+ICAgIDwvZGVmcz4gICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxjaXJjbGUgZmlsbD0idXJsKCNtZWRpYS1pbGx1c3RyYXRpb24tYSkiIGN4PSIyNzYiIGN5PSIxOTAiIHI9IjE5MCIvPiAgICAgICAgPHBhdGggZD0iTTU1MS41MzcgMjM3Ljg1N2MtNzMuNzg3IDYxLjgwMS0xMTcuMTk3IDkwLjY1Ny0xMzAuMjMgODYuNTY5LTE5LjU1Mi02LjEzMyA5LjE0LTE5LjUwNC0xNS4yMDQtNDIuMTc0LTE2LjIyOS0xNS4xMTMtODkuMDI3IDIuMzQyLTIxOC4zOTIgNTIuMzY1QzY0Ljg0NyAzNzMuNTE0IDIuMzA5IDM2MS41MTEuMDk1IDI5OC42MDctMi4xMTggMjM1LjcwNCAzNC4yMTIgMTg1LjE2OCAxMDkuMDg1IDE0N2wzNTMuNjMxIDQuMTY0IDg4LjgyIDY5LjczNnYxNi45NTd6IiBmaWxsPSJ1cmwoI21lZGlhLWlsbHVzdHJhdGlvbi1iKSIvPiAgICAgICAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTMwOS4zOTIgMjgzbDMuNjI0IDEuNjY3Ljk4NCAzLjUzLTEuMTU4IDMuMzYtMy40NSAxLjQ0My0zLjI0OS0xLjYzOS0yLjE0My0zLjE2NSAxLjYyLTMuNjc0eiIvPiAgICAgICAgPHBhdGggZmlsbD0iIzU1NkI4QiIgZD0iTTM3MS42OTYgMjkybDEuODEyLjgzMy40OTIgMS43NjUtLjU3OSAxLjY4LTEuNzI1LjcyMi0xLjYyNC0uODItMS4wNzItMS41ODIuODEtMS44Mzd6TTMzNy42OTYgMzU5bDEuODEyLjgzMy40OTIgMS43NjUtLjU3OSAxLjY4LTEuNzI1LjcyMi0xLjYyNC0uODItMS4wNzItMS41ODIuODEtMS44Mzd6Ii8+ICAgICAgICA8cGF0aCBmaWxsPSIjNzQ4N0EzIiBkPSJNMzE1LjMxNCAzMTVsMi44OTkgMS4zMzQuNzg3IDIuODIzLS45MjYgMi42ODgtMi43NiAxLjE1NS0yLjYtMS4zMS0xLjcxNC0yLjUzMyAxLjI5NS0yLjk0ek0zNDYuMzE0IDMyMWwyLjg5OSAxLjMzNC43ODcgMi44MjMtLjkyNiAyLjY4OC0yLjc2IDEuMTU1LTIuNi0xLjMxLTEuNzE0LTIuNTMzIDEuMjk1LTIuOTR6Ii8+ICAgICAgICA8cGF0aCBmaWxsPSIjNTU2QjhCIiBkPSJNMzczLjY5NiAzNjRsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNNDA5LjY5NiAzMjZsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNMzc5LjY5NiAzMjZsMS44MTIuODMzLjQ5MiAxLjc2NS0uNTc5IDEuNjgtMS43MjUuNzIyLTEuNjI0LS44Mi0xLjA3Mi0xLjU4Mi44MS0xLjgzN3pNNDE5LjYxOCAzNDZsMS4wODcuNS4yOTUgMS4wNTktLjM0NyAxLjAwOC0xLjAzNS40MzMtLjk3NS0uNDkyLS42NDMtLjk1LjQ4Ni0xLjEwMXoiLz4gICAgPC9nPjwvc3ZnPg==);
    */
    background-repeat: no-repeat;
    background-size: 320px 230px;
    z-index: -1;
}

.media-control {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    cursor: pointer
}

.media-control svg {
    width: 48px;
    height: 48px;
    overflow: visible
}

@media (min-width: 641px) {
    .media .section-inner {
        padding-bottom: 144px
    }
    .media .section-paragraph {
        padding-left: 72px;
        padding-right: 72px;
        margin-bottom: 80px
    }
    .media-canvas::before {
        width: 530px;
        height: 380px;
        bottom: -128px;
        left: calc(50% - 275px);
        background-size: 530px 380px
    }
    .media-control {
        top: calc(50% - 48px);
        left: calc(50% - 48px)
    }
    .media-control svg {
        width: 96px;
        height: 96px
    }
}

.newsletter .section-inner {
    padding-bottom: 64px
}

.newsletter .section-paragraph {
    margin-bottom: 32px
}

.newsletter-form, .contact-form {
    max-width: 475px;
    margin-left:0 !important;
    margin: 0 auto;
    padding-top: 24px;
}

@media (min-width: 641px) {
    .newsletter .section-inner {
        padding-bottom: 120px
    }
    .newsletter .section-paragraph {
        margin-bottom: 40px;
        padding-left: 72px;
        padding-right: 72px
    }
}


.is-boxed {
    background: #242830
}

.body-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.boxed-container {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 24px 48px rgba(21, 24, 29, 0.24);
    mix-blend-mode: multiply;
    mix-blend-mode: normal
}

main {
    flex: 1 0 auto
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 88px;
        padding-bottom: 88px
    }
}

@media (min-width: 1084px) {
  .spotlight-mnt {
    transform: translateY(24px)
  }

  .spotlight-off {
    transform: translateY(82px)
  }

  .spotlight-emm {
    transform: translateY(70px)
  }

  .spotlight-story-staceyb-1 {
    transform: translateY(352px)
  }
}

.footer-flag {
  padding-top: 3px;
}

.site-footer {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    border-top: 1px solid #f4f4f4;
    background-color: #fbfcff
}

.site-footer a {
    color: #8A94A7;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 24px
}

.footer-links {
  display: inline;
  overflow: hidden;
}

.footer-links li {
  float: left;
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li a {
    padding: 8px
}

.footer-links li+li {
    margin-left: 24px
}

.footer-social-text {
  font-weight: 600;
  font-size: 1.4em;
  color: #111;
  padding: 9px 10px 0 0
}

@media (min-width: 641px) {
    .site-footer {
        margin-top: 20px
    }
    .site-footer-inner {
        justify-content: space-between;
        padding-top: 64px;
        padding-bottom: 64px
    }
    .footer-brand,
    .footer-links,
    .footer-social-links,
    .footer-copyright {
        flex: 50%
    }
    .footer-brand,
    .footer-copyright {
        justify-content: flex-start
    }
    .footer-links,
    .footer-social-links {
        justify-content: flex-end
    }
    .footer-links {
        order: 1;
        margin-bottom: 0
    }
}

.cms-index-index #maincontent, .cms-page-view #maincontent{padding:0; width:100%; max-width: unset;}
.cms-index-index #maincontent > .row, .cms-page-view #maincontent > .row {margin:0;width: 100%;}
.cms-index-index #maincontent > .row > .main, .cms-page-view #maincontent > .row > .main {padding:0}

.notification {
  -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
  z-index: 100;
  border-top: 1px solid #ffcb88;
  border-bottom: 1px solid #ffcb88;
  background-color: #ffd38c;
  font-size: 13px;
  text-align: center;
  position: fixed;
  top: -100%;
  width: 100%;
}

.notification.active {
  top: 58px;
  padding: 4px 34px;
  z-index: 9999;
}

.notification div {
  max-width: 990px;
  margin: auto;
}

.notification p {
  display: inline-block;
  margin-bottom: 2px;
}

.notification p,
.x {
  color: #111;
  padding-top: 4px;
}

.notification a {
  color: #111;
}

.x {
  color: #111;
  padding-top: 4px;
  position: absolute;
  display: inline;
  top: 14px;
  left: 5px;
}

.notification span {
  height: 20px;
  width: 20px;
  display: block;
}

.notification span:before,
.notification span:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 1px;
  background-color: #111;
  display: block;
}

.notification span:before {
  transform: rotate(45deg);
}

.notification span:after {
  transform: rotate(-45deg);
}


@media (min-width: 375px) {
  .notification div {
    max-width: 990px;
    margin: auto;
  }
}

@media (min-width: 650px) {
  .notification.active {
    top: 58px;
    padding: 4px;
  }

  .notification span {
    height: 16px;
    width: 16px;
    display: block;
  }

  .notification div {
    max-width: 990px;
    margin: auto;
  }

  .notification a {
    color: #111;
  }

  .x {
    position: relative;
    display: inline-block;
    color: #111;
    padding-top: 5px;
    top: 11px;
  }
}

.lightwidget-widget {
  height: 220px;
}

.hero-video {
  display: block;
  color: #111;
  text-decoration: none;
  padding: 12px 0 0 8px;
}

.hero-video:hover {
  text-decoration: underline;
}

.hero-video-icon {
  display: inline;
  transform: TranslateY(2px) translateX(-6px);
}

@media (min-width: 641px) {
  .hero-video {
    display: inline;
    color: #111;
    text-decoration: none;
    padding-left: 12px;
  }
}

@media (min-width: 607px) {
  .opc-promo-box {
    width: 244px;
  }
}

.storyquote {
  color: #111;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em -4em;
  padding: 1em 2em;
  position: relative;
}

.storyquote:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  background: linear-gradient(0deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em)), linear-gradient(180deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em));
  width: 4px;
}

.storyquote:after {
  content: "“";
  position: absolute;
  top: 50%;
  left: calc(-0.5em - 2px);
  color: #3c3c3c;
  font-size: 2em;
  font-style: normal;
  line-height: 1em;
  text-align: center;
  width: 1em;
  margin-top: -0.25em;
  transition: 0.5s all ease-in-out;
}

.storycite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}

@media (max-width: 1375px) and (min-width: 1132px) {
  .storyquote {
    border-bottom: 2px solid #333;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  .storyquote:before {
    left: 0;
    top: -2px;
    background: linear-gradient(90deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em)), linear-gradient(270deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em));
    height: 2px;
    width: 100%;
  }
  .storyquote:after {
    font-size: 1.6em;
    left: 50%;
    top: calc(-0.19em - 2px);
    margin-top: 0;
    margin-left: -0.5em;
  }
  .storyquote cite {
    text-align: right;
  }
}

@media (max-width: 980px) {
  .storyquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}

@media (max-width: 838px) {
  .storyquote {
    border-bottom: 2px solid #333;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  .storyquote:before {
    left: 0;
    top: -2px;
    background: linear-gradient(90deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em)), linear-gradient(270deg, #3c3c3c calc(50% - 1em), transparent calc(50% - 1em));
    height: 2px;
    width: 100%;
  }
  .storyquote:after {
    font-size: 1.6em;
    left: 50%;
    top: calc(-0.19em - 2px);
    margin-top: 0;
    margin-left: -0.5em;
  }
  .storyquote cite {
    text-align: right;
  }
}

.items-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-wrap {
    margin: 0 -15px;
    -webkit-animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
    animation: slide-top .7s cubic-bezier(.250, .460, .450, .940) both;
}

.item-wrap article {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    min-height: 370px;
    margin: 15px 0 15px 15px;
    padding: 40px 38px 45px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    background-color: #eaedf6;
    background-image: linear-gradient(20deg, #e2e5ed, #f1f4f4);
}

.sflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-wrap {
    min-width: 350px;
    -webkit-box-flex: 999;
    -ms-flex: 999 0 33.333%;
    flex: 999 0 33.333%;
}

.item-wrap.tag-hash-large {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 66.666%;
    flex: 1 0 66.666%;
}

/* Title
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-wrap h2 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.35;
    margin-right: 10%;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item-image {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.item-image::before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .4;
    background-color: #394245;
    background-image: linear-gradient(234deg, #394245 0%, #000 100%);
}

.item-link-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.item-wrap.is-image article {
    background-color: transparent;
    background-image: initial;
}

.item-wrap article:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.ing-label-row {
  border-bottom: 2px solid #cccccc;
}

.ing-label {
  color: #242830;
  font-weight: 500;
}

.ing-row {
  border-bottom: 1px solid #d8d8d8;
}

.fda-disclaimer {
  border: 1px solid #5f5f5f;
  padding: 16px;
  text-align: center;
  font-size: 0.7em;
}

.trustpilot-inner {
  padding-top:48px !important;
  padding-bottom: 48px !important;
}

.item-headline {
  text-decoration: none;
  color: #fff
}

.ft-31 {
  font-size: 31px;
}

.cookie-notice {
  z-index: 1000;
  display: none;
  box-sizing: border-box;
  position: fixed;
  bottom: 4vh;
  left: 50%;
  max-width: 70vw;
  margin-left: -33vw;
  padding: 12px;
  background: white;
  box-shadow: 0 2px 4px rgba(20, 40, 80, 0.2);
  border-radius: 3px;
  font-size: 0.86em;
  line-height: 1.5;
  color: #456;
  transform: translate3d(0, 0, 0);
  animation: cookie-notice-fadein 500ms ease;
}

.cookie-notice.active {
  display: unset !important;
}

@media (max-width: 1200px) {
  .cookie-notice {
    bottom: 8vh !important;
  }
}

@keyframes cookie-notice-fadein {
  0% { transform: translate3d(0, 128px, 0); opacity: 0; }
  100% { transform: translate3d(0, 0, 0); opacity: 100; }
}

.cookie-notice-message > p {
  margin: 0;
  padding: 2px;
  width: 80%;
  font-size: 0.9em;
  line-height: 28px;
}

.cookie-notice > button {
  font-size: 0.9em;
  line-height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 20%;
  color: dodgerblue;
  position: absolute;
  top: 8px;
  right: 0;
  width: 18%;
  bottom: 8px;
  cursor: pointer;
  font-weight: bold;
  border-left: solid 1px rgba(0, 40, 80, 0.1);
}

.cookie-notice > button:hover {
  color: #4ba6ff;
}

.cookie-notice > button:active {
  color: #1873cc;
}
