html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%; }

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent;
  color: inherit;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

figure,
article {
  position: relative; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button {
  background: transparent; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  width: 100%;
  resize: none;
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  font-family: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* reset*/
ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

button {
  border: 0;
  padding: 0;
  font: inherit; }
  button:focus {
    outline: 0; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: transparent; }

input {
  border: 0;
  -webkit-appearance: none; }

textarea,
input,
select {
  outline: 0; }

input[type='checkbox'] {
  -webkit-appearance: checkbox; }

time {
  display: block; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  display: flex;
  flex-direction: row;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
  flex: 0 1 auto;
  flex-wrap: wrap; }
  .row.small-margin {
    margin-right: -0.1rem;
    margin-left: -0.1rem; }

.flex {
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  flex-wrap: wrap; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.flex.row-reverse,
.row.row-reverse {
  flex-direction: row-reverse !important; }
.flex.col-reverse,
.row.col-reverse {
  flex-direction: column-reverse !important; }

.start {
  text-align: start;
  justify-content: flex-start; }

.center {
  justify-content: center; }

.end {
  text-align: end;
  justify-content: flex-end; }

.top {
  align-items: flex-start; }

.middle {
  align-items: center; }

.bottom {
  align-items: flex-end; }

.around {
  justify-content: space-around; }

.between {
  justify-content: space-between; }

.first {
  order: -1; }

.last {
  order: 1; }

.column {
  flex-direction: column; }

.row {
  flex-direction: row; }

.container {
  max-width: 1432px;
  padding-right: 16px;
  padding-left: 16px; }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  flex: 0 0 auto; }

.row.small-margin .col,
.row.small-margin .col-1,
.row.small-margin .col-2,
.row.small-margin .col-3,
.row.small-margin .col-4,
.row.small-margin .col-5,
.row.small-margin .col-6,
.row.small-margin .col-7,
.row.small-margin .col-8,
.row.small-margin .col-9,
.row.small-margin .col-10,
.row.small-margin .col-11,
.row.small-margin .col-12 {
  padding-right: 0.1rem;
  padding-left: 0.1rem; }

.col {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0; }

.col-1 {
  max-width: 8.333%;
  flex-basis: 8.333%; }

.col-2 {
  max-width: 16.667%;
  flex-basis: 16.667%; }

.col-3 {
  max-width: 25%;
  flex-basis: 25%; }

.col-4 {
  max-width: 33.333%;
  flex-basis: 33.333%; }

.col-5 {
  max-width: 41.667%;
  flex-basis: 41.667%; }

.col-6 {
  max-width: 50%;
  flex-basis: 50%; }

.col-7 {
  max-width: 58.333%;
  flex-basis: 58.333%; }

.col-8 {
  max-width: 66.667%;
  flex-basis: 66.667%; }

.col-9 {
  max-width: 75%;
  flex-basis: 75%; }

.col-10 {
  max-width: 83.333%;
  flex-basis: 83.333%; }

.col-11 {
  max-width: 91.667%;
  flex-basis: 91.667%; }

.col-12 {
  max-width: 100%;
  flex-basis: 100%; }

@media (max-width: 1024px) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0; }

  .col-lg-1 {
    max-width: 8.333%;
    flex-basis: 8.333%; }

  .col-lg-2 {
    max-width: 16.667%;
    flex-basis: 16.667%; }

  .col-lg-3 {
    max-width: 25%;
    flex-basis: 25%; }

  .col-lg-4 {
    max-width: 33.333%;
    flex-basis: 33.333%; }

  .col-lg-5 {
    max-width: 41.667%;
    flex-basis: 41.667%; }

  .col-lg-6 {
    max-width: 50%;
    flex-basis: 50%; }

  .col-lg-7 {
    max-width: 58.333%;
    flex-basis: 58.333%; }

  .col-lg-8 {
    max-width: 66.667%;
    flex-basis: 66.667%; }

  .col-lg-9 {
    max-width: 75%;
    flex-basis: 75%; }

  .col-lg-10 {
    max-width: 83.333%;
    flex-basis: 83.333%; }

  .col-lg-11 {
    max-width: 91.667%;
    flex-basis: 91.667%; }

  .col-lg-12 {
    max-width: 100%;
    flex-basis: 100%; }

  .start-lg {
    text-align: start;
    justify-content: flex-start; }

  .center-lg {
    justify-content: center; }

  .end-lg {
    text-align: end;
    justify-content: flex-end; }

  .top-lg {
    align-items: flex-start; }

  .middle-lg {
    align-items: center; }

  .bottom-lg {
    align-items: flex-end; }

  .around-lg {
    justify-content: space-around; }

  .between-lg {
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; }

  .column-lg {
    flex-direction: column; }

  .row-lg {
    flex-direction: row; } }
