@import url("https://rsms.me/inter/inter.css");

html {
  margin-top: 0 !important;
  scroll-behavior: smooth
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:575px) {
  .container {
    padding: 0 15px !important
  }
}

.content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  position: relative
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

#primary {
  padding: 0 !important
}

article {
  padding: 80px 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s
}

.bitnami-banner {
  display: none !important
}

.wp-block-image {
  margin: 0 !important
}

.alert-success {
  display: block;
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
  outline: 0
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

img {
  border-radius: 5px
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 2.5rem
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

:focus {
  outline: none
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

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

iframe {
  width: 710px;
  height: 399px
}

td,
th {
  padding: 0
}

.clear {
  clear: both
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px)
  }

  50% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px)
  }

  to {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px)
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px)
  }

  50% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px)
  }

  to {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px)
  }
}

.error404 {
  background-color: #4563C9;
  min-height: 100%
}

.error404 .error-message {
  max-width: 600px;
  width: auto;
  margin: 0 auto;
  padding: 250px 20px 40px;
  text-align: center
}

@media screen and (max-width:767px) {
  .error404 .error-message {
    padding: 160px 20px 40px
  }
}

.error404 .error-message h1 {
  color: white;
  font-size: 40px;
  font-weight: 700
}

@media screen and (max-width:767px) {
  .error404 .error-message h1 {
    font-size: 22px;
    line-height: 32px
  }
}

.error404 .error-message a {
  display: inline-block;
  background-color: white;
  color: #4563C9;
  padding: 0 20px;
  height: 50px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 25px;
  margin: 40px 0 0
}

.error404 .error-message a:hover {
  text-decoration: none
}

.error404 footer,
.error404 header {
  display: none
}

html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  letter-spacing: .3px !important
}

@supports (font-variation-settings:normal) {
  html {
    font-family: "Inter var", sans-serif
  }
}

h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 55px;
  color: #4563C9
}

h2 {
  font-size: 34px;
  font-weight: 800;
  color: #424F78
}

@media only screen and (max-width:575px) {
  h2 {
    font-size: 26px
  }
}

h3 {
  font-size: 26px;
  font-weight: 700;
  color: #424F78
}

h4 {
  font-size: 22px;
  font-weight: 700;
  color: #424F78
}

.description {
  opacity: .8;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 20px;
  color: #424F78
}

@media only screen and (max-width:767px) {
  .description {
    font-size: 16px;
    line-height: 28px
  }
}

.body-area {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .4px;
  line-height: 32px;
  color: #424F78;
  max-width: 750px;
  margin: 0 auto
}

.body-area p {
  margin: 10px 0 30px
}

.body-area h1 {
  margin: 0 0 40px
}

.body-area h1.dark {
  font-size: 32px;
  color: #424F78;
  margin: 0 0 20px
}

.body-area h2 {
  margin: 50px 0 10px;
  color: #4563C9
}

.body-area h3 {
  margin: 50px 0 10px;
  color: #4563C9
}

.body-area h4 {
  margin: 50px 0 10px
}

.body-area img {
  margin: 10px 0 30px
}

.body-area ul li {
  padding: 3px 0
}

blockquote {
  margin: 50px 0
}

blockquote p {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  font-style: italic;
  margin: 0 0 20px
}

blockquote cite {
  color: #6C81A3;
  font-style: normal
}

pre {
  background-color: #F3F8FB;
  padding: 20px;
  border-radius: 5px
}

.dashboard .email {
  margin: 10px 0 30px 0;
  font-size: 16px;
}

.preferences {
  width: 100%;
  border: 1px solid #ECECEC;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  margin: 60px auto 10px auto;
  padding: 40px;
  border-radius: 4px;
  max-width: 853px;
  text-align: left;
}

.preferences h2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #424F78;
}

.preferences .email {
  margin: 0 0 30px 0;
}

.preferences .form-row {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 10px 0 25px 0;
  padding: 30px 30px 15px 30px;
  border-radius: 4px;
}

.preferences .intro {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: #424F78;
}

.preferences form {
  margin: 0;
}

.preferences form label {
  display: inline-block;
  margin: 0;
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #424F78;
}

.preferences form .channelname {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #424F78;
}

.preferences form .description {
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
}

@media only screen and (max-width:575px) {
  .preferences form .description {
    font-size: 14px;
    line-height: 20px;
  }
}

.preferences form .channels {
  clear: both;
}

.preferences form .channels .channel {
  background-color: rgba(0, 0, 0, 0.075);
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 12px;
  border-radius: 4px;
}

.preferences form .channels .channel label {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #424F78;
  width: auto;
}

.preferences form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  margin: -3px 5px 0 0;
}

.preferences .form-button {
  margin: 15px 0 10px 0;
}

.preferences .button-row .button-wrapper{ display: inline; }
.preferences .button-row .button-wrapper #button-remove-account{ float: right; }

@media only screen and (max-width:767px) {
  .preferences .button-row{ text-align: center; }
  .preferences .button-row .button-wrapper{ display: block; }
  .preferences .button-row .button-wrapper #button-remove-account{ float: none; }
}

.dashboard .email {
  margin: 10px 0 30px 0;
  font-size: 16px;
}

.voucher {
  width: 100%;
  border: 1px solid #ECECEC;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  margin: 60px auto 10px auto;
  padding: 40px;
  border-radius: 4px;
  max-width: 853px;
  text-align: left;
}

.voucher h2 {
  font-family: 'Inter', sans-serif !important;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #424F78;
}

.voucher input[type="text"] {
  margin: 20px 5px 30px 0;
  padding: 15px;
  font-size: 26px;
  font-weight: 800;
  width: 60px;
  height: 70px;
  text-align: center;
  color: #424F78;
  border: 2px solid #CCC;
  border-radius: 4px;
}

@media only screen and (max-width:575px) {
  .voucher input[type="text"] {
    width: 40px;
    height: 50px;
    padding: 5px;
    font-size: 18px;
  }
}

.voucher .intro {
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 26px;
  color: #6C81A3;
}

.voucher form {
  margin: 0;
}

.voucher form label {
  display: inline-block;
  margin: 0 0 15px 0;
  width: 90%;
  font-size: 17px;
  line-height: 20px;
  color: #424F78;
}

a.voucher-activate {
  display: inline-block;
  margin: 20px 0 0px 0;
  padding: 14px 16px;
  background-color: #EFEFEF;
  border-radius: 23px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.voucher .form-button {
  margin: 15px 0 10px 0;
}

.footer-download {
  width: 100%;
  padding: 20px;
  background-color: #E1EDF4
}

.footer-download .container {
  padding: 80px 0
}

@media screen and (max-width:575px) {
  .footer-download .container {
    padding: 40px 10px !important
  }
}

.footer-download .container .description {
  max-width: 700px;
  opacity: .8;
  margin: 20px 0 0
}

.footer-download .container .buttons {
  padding: 40px 0 0
}

.footer-download .container .buttons a.download {
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
  height: 42px
}

.footer-download .container .buttons a.download.appstore {
  background-image: url("../images/download-appstore.png");
  background-size: 241px 42px;
  width: 241px
}

.footer-download .container .buttons a.download.playstore {
  background-image: url("../images/download-playstore.png");
  background-size: 243px 42px;
  width: 243px
}

.footer-download .container .buttons a.download.windowsstore {
  background-image: url("../images/download-windowsstore.png");
  background-size: 134px 42px;
  width: 134px
}

@media screen and (max-width:767px) {
  .footer-download .container .buttons a.download {
    height: 35px;
    background-size: auto 35px !important
  }

  .footer-download .container .buttons a.download .stars {
    background-size: auto 12px !important;
    margin: 11px 40px 0 0 !important
  }
}

.footer-download .container .buttons a.download:hover {
  opacity: .8
}

.footer-download .container .buttons a.download .stars {
  background-repeat: no-repeat;
  background-size: 85px 15px;
  float: right;
  width: 85px;
  height: 15px;
  margin: 13px 16px 0 0;
  vertical-align: middle
}

.footer-download .container .buttons a.download .stars.star05 {
  background-image: url("../images/rating05.svg")
}

.footer-download .container .buttons a.download .stars.star1 {
  background-image: url("../images/rating1.svg")
}

.footer-download .container .buttons a.download .stars.star15 {
  background-image: url("../images/rating15.svg")
}

.footer-download .container .buttons a.download .stars.star2 {
  background-image: url("../images/rating2.svg")
}

.footer-download .container .buttons a.download .stars.star25 {
  background-image: url("../images/rating25.svg")
}

.footer-download .container .buttons a.download .stars.star3 {
  background-image: url("../images/rating3.svg")
}

.footer-download .container .buttons a.download .stars.star35 {
  background-image: url("../images/rating35.svg")
}

.footer-download .container .buttons a.download .stars.star4 {
  background-image: url("../images/rating4.svg")
}

.footer-download .container .buttons a.download .stars.star45 {
  background-image: url("../images/rating45.svg")
}

.footer-download .container .buttons a.download .stars.star5 {
  background-image: url("../images/rating5.svg")
}

footer {
  background-color: #4563C9;
  padding: 40px 0
}

footer .col-1 {
  min-width: 80px
}

footer .col-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

footer .logo {
  display: block;
  background-image: url("../images/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px
}

footer .logo:hover {
  text-decoration: none
}

footer ul.navbar-footer {
  margin: 6px 0 7px;
  padding: 0;
  list-style-type: none
}

footer ul.navbar-footer li {
  display: inline-block
}

footer ul.navbar-footer li a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 12px 10px 0
}

footer ul.navbar-footer li a:hover {
  text-decoration: none;
  color: #ddd
}

footer .copyright {
  color: white;
  font-size: 11px;
  font-weight: 500
}

nav {
  background: white;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  position: fixed;
  z-index: 999;
  border-bottom: 1px solid #D8E2E9;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s
}

nav.scroll {
  padding: 10px 0;
  height: 80px
}

@media screen and (max-width:575px) {
  nav.scroll {
    height: auto
  }
}

@media screen and (max-width:575px) {
  nav {
    padding: 15px 0 !important;
    height: auto
  }
}

nav .logo {
  display: block;
  background-image: url("../images/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px;
  width: auto;
  height: 60px;
  padding: 0 0 0 75px
}

@media screen and (min-width:767px) and (max-width:991px) {
  nav .logo span {
    display: none
  }
}

@media screen and (max-width:575px) {
  nav .logo {
    background-size: 48px;
    padding: 0 0 0 60px;
    height: auto
  }
}

nav .logo .site-title {
  color: #424F78;
  font-size: 24px;
  font-weight: 700
}

@media screen and (max-width:575px) {
  nav .logo .site-title {
    font-size: 18px
  }
}

nav .logo .site-subtitle {
  color: #6C81A3;
  font-size: 14px;
  font-weight: 500
}

nav .logo:hover {
  text-decoration: none
}

nav .navbar {
  position: inherit;
  margin: 0;
  padding: 0;
  text-align: right
}

@media screen and (max-width:768px) {
  nav .navbar {
    min-height: auto;
  }
}

nav .navbar .navigation {
  height: 60px;
  margin: 0;
  padding: 0 15px 0 0
}

@media screen and (min-width:991px) {
  nav .navbar .navigation {
    display: block
  }
}

@media screen and (max-width:991px) {
  nav .navbar .navigation {
    background-color: #28B797;
    position: absolute;
    width: auto;
    top: 55px;
    left: 0;
    right: 15px;
    height: auto;
    padding: 20px 25px;
    margin: 15px 0 0 15px !important;
    border-radius: 8px
  }
}

nav .navbar .navigation ul {
  display: block;
  height: 60px;
  text-align: right
}

@media screen and (max-width:991px) {
  nav .navbar .navigation ul {
    height: auto
  }
}

nav .navbar .navigation ul li {
  position: relative;
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 60px
}

nav .navbar .navigation ul li.big a {
  font-size: 15px !important;
}

nav .navbar .navigation ul li.active a {
  color: #28B797;
  font-weight: 700;
}

@media screen and (max-width:991px) {
  nav .navbar .navigation ul li {
    display: block;
    text-align: left;
    height: auto;
    margin: 0
  }

  nav .navbar .navigation ul li a {
    height: auto !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    line-height: 20px !important;
    color: white !important;
    opacity: .9
  }

  nav .navbar .navigation ul li.current-menu-parent a,
  nav .navbar .navigation ul li.current_page_item a {
    opacity: 1
  }

  nav .navbar .navigation ul li.wpml-ls-menu-item {
    margin: 10px 5px 0 0 !important
  }

  nav .navbar .navigation ul li.wpml-ls-menu-item a {
    height: 30px !important
  }
}

nav .navbar .navigation ul li.current-menu-item a,
nav .navbar .navigation ul li.current-menu-parent a {
  color: #424F78;
  font-weight: 700
}

nav .navbar .navigation ul li a {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 60px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
  padding: 0;
  color: #6C81A3
}

nav .navbar .navigation ul li a:hover {
  color: #424F78;
  text-decoration: none;
  border-radius: 0
}

nav .navbar .navigation ul li.login-button a {
  background-color: #28B797;
  height: 44px;
  margin: 8px 12px 8px 0;
  padding: 0 20px;
  color: white;
  line-height: 44px;
  border-radius: 22px
}

nav .navbar .navigation ul li.login-button a:hover {
  background-color: #1D9D80
}

nav .navbar .navigation ul li.wpml-ls-menu-item {
  margin: 0 0 0 5px
}

nav .navbar .navigation ul li.wpml-ls-menu-item a {
  display: inherit;
  background-size: 26px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  vertical-align: middle;
  border: 2px solid white
}

nav .navbar .navigation ul li.wpml-ls-menu-item a img {
  display: none
}

@media screen and (max-width:991px) {
  nav .navbar .navigation ul li.wpml-ls-menu-item {
    display: inline-block;
    margin: 15px 0 0 5px
  }

  nav .navbar .navigation ul li.wpml-ls-menu-item a {
    border: 2px solid #28B797
  }
}

nav .navbar .navigation ul li.wpml-ls-menu-item.wpml-ls-current-language a {
  border: 2px solid #4563C9
}

nav .navbar .navigation ul li.wpml-ls-menu-item.wpml-ls-item-nl a {
  background-image: url("../images/flag-nl.png")
}

nav .navbar .navigation ul li.wpml-ls-menu-item.wpml-ls-item-en a {
  background-image: url("../images/flag-en.png")
}

nav .navbar .navigation ul li.wpml-ls-menu-item.wpml-ls-item-de a {
  background-image: url("../images/flag-de.png")
}

nav .navbar .navbar-toggler {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #28B797;
  display: none !important;
  width: 55px;
  height: 55px;
  border-radius: 8px;
  border: none;
  float: right
}

@media screen and (max-width:991px) {
  nav .navbar .navbar-toggler {
    display: block !important
  }
}

@media screen and (max-width:575px) {
  nav .navbar .navbar-toggler {
    background-size: 20px;
    border-radius: 8px;
    width: 45px;
    height: 45px
  }
}

nav .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url("../images/nav_hamburger_close.svg")
}

nav .navbar .navbar-toggler:focus {
  outline: 0
}

nav .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("../images/nav_hamburger_icon.svg");
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  -webkit-transition: all ease-in-out .1s;
  -o-transition: all ease-in-out .1s;
  transition: all ease-in-out .1s
}