@media (max-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0; }

  .col-md-1 {
    max-width: 8.333%;
    flex-basis: 8.333%; }

  .col-md-2 {
    max-width: 16.667%;
    flex-basis: 16.667%; }

  .col-md-3 {
    max-width: 25%;
    flex-basis: 25%; }

  .col-md-4 {
    max-width: 33.333%;
    flex-basis: 33.333%; }

  .col-md-5 {
    max-width: 41.667%;
    flex-basis: 41.667%; }

  .col-md-6 {
    max-width: 50%;
    flex-basis: 50%; }

  .col-md-7 {
    max-width: 58.333%;
    flex-basis: 58.333%; }

  .col-md-8 {
    max-width: 66.667%;
    flex-basis: 66.667%; }

  .col-md-9 {
    max-width: 75%;
    flex-basis: 75%; }

  .col-md-10 {
    max-width: 83.333%;
    flex-basis: 83.333%; }

  .col-md-11 {
    max-width: 91.667%;
    flex-basis: 91.667%; }

  .col-md-12 {
    max-width: 100%;
    flex-basis: 100%; }

  .start-md {
    text-align: start;
    justify-content: flex-start; }

  .center-md {
    justify-content: center; }

  .end-md {
    text-align: end;
    justify-content: flex-end; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; }

  .column-md {
    flex-direction: column; }

  .row-md {
    flex-direction: row; } }
@media (max-width: 480px) {
  .col-sm {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0; }

  .col-sm-1 {
    max-width: 8.333%;
    flex-basis: 8.333%; }

  .col-sm-2 {
    max-width: 16.667%;
    flex-basis: 16.667%; }

  .col-sm-3 {
    max-width: 25%;
    flex-basis: 25%; }

  .col-sm-4 {
    max-width: 33.333%;
    flex-basis: 33.333%; }

  .col-sm-5 {
    max-width: 41.667%;
    flex-basis: 41.667%; }

  .col-sm-6 {
    max-width: 50%;
    flex-basis: 50%; }

  .col-sm-7 {
    max-width: 58.333%;
    flex-basis: 58.333%; }

  .col-sm-8 {
    max-width: 66.667%;
    flex-basis: 66.667%; }

  .col-sm-9 {
    max-width: 75%;
    flex-basis: 75%; }

  .col-sm-10 {
    max-width: 83.333%;
    flex-basis: 83.333%; }

  .col-sm-11 {
    max-width: 91.667%;
    flex-basis: 91.667%; }

  .col-sm-12 {
    max-width: 100%;
    flex-basis: 100%; }

  .start-sm {
    text-align: start;
    justify-content: flex-start; }

  .center-sm {
    justify-content: center; }

  .end-sm {
    text-align: end;
    justify-content: flex-end; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; }

  .column-sm {
    flex-direction: column; }

  .row-sm {
    flex-direction: row; } }
@media (max-width: 320px) {
  .container {
    padding-right: 16px;
    padding-left: 16px; }

  .col-xs {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0; }

  .col-xs-1 {
    max-width: 8.333%;
    flex-basis: 8.333%; }

  .col-xs-2 {
    max-width: 16.667%;
    flex-basis: 16.667%; }

  .col-xs-3 {
    max-width: 25%;
    flex-basis: 25%; }

  .col-xs-4 {
    max-width: 33.333%;
    flex-basis: 33.333%; }

  .col-xs-5 {
    max-width: 41.667%;
    flex-basis: 41.667%; }

  .col-xs-6 {
    max-width: 50%;
    flex-basis: 50%; }

  .col-xs-7 {
    max-width: 58.333%;
    flex-basis: 58.333%; }

  .col-xs-8 {
    max-width: 66.667%;
    flex-basis: 66.667%; }

  .col-xs-9 {
    max-width: 75%;
    flex-basis: 75%; }

  .col-xs-10 {
    max-width: 83.333%;
    flex-basis: 83.333%; }

  .col-xs-11 {
    max-width: 91.667%;
    flex-basis: 91.667%; }

  .col-xs-12 {
    max-width: 100%;
    flex-basis: 100%; }

  .start-xs {
    text-align: start;
    justify-content: flex-start; }

  .center-xs {
    justify-content: center; }

  .end-xs {
    text-align: end;
    justify-content: flex-end; }

  .top-xs {
    align-items: flex-start; }

  .middle-xs {
    align-items: center; }

  .bottom-xs {
    align-items: flex-end; }

  .around-xs {
    justify-content: space-around; }

  .between-xs {
    justify-content: space-between; }

  .first-xs {
    order: -1; }

  .last-xs {
    order: 1; }

  .column-xs {
    flex-direction: column; }

  .row-xs {
    flex-direction: row; } }
.half-column > * {
  height: calc(50% - 2.4rem / 2);
  margin-bottom: 2.4rem; }
  .half-column > *:last-child {
    margin-bottom: 0; }

.small-margin .half-column > * {
  height: calc(50% - ($gutter-small-width) / 2);
  margin-bottom: 0.2rem; }
  .small-margin .half-column > *:last-child {
    margin-bottom: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #333;
  background-color: #fff; }

.color-white {
  color: #fff; }

.color-light {
  color: #9e9e9e; }

.color-medium {
  color: #757575; }

.color-dark {
  color: #000; }

.background-white {
  background-color: #fff; }

.margin-xs {
  margin: 0.4rem; }

.margin-left-xs {
  margin-left: 0.4rem; }

.margin-right-xs {
  margin-right: 0.4rem; }

.margin-top-xs {
  margin-top: 0.4rem; }

.margin-bottom-xs {
  margin-bottom: 0.4rem; }

.margin-sm {
  margin: 0.8rem; }

.margin-left-sm {
  margin-left: 0.8rem; }

.margin-right-sm {
  margin-right: 0.8rem; }

.margin-top-sm {
  margin-top: 0.8rem; }

.margin-bottom-sm {
  margin-bottom: 0.8rem; }

.margin-md {
  margin: 1.6rem; }

.margin-left-md {
  margin-left: 1.6rem; }

.margin-right-md {
  margin-right: 1.6rem; }

.margin-top-md {
  margin-top: 1.6rem; }

.margin-bottom-md {
  margin-bottom: 1.6rem; }

.margin-lg {
  margin: 3.2rem; }

.margin-left-lg {
  margin-left: 3.2rem; }

.margin-right-lg {
  margin-right: 3.2rem; }

.margin-top-lg {
  margin-top: 3.2rem; }

.margin-bottom-lg {
  margin-bottom: 3.2rem; }

.margin-xlg {
  margin: 6.4rem; }

.margin-left-xlg {
  margin-left: 6.4rem; }

.margin-right-xlg {
  margin-right: 6.4rem; }

.margin-top-xlg {
  margin-top: 6.4rem; }

.margin-bottom-xlg {
  margin-bottom: 6.4rem; }

.margin-auto {
  margin: auto; }

.padding-xs {
  padding: 0.4rem; }

.padding-sm {
  padding: 0.8rem; }

.padding-md {
  padding: 1.6rem; }

.padding-lg {
  padding: 3.2rem; }

.padding-xlg {
  padding: 6.4rem; }

.padding-horizontal-xs {
  padding: 0 0.4rem; }

.padding-horizontal-sm {
  padding: 0 0.8rem; }

.padding-horizontal-md {
  padding: 0 1.6rem; }

.padding-horizontal-lg {
  padding: 0 3.2rem; }

.padding-horizontal-xl {
  padding: 0 6.4rem; }

.padding-vertical-xs {
  padding: 0.4rem 0; }

.padding-vertical-sm {
  padding: 0.8rem 0; }

.padding-vertical-md {
  padding: 1.6rem 0; }

.padding-vertical-lg {
  padding: 3.2rem 0; }

.padding-vertical-xl {
  padding: 6.4rem 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5; }

h1 {
  font-size: 2.4rem; }

h2 {
  font-size: 2.2rem; }

h3,
h4,
h5,
h6 {
  font-size: 1.8rem; }

.line-height-sm {
  line-height: 1.2; }

.font-size-9 {
  font-size: 0.9rem; }

.font-size-10 {
  font-size: 1rem; }

.font-size-11 {
  font-size: 1.1rem; }

.font-size-12 {
  font-size: 1.2rem; }

.font-size-13 {
  font-size: 1.3rem; }

.font-size-14 {
  font-size: 1.4rem; }

.font-size-15 {
  font-size: 1.5rem; }

.font-size-16 {
  font-size: 1.6rem; }

.font-size-17 {
  font-size: 1.7rem; }

.font-size-18 {
  font-size: 1.8rem; }

.font-size-19 {
  font-size: 1.9rem; }

.font-size-20 {
  font-size: 2rem; }

.font-size-21 {
  font-size: 2.1rem; }

.font-size-22 {
  font-size: 2.2rem; }

.font-size-23 {
  font-size: 2.3rem; }

.font-size-24 {
  font-size: 2.4rem; }

.font-size-28 {
  font-size: 2.8rem; }

.font-size-32 {
  font-size: 3.2rem; }

.font-weight-1 {
  font-weight: 100; }

.font-weight-2 {
  font-weight: 200; }

.font-weight-3 {
  font-weight: 300; }

.font-weight-4 {
  font-weight: 400; }

.font-weight-5 {
  font-weight: 500; }

.font-weight-6 {
  font-weight: 600; }

.font-weight-7 {
  font-weight: 700; }

.font-weight-8 {
  font-weight: 800; }

.font-weight-9 {
  font-weight: 900; }

.line-height-sm {
  line-height: 1; }

.line-height-md {
  line-height: 2.3; }

.line-height-lg {
  line-height: 3.4; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-nowrap {
  white-space: nowrap; }

.hidden-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.radius-sm {
  border-radius: 0.2rem; }

.radius-md {
  border-radius: 0.4rem; }

.radius-lg {
  border-radius: 0.8rem; }

.radius-circle {
  border-radius: 50%; }

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-md {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-lg {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.width-full {
  width: 100%; }

.height-full {
  height: 100%; }

.fixed-full {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fixed-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }

.disable {
  pointer-events: none;
  opacity: .5; }

.display-none {
  display: none; }

.hidden {
  visibility: hidden; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

@media (max-width: 480px) {
  .hide-mobile {
    display: none; }

  .mobile-scroll-main {
    overflow: hidden;
    width: 100%; }

  .mobile-margin-bottom-md {
    margin-bottom: 1.6rem; }

  .mobile-margin-bottom-lg {
    margin-bottom: 3.2rem; } }
@media (max-width: 480px) {
  .mobile-scroll-wrapper {
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch; }
    .mobile-scroll-wrapper > div {
      min-width: 430vw; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .hide-tablet {
    display: none; } }
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none; } }
.full-link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.centerer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.flex-1 {
  flex: 1 auto; }

.cover {
  background-repeat: no-repeat;
  background-size: cover; }

.cover.center {
  background-position: center; }

.absolute {
  position: absolute; }
  .absolute.left {
    left: 0; }
  .absolute.right {
    right: 0; }
  .absolute.top {
    top: 0; }
  .absolute.bottom {
    bottom: 0; }

.relative {
  position: relative; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.center-horizontal {
  margin: 0 auto; }

.responsive-image {
  max-width: 100%; }

.margin-bottom-loop > *:last-child {
  margin-bottom: 0; }

.border {
  border: 0.1rem solid #eee; }

.border-bottom {
  border-bottom: 0.1rem solid #eee; }

.border-bottom-loop > *:not(:last-child) {
  border-bottom: 0.1rem solid #eee; }

.gradient:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }
.gradient.light:before {
  opacity: .5; }

hr {
  height: 2.4rem;
  margin: 0;
  border: none; }
  hr.lg {
    height: 4.8rem; }
  hr.xl {
    height: 9.6rem; }

.no-select,
label {
  user-select: none; }

.word-break {
  word-break: break-all; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.underline {
  text-decoration: underline; }

.link-color {
  color: #2196F3; }

@font-face {
  font-family: 'pivol-home';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pivol-home' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-list:before {
  content: "\e923"; }

.icon-pages:before {
  content: "\e92f"; }

.icon-stats-bars:before {
  content: "\e92e"; }

.icon-setting:before {
  content: "\e92c"; }

.icon-podcast:before {
  content: "\e925"; }

.icon-drawer:before {
  content: "\e922"; }

.icon-box:before {
  content: "\e922"; }

.icon-inbox:before {
  content: "\e922"; }

.icon-archive:before {
  content: "\e922"; }

.icon-category:before {
  content: "\e922"; }

.icon-graph:before {
  content: "\e91b"; }

.icon-social:before {
  content: "\e91c"; }

.icon-photo:before {
  content: "\e91d"; }

.icon-mobile:before {
  content: "\e91e"; }

.icon-credit-card:before {
  content: "\e917"; }

.icon-user:before {
  content: "\e913"; }

.icon-droplet:before {
  content: "\e90c"; }

.icon-view:before {
  content: "\e90b"; }

.icon-dashboard:before {
  content: "\e92d"; }

.icon-link-external:before {
  content: "\e910"; }

.icon-link:before {
  content: "\e90e"; }

.icon-menu:before {
  content: "\e92a"; }

.icon-drag:before {
  content: "\e918"; }

.icon-advertisement:before {
  content: "\e92b"; }

.icon-on-off:before {
  content: "\e919"; }

.icon-exchange:before {
  content: "\e914"; }

.icon-type:before {
  content: "\e90f"; }

.icon-right-arrow:before {
  content: "\e929"; }

.icon-left-arrow:before {
  content: "\e928"; }

.icon-subdirectory_arrow_right:before {
  content: "\e920"; }

.icon-news:before {
  content: "\e926"; }

.icon-widgets:before {
  content: "\e921"; }

.icon-language:before {
  content: "\e91f"; }

.icon-title:before {
  content: "\e91a"; }

.icon-remove:before {
  content: "\e916"; }

.icon-remove2:before {
  content: "\e924"; }

.icon-copy:before {
  content: "\e915"; }

.icon-delete:before {
  content: "\e912"; }

.icon-home:before {
  content: "\e90d"; }

.icon-edit:before {
  content: "\e90a"; }

.icon-arrow-drop-down:before {
  content: "\e908"; }

.icon-time:before {
  content: "\e907"; }

.icon-faq:before {
  content: "\e903"; }

.icon-arrow-down:before {
  content: "\e902"; }

.icon-close:before {
  content: "\e901"; }

.icon-check:before {
  content: "\e900"; }

.icon-area-graph:before {
  content: "\e927"; }

.icon-stopwatch:before {
  content: "\e906"; }

.icon-diamond:before {
  content: "\e911"; }

.icon-globe:before {
  content: "\e905"; }

.icon-note-text:before {
  content: "\e909"; }

.icon-search:before {
  content: "\e904"; }

.button {
  padding: 0 3.8rem;
  line-height: 4.2rem;
  height: 4.2rem;
  display: inline-block;
  border-radius: .2rem;
  transition: .3s all;
  text-align: center;
  font-size: 1.6rem; }
  .button.button-white {
    background-color: #fff;
    color: #305dc7; }
    .button.button-white:hover {
      background-color: rgba(255, 255, 255, 0.9); }
  .button.button-blue {
    background-color: #305dc7;
    color: #fff; }
    .button.button-blue:hover {
      background-color: rgba(48, 93, 199, 0.9); }
  .button.button-green {
    background-color: #13CE66;
    color: #fff; }
    .button.button-green:hover {
      background-color: rgba(19, 206, 102, 0.9); }
  .button.button-red {
    background-color: #ED4F32;
    color: #fff; }
    .button.button-red:hover {
      background-color: rgba(237, 79, 50, 0.9); }
  .button.button-red-line {
    border: 1px solid #ED4F32;
    color: #ED4F32; }
    .button.button-red-line:hover {
      background-color: #ED4F32;
      color: #fff; }
  .button.button-blue-line {
    border: 1px solid #305dc7;
    color: #466ecd;
    width: 100%; }
    .button.button-blue-line:hover {
      background-color: #305dc7;
      color: #fff; }

.color-red {
  color: #ED4F32; }

input.type-1,
textarea.type-1 {
  border-width: 0 0 .1rem 0;
  border-color: #ddd;
  border-style: solid;
  line-height: 4.1rem;
  padding: 0 1.6rem;
  font-size: 1.6rem; }
input.type-2,
textarea.type-2 {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: .2rem;
  outline: 0;
  width: 30rem; }

textarea.type-1 {
  height: 10rem; }

select {
  cursor: pointer; }
  select.type-1 {
    border-width: 0 0 .1rem 0;
    border-color: #ddd;
    border-style: solid;
    line-height: 4.1rem;
    padding: 0 3rem 0 1.6rem;
    font-size: 1.6rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="768" height="768" viewBox="0 0 768 768"><path d="M159.5 293.78h449L384 518.283z"/></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.6rem); }
  select.type-2 {
    border: none;
    background-color: #fff;
    line-height: 4rem;
    font-size: 1.5rem;
    padding: 0 3rem 0 1.6rem;
    height: 4rem;
    width: 15rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="768" height="768" viewBox="0 0 768 768"><path d="M159.5 293.78h449L384 518.283z"/></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.6rem); }

.list-style-square {
  list-style-type: square; }

.shell {
  margin-top: 5.4rem; }

header.main .desktop-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #234492;
  transition: background-color .3s;
  z-index: 12; }
  header.main .desktop-nav.active {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
    header.main .desktop-nav.active .button {
      background-color: #406bd1;
      color: #fff; }
header.main .wrapper {
  height: 5.4rem; }
header.main .logo {
  height: 3.6rem; }
header.main .logo-white {
  display: none; }
header.main .menu-white {
  display: none; }
header.main nav > ul > li > a {
  margin: 0 1.6rem;
  opacity: 1;
  transition: .3s opacity; }
  header.main nav > ul > li > a:hover, header.main nav > ul > li > a.active {
    opacity: .8; }
header.main .button {
  background-color: #406bd1;
  color: #fff;
  padding: 0 1.6rem;
  line-height: 3.2rem;
  height: 3.2rem;
  display: flex;
  border-radius: .2rem;
  transition: .3s background-color; }
header.main .mobile-nav {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 5.4rem;
  line-height: 4.8rem;
  padding: 2.4rem 0;
  transform: translate3d(0, -120%, 0);
  z-index: 11;
  transition: .2s transform linear; }
  header.main .mobile-nav.active {
    transform: translate3d(0, 0, 0); }
  header.main .mobile-nav li {
    padding: 0 1.6rem; }
  header.main .mobile-nav .button {
    margin: 0;
    line-height: 4.8rem;
    height: 4.8rem; }

body.home header.main .desktop-nav {
  background-color: transparent;
  color: #fff;
  z-index: 12; }
  body.home header.main .desktop-nav.active {
    background-color: #fff;
    color: #234492; }
    body.home header.main .desktop-nav.active .button {
      background-color: #406bd1;
      color: #fff; }
    body.home header.main .desktop-nav.active .logo-white {
      display: none; }
    body.home header.main .desktop-nav.active .logo-color {
      display: block; }
body.home header.main .logo-white {
  display: block; }
body.home header.main .logo-color {
  display: none; }
body.home header.main .button {
  background-color: #fff;
  color: #234492; }
body.home section.main {
  background: transparent; }
  body.home section.main .container {
    height: 69rem; }

@media (max-width: 768px) {
  body.home header.main .desktop-nav.active .menu-white {
    display: none; }
  body.home header.main .desktop-nav.active .menu-color {
    display: block; }
  body.home header.main .menu-white {
    display: block; }
  body.home header.main .menu-color {
    display: none; } }
section.main {
  position: relative;
  background: -webkit-linear-gradient(left, #305dc7, #00bcd4);
  background: linear-gradient(to right, #305dc7, #00bcd4); }
  section.main .bg {
    width: 100%;
    height: 108%;
    position: absolute;
    overflow: hidden;
    transform: skewY(-12deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #53f 15%, #05d5ff 70%, #a6ffcb 94%);
    top: -6rem;
    z-index: -1; }
  section.main .browser-mockup {
    border-top: 2em solid rgba(230, 230, 230, 0.7);
    box-shadow: 0 0.1em 5em 0 rgba(0, 0, 0, 0.14);
    position: relative;
    border-radius: .5rem;
    margin-top: 5rem;
    padding: 1.6rem;
    background-color: #fff;
    margin-left: 7rem; }
    section.main .browser-mockup:before {
      display: block;
      position: absolute;
      content: '';
      top: -1.25em;
      left: 1em;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      background-color: #f44;
      box-shadow: 0 0 0 2px #f44, 1.5em 0 0 2px #9b3, 3em 0 0 2px #fb5; }
  section.main .col-4 > div {
    padding: 3.2rem 0; }
  section.main h1 {
    color: #fff;
    font-weight: 400;
    font-size: 3.2rem; }
  section.main input[type="email"],
  section.main input[type="password"] {
    border: .1rem solid #fff;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: .2rem;
    height: 4.6rem;
    line-height: 4.6rem;
    margin-bottom: 1.2rem;
    padding: 0 1.2rem;
    color: rgba(255, 255, 255, 0.9); }
  section.main ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300; }
  section.main :-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  section.main ::-moz-placeholder {
    color: #fff;
    font-weight: 300; }
  section.main :-ms-input-placeholder {
    color: #fff;
    font-weight: 300; }
  section.main input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.94);
    color: #305dc7;
    padding: 0 1.2rem;
    height: 4.6rem;
    line-height: 4.6rem;
    border-radius: .2rem;
    transition: .3s background-color;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500; }
    section.main input[type="submit"]:hover {
      background-color: white; }
  section.main p {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300; }
    section.main p a {
      text-decoration: underline; }
    section.main p.info {
      max-width: 57rem; }
  section.main .sub-main {
    min-height: 22rem; }

.home-section {
  padding: 6.4rem 0; }
  .home-section.constrat h2 {
    color: #fff; }
  .home-section.constrat p {
    color: #eee; }
  .home-section h2 {
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 2.4rem; }
  .home-section p {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #616161; }
  .home-section .right-image {
    padding-left: 12rem; }
  .home-section .left-image {
    padding-right: 12rem; }
  .home-section img {
    height: 32rem;
    max-height: 32rem; }
  @media (max-width: 768px) {
    .home-section .right-image {
      padding-left: 0; }
    .home-section .left-image {
      padding-right: 0; }
    .home-section .right-image,
    .home-section .left-image {
      margin-bottom: 2.4rem; }
    .home-section img {
      height: 24rem;
      max-height: 24rem; } }

section.info-1 {
  padding: 0 0 5rem 0; }

section.info-5 {
  background-color: rgba(48, 93, 199, 0.05); }

section.info-2 {
  background-color: rgba(48, 93, 199, 0.1); }

section.info-3 {
  background-color: rgba(48, 93, 199, 0.7); }

section.try {
  padding: 10rem 0;
  background-color: #305dc7;
  color: #fff;
  background-image: url(../img/pattern.svg);
  background-size: 25.6rem; }
  section.try h3 {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    color: rgba(255, 255, 255, 0.91); }
  section.try h4 {
    font-weight: 300;
    font-size: 2.4rem;
    margin-bottom: 3.2rem; }

footer.main {
  background-color: #12234c;
  color: #fff;
  padding: 6.4rem 0; }
  footer.main li {
    line-height: 3.2rem; }
    footer.main li:first-child {
      font-size: 1.8rem;
      margin-bottom: .4rem; }
    footer.main li a {
      color: rgba(255, 255, 255, 0.6); }
  footer.main img.logo {
    width: 16rem; }
  footer.main p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.9;
    background: rgba(13, 26, 55, 0.48); }
    @media (max-width: 768px) {
      footer.main p {
        text-align: center;
        margin: 1.6rem 0.8rem; } }
  footer.main .social img {
    height: 2.4rem; }
  footer.main .social li {
    margin-right: 3.2rem; }
    footer.main .social li:last-child {
      margin-right: 0; }
  @media (max-width: 768px) {
    footer.main .row > div {
      margin-bottom: 3.2rem; }
      footer.main .row > div:last-child {
        margin-bottom: 0; } }

.copyrigt {
  background-color: #0d1a37;
  color: rgba(255, 255, 255, 0.6); }

.list-square {
  list-style-type: square; }

.color-link {
  color: #2196F3; }

section.pricing .select-area ul {
  border: 1px solid #406bd1;
  overflow: hidden;
  color: #406bd1; }
@media (max-width: 500px) {
  section.pricing .select-area li {
    height: 3.8rem;
    width: 100%; } }
section.pricing .select-area label {
  height: 3.8rem;
  line-height: 3.8rem;
  width: 100%; }
  @media (max-width: 500px) {
    section.pricing .select-area label {
      padding: 0 .8rem; } }
section.pricing .select-area input:checked ~ label {
  background-color: #406bd1;
  color: #fff; }
section.pricing .icon-check {
  background-color: #13CE66;
  color: #fff; }
section.pricing .icon-close {
  background-color: #f92953;
  color: #fff; }
section.pricing .row {
  margin-left: -.2rem;
  margin-right: -.2rem; }
  section.pricing .row > div {
    padding-right: .2rem;
    padding-left: .2rem; }
section.pricing .row > .col-3 i {
  display: block;
  line-height: 4rem; }
section.pricing .row > .col-3 header {
  color: #fff;
  height: 21.2rem; }
section.pricing .row > .col-3 ul {
  line-height: 4rem; }
section.pricing .row > .col-3:nth-child(1) header {
  background-color: #fff; }
section.pricing .row > .col-3:nth-child(1) ul {
  background-color: rgba(255, 255, 255, 0.15); }
  section.pricing .row > .col-3:nth-child(1) ul li {
    border-color: #eee;
    position: relative;
    height: 4rem; }
    section.pricing .row > .col-3:nth-child(1) ul li:last-child:before {
      display: none; }
section.pricing .col-9 {
  background-image: url(../img/partners.png);
  background-repeat: no-repeat;
  background-position: 99% 0;
  padding-top: 8rem;
  background-size: 41.4%; }
  section.pricing .col-9 .col .button {
    padding: 0; }
  section.pricing .col-9 .col ul {
    line-height: 4rem; }
  section.pricing .col-9 .col i {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    border-radius: 50%;
    font-size: 1.6rem; }
  section.pricing .col-9 .col header {
    height: 13.2rem;
    color: #fff; }
  section.pricing .col-9 .col li {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  section.pricing .col-9 .col:nth-child(1) {
    max-width: 15%; }
    section.pricing .col-9 .col:nth-child(1) .discount {
      background-color: #008fa1;
      text-decoration: none !important; }
    section.pricing .col-9 .col:nth-child(1) header {
      background-color: #00bcd4; }
    section.pricing .col-9 .col:nth-child(1) ul {
      background-color: rgba(0, 188, 212, 0.15); }
      section.pricing .col-9 .col:nth-child(1) ul li {
        border-color: rgba(0, 188, 212, 0.2); }
  section.pricing .col-9 .col:nth-child(2) .discount {
    background-color: #643da9; }
  section.pricing .col-9 .col:nth-child(2) header {
    background-color: #7E57C2; }
  section.pricing .col-9 .col:nth-child(2) ul {
    background-color: rgba(126, 87, 194, 0.15); }
    section.pricing .col-9 .col:nth-child(2) ul li {
      border-color: rgba(126, 87, 194, 0.2); }
  section.pricing .col-9 .col:nth-child(3) .discount {
    background-color: #0a9fe2; }
  section.pricing .col-9 .col:nth-child(3) header {
    background-color: #29B6F6; }
  section.pricing .col-9 .col:nth-child(3) ul {
    background-color: rgba(41, 182, 246, 0.15); }
    section.pricing .col-9 .col:nth-child(3) ul li {
      border-color: rgba(41, 182, 246, 0.2); }
  section.pricing .col-9 .col:nth-child(4) .discount {
    background-color: #32408f; }
  section.pricing .col-9 .col:nth-child(4) header {
    background-color: #3F51B5; }
  section.pricing .col-9 .col:nth-child(4) ul {
    background-color: rgba(63, 81, 181, 0.15); }
    section.pricing .col-9 .col:nth-child(4) ul li {
      border-color: rgba(63, 81, 181, 0.2); }
  section.pricing .col-9 .col:nth-child(5) .discount {
    background-color: #738c98; }
  section.pricing .col-9 .col:nth-child(5) header {
    background-color: #90A4AE; }
  section.pricing .col-9 .col:nth-child(5) ul {
    background-color: rgba(144, 164, 174, 0.15); }
    section.pricing .col-9 .col:nth-child(5) ul li {
      border-color: rgba(144, 164, 174, 0.2); }

section.security-pay h2 {
  color: #39b5ae; }
section.security-pay .wrapper {
  border: .1rem dashed #39b5ae; }
@media (max-width: 1024px) {
  section.security-pay .creditcard {
    width: 100%; } }

.add-service .bik {
  height: 12.8rem; }

section.premium {
  background: linear-gradient(to right, #00bcd4, #7E57C2, #29B6F6);
  color: #fff; }
  section.premium p {
    opacity: .85; }

section.faq p {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s; }
section.faq label,
section.faq p {
  margin-left: 4rem; }
section.faq .icon {
  transition: transform .3s;
  height: 2.4rem; }
section.faq .checkbox:checked ~ .icon {
  transform: rotate(-180deg);
  line-height: 1;
  height: 2.4rem; }
section.faq .checkbox:checked ~ p {
  max-height: 20rem;
  overflow: auto;
  transition: max-height .6s; }

section.support {
  padding: 10rem 0; }
  section.support .col-3 .wrapper {
    background-color: #f5f5f5; }
  section.support .col-3 .toggle-sub {
    max-height: 0;
    transition: max-height .3s;
    overflow: hidden; }
  section.support .col-3 .toogle-icon {
    transition: transform .3s; }
  section.support .col-3 .checkbox:checked ~ .toggle-sub {
    max-height: 20rem;
    transition: max-height .6s; }
  section.support .col-3 .checkbox:checked ~ .flex .toogle-icon {
    transform: rotate(-180deg); }
  section.support .col-3 .active {
    color: #406bd1; }
  section.support .col-8 ul {
    list-style-type: square; }
  section.support .col-8 a {
    color: #2196F3; }
  section.support .col-8 p,
  section.support .col-8 ul {
    line-height: 1.5; }

section.legal {
  padding: 10rem 0; }
  section.legal .container {
    max-width: 96rem; }
  section.legal ul {
    list-style-type: square; }

.explore {
  padding: 10rem 0;
  background-color: #F5F5F5; }
  .explore .card {
    background: #fff;
    margin-bottom: 2.4rem;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .explore .responsive-image {
    padding: 1.6rem 1.6rem 0; }
  .explore span {
    display: inline-block;
    background-color: #466ecd;
    padding: 0 1.4rem;
    border-radius: 1.3rem;
    line-height: 1.5; }
  .explore .logo {
    height: 2rem; }
  .explore figcaption {
    padding: 2.4rem 1.6rem; }

section.contact {
  padding: 10rem 0; }
  section.contact .container {
    max-width: 90rem; }

.comingsoon-prices {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 10; }
  .comingsoon-prices h3 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2vw;
    font-weight: 300;
    text-align: center;
    max-width: 700px;
    margin: 0 16px; }

.price-page .shell {
  filter: blur(7px); }