header {
  position: relative;
  background-color: #F3F8FB;
  width: 100%;
  border-bottom: 1px solid #D8E2E9
}

header.full {
  min-height: 800px
}

@media screen and (max-width:991px) {
  header.full {
    height: auto
  }
}

header.full .container {
  background-size: 1100px;
  background-repeat: no-repeat;
  background-position: center 50px
}

@media screen and (max-width:1199px) {
  header.full .container {
    background-size: 1000px;
    background-position: right 20px
  }
}

@media screen and (max-width:991px) {
  header.full .container {
    background-size: 600px;
    background-position: right 180px
  }
}

@media screen and (max-width:767px) {
  header.full .container {
    background-size: 700px;
    background-position: right bottom
  }
}

@media screen and (max-width:575px) {
  header.full .container {
    background-size: 650px;
    background-position: right bottom;
    padding-left: 30px;
    padding-right: 30px
  }
}

header.full .container .row {
  position: relative
}

header.full .container .row .col {
  height: 720px;
  padding-top: 160px;
  padding-bottom: 60px
}

header.full .container .row .col.text {
  height: auto;
  min-height: 720px;
  padding-bottom: 120px
}

@media screen and (max-width:991px) {
  header.full .container .row .col.text {
    min-height: auto;
    padding-bottom: 40px
  }
}

@media screen and (max-width:991px) {
  header.full .container .row .col {
    padding-top: 160px;
    padding-bottom: 60px;
    height: auto
  }
}

@media screen and (max-width:575px) {
  header.full .container .row .col {
    padding-top: 110px;
    padding-bottom: 30px;
    height: auto
  }
}

header.full .container .row .col h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 50px;
  color: #4563C9
}

@media screen and (max-width:1199px) {
  header.full .container .row .col h1 {
    font-size: 32px;
    line-height: 48px
  }
}

@media screen and (max-width:575px) {
  header.full .container .row .col h1 {
    font-size: 25px;
    line-height: 36px
  }
}

header.full .container .row .col .features {
  margin: 40px 0 20px;
  padding: 0 50px 0 0
}

@media screen and (max-width:575px) {
  header.full .container .row .col .features {
    margin: 30px 0 0;
    padding: 0
  }
}

header.full .container .row .col .features li {
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0 0 0 34px;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #424F78
}

@media screen and (max-width:767px) {
  header.full .container .row .col .features li {
    font-size: 17px
  }
}

@media screen and (max-width:575px) {
  header.full .container .row .col .features li {
    font-size: 16px;
    min-height: 25px
  }
}

header.full .container .row .col .cta {
  padding: 20px 15px 25px 0;
  font-size: 19px;
  font-weight: 600
}

@media screen and (max-width:991px) {
  header.full .container .row .col .cta {
    font-size: 16px
  }
}

@media screen and (max-width:575px) {
  header.full .container .row .col .cta {
    display: none
  }
}

@media screen and (max-width:991px) {
  header.full .container .row .col.hide {
    display: none
  }
}

@media screen and (max-width:991px) {
  header.full .container .row .col.middle {
    display: none
  }
}

header.full .container .row .image {
  position: absolute;
  background-size: 700px 700px;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 80px;
  z-index: 10;
  float: right;
  width: 700px;
  height: 700px;
  right: -30px;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transform: translatey(0px);
  -ms-transform: translatey(0px);
  transform: translatey(0px)
}

@media screen and (max-width:1199px) {
  header.full .container .row .image {
    background-size: 550px;
    background-position: right 120px
  }
}

@media screen and (max-width:991px) {
  header.full .container .row .image {
    background-size: 350px;
    background-position: right 200px
  }
}

@media screen and (max-width:767px) {
  header.full .container .row .image {
    position: inherit;
    background-size: 500px;
    background-position: left -100px;
    height: 400px;
    float: none;
    margin: 0;
    right: inherit
  }
}

@media screen and (max-width:575px) {
  header.full .container .row .image {
    width: 100%;
    height: 400px;
    padding: 0;
    background-size: 380px;
    background-position: center 0;
    -webkit-animation: none;
    animation: none
  }
}

header.full .bottom-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  padding: 19px 0;
  background-color: #E1EDF4
}

@media screen and (max-width:991px) {
  header.full .bottom-banner {
    position: inherit
  }
}

header.full .bottom-banner .cta {
  display: none
}

@media screen and (max-width:767px) {
  header.full .bottom-banner {
    height: auto
  }

  header.full .bottom-banner .cta {
    display: block;
    margin: 0 0 16px;
    font-weight: 700
  }

  header.full .bottom-banner .container {
    padding-right: 40%
  }
}

@media screen and (max-width:575px) {
  header.full .bottom-banner {
    position: inherit;
    padding: 19px 0 14px
  }

  header.full .bottom-banner .container {
    padding-right: 40%
  }
}

header.full .bottom-banner a.download {
  display: inline-block;
  background-repeat: no-repeat;
  margin: 0 15px 0 0;
  height: 42px
}

header.full .bottom-banner a.download.appstore {
  background-image: url("../images/download-appstore.png");
  background-size: 241px 42px;
  width: 241px
}

header.full .bottom-banner a.download.playstore {
  background-image: url("../images/download-playstore.png");
  background-size: 243px 42px;
  width: 243px
}

header.full .bottom-banner a.download.windowsstore {
  background-image: url("../images/download-windowsstore.png");
  background-size: 134px 42px;
  width: 134px
}

@media screen and (max-width:767px) {
  header.full .bottom-banner a.download {
    height: 35px;
    background-size: auto 35px !important
  }

  header.full .bottom-banner a.download .stars {
    background-size: auto 12px !important;
    margin: 11px 40px 0 0 !important
  }
}

header.full .bottom-banner a.download:hover {
  opacity: .8
}

header.full .bottom-banner a.download .stars {
  background-repeat: no-repeat;
  background-size: 85px 15px;
  float: right;
  width: 85px;
  height: 15px;
  margin: 13px 16px 0 0;
  vertical-align: middle
}

header.full .bottom-banner a.download .stars.star05 {
  background-image: url("../images/rating05.svg")
}

header.full .bottom-banner a.download .stars.star1 {
  background-image: url("../images/rating1.svg")
}

header.full .bottom-banner a.download .stars.star15 {
  background-image: url("../images/rating15.svg")
}

header.full .bottom-banner a.download .stars.star2 {
  background-image: url("../images/rating2.svg")
}

header.full .bottom-banner a.download .stars.star25 {
  background-image: url("../images/rating25.svg")
}

header.full .bottom-banner a.download .stars.star3 {
  background-image: url("../images/rating3.svg")
}

header.full .bottom-banner a.download .stars.star35 {
  background-image: url("../images/rating35.svg")
}

header.full .bottom-banner a.download .stars.star4 {
  background-image: url("../images/rating4.svg")
}

header.full .bottom-banner a.download .stars.star45 {
  background-image: url("../images/rating45.svg")
}

header.full .bottom-banner a.download .stars.star5 {
  background-image: url("../images/rating5.svg")
}

header.small {
  padding: 145px 0 20px;
  text-align: center
}

header.small h1,
header.small h2 {
  font-size: 38px;
  color: #4563C9
}

header .back-button {
  background-color: black
}

header .cta-button {
  border-radius: 25px;
  padding: 12px 30px;
  margin: 20px 10px 0 0
}

header .cta-button:hover {
  color: white;
  text-decoration: none;
  background-color: #3552b6
}

header .cta-button.outline {
  background-color: inherit;
  border: 2px solid #4563C9;
  color: #4563C9;
  padding: 10px 30px
}

.custom-widget {
  padding: 100px 0;
  min-height: 500px;
  border-bottom: 3px solid #F3F8FB
}

@media only screen and (max-width:991px) {
  .custom-widget {
    padding: 60px 0
  }
}

@media only screen and (max-width:575px) {
  .custom-widget {
    padding: 40px 10px 0 !important;
    min-height: auto !important
  }
}

.custom-widget h2 {
  margin: 0 0 60px;
  color: #424F78
}

@media only screen and (max-width:991px) {
  .custom-widget h2 {
    margin: 0 0 30px
  }
}

.custom-widget .container {
  height: 100%
}

.custom-widget .cta-button {
  border-radius: 25px;
  padding: 12px 30px
}

.custom-widget .cta-button:hover {
  color: white;
  text-decoration: none;
  background-color: #3552b6
}

.custom-widget.widget-pricing h2 {
  margin: 0 0 20px
}

.custom-widget.widget-pricing .intro {
  width: 50%;
  opacity: .8;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 40px;
  padding: 0;
  color: #424F78
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .intro {
    font-size: 16px;
    line-height: 28px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .intro {
    margin: 0
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col {
    padding: 0 4px
  }
}

.custom-widget.widget-pricing .col .block {
  display: block;
  position: relative;
  background-color: #F3F8FB;
  padding: 20px;
  margin: 50px 0 0;
  text-align: center;
  border: 2px solid #F3F8FB;
  border-radius: 5px;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s
}

.custom-widget.widget-pricing .col .block:hover {
  background-color: #E1EDF4;
  border-color: #E1EDF4;
  text-decoration: none
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block {
    padding: 50px 20px 20px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block {
    margin: 40px 0 20px;
    padding: 30px 10px 10px
  }
}

.custom-widget.widget-pricing .col .block.promo {
  border: 2px solid #4563C9;
  border-radius: 0 0 5px 5px
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block.promo {
    margin: 40px 0 0
  }
}

.custom-widget.widget-pricing .col .block .promotion {
  position: absolute;
  background: #4563C9;
  left: -2px;
  top: -50px;
  content: "";
  width: calc(100% + 4px);
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
  color: white;
  border-radius: 5px 5px 0 0
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .promotion {
    top: -40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px
  }
}

.custom-widget.widget-pricing .col .block .content {
  text-align: center;
  padding: 20px
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content {
    padding: 20px 0 10px
  }
}

.custom-widget.widget-pricing .col .block .content .icon {
  display: inline-block
}

.custom-widget.widget-pricing .col .block .content .icon .days {
  display: inline-block;
  background-image: url("../images/pricing-days.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 55px;
  height: 50px;
  margin: 0 0 10px;
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #28B797
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .icon .days {
    width: 45px;
    height: 41px;
    padding: 15px 0 0;
    margin: 0 0 5px;
    font-size: 18px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .icon .days {
    width: 35px;
    height: 32px;
    padding: 12px 0 0;
    margin: 0 0 5px;
    font-size: 14px
  }
}

.custom-widget.widget-pricing .col .block .content .icon .type {
  font-size: 26px;
  font-weight: 700;
  color: #28B797
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .icon .type {
    font-size: 16px
  }
}

.custom-widget.widget-pricing .col .block .content .price h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 70px;
  font-weight: 800;
  color: #424F78;
  margin: 20px 0 0
}

.custom-widget.widget-pricing .col .block .content .price h3 sup {
  position: relative;
  top: 6px;
  left: -10px;
  font-size: 38px;
  line-height: inherit
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .price h3 sup {
    left: -6px;
    font-size: 22px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .price h3 sup {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .price h3 {
    font-size: 48px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .price h3 {
    font-size: 40px;
    margin: 10px 0 0
  }
}

.custom-widget.widget-pricing .col .block .content .price .frequency {
  margin: -8px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #424F78
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .price .frequency {
    font-size: 13px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .price .frequency {
    font-size: 12px
  }
}

.custom-widget.widget-pricing .col .block .content .features {
  margin: 40px 0 20px;
  padding: 0;
  height: 95px
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block .content .features {
    margin: 20px 0 30px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .features {
    display: none
  }
}

.custom-widget.widget-pricing .col .block .content .features li {
  color: #7783AC;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
  font-size: 18px;
  font-weight: 600
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block .content .features li {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .features li {
    font-size: 13px
  }
}

.custom-widget.widget-pricing .col .block .content .features li.discount {
  text-decoration: line-through;
  color: #4563C9
}

.custom-widget.widget-pricing .col .block .content .button {
  display: inline-block;
  background-color: #4563C9;
  height: 50px;
  padding: 0 25px;
  color: white;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  border-radius: 25px
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block .content .button {
    height: 46px;
    line-height: 46px;
    font-size: 17px;
    border-radius: 23px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-pricing .col .block .content .button {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 20px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-pricing .col .block .content .button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 8px;
    margin: 15px 0 0
  }
}

.custom-widget.widget-pricing .col .block .label-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  overflow: hidden
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block .label-block {
    width: auto;
    left: 0
  }
}

.custom-widget.widget-pricing .col .block .label-block .extra-label {
  width: 200px;
  background-color: rgba(69, 99, 201, 0.15);
  position: absolute;
  text-align: center;
  line-height: 45px;
  color: #f0f0f0;
  top: 25px;
  right: -50px;
  left: auto;
  color: #4563C9;
  font-size: 14px;
  font-weight: 700;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-pricing .col .block .label-block .extra-label {
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    font-size: 12px;
    line-height: 35px;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-features {
    padding-bottom: 40px !important
  }
}

.custom-widget.widget-features h2 {
  margin-bottom: 40px
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-features h2 {
    margin-bottom: 20px
  }
}

.custom-widget.widget-features .intro {
  width: 50%;
  opacity: .8;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 40px;
  padding: 0;
  color: #424F78
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-features .intro {
    font-size: 16px;
    line-height: 28px
  }
}

.custom-widget.widget-features .row {
  margin-top: 30px
}

.custom-widget.widget-features .row .col .block {
  padding: 10px 40px 20px 0
}

.custom-widget.widget-features .row .col .block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #28B797;
  margin: 0 0 15px
}

.custom-widget.widget-features .row .col .block h3 svg {
  margin-right: 5px
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-features .row .col .block h3 {
    font-size: 18px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-features .row .col .block {
    padding: 10px 10px 10px 0
  }

  .custom-widget.widget-features .row .col .block h3 {
    margin: 0
  }

  .custom-widget.widget-features .row .col .block .description {
    display: none
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-features .row {
    margin-bottom: 20px
  }
}

.custom-widget.widget-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-content {
    padding-left: 20px;
    padding-right: 20px
  }
}

.custom-widget.widget-content .row.left .img-left {
  display: none
}

.custom-widget.widget-content .row.right .img-right {
  display: none
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-content .row.right .img-right {
    display: block
  }

  .custom-widget.widget-content .row.right .img-left {
    display: none
  }
}

.custom-widget.widget-content .col.content {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 500px
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-content .col.content {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 50px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-content .col.content {
    padding-top: 60px;
    padding-bottom: 20px
  }
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-content .col.content {
    padding-top: 10px
  }
}

.custom-widget.widget-content .col.light * {
  color: white
}

.custom-widget.widget-content .col.dark * {
  color: #424F78
}

.custom-widget.widget-content .col h2 {
  margin: 0 0 30px
}

.custom-widget.widget-content .col h2 span {
  display: inline-block;
  background-color: #28B797;
  height: 36px;
  margin: -2px 0 0 6px;
  color: white !important;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 38px;
  text-transform: uppercase;
  border-radius: 18px;
  vertical-align: middle
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-content .col h2 span {
    clear: both;
    margin: 10px 0 0
  }
}

.custom-widget.widget-content .col .description {
  width: 80%;
  margin: 0 0 30px
}

.custom-widget.widget-content .col .image {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 480px;
  width: 100%;
  height: 100%
}

@media only screen and (max-width:1199px) {
  .custom-widget.widget-content .col .image {
    background-size: 90% auto
  }
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-content .col .image {
    height: 400px
  }
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-content .col .image {
    height: 320px;
    background-size: 320px
  }
}

.custom-widget.widget-content .col .cta-button {
  display: inline-block;
  height: 46px;
  padding: 0 20px;
  margin: 0 15px 15px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
  border-radius: 23px;
  border-width: 2px;
  border-style: solid
}

.custom-widget.widget-content .col .cta-button:hover {
  text-decoration: none;
  opacity: .8
}

.custom-widget.widget-content .col .cta-button.style-border {
  background-color: rgba(255, 255, 255, 0.5) !important
}

.custom-widget.widget-reviews {
  min-height: auto
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-reviews h2 {
    margin: 0 0 20px
  }
}

.custom-widget.widget-reviews .ratings {
  margin: 0 10px 30px 0 !important
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-reviews .ratings {
    margin: 0 10px 10px 0 !important
  }
}

.custom-widget.widget-reviews .ratings .rating {
  display: inline-block;
  background-color: #F3F8FB;
  height: 42px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  color: #424F78;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  border-radius: 21px
}

.custom-widget.widget-reviews .ratings .rating:hover {
  background-color: #E1EDF4;
  text-decoration: none
}

.custom-widget.widget-reviews .ratings .rating .stars {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 85px 15px;
  width: 85px;
  height: 15px;
  margin: -2px 0 0 8px;
  vertical-align: middle
}

.custom-widget.widget-reviews .ratings .rating .stars.star05 {
  background-image: url("../images/rating05.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star1 {
  background-image: url("../images/rating1.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star15 {
  background-image: url("../images/rating15.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star2 {
  background-image: url("../images/rating2.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star25 {
  background-image: url("../images/rating25.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star3 {
  background-image: url("../images/rating3.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star35 {
  background-image: url("../images/rating35.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star4 {
  background-image: url("../images/rating4.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star45 {
  background-image: url("../images/rating45.svg")
}

.custom-widget.widget-reviews .ratings .rating .stars.star5 {
  background-image: url("../images/rating5.svg")
}

@media only screen and (max-width:991px) {
  .custom-widget.widget-reviews .row .col {
    width: 100%
  }
}

.custom-widget.widget-reviews .row .col .block {
  background-image: url("../images/quote-review.svg");
  background-repeat: no-repeat;
  background-position: 20px 20px;
  border: 3px solid #F3F8FB;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 30px
}

.custom-widget.widget-reviews .row .col .block .rating {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 110px 18px;
  width: 100%;
  height: 18px;
  margin: 4px 0 20px
}

.custom-widget.widget-reviews .row .col .block .rating.star1 {
  background-image: url("../images/rating1.svg")
}

.custom-widget.widget-reviews .row .col .block .rating.star2 {
  background-image: url("../images/rating2.svg")
}

.custom-widget.widget-reviews .row .col .block .rating.star3 {
  background-image: url("../images/rating3.svg")
}

.custom-widget.widget-reviews .row .col .block .rating.star4 {
  background-image: url("../images/rating4.svg")
}

.custom-widget.widget-reviews .row .col .block .rating.star5 {
  background-image: url("../images/rating5.svg")
}

.custom-widget.widget-reviews .row .col .block .review {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #424F78;
  margin: 0 0 10px
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-reviews .row .col .block .review {
    font-size: 16px;
    line-height: 26px
  }
}

.custom-widget.widget-reviews .row .col .block .review strong {
  display: block;
  margin: 0 0 5px
}

.custom-widget.widget-reviews .row .col .block .author {
  font-size: 15px;
  font-weight: 600;
  color: #7B86AD
}

.custom-widget.widget-partners {
  min-height: auto
}

.custom-widget.widget-partners .row .col .block {
  margin: 0 0 30px;
  max-height: 100px;
  text-align: center
}

.custom-widget.widget-newsletter .row .col h2 {
  margin: 30px 0
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-newsletter .row .col h2 {
    margin: 0 0 30px
  }
}

.custom-widget.widget-newsletter .row .col .description {
  width: 80%;
  margin: 0 0 30px
}

@media only screen and (max-width:575px) {
  .custom-widget.widget-newsletter .row .col .description {
    width: auto
  }
}

.custom-widget.widget-newsletter .row .col .description .form {
  padding: 30px 0
}

.custom-widget.widget-newsletter .row .col .description .form .wpcf7-not-valid-tip {
  background-color: #EC5A00;
  padding: 0 20px;
  height: 48px;
  font-size: 16px;
  border-radius: 24px;
  line-height: 48px;
  color: white;
  margin: 10px 0 0
}

.custom-widget.widget-newsletter .row .col .description .form .wpcf7-response-output {
  border-radius: 6px;
  padding: 12px;
  margin: 15px 0 0
}

.custom-widget.widget-newsletter .row .col .description .form input[type=email] {
  padding: 3px 20px;
  height: 48px;
  border-radius: 24px
}

.custom-widget.widget-newsletter .row .col .description .form input[type=submit] {
  display: inline-block;
  background-color: #4563C9;
  padding: 10px 16px;
  height: 48px;
  color: white;
  font-weight: 600;
  border-radius: 24px;
  border-color: #4563C9
}

.custom-widget.widget-newsletter .row .col .image {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px
}

@media only screen and (max-width:767px) {
  .custom-widget.widget-newsletter .row .col .image {
    height: 320px;
    margin: 0 0 30px
  }
}

.faq-category {
  border-radius: 5px 5px 0 0;
  background-color: #E1EDF4;
  padding: 15px 20px;
  margin: 30px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #4563C9
}

.faq-overview {
  margin: 0;
  padding: 0;
  border-left: 2px solid #E1EDF4;
  border-bottom: 2px solid #E1EDF4;
  border-right: 2px solid #E1EDF4;
  border-radius: 0 0 5px 5px
}

.faq-overview li {
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 8px;
  padding: 0 40px 0 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 2px solid #E1EDF4
}

.faq-overview li:last-child {
  border: none
}

.faq-overview li a {
  display: block;
  padding: 10px 40px 10px 20px;
  color: #424F78;
  font-weight: 600;
  line-height: 28px
}

.cta-button {
  display: inline-block;
  background-color: #4563C9;
  padding: 10px 16px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px
}

.cta-button.small {
  padding: 4px 15px
}

.back-button {
  display: inline-block;
  padding: 6px 16px;
  color: #424F78;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #6C81A3;
  margin: 0 0 38px
}

.back-button:hover {
  background-color: #424F78;
  color: white;
  text-decoration: none
}

.index-overview {
  padding-top: 30px;
  padding-bottom: 20px
}

.featured-image {
  background-color: #F3F8FB;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px
}

.index-featured-post {
  display: block;
  position: relative;
  border-radius: 5px;
  background-color: #F3F8FB;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 550px
}

.index-featured-post .content {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 5px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  padding: 40px;
  width: 400px
}

.index-featured-post .content h2.title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 800;
  margin: 0 0 20px;
  color: #424F78
}

.index-featured-post .content .date {
  font-size: 16px;
  font-weight: 700;
  color: #6C81A3;
  margin: 0 0 20px
}

.index-featured-post .content .intro {
  font-size: 16px;
  line-height: 26px;
  color: #424F78;
  margin: 0 0 20px
}

.column {
  width: 50
}

.index-post {
  border-radius: 5px;
  background-color: #F3F8FB;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 400px;
  margin: 20px 0
}

.index-post .image {
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-position: center;
  background-size: cover;
  top: 20px;
  bottom: 20px;
  left: 20px;
  width: calc(50% - 20px)
}

.index-post .content {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  padding: 30px;
  width: calc(50% - 20px)
}

.index-post .content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  margin: 0 0 10px;
  color: #424F78
}

.index-post .content .date {
  font-size: 16px;
  font-weight: 700;
  color: #6C81A3;
  margin: 0 0 10px
}

.index-post .content .intro {
  font-size: 16px;
  line-height: 26px;
  color: #424F78;
  margin: 0 0 20px
}

/* NEWSLETTER */
#section-newsletter .wrapper-newsletter{ max-width: 853px; margin: 24px auto 10px auto; }
#section-newsletter .wrapper-newsletter .header-image{  }
#section-newsletter .wrapper-newsletter .header-image img{ width: 100% }
#section-newsletter .wrapper-newsletter .content{ text-align: center; max-width: 640px; margin: 0 auto; }
#section-newsletter .wrapper-newsletter .content h1{ color: #424F78; margin: 24px 0; font-size: 40px; font-family: 'Inter', sans-serif; font-weight: bold; }
#section-newsletter .wrapper-newsletter .content p{ color: #424F78; font-size: 18px; }
#section-newsletter .wrapper-newsletter .call-to-action{ text-align: center; padding-top: 36px; }
#section-newsletter .wrapper-newsletter .call-to-action a{ font-size: 20px; padding: 14px 28px; }

/* container-purchase-promo */
.container-purchase-promo{ position: relative; max-width: 850px; margin: 0 auto; }
.container-purchase-promo .section-box{ padding: 40px; border: 5px solid #bec5d4; border-radius: 30px; background: #F3F8FB; }
.container-purchase-promo .section-box.section-payment-form{ margin-bottom: 20px; }
.container-purchase-promo .section-box.section-payment-form .product-block{ border-radius: 16px; padding: 24px; background: #F5821F; text-align: center; color: #FFF; margin: 0; box-shadow: none; }
.container-purchase-promo .section-box.section-payment-form .product-block p.annual-credit{ font-size: 36px; line-height: 43px;  font-weight: 700; margin-bottom: 42px!important; }
.container-purchase-promo .section-box.section-payment-form .product-block p.normal-price{ font-size: 45px; line-height: 54px; font-weight: 500; text-decoration: line-through; margin-bottom: 0!important; }
.container-purchase-promo .section-box.section-payment-form .product-block p.current-price{ font-size: 116px; line-height: 141px; font-weight: 800; margin-bottom: 72px!important; }
.container-purchase-promo .section-box.section-payment-form .product-block p.current-price sup{ font-size: 67px; margin-left: -24px; }
.container-purchase-promo .section-box.section-payment-form .product-block p.foot-note{ font-size: 17px; line-height: 22px; font-weight: 600; }
.container-purchase-promo .section-box.section-payment-form #section-payment{}
.container-purchase-promo .section-box.section-payment-form #section-payment h2{ font-size: 20px; font-weight: 700; font-family: 'Inter', sans-serif;  color: #424F78; margin: 8px 0 14px 0; }
.container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector{ margin-left: -3px; margin-right: -3px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper{ padding-left: 3px; padding-right: 3px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper input{ display: none; }
.container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper label{ margin: 0; text-align: center!important; font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: #424F78; padding: 10px 4px; border: 3px solid #7783AC; background: #FFF; border-radius: 10px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper .form-radio:checked + label{ background: #4563C9; border: 3px solid #4563C9; color: #FFF; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-row label{ font-size: 14px; font-weight: 600; font-family: 'Inter', sans-serif; color: #424F78; margin-top: 12px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-row input[type="text"]{ font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: #424F78; padding: 10px 12px; border: 3px solid #7783AC; background: #FFF; border-radius: 10px; height: auto; margin-bottom: 0; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-row .StripeElement{ font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: #424F78; padding: 10px 12px; border: 3px solid #7783AC; background: #FFF; border-radius: 10px; height: auto; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-row .StripeElement#ideal-bank-element{ padding: 0; }
.container-purchase-promo .section-box.section-payment-form #section-payment .terms{ min-height: 48px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .terms label{ font-size: 13px; font-weight: 600; font-family: 'Inter', sans-serif; color: #424F78; height: auto; line-height: initial; padding-top: 6px; }
.container-purchase-promo .section-box.section-payment-form #section-payment .terms label a{ text-decoration: underline!important; }
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:not(:checked) + label,
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:checked + label { padding-left: 40px; }
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:not(:checked) + label:before,
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0; top: 0; width: 30px; height: 30px; border: 2px solid #D7E5ED !important; background: #fff; border-radius: 4px; box-shadow: none; }
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:not(:checked) + label:after,
.container-purchase-promo .section-box.section-payment-form #section-payment [type="checkbox"]:checked + label:after { content: ''; background: #4563C9; position: absolute; width:18px; height:18px; border-radius: 2px; top: 6px; left: 6px; transition: all .2s; }
.container-purchase-promo .section-box.section-payment-form #section-payment .alert{ margin: 16px 0 0 0; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-button{ background: #4563C9; border-radius: 67px; font-size: 20px; margin: 24px 0 0 0!important; padding: 20px 38px; font-weight: 800; font-family: 'Inter', sans-serif; color: #FFF; }
.container-purchase-promo .section-box.section-payment-form #section-payment .form-button.loading{ background-image: url('../images/loader.gif'); background-size: contain; }

.container-purchase-promo .section-box.section-current-balance{ margin-bottom: 40px; color: #424F78; text-align: center; }
.container-purchase-promo .section-box.section-current-balance p.current-credit { font-size: 28px; font-weight: 800; }
.container-purchase-promo .section-box.section-current-balance p.user { font-size: 18px; font-weight: 600; margin-bottom: 30px!important; }
.container-purchase-promo .section-box.section-current-balance p.days-number { color: #4563C9; font-size: 64px; font-weight: 800; margin-bottom: 0!important; }
.container-purchase-promo .section-box.section-current-balance p.days-remaining { font-size: 20px; font-weight: 800; margin-bottom: 0!important; }
.container-purchase-promo .section-foot-note{ font-size: 16px; font-weight: 600; color: #424F78; text-align: center; margin-bottom: 32px; }
@media only screen and (max-width:767px) {
  .container-purchase-promo .section-box{ padding: 20px; }
  .container-purchase-promo .section-box.section-payment-form .product-block{ padding: 16px; }
  .container-purchase-promo .section-box.section-payment-form #section-payment .form-button{ display: block; width: 100%; }
  .container-purchase-promo .section-box.section-current-balance p.user { word-break: break-all; }
}
@media only screen and (max-width:575px) {
  .container-purchase-promo .section-box.section-payment-form .product-block p.annual-credit{ font-size: 28px; line-height: 34px; margin-bottom: 33px!important; }
  .container-purchase-promo .section-box.section-payment-form .product-block p.normal-price{ font-size: 40px; line-height: 48px; }
  .container-purchase-promo .section-box.section-payment-form .product-block p.current-price{ font-size: 95px; line-height: 115px; margin-bottom: 28px!important; }
  .container-purchase-promo .section-box.section-payment-form .product-block p.current-price sup{ font-size: 55px; margin-left: -24px; }
  .container-purchase-promo .section-box.section-payment-form .product-block p.foot-note{ font-size: 16px; line-height: 19px; font-weight: 500; }
  .container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper label{ font-size: 14px; padding: 6px 2px; }
  .container-purchase-promo .section-box.section-current-balance p.days-number { font-size: 48px; }
}
@media only screen and (max-width:320px) {
  .container-purchase-promo .section-box.section-payment-form .product-block p.current-price{ font-size: 72px; }
  .container-purchase-promo .section-box.section-payment-form .product-block p.current-price sup{ font-size: 36px; margin-left: -12px; }
  .container-purchase-promo .section-box.section-payment-form #section-payment .section-payment-method-selector .method-wrapper label{ font-size: 12px; }
}


/* HELPERS */
.mh-4{ margin-right: 8px!important; margin-left: 8px!important; }