﻿/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700");

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

ul {
  list-style: none
}

button,
input,
select,
textarea {
  margin: 0
}

html {
  box-sizing: border-box
}

* {
  box-sizing: inherit
}

*:before,
*:after {
  box-sizing: inherit
}

img,
embed,
object,
audio,
video {
  max-width: 100%
}

iframe {
  border: 0
}

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

td,
th {
  padding: 0;
  text-align: left
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: unset;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden
}

body {
  overflow: hidden;
  background: #2e2e2e
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block
}

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans", sans-serif
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace
}

body {
  color: #505050;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5
}

a {
  color: #0086c5;
  cursor: pointer;
  text-decoration: none;
  transition: 300ms;
  box-shadow: inset 0 -3px 0 #dbdbdb
}

a:hover {
  color: #2e2e2e;
  background: #dbdbdb
}

code {
  background-color: #f5f5f5;
  color: #ff3860;
  font-size: .875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em
}

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0
}

img {
  height: auto
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline
}

input[type="number"] {
  margin-top: 0.5em;
  border: none;
  border-bottom: 3px solid #0086c5;
  padding-bottom: 3px;
  padding-left: 0;
  font-size: 1.25em;
  width: 85%;
  transition: 300ms
}

input[type="number"]:hover {
  border-bottom: 3px solid #006392
}

input[type="range"] {
  margin-top: 2.5em
}

small {
  font-size: 0.875em
}

span {
  font-style: inherit;
  font-weight: inherit
}

strong {
  color: #2e2e2e;
  font-weight: 700
}

pre {
  background-color: #f5f5f5;
  color: #505050;
  font-size: 0.875em;
  white-space: pre;
  word-wrap: normal
}

pre code {
  -webkit-overflow-scrolling: touch;
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem
}

table td,
table th {
  text-align: left;
  vertical-align: top
}

table th {
  color: #2e2e2e
}

::selection {
  background: #2e2e2e;
  color: #fff
}

select {
  width: 100%;
  background: #f0f0f0;
  border: 0;
  font-size: 0.85em;
  font-weight: bold;
  padding: 0.75rem 0.5rem;
  margin-top: 0.5rem
}

select:focus,
select input:focus {
  outline: none;
  border-color: #0086c5;
  box-shadow: 0 0 10px #0086c5
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table
}

.is-pulled-left {
  float: left !important
}

.is-pulled-right {
  float: right !important
}

.is-clipped {
  overflow: hidden !important
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.is-size-1 {
  font-size: 3rem !important
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-1-tablet {
    font-size: 3rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-1-touch {
    font-size: 3rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-1-desktop {
    font-size: 3rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important
  }
}

.is-size-2 {
  font-size: 2.5rem !important
}

@media screen and (max-width: 768px) {
  .is-size-2-mobile {
    font-size: 2.5rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-2-tablet {
    font-size: 2.5rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-2-touch {
    font-size: 2.5rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-2-desktop {
    font-size: 2.5rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-2-widescreen {
    font-size: 2.5rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-2-fullhd {
    font-size: 2.5rem !important
  }
}

.is-size-3 {
  font-size: 2rem !important
}

@media screen and (max-width: 768px) {
  .is-size-3-mobile {
    font-size: 2rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-3-tablet {
    font-size: 2rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-3-touch {
    font-size: 2rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-3-desktop {
    font-size: 2rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-3-widescreen {
    font-size: 2rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-3-fullhd {
    font-size: 2rem !important
  }
}

.is-size-4 {
  font-size: 1.5rem !important
}

@media screen and (max-width: 768px) {
  .is-size-4-mobile {
    font-size: 1.5rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-4-tablet {
    font-size: 1.5rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-4-touch {
    font-size: 1.5rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-4-desktop {
    font-size: 1.5rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-4-widescreen {
    font-size: 1.5rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-4-fullhd {
    font-size: 1.5rem !important
  }
}

.is-size-5 {
  font-size: 1.25rem !important
}

@media screen and (max-width: 768px) {
  .is-size-5-mobile {
    font-size: 1.25rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-5-tablet {
    font-size: 1.25rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-5-touch {
    font-size: 1.25rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-5-desktop {
    font-size: 1.25rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-5-widescreen {
    font-size: 1.25rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-5-fullhd {
    font-size: 1.25rem !important
  }
}

.is-size-6 {
  font-size: 1rem !important
}

@media screen and (max-width: 768px) {
  .is-size-6-mobile {
    font-size: 1rem !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-size-6-tablet {
    font-size: 1rem !important
  }
}

@media screen and (max-width: 1003px) {
  .is-size-6-touch {
    font-size: 1rem !important
  }
}

@media screen and (min-width: 1004px) {
  .is-size-6-desktop {
    font-size: 1rem !important
  }
}

@media screen and (min-width: 1216px) {
  .is-size-6-widescreen {
    font-size: 1rem !important
  }
}

@media screen and (min-width: 1472px) {
  .is-size-6-fullhd {
    font-size: 1rem !important
  }
}

.has-text-centered {
  text-align: center !important
}

.has-text-left {
  text-align: left !important
}

.has-text-right {
  text-align: right !important
}

.has-text-white {
  color: #fff !important
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6
}

.has-text-black {
  color: #0a0a0a !important
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: #000
}

.has-text-light {
  color: #f5f5f5 !important
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb
}

.has-text-dark {
  color: #2e2e2e !important
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #141414
}

.has-text-primary {
  color: #EC1164 !important
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #bc0e50
}

.has-text-secondary {
  color: #0086c5 !important
}

a.has-text-secondary:hover,
a.has-text-secondary:focus {
  color: #006392
}

.has-text-success {
  color: #00C853 !important
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #00953e
}

.has-text-warning {
  color: #FF8F00 !important
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #cc7200
}

.has-text-danger {
  color: #B21028 !important
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #830c1d
}

.has-text-black-bis {
  color: #121212 !important
}

.has-text-black-ter {
  color: #242424 !important
}

.has-text-grey-darker {
  color: #2e2e2e !important
}

.has-text-grey-dark {
  color: #505050 !important
}

.has-text-grey {
  color: #7a7a7a !important
}

.has-text-grey-light {
  color: #b5b5b5 !important
}

.has-text-grey-lighter {
  color: #dbdbdb !important
}

.has-text-white-ter {
  color: #f5f5f5 !important
}

.has-text-white-bis {
  color: #fafafa !important
}

.is-block {
  display: block
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-block-tablet {
    display: block !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-block-tablet-only {
    display: block !important
  }
}

@media screen and (max-width: 1003px) {
  .is-block-touch {
    display: block !important
  }
}

@media screen and (min-width: 1004px) {
  .is-block-desktop {
    display: block !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important
  }
}

@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-block-widescreen-only {
    display: block !important
  }
}

@media screen and (min-width: 1472px) {
  .is-block-fullhd {
    display: block !important
  }
}

.is-flex {
  display: flex
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-flex-tablet {
    display: flex !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-flex-tablet-only {
    display: flex !important
  }
}

@media screen and (max-width: 1003px) {
  .is-flex-touch {
    display: flex !important
  }
}

@media screen and (min-width: 1004px) {
  .is-flex-desktop {
    display: flex !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important
  }
}

@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: flex !important
  }
}

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: flex !important
  }
}

.is-inline {
  display: inline
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-inline-tablet {
    display: inline !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-inline-tablet-only {
    display: inline !important
  }
}

@media screen and (max-width: 1003px) {
  .is-inline-touch {
    display: inline !important
  }
}

@media screen and (min-width: 1004px) {
  .is-inline-desktop {
    display: inline !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-inline-widescreen-only {
    display: inline !important
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-fullhd {
    display: inline !important
  }
}

.is-inline-block {
  display: inline-block
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-inline-block-tablet {
    display: inline-block !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-inline-block-tablet-only {
    display: inline-block !important
  }
}

@media screen and (max-width: 1003px) {
  .is-inline-block-touch {
    display: inline-block !important
  }
}

@media screen and (min-width: 1004px) {
  .is-inline-block-desktop {
    display: inline-block !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-block-fullhd {
    display: inline-block !important
  }
}

.is-inline-flex {
  display: inline-flex
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-inline-flex-tablet {
    display: inline-flex !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important
  }
}

@media screen and (max-width: 1003px) {
  .is-inline-flex-touch {
    display: inline-flex !important
  }
}

@media screen and (min-width: 1004px) {
  .is-inline-flex-desktop {
    display: inline-flex !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important
  }
}

@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important
  }
}

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important
  }
}

.is-hidden {
  display: none !important
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important
  }
}

@media screen and (min-width: 769px),
print {
  .is-hidden-tablet {
    display: none !important
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .is-hidden-tablet-only {
    display: none !important
  }
}

@media screen and (max-width: 1003px) {
  .is-hidden-touch {
    display: none !important
  }
}

@media screen and (min-width: 1004px) {
  .is-hidden-desktop {
    display: none !important
  }
}

@media screen and (min-width: 1004px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important
  }
}

@media screen and (min-width: 1216px) and (max-width: 1471px) {
  .is-hidden-widescreen-only {
    display: none !important
  }
}

@media screen and (min-width: 1472px) {
  .is-hidden-fullhd {
    display: none !important
  }
}

.is-marginless {
  margin: 0 !important
}

.is-paddingless {
  padding: 0 !important
}

.is-radiusless {
  border-radius: 0 !important
}

.is-shadowless {
  box-shadow: none !important
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

[type='range'] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 73%
}

[type='range']:focus {
  outline: 0
}

[type='range']:focus::-webkit-slider-runnable-track {
  background: #c2c2c2
}

[type='range']:focus::-ms-fill-lower {
  background: #b5b5b5
}

[type='range']:focus::-ms-fill-upper {
  background: #c2c2c2
}

[type='range']::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 10px;
  transition: all .2s ease;
  width: 73%;
  background: #b5b5b5;
  border: 0 solid #cfd8dc;
  border-radius: 5px
}

[type='range']::-webkit-slider-thumb {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(13, 13, 13, 0.15);
  background: #0086c5;
  border: 2px solid #eceff1;
  border-radius: 16px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  position: relative;
  margin-top: -7px
}

[type='range']::-moz-range-track {
  cursor: pointer;
  height: 10px;
  transition: all .2s ease;
  width: 73%;
  background: #b5b5b5;
  border: 0 solid #cfd8dc;
  border-radius: 5px
}

[type='range']::-moz-range-thumb {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(13, 13, 13, 0.15);
  background: #0086c5;
  border: 2px solid #eceff1;
  border-radius: 16px;
  cursor: pointer;
  height: 24px;
  width: 24px
}

[type='range']::-ms-track {
  cursor: pointer;
  height: 10px;
  transition: all .2s ease;
  width: 73%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent
}

[type='range']::-ms-fill-lower {
  background: #a8a8a8;
  border: 0 solid #cfd8dc;
  border-radius: 10px
}

[type='range']::-ms-fill-upper {
  background: #b5b5b5;
  border: 0 solid #cfd8dc;
  border-radius: 10px
}

[type='range']::-ms-thumb {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15), 0 0 3px rgba(13, 13, 13, 0.15);
  background: #0086c5;
  border: 2px solid #eceff1;
  border-radius: 16px;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-top: 0
}

@keyframes scan {
  0% {
    bottom: 45
  }

  25% {
    bottom: 105px
  }

  50% {
    bottom: 45px
  }

  100% {
    bottom: 45px
  }
}

@keyframes check {
  0% {
    opacity: 0
  }

  30% {
    opacity: 0;
    transform: scale(1.4)
  }

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

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

  90% {
    opacity: 0;
    transform: scale(0.5)
  }

  100% {
    opacity: 0
  }
}

@keyframes backAndForth {
  0% {
    transform: translateY(18%)
  }

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

  100% {
    transform: translateY(18%)
  }
}

@keyframes fadeAndScaleEffect {
  0% {
    opacity: 0;
    transform: scaleX(0)
  }

  30% {
    opacity: 0;
    transform: scaleX(0)
  }

  100% {
    opacity: 1;
    transform: scaleX(1)
  }
}

@keyframes fadeAndScaleEffectModal {
  from {
    opacity: 0;
    transform: translateY(-2em)
  }

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

@keyframes h1FadeEffect {
  from {
    opacity: 0
  }

  to {
    opacity: 0.9
  }
}

@keyframes translateRight {
  from {
    transform: translate(-100%)
  }

  to {
    transform: translate(0)
  }
}

@keyframes errorPage {
  0% {
    transform: translateY(0);
    color: #0086c5
  }

  20% {
    transform: translateY(15%)
  }

  40% {
    transform: translateY(0);
    color: #00415f
  }

  80% {
    transform: translateY(-15%)
  }

  100% {
    transform: translateY(0);
    color: #0086c5
  }
}

@keyframes faqEffect {
  from {
    opacity: 0;
    transform: translateY(-10%)
  }

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

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes shakeEffect {

  2%,
  22% {
    transform: translate3d(-1px, 0, 0)
  }

  5%,
  20% {
    transform: translate3d(2px, 0, 0)
  }

  7%,
  12%,
  18% {
    transform: translate3d(-4px, 0, 0)
  }

  10%,
  15% {
    transform: translate3d(4px, 0, 0)
  }
}

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: absolute;
  width: 100%;
  padding-top: .6em;
  padding-bottom: .6em;
  z-index: 10
}

.navbar a {
  box-shadow: none
}

.navbar>.container {
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  min-height: 3.25rem;
  width: 100%
}

.navbar.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1)
}

.navbar-brand {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  min-height: 3.25rem;
  overflow-x: auto;
  overflow-y: hidden
}

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto
}

.navbar-burger span {
  background-color: #505050;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  transition: none 86ms ease-out;
  transition-property: background, left, opacity, transform;
  width: 15px
}

.navbar-burger span:nth-child(1) {
  margin-top: -6px
}

.navbar-burger span:nth-child(2) {
  margin-top: -1px
}

.navbar-burger span:nth-child(3) {
  margin-top: 4px
}

.navbar-burger:hover {
  background-color: #f5f5f5
}

.navbar-burger.is-active span {
  background-color: #0086c5
}

.navbar-burger.is-active span:nth-child(1) {
  margin-left: -5px;
  transform: rotate(45deg);
  transform-origin: left top
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
  margin-left: -5px;
  transform: rotate(-45deg);
  transform-origin: left bottom
}

.navbar-menu {
  display: none
}

.navbar-item,
.navbar-link {
  color: #505050;
  display: block;
  line-height: 1.5;
  padding: .5rem 1rem;
  position: relative
}

a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
  background: none;
  color: #0a0a0a
}

a.is-logo:hover {
  background: none
}

a.is-logo {
  padding-left: 0
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0
}

.navbar-item.has-dropdown {
  padding: 0
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px)
}

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #EC1164
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #EC1164;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #EC1164;
  padding-bottom: calc(0.5rem - 3px)
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1
}

.navbar-link {
  padding-right: 2.5em
}

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.navbar-divider {
  background-color: #dbdbdb;
  border: none;
  display: none;
  height: 1px;
  margin: .5rem 0
}

@media screen and (max-width: 1003px) {
  .navbar-brand .navbar-item {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }

  .navbar-menu {
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: .5rem 0
  }

  .navbar-menu.is-active {
    display: block
  }
}

@media screen and (min-width: 1004px) {

  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }

  .navbar {
    min-height: 3.25rem
  }

  .navbar.is-transparent a.navbar-item:hover,
  .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,
  .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #EC1164
  }

  .navbar-burger {
    display: none
  }

  .navbar-item,
  .navbar-link {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }

  .navbar-item.has-dropdown {
    align-items: stretch
  }

  .navbar-item.is-active .navbar-dropdown,
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block
  }

  .navbar-item.is-active .navbar-dropdown.is-boxed,
  .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
  }

  .navbar-link::after {
    border: 1px solid #0086c5;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto
  }

  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 2px 4px 8px rgba(10, 10, 10, 0.2);
    padding-bottom: 1em;
    display: none;
    font-size: 1rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20
  }

  .navbar-dropdown a,
  .navbar-dropdown span {
    display: block;
    color: #0086c5;
    transition: 300ms
  }

  .navbar-dropdown a:hover,
  .navbar-dropdown span:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
  }

  .navbar-dropdown a.is-active,
  .navbar-dropdown span.is-active {
    background-color: #f5f5f5;
    color: #EC1164
  }

  .navbar-dropdown .navbar-item {
    white-space: nowrap;
    padding-right: 6.5rem;
    padding-left: 2rem;
    font-size: 1.1em
  }

  .navbar-dropdown.is-boxed {
    border-radius: 5px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform
  }

  .navbar-dropdown p {
    padding-right: 3rem;
    padding-left: 1rem;
    font-size: 1.25em;
    padding-top: 1rem;
    padding-bottom: .25rem;
    opacity: .8
  }

  .navbar-dropdown p.is-small {
    font-size: .9em;
    padding-top: 0;
    padding-left: 2.1rem;
    color: #2e2e2e;
    padding-bottom: 1rem
  }

  .navbar-divider {
    display: block
  }

  .container>.navbar {
    margin-left: -1rem;
    margin-right: -1rem
  }

  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: #0a0a0a
  }

  a.navbar-item.is-active:not(:hover),
  .navbar-link.is-active:not(:hover) {
    background-color: transparent
  }

  .navbar-item.has-dropdown:hover .navbar-link,
  .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f5f5f5
  }
}

nav.is-fixed {
  position: fixed
}

nav.is-fixed .is-nav-cta {
  margin-top: .6em;
  margin-left: 1em
}

nav.is-fixed .is-logo-white {
  display: none
}

.is-product-page nav:first-of-type,
.is-about-us-page nav:first-of-type,
.is-lead-retrieval-page nav:first-of-type {
  background: none;
  position: absolute;
  box-shadow: none
}

.is-product-page nav:first-of-type .navbar-item.has-dropdown:hover .navbar-link,
.is-product-page nav:first-of-type .navbar-item.has-dropdown.is-active .navbar-link,
.is-about-us-page nav:first-of-type .navbar-item.has-dropdown:hover .navbar-link,
.is-about-us-page nav:first-of-type .navbar-item.has-dropdown.is-active .navbar-link,
.is-lead-retrieval-page nav:first-of-type .navbar-item.has-dropdown:hover .navbar-link,
.is-lead-retrieval-page nav:first-of-type .navbar-item.has-dropdown.is-active .navbar-link {
  background: rgba(245, 245, 245, 0.3)
}

.is-product-page nav:first-of-type .navbar-link,
.is-product-page nav:first-of-type .navbar-start>a,
.is-product-page nav:first-of-type .navbar-end>a,
.is-about-us-page nav:first-of-type .navbar-link,
.is-about-us-page nav:first-of-type .navbar-start>a,
.is-about-us-page nav:first-of-type .navbar-end>a,
.is-lead-retrieval-page nav:first-of-type .navbar-link,
.is-lead-retrieval-page nav:first-of-type .navbar-start>a,
.is-lead-retrieval-page nav:first-of-type .navbar-end>a {
  color: #fff
}

.is-product-page nav:first-of-type .navbar-link:hover,
.is-product-page nav:first-of-type .navbar-start>a:hover,
.is-product-page nav:first-of-type .navbar-end>a:hover,
.is-about-us-page nav:first-of-type .navbar-link:hover,
.is-about-us-page nav:first-of-type .navbar-start>a:hover,
.is-about-us-page nav:first-of-type .navbar-end>a:hover,
.is-lead-retrieval-page nav:first-of-type .navbar-link:hover,
.is-lead-retrieval-page nav:first-of-type .navbar-start>a:hover,
.is-lead-retrieval-page nav:first-of-type .navbar-end>a:hover {
  color: #fff;
  background: rgba(245, 245, 245, 0.3)
}

.is-product-page nav:first-of-type .navbar-link:hover::after,
.is-product-page nav:first-of-type .navbar-start>a:hover::after,
.is-product-page nav:first-of-type .navbar-end>a:hover::after,
.is-about-us-page nav:first-of-type .navbar-link:hover::after,
.is-about-us-page nav:first-of-type .navbar-start>a:hover::after,
.is-about-us-page nav:first-of-type .navbar-end>a:hover::after,
.is-lead-retrieval-page nav:first-of-type .navbar-link:hover::after,
.is-lead-retrieval-page nav:first-of-type .navbar-start>a:hover::after,
.is-lead-retrieval-page nav:first-of-type .navbar-end>a:hover::after {
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0
}

.is-product-page nav:first-of-type .navbar-link::after,
.is-product-page nav:first-of-type .navbar-start>a::after,
.is-product-page nav:first-of-type .navbar-end>a::after,
.is-about-us-page nav:first-of-type .navbar-link::after,
.is-about-us-page nav:first-of-type .navbar-start>a::after,
.is-about-us-page nav:first-of-type .navbar-end>a::after,
.is-lead-retrieval-page nav:first-of-type .navbar-link::after,
.is-lead-retrieval-page nav:first-of-type .navbar-start>a::after,
.is-lead-retrieval-page nav:first-of-type .navbar-end>a::after {
  border: 1px solid #fff;
  border-right: 0;
  border-top: 0
}

.is-product-page nav:first-of-type a.button,
.is-about-us-page nav:first-of-type a.button,
.is-lead-retrieval-page nav:first-of-type a.button {
  background: none
}

.is-product-page nav:first-of-type .is-nav-cta,
.is-about-us-page nav:first-of-type .is-nav-cta,
.is-lead-retrieval-page nav:first-of-type .is-nav-cta {
  color: #fff;
  background: none;
  margin-top: .7em
}

.is-product-page nav:first-of-type .is-logo-color,
.is-about-us-page nav:first-of-type .is-logo-color,
.is-lead-retrieval-page nav:first-of-type .is-logo-color {
  display: none
}

.is-product-page nav:first-of-type .is-logo-white,
.is-about-us-page nav:first-of-type .is-logo-white,
.is-lead-retrieval-page nav:first-of-type .is-logo-white {
  display: block;
  padding-top: .8em
}

nav.not-scrolled {
  transform: translateY(-8em);
  transition: 600ms
}

nav.scrolled {
  transition: 1000ms;
  position: fixed
}

nav.scrolled .is-active {
  position: relative
}

nav.scrolled .is-active::after {
  position: absolute;
  content: "";
  box-shadow: inset 0 -4px 0 #EC1164;
  width: 100%;
  height: 1em;
  margin: auto;
  display: block;
  margin-left: -1em;
  bottom: -9px;
  animation-name: fadeAndScaleEffect;
  animation-duration: .8s;
  animation-iteration-count: 1
}

nav.is-bottom-nav {
  bottom: 0;
  padding: .5rem 1rem;
  font-size: .8em
}

nav.is-bottom-nav .container {
  justify-content: space-between
}

nav.is-bottom-nav .has-dropup {
  position: relative;
  margin-top: 1rem
}

nav.is-bottom-nav .has-dropup .drop-up {
  position: absolute;
  background: #fff;
  padding: .5em 1.25em;
  min-width: 12em;
  left: -1em;
  box-shadow: 0px -2px 2px 1px rgba(80, 80, 80, 0.2);
  display: none
}

nav.is-bottom-nav .has-dropup .drop-up a {
  width: 100%;
  display: inline-block;
  padding: 1em 0
}

nav.is-bottom-nav .has-dropup.is-open .drop-up {
  display: block
}

nav.is-bottom-nav .has-dropup .is-products {
  top: -16.9em
}

nav.is-bottom-nav .has-dropup .is-about {
  top: -13.4em
}

nav.is-bottom-nav .has-dropup .is-content {
  top: -13.4em;
  right: -1em;
  left: auto
}

nav.is-bottom-nav .is-menu-item {
  margin-top: 1rem
}

nav.is-bottom-nav a {
  font-weight: bold;
  color: #2e2e2e
}

nav.is-bottom-nav a:hover {
  background: none
}

nav.is-bottom-nav .is-active {
  position: relative
}

nav.is-bottom-nav .is-active::after {
  position: absolute;
  content: "";
  box-shadow: inset 0 -4px 0 #EC1164;
  width: calc(100% + 1em);
  height: 1em;
  margin: auto;
  display: block;
  left: -0.5em;
  bottom: -8px
}

.is-home-page nav .button.is-nav-cta {
  color: #fff;
  background: #EC1164;
  border: 1px solid #EC1164
}

@media screen and (max-width: 1003px) {
  nav .container {
    position: relative
  }

  .navbar {
    padding-top: .3em;
    padding-bottom: .4em
  }

  .navbar-end {
    position: absolute;
    right: 0
  }

  nav.is-fixed .is-nav-cta {
    color: #fff;
    margin-right: 1em;
    margin-top: .75em;
    font-size: .9em;
    padding: .25em 1em
  }

  .is-product-page nav:first-of-type .navbar-brand,
  .is-about-us-page nav:first-of-type .navbar-brand,
  .is-lead-retrieval-page nav:first-of-type .navbar-brand {
    text-align: center;
    display: inline-block;
    width: 100%
  }

  body:not(.is-home-page) nav .navbar-end .is-secondary {
    display: none
  }

  a.is-logo {
    padding-left: 1em
  }
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem
}

.pagination.is-small {
  font-size: .75rem
}

.pagination.is-medium {
  font-size: 1.25rem
}

.pagination.is-large {
  font-size: 1.5rem
}

.pagination,
.pagination-list {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  text-align: center
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  justify-content: center;
  margin: 0.25rem;
  text-align: center
}

.pagination-previous:focus,
.pagination-previous.is-focused,
.pagination-previous:active,
.pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled] {
  cursor: not-allowed
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  min-width: 2.25em
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #2e2e2e
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #EC1164
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2)
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap
}

.pagination-link.is-current {
  background-color: #0086c5;
  border-color: #0086c5;
  color: #fff
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none
}

.pagination-list {
  flex-wrap: wrap
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap
  }

  .pagination-previous,
  .pagination-next {
    flex-grow: 1;
    flex-shrink: 1
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1
  }
}

@media screen and (min-width: 769px),
print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1
  }

  .pagination-previous {
    order: 2
  }

  .pagination-next {
    order: 3
  }

  .pagination {
    justify-content: space-between
  }

  .pagination.is-centered .pagination-previous {
    order: 1
  }

  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2
  }

  .pagination.is-centered .pagination-next {
    order: 3
  }

  .pagination.is-right .pagination-previous {
    order: 1
  }

  .pagination.is-right .pagination-next {
    order: 2
  }

  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3
  }
}

.is-clickable {
  font-weight: bold;
  cursor: pointer;
  transition: 300ms;
  margin-bottom: 0.5em;
  border-radius: 5px;
  padding-bottom: 0
}

.is-clickable:before {
  display: none
}

.is-clickable:hover {
  background: rgba(219, 219, 219, 0.45);
  transform: scale(1.025)
}

.is-clickable a {
  color: #2e2e2e;
  box-shadow: none;
  display: block;
  padding: 1.25em
}

.is-clickable a:hover {
  background: none
}

.is-clickable.button {
  width: 100%;
  padding: 2rem;
  margin-top: 3rem
}

.is-clickable.is-selected {
  background: #dbdbdb;
  cursor: default;
  padding: 0
}

.tab .is-clickable.is-selected {
  position: relative;
  background: rgba(219, 219, 219, 0.6)
}

.tab {
  margin: auto;
  margin-top: -17em;
  margin-bottom: -4em;
  padding-bottom: 2em
}

.tab .is-selected {
  position: relative
}

.tab .is-selected::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.25em);
  bottom: -0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0 0.5em;
  border-color: rgba(219, 219, 219, 0.6) transparent transparent transparent
}

.tab ul {
  padding: 0
}

.tab ul li:before {
  display: none
}

.tab ul li a {
  font-size: 1.25em;
  text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.25);
  color: white;
  padding: 1rem
}

.tab ul li a:hover {
  background: none
}

.tab select {
  width: 100%;
  background: none;
  border: 0;
  font-size: 1.2em;
  color: white;
  font-weight: bold
}

.tab label {
  color: white;
  margin: 1rem 0 0.5rem 0.5rem;
  display: inline-block
}

.is-tab-content.is-jumbo-content {
  margin-top: 3.75rem;
  padding-top: 0
}

.is-tab-content.is-jumbo-content .container {
  padding-top: 3em
}

.is-tab-content.is-jumbo-content .container .columns:first-of-type {
  padding-top: 1.5em
}

.column.is-control {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex
}

.column.is-control a {
  align-self: center;
  font-size: 3em;
  font-weight: bold
}

.is-tab,
.column.is-tab {
  display: none
}

.is-tab-content .column img {
  max-width: 85%;
  max-height: 40.5em
}

.is-tab.is-selected,
.column.is-tab.is-selected,
.is-tab.is-selected-2,
.column.is-tab.is-selected-2,
.is-tab.is-selected-3,
.column.is-tab.is-selected-3 {
  display: block
}

.column.is-tab-text-column {
  margin: 0 0.75em
}

.columns.feature-tab {
  margin-top: 7em
}

.columns.feature-tab .is-clickable p {
  font-weight: normal
}

.is-faq {
  overflow: hidden
}

.is-faq .is-question {
  padding: 1em 3em 1em 1.5em;
  display: block;
  box-shadow: none;
  color: #2e2e2e;
  background: rgba(219, 219, 219, 0.45);
  transition: 300ms;
  position: relative;
  font-size: 1.1em
}

.is-faq .is-question:after {
  border: 1px solid #0086c5;
  border-right: 0;
  border-top: 0;
  content: "";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%
}

.is-faq .is-question:hover,
.is-faq .is-question:focus {
  background: #dbdbdb;
  transition: 300ms
}

.is-faq p {
  padding: 1.5em 0 1.5em 1.5em
}

.is-faq .expanded {
  display: none
}

.is-faq .appear {
  animation-name: faqEffect;
  animation-duration: 750ms;
  animation-iteration-count: 1
}

.is-document .is-faq p {
  padding: 0 0 1em
}

@media screen and (max-width: 768px) {
  .tab {
    margin-top: -21em;
    padding-right: 0.5em
  }

  .column.is-tab-text-column {
    margin: 0
  }
}

@media screen and (min-width: 1004px) {
  .tab {
    max-width: 1008px
  }
}

@media screen and (min-width: 1216px) {
  .tab {
    max-width: 1200px
  }
}

@media screen and (min-width: 1472px) {
  .tab {
    max-width: 1392px
  }
}

.has-patterns,
.has-goop {
  position: relative
}

.has-patterns::after,
.has-goop::after {
  content: "";
  position: absolute
}

.jumbo.has-patterns::after {
  background: url("/img/patterns/bubbles-white-blue.svg") no-repeat;
  background-size: contain;
  width: 13.75rem;
  height: 13.75rem;
  top: -8rem;
  right: 1rem
}

article.has-patterns::after {
  background: url("/img/patterns/bubbles-pink.svg") no-repeat;
  background-size: contain;
  width: 14.5rem;
  height: 14.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
  z-index: -1
}

.has-goop {
  z-index: 0
}

.has-goop:after {
  background: url(img/patterns/light-goop.svg) no-repeat;
  background-size: cover;
  height: 100%;
  width: 25em;
  max-width: 40%;
  top: -7em;
  right: 0;
  z-index: -1;
  opacity: 0.35
}

.has-goop:before {
  position: absolute;
  content: "";
  background: url(img/patterns/light-goop.svg) no-repeat right;
  background-size: cover;
  height: 100%;
  width: 30em;
  max-width: 40%;
  bottom: -22em;
  left: 0;
  z-index: -1;
  opacity: 0.35
}

@media screen and (max-width: 768px) {
  .jumbo.has-patterns::after {
    background: none
  }

  article.has-patterns::after {
    display: none
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  .jumbo.has-patterns::after {
    width: 180px;
    height: 180px;
    top: -6.5em
  }
}

.jumbo {
  margin-top: 4em;
  margin-bottom: 5em;
  padding-top: 4em;
  background: linear-gradient(135deg, #0086c5 20%, #66d4f7 100%);
  background: #0086c5 url("/img/patterns/background.svg") no-repeat;
  background-size: cover;
  min-height: 450px
}

.jumbo h1,
.jumbo h2,
.jumbo h3,
.jumbo h4,
.jumbo strong,
.jumbo span,
.jumbo .is-cta,
.jumbo a {
  color: #fff
}

.jumbo p {
  color: rgba(255, 255, 255, 0.8)
}

.jumbo h1 {
  text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.25)
}

.jumbo h1.is-main::after {
  display: none
}

section.is-jumbo-tittle {
  padding-bottom: 0
}

.is-jumbo-content {
  margin-top: -22em
}

.is-jumbo-content .container,
.is-jumbo-content .small-container {
  background: #fff;
  min-height: 12em;
  padding-top: 2em;
  padding-right: 1em;
  padding-left: 1em;
  position: relative
}

.is-jumbo-content .container::before,
.is-jumbo-content .container::after,
.is-jumbo-content .small-container::before,
.is-jumbo-content .small-container::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 2em;
  top: 0
}

.is-jumbo-content .container::after,
.is-jumbo-content .small-container::after {
  right: -2em;
  border-top-right-radius: 5px
}

.is-jumbo-content .container::before,
.is-jumbo-content .small-container::before {
  left: -2em;
  border-top-left-radius: 5px
}

.is-jumbo-content iframe {
  width: 100%;
  height: 23rem;
  max-height: 52.5vh;
  margin-bottom: 3rem
}

.jumbo .is-menu {
  padding: 1.5em 1em 1.5em 0
}

.jumbo .is-menu a {
  font-weight: bold;
  box-shadow: none;
  display: block;
  font-size: 1.15em;
  text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.25)
}

.jumbo .is-menu a:hover {
  background: none
}

.jumbo .is-menu .is-clickable.is-selected {
  position: relative;
  background: rgba(219, 219, 219, 0.6)
}

.jumbo .is-menu .is-clickable.is-selected::after {
  content: "";
  position: absolute;
  right: -0.5em;
  top: calc(50% - 0.5em);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent rgba(219, 219, 219, 0.6)
}

.jumbo .is-menu .is-clickable.button.is-selected {
  position: initial;
  background: #EC1164;
  padding: 2rem
}

.jumbo .is-content h1 {
  font-size: 2.5em;
  position: relative
}

.jumbo .is-content h1::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 80%;
  left: 0;
  bottom: 0.6em
}

.jumbo .is-content .is-data-sample {
  margin-top: 1em;
  margin-bottom: 0.5em
}

.jumbo .is-content .is-data-sample span {
  font-size: 2.75em;
  font-weight: bold
}

.jumbo .is-content .is-cta:hover {
  background: rgba(219, 219, 219, 0.3)
}

.jumbo.is-cta {
  min-height: 15em
}

.is-about-us-page .jumbo.has-patterns {
  margin-top: 0
}

@media screen and (max-width: 1472px) {
  .jumbo {
    margin-bottom: 3.25em
  }
}

@media screen and (max-width: 768px) {
  .jumbo {
    text-align: center
  }

  .is-jumbo-content {
    margin-top: -25em
  }

  .is-jumbo-content .container {
    padding-right: 0;
    padding-left: 0
  }

  section.is-jumbo-tittle {
    padding-bottom: 3em
  }
}

.is-timeline-parent img {
  height: 4.25em;
  width: 4.25em;
  margin-bottom: 1em
}

.is-timeline {
  background: rgba(181, 181, 181, 0.3);
  height: 25em;
  width: 0.4em;
  border-radius: 2em;
  margin: auto;
  position: relative
}

.is-timeline::after {
  position: absolute;
  content: "";
  width: 0.8em;
  border-radius: 2em;
  right: -45%
}

.animate-timeline::after {
  animation-name: fadeAndScaleEffect;
  animation-duration: 2.25s;
  animation-iteration-count: 1
}

.column.is-timeline-sutitle-parent {
  padding-top: 9em;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around
}

.is-timeline-subtitle {
  height: 7em;
  text-transform: uppercase;
  font-weight: bold;
  position: relative
}

.is-timeline-subtitle span {
  display: inline-block;
  margin-top: 12.6%
}

.is-timeline.product-1::after,
.is-timeline.product-4::after {
  background: #7a7a7a;
  height: 25em
}

.is-timeline.product-2::after,
.is-timeline.product-3::after {
  background: #7a7a7a;
  height: 8em
}

.is-timeline.product-3::after {
  top: 8.5em
}

.is-timeline.product-1::after {
  background: #dd6e5f
}

.is-timeline.product-2::after {
  background: #68c0d8
}

.is-timeline.product-3::after {
  background: #4e7dbe
}

.is-timeline.product-4::after {
  background: #d56c99
}

.is-timeline-explainer h2 {
  font-size: 1.75em;
  font-weight: normal
}

@media screen and (max-width: 1472px) {
  .column.is-timeline-sutitle-parent .is-timeline-subtitle span {
    margin-top: 14.5%
  }

  .column.is-timeline-sutitle-parent .is-timeline-subtitle::before {
    width: 58em;
    right: 7.5em
  }
}

@media screen and (max-width: 1216px) {
  .column.is-timeline-sutitle-parent .is-timeline-subtitle span {
    margin-top: 17.5%
  }

  .column.is-timeline-sutitle-parent .is-timeline-subtitle::before {
    width: 50em;
    right: 5.5em
  }
}

@media screen and (max-width: 1003px) {
  .is-timeline {
    background: rgba(219, 219, 219, 0.8)
  }

  .is-timeline-parent {
    margin-bottom: 0.75em
  }

  .is-timeline-parent img {
    height: 2.5em;
    width: 2.5em;
    margin-right: 1em;
    margin-bottom: 0
  }

  .is-timeline-parent .is-timeline {
    padding: 0.3em;
    height: 0.3em;
    width: calc(100% - 65px);
    margin: 1.1em 0;
    display: inline-block
  }

  .is-timeline-parent .is-timeline::after {
    height: 0.75em;
    border-radius: 2em;
    left: 0;
    top: -1px
  }

  .is-timeline-subtitle {
    height: auto;
    padding-bottom: 1em;
    margin-left: 3.5em
  }

  .is-timeline-subtitle span {
    margin-top: 0;
    padding: 0 4%;
    font-size: 0.7em
  }

  .is-timeline-subtitle span.column:first-of-type {
    margin-left: 16em
  }

  .is-timeline-subtitle::before {
    display: none
  }

  .is-timeline.product-1::after,
  .is-timeline.product-4::after {
    width: 100%
  }

  .is-timeline.product-2::after,
  .is-timeline.product-3::after {
    width: 33%
  }

  .is-timeline.product-3::after {
    margin-left: 33%
  }

  .is-timeline-explainer h2 {
    font-size: 1.5em
  }
}

@media screen and (max-width: 340px) {
  .is-timeline-parent img {
    height: 2.75em;
    width: 2.75em;
    margin-right: 0.5em
  }

  .is-timeline-parent img .is-timeline {
    width: calc(100% - 60px)
  }

  .is-timeline-subtitle {
    margin-left: 3em
  }

  .is-timeline-subtitle span {
    font-size: 0.7em;
    padding: 0 2.5%
  }
}

header .carousel-father {
  position: relative;
  z-index: 1
}

header .phone {
  position: absolute;
  background: url("/img/products/lead-retrieval/phone.png") no-repeat center;
  background-size: contain;
  width: 220px;
  height: 440px;
  left: 0;
  right: 0;
  bottom: -5em;
  margin: auto;
  z-index: 2
}

header .phone::before {
  position: absolute;
  opacity: 0.45;
  content: "";
  background: url(img/products/lead-retrieval/scan.svg) no-repeat center;
  background-size: contain;
  border-top: 3px solid #ed1164;
  height: 64px;
  width: 190px;
  left: 1em;
  bottom: 47px;
  animation-name: scan;
  animation-duration: 3.5s;
  animation-iteration-count: infinite
}

header .phone::after {
  position: absolute;
  content: "";
  background: url("/img/products/lead-retrieval/check.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  left: 75px;
  top: 105px;
  animation-name: check;
  animation-duration: 3.5s;
  animation-iteration-count: infinite
}

header .carousel {
  margin-top: 12em
}

header .slick-slide {
  user-select: none;
  outline: none
}

header .static-header {
  width: 100%;
  height: 320px;
  background: url("/img/products/lead-retrieval/medium-hero.png") no-repeat center;
  background-size: contain
}

.modal-background {
  display: none;
  background: white;
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto
}

.modal-background:after {
  content: '\00d7';
  color: #787878;
  cursor: pointer;
  font-size: 3em;
  font-weight: 300;
  position: absolute;
  right: 0.5em;
  top: 0
}

.modal-background .modal {
  z-index: 6;
  padding-top: 5.5em
}

.modal-background .modal h1,
.modal-background .modal h2,
.modal-background .modal h3 {
  font-family: 'Noto Sans', sans-serif;
  color: #505050
}

.modal-background .modal h2 {
  margin-bottom: 0.5em;
  color: #969696;
  font-weight: normal;
  font-size: 1.75rem
}

.modal-background .modal h3 {
  color: #0086c5;
  margin-top: 1rem
}

.modal-background .modal .is-subtitle {
  color: #a0a0a0;
  font-size: .9rem
}

.modal-background .modal ul li {
  margin-bottom: 0.75em;
  font-size: 16px
}

.modal-background .modal .columns:last-child .column {
  padding: 1.25em 0
}

.modal-background .modal .column {
  padding-right: 1.5em;
  padding-left: 1.5em
}

.modal-background .form-group {
  width: 100%;
  margin-bottom: 1.75rem;
  position: relative
}

.modal-background .form-group label,
.modal-background .form-group .is-label {
  font-size: 0.9rem;
  color: #8c8c8c;
  display: block
}

.modal-background .form-group .is-label {
  margin-bottom: 0.75rem
}

.modal-background .form-group label {
  display: inline-block
}

.modal-background .form-group label.is-paragraph {
  font-size: 1rem;
  color: #2e2e2e;
  margin-right: 2.5rem
}

.modal-background .form-group label.is-paragraph:last-child {
  margin-right: 0
}

.modal-background .form-group input,
.modal-background .form-group select {
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #dcdcdc;
  font-size: 1.1em;
  line-height: 2;
  -webkit-appearance: none;
  width: 100%;
  transition: 0.5s
}

.modal-background .form-group input:focus,
.modal-background .form-group select:focus {
  outline: none;
  border-bottom: 2px solid #6e6e6e;
  box-shadow: none
}

.modal-background .form-group input:valid,
.modal-background .form-group select:valid {
  border-bottom: 3px solid #64c878
}

.modal-background .form-group select {
  font-weight: normal;
  color: #828282;
  padding: 0
}

.modal-background .form-group input:invalid:not(:focus):not(:placeholder-shown):not([type="radio"]) {
  background: pink;
  border-bottom: 3px solid #c86478
}

.modal-background .form-group input[type="radio"] {
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  background: #dcdcdc;
  border-radius: 5rem;
  margin-bottom: -0.5rem;
  transition: 0.5s
}

.modal-background .form-group input[type="radio"]:checked {
  border: 6px solid #64c878;
  background: #dcdcdc
}

.modal-background .form-group input[type="radio"]:focus {
  background: #6e6e6e
}

.modal-background .form-group button {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border: 0;
  font-size: 0;
  position: absolute;
  top: -4;
  right: 0;
  transition: 300ms
}

.modal-background .form-group button:before {
  content: "";
  position: absolute;
  height: 1.75rem;
  width: 1.75rem;
  background: url("/img/patterns/search-dark.svg");
  background-size: contain;
  top: 0.375rem;
  right: 0.375rem
}

.modal-background #lmModal select,
.modal-background #lmModal input {
  width: 100%
}

@media (max-width: 768px) {
  .modal-background .modal {
    padding: 1em;
    margin-top: 5em
  }

  .modal-background .modal h1 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem
  }

  .modal-background .modal h2 {
    padding: 0;
    font-size: 1.25rem;
    margin-bottom: 0.75rem
  }

  .modal-background .form-group input {
    font-size: 1em
  }

  .modal-background .form-group label.is-paragraph {
    margin-right: calc(100% - 1.75rem - 40px);
    padding-top: 1rem
  }

  .modal-background .modal .column {
    padding: 0.5rem
  }

  button {
    margin: auto
  }

  .columns {
    margin-left: 0.2em;
    margin-right: 0.2em
  }

  form {
    text-align: left
  }
}

q {
  font-size: 1.25em;
  position: relative
}

q:before {
  content: "“";
  font-size: 2em;
  position: absolute;
  top: -20px;
  left: -20px;
  opacity: 0.8
}

q:after {
  content: ""
}

blockquote,
blockquote.column {
  padding: 2em
}

blockquote hr,
blockquote.column hr {
  display: none
}

blockquote img,
blockquote.column img {
  height: 100%;
  width: 8em;
  object-fit: contain;
  vertical-align: middle;
  filter: grayscale(100%);
  display: inline-block
}

.is-quote {
  margin-top: 1.5em
}

.is-quote p {
  padding-bottom: 0
}

.is-quote p:first-of-type {
  margin-top: 2.25em
}

.is-quote strong {
  font-size: 1.5em;
  color: #EC1164
}

@media screen and (max-width: 768px) {

  blockquote,
  blockquote.column {
    padding: 0.5rem 1rem
  }

  blockquote hr,
  blockquote.column hr {
    display: block
  }

  blockquote .column,
  blockquote.column .column {
    display: inline-block
  }

  blockquote img,
  blockquote.column img {
    max-width: 20vw
  }

  .is-quote {
    margin: 0em;
    position: relative
  }

  .is-quote p:first-of-type {
    margin-top: 0.5em
  }

  section.testimonial {
    color: white;
    margin: 2.5em 0;
    background: #0086c5 url("/img/patterns/background.svg") no-repeat;
    background-size: cover;
    padding: 2rem 1.5rem 0.75rem
  }

  section.testimonial strong,
  section.testimonial h2 {
    color: #fff
  }

  section.testimonial .is-quote {
    margin-bottom: 0
  }
}

.is-cta {
  box-shadow: none;
  font-size: 1.25em
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #2e2e2e;
  cursor: pointer;
  justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  white-space: nowrap
}

.button:focus,
.button.is-focused,
.button:active,
.button.is-active {
  outline: none
}

.button[disabled] {
  cursor: not-allowed
}

.button strong {
  color: inherit
}

.button .icon,
.button .icon.is-small,
.button .icon.is-medium,
.button .icon.is-large {
  height: 1.5em;
  width: 1.5em
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px)
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px)
}

.button:hover,
.button.is-hovered {
  border-color: #b5b5b5;
  color: #2e2e2e;
  transform: scale(1.025)
}

.button:focus,
.button.is-focused {
  border-color: #EC1164;
  box-shadow: 0 0 0.5em rgba(236, 17, 100, 0.25);
  color: #2e2e2e
}

.button:active,
.button.is-active {
  border-color: #505050;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #2e2e2e
}

.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #505050;
  text-decoration: underline
}

.button.is-link:hover,
.button.is-link.is-hovered,
.button.is-link:focus,
.button.is-link.is-focused,
.button.is-link:active,
.button.is-link.is-active {
  background-color: #f5f5f5;
  color: #2e2e2e
}

.button.is-link[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white:hover,
.button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a
}

.button.is-white:focus,
.button.is-white.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a
}

.button.is-white:active,
.button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #0a0a0a
}

.button.is-white[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: #fff
}

.button.is-white.is-inverted:hover {
  background-color: #000
}

.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a
}

.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a
}

.button.is-white.is-inverted.is-outlined:hover,
.button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: #fff
}

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff
}

.button.is-black:hover,
.button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: #fff
}

.button.is-black:focus,
.button.is-black.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: #fff
}

.button.is-black:active,
.button.is-black.is-active {
  background-color: #000;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff
}

.button.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none
}

.button.is-black.is-inverted {
  background-color: #fff;
  color: #0a0a0a
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff
}

.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-black.is-inverted.is-outlined:hover,
.button.is-black.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-light {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #2e2e2e
}

.button.is-light:hover,
.button.is-light.is-hovered {
  background-color: #eee;
  border-color: transparent;
  color: #2e2e2e
}

.button.is-light:focus,
.button.is-light.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #2e2e2e
}

.button.is-light:active,
.button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #2e2e2e
}

.button.is-light[disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none
}

.button.is-light.is-inverted {
  background-color: #2e2e2e;
  color: #f5f5f5
}

.button.is-light.is-inverted:hover {
  background-color: #212121
}

.button.is-light.is-inverted[disabled] {
  background-color: #2e2e2e;
  border-color: transparent;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #2e2e2e #2e2e2e !important
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #2e2e2e
}

.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #2e2e2e;
  color: #2e2e2e
}

.button.is-light.is-inverted.is-outlined:hover,
.button.is-light.is-inverted.is-outlined:focus {
  background-color: #2e2e2e;
  color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #2e2e2e;
  box-shadow: none;
  color: #2e2e2e
}

.button.is-dark {
  background-color: #2e2e2e;
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark:hover,
.button.is-dark.is-hovered {
  background-color: #282828;
  border-color: transparent;
  color: #f5f5f5
}

.button.is-dark:focus,
.button.is-dark.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 46, 46, 0.25);
  color: #f5f5f5
}

.button.is-dark:active,
.button.is-dark.is-active {
  background-color: #212121;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #f5f5f5
}

.button.is-dark[disabled] {
  background-color: #2e2e2e;
  border-color: transparent;
  box-shadow: none
}

.button.is-dark.is-inverted {
  background-color: #f5f5f5;
  color: #2e2e2e
}

.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8
}

.button.is-dark.is-inverted[disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
  color: #2e2e2e
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #2e2e2e;
  color: #2e2e2e
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  color: #f5f5f5
}

.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #2e2e2e #2e2e2e !important
}

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #2e2e2e;
  box-shadow: none;
  color: #2e2e2e
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5
}

.button.is-dark.is-inverted.is-outlined:hover,
.button.is-dark.is-inverted.is-outlined:focus {
  background-color: #f5f5f5;
  color: #2e2e2e
}

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5
}

.button.is-primary {
  background-color: #EC1164;
  border-color: transparent;
  color: #fff
}

.button.is-primary:hover,
.button.is-primary.is-hovered {
  background-color: #e0105f;
  border-color: transparent;
  color: #fff
}

.button.is-primary:focus,
.button.is-primary.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(236, 17, 100, 0.25);
  color: #fff
}

.button.is-primary:active,
.button.is-primary.is-active {
  background-color: #d40f5a;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff
}

.button.is-primary[disabled] {
  background-color: #EC1164;
  border-color: transparent;
  box-shadow: none
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #EC1164
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #EC1164
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #EC1164;
  color: #EC1164
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  background-color: #EC1164;
  border-color: #EC1164;
  color: #fff
}

.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #EC1164 #EC1164 !important
}

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #EC1164;
  box-shadow: none;
  color: #EC1164
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-primary.is-inverted.is-outlined:hover,
.button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #EC1164
}

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-secondary {
  background-color: #0086c5;
  border-color: transparent;
  color: #fff
}

.button.is-secondary:hover,
.button.is-secondary.is-hovered {
  background-color: #007db8;
  border-color: transparent;
  color: #fff
}

.button.is-secondary:focus,
.button.is-secondary.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 134, 197, 0.25);
  color: #fff
}

.button.is-secondary:active,
.button.is-secondary.is-active {
  background-color: #0075ab;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff
}

.button.is-secondary[disabled] {
  background-color: #0086c5;
  border-color: transparent;
  box-shadow: none
}

.button.is-secondary.is-inverted {
  background-color: #fff;
  color: #0086c5
}

.button.is-secondary.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-secondary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0086c5
}

.button.is-secondary.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-secondary.is-outlined {
  background-color: transparent;
  border-color: #0086c5;
  color: #0086c5
}

.button.is-secondary.is-outlined:hover,
.button.is-secondary.is-outlined:focus {
  background-color: #0086c5;
  border-color: #0086c5;
  color: #fff
}

.button.is-secondary.is-outlined.is-loading:after {
  border-color: transparent transparent #0086c5 #0086c5 !important
}

.button.is-secondary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0086c5;
  box-shadow: none;
  color: #0086c5
}

.button.is-secondary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-secondary.is-inverted.is-outlined:hover,
.button.is-secondary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #0086c5
}

.button.is-secondary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-success {
  background-color: #00C853;
  border-color: transparent;
  color: #fff
}

.button.is-success:hover,
.button.is-success.is-hovered {
  background-color: #00bb4e;
  border-color: transparent;
  color: #fff
}

.button.is-success:focus,
.button.is-success.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 200, 83, 0.25);
  color: #fff
}

.button.is-success:active,
.button.is-success.is-active {
  background-color: #00af48;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff
}

.button.is-success[disabled] {
  background-color: #00C853;
  border-color: transparent;
  box-shadow: none
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #00C853
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00C853
}

.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #00C853;
  color: #00C853
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined:focus {
  background-color: #00C853;
  border-color: #00C853;
  color: #fff
}

.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #00C853 #00C853 !important
}

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00C853;
  box-shadow: none;
  color: #00C853
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-success.is-inverted.is-outlined:hover,
.button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00C853
}

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-warning {
  background-color: #FF8F00;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
  background-color: #f28800;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning:focus,
.button.is-warning.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 143, 0, 0.25);
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning:active,
.button.is-warning.is-active {
  background-color: #e68100;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning[disabled] {
  background-color: #FF8F00;
  border-color: transparent;
  box-shadow: none
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FF8F00
}

.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7)
}

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #FF8F00
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #FF8F00;
  color: #FF8F00
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined:focus {
  background-color: #FF8F00;
  border-color: #FF8F00;
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #FF8F00 #FF8F00 !important
}

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #FF8F00;
  box-shadow: none;
  color: #FF8F00
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7)
}

.button.is-warning.is-inverted.is-outlined:hover,
.button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #FF8F00
}

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7)
}

.button.is-danger {
  background-color: #B21028;
  border-color: transparent;
  color: #fff
}

.button.is-danger:hover,
.button.is-danger.is-hovered {
  background-color: #a60f25;
  border-color: transparent;
  color: #fff
}

.button.is-danger:focus,
.button.is-danger.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(178, 16, 40, 0.25);
  color: #fff
}

.button.is-danger:active,
.button.is-danger.is-active {
  background-color: #9b0e23;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff
}

.button.is-danger[disabled] {
  background-color: #B21028;
  border-color: transparent;
  box-shadow: none
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #B21028
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #B21028
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #B21028;
  color: #B21028
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined:focus {
  background-color: #B21028;
  border-color: #B21028;
  color: #fff
}

.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #B21028 #B21028 !important
}

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #B21028;
  box-shadow: none;
  color: #B21028
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff
}

.button.is-danger.is-inverted.is-outlined:hover,
.button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #B21028
}

.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff
}

.button.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.button.is-medium {
  font-size: 1.25rem
}

.button.is-large {
  font-size: 1.5rem
}

.button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: .5
}

.button.is-fullwidth {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  width: 100%
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none
}

.button.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important
}

.button.is-static {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none
}

.button.is-hero {
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(80, 80, 80, 0.25)
}

.regular-button {
  background: #0086c5;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  border: transparent;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.75em 2.5em;
  box-shadow: none;
  text-align: center;
  margin: 2em auto 2em;
  display: table;
  transition: 300ms
}

.regular-button:hover {
  background: #0075ab;
  transform: scale(1.025);
  color: #fff
}

.regular-button.is-cta {
  background: #EC1164;
  font-weight: bold;
  animation: shakeEffect 3.5s infinite;
  font-size: 1rem
}

.regular-button.is-cta:hover {
  background: #bc0e50;
  animation: none
}

@media screen and (max-width: 768px) {
  .is-cta {
    font-size: 1em
  }

  .button,
  .button.is-medium {
    display: block;
    font-size: 1.125em;
    padding-right: 1.75em;
    padding-left: 1.75em
  }
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #2e2e2e;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none
}

.input[disabled],
.textarea[disabled] {
  cursor: not-allowed
}

.input:hover,
.input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5
}

.input:focus,
.input.is-focused,
.input:active,
.input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #0086c5
}

.input[disabled],
.textarea[disabled] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a
}

.input[disabled]::-moz-placeholder,
.textarea[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.input[disabled]::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.input[disabled]:-moz-placeholder,
.textarea[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.input[disabled]:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.input[type="search"],
.textarea[type="search"] {
  border-radius: 290486px
}

.input.is-white,
.textarea.is-white {
  border-color: #fff
}

.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a
}

.input.is-light,
.textarea.is-light {
  border-color: #f5f5f5
}

.input.is-dark,
.textarea.is-dark {
  border-color: #2e2e2e
}

.input.is-primary,
.textarea.is-primary {
  border-color: #EC1164
}

.input.is-secondary,
.textarea.is-secondary {
  border-color: #0086c5
}

.input.is-success,
.textarea.is-success {
  border-color: #00C853
}

.input.is-warning,
.textarea.is-warning {
  border-color: #FF8F00
}

.input.is-danger,
.textarea.is-danger {
  border-color: #B21028
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px
}

.textarea[rows] {
  height: unset
}

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative
}

.checkbox input,
.radio input {
  cursor: pointer
}

.checkbox:hover,
.radio:hover {
  color: #2e2e2e
}

.checkbox[disabled],
.radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed
}

.radio+.radio {
  margin-left: 0.5em
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top
}

.select:not(.is-multiple) {
  height: 2.25em
}

.select:not(.is-multiple)::after {
  border: 1px solid #0086c5;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #2e2e2e;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  outline: none
}

.select select[disabled] {
  cursor: not-allowed
}

.select select:hover,
.select select.is-hovered {
  border-color: #b5b5b5
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #0086c5
}

.select select[disabled] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #7a7a7a
}

.select select[disabled]::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.select select[disabled]::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.select select[disabled]:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.select select[disabled]:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3)
}

.select select:hover {
  border-color: #b5b5b5
}

.select select:focus,
.select select.is-focused,
.select select:active,
.select select.is-active {
  border-color: #0086c5
}

.select select::-ms-expand {
  display: none
}

.select select[disabled]:hover {
  border-color: #f5f5f5
}

.select select:not([multiple]) {
  padding-right: 2.5em
}

.select select[multiple] {
  height: unset;
  padding: 0
}

.select select[multiple] option {
  padding: 0.5em 1em
}

.select:hover::after {
  border-color: #2e2e2e
}

.select.is-white select {
  border-color: #fff
}

.select.is-black select {
  border-color: #0a0a0a
}

.select.is-light select {
  border-color: #f5f5f5
}

.select.is-dark select {
  border-color: #2e2e2e
}

.select.is-primary select {
  border-color: #EC1164
}

.select.is-secondary select {
  border-color: #0086c5
}

.select.is-success select {
  border-color: #00C853
}

.select.is-warning select {
  border-color: #FF8F00
}

.select.is-danger select {
  border-color: #B21028
}

.select.is-small {
  border-radius: 2px;
  font-size: .75rem
}

.select.is-medium {
  font-size: 1.25rem
}

.select.is-large {
  font-size: 1.5rem
}

.select.is-disabled::after {
  border-color: #7a7a7a
}

.select.is-fullwidth {
  width: 100%
}

.select.is-fullwidth select {
  width: 100%
}

.select.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none
}

.select.is-loading.is-small:after {
  font-size: .75rem
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem
}

.select.is-loading.is-large:after {
  font-size: 1.5rem
}

.label {
  color: #2e2e2e;
  display: block;
  font-size: 1rem;
  font-weight: 700
}

.label:not(:last-child) {
  margin-bottom: 0.5em
}

.label.is-small {
  font-size: .75rem
}

.label.is-medium {
  font-size: 1.25rem
}

.label.is-large {
  font-size: 1.5rem
}

.help {
  display: block;
  font-size: .75rem;
  margin-top: 0.25rem
}

.help.is-white {
  color: #fff
}

.help.is-black {
  color: #0a0a0a
}

.help.is-light {
  color: #f5f5f5
}

.help.is-dark {
  color: #2e2e2e
}

.help.is-primary {
  color: #EC1164
}

.help.is-secondary {
  color: #0086c5
}

.help.is-success {
  color: #00C853
}

.help.is-warning {
  color: #FF8F00
}

.help.is-danger {
  color: #B21028
}

.field:not(:last-child) {
  margin-bottom: 0.75rem
}

.field.has-addons {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px
}

.field.has-addons .control:first-child .button,
.field.has-addons .control:first-child .input,
.field.has-addons .control:first-child .select select {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.field.has-addons .control:last-child .button,
.field.has-addons .control:last-child .input,
.field.has-addons .control:last-child .select select {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.field.has-addons .control .button,
.field.has-addons .control .input,
.field.has-addons .control .select select {
  border-radius: 0
}

.field.has-addons .control .button:hover,
.field.has-addons .control .button.is-hovered,
.field.has-addons .control .input:hover,
.field.has-addons .control .input.is-hovered,
.field.has-addons .control .select select:hover,
.field.has-addons .control .select select.is-hovered {
  z-index: 2
}

.field.has-addons .control .button:focus,
.field.has-addons .control .button.is-focused,
.field.has-addons .control .button:active,
.field.has-addons .control .button.is-active,
.field.has-addons .control .input:focus,
.field.has-addons .control .input.is-focused,
.field.has-addons .control .input:active,
.field.has-addons .control .input.is-active,
.field.has-addons .control .select select:focus,
.field.has-addons .control .select select.is-focused,
.field.has-addons .control .select select:active,
.field.has-addons .control .select select.is-active {
  z-index: 3
}

.field.has-addons .control .button:focus:hover,
.field.has-addons .control .button.is-focused:hover,
.field.has-addons .control .button:active:hover,
.field.has-addons .control .button.is-active:hover,
.field.has-addons .control .input:focus:hover,
.field.has-addons .control .input.is-focused:hover,
.field.has-addons .control .input:active:hover,
.field.has-addons .control .input.is-active:hover,
.field.has-addons .control .select select:focus:hover,
.field.has-addons .control .select select.is-focused:hover,
.field.has-addons .control .select select:active:hover,
.field.has-addons .control .select select.is-active:hover {
  z-index: 4
}

.field.has-addons .control.is-expanded {
  flex-grow: 1
}

.field.has-addons.has-addons-centered {
  justify-content: center
}

.field.has-addons.has-addons-right {
  justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0
}

.field.is-grouped {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: flex-start
}

.field.is-grouped>.control {
  flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem
}

.field.is-grouped>.control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
  justify-content: center
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child,
.field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
  margin-bottom: 0.75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0
}

@media screen and (min-width: 769px),
print {
  .field.is-horizontal {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }
}

.field-label .label {
  font-size: inherit
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem
  }
}

@media screen and (min-width: 769px),
print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right
  }

  .field-label.is-small {
    font-size: .75rem;
    padding-top: 0.375em
  }

  .field-label.is-normal {
    padding-top: 0.375em
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em
  }
}

.field-body .field .field {
  margin-bottom: 0
}

@media screen and (min-width: 769px),
print {
  .field-body {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1
  }

  .field-body .field {
    margin-bottom: 0
  }

  .field-body>.field {
    flex-shrink: 1
  }

  .field-body>.field:not(.is-narrow) {
    flex-grow: 1
  }

  .field-body>.field:not(:last-child) {
    margin-right: 0.75rem
  }
}

.control {
  font-size: 1rem;
  position: relative;
  text-align: left
}

.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4
}

.control.has-icon .input:focus+.icon {
  color: #7a7a7a
}

.control.has-icon .input.is-small+.icon {
  font-size: .75rem
}

.control.has-icon .input.is-medium+.icon {
  font-size: 1.25rem
}

.control.has-icon .input.is-large+.icon {
  font-size: 1.5rem
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 0
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.25em
}

.control.has-icon.has-icon-right .icon {
  right: 0
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.25em
}

.control.has-icons-left .input:focus~.icon,
.control.has-icons-left .select:focus~.icon,
.control.has-icons-right .input:focus~.icon,
.control.has-icons-right .select:focus~.icon {
  color: #7a7a7a
}

.control.has-icons-left .input.is-small~.icon,
.control.has-icons-left .select.is-small~.icon,
.control.has-icons-right .input.is-small~.icon,
.control.has-icons-right .select.is-small~.icon {
  font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon,
.control.has-icons-left .select.is-medium~.icon,
.control.has-icons-right .input.is-medium~.icon,
.control.has-icons-right .select.is-medium~.icon {
  font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon,
.control.has-icons-left .select.is-large~.icon,
.control.has-icons-right .input.is-large~.icon,
.control.has-icons-right .select.is-large~.icon {
  font-size: 1.5rem
}

.control.has-icons-left .icon,
.control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4
}

.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.25em
}

.control.has-icons-left .icon.is-left {
  left: 0
}

.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.25em
}

.control.has-icons-right .icon.is-right {
  right: 0
}

.control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute !important;
  right: 0.625em;
  top: 0.625em
}

.control.is-loading.is-small:after {
  font-size: .75rem
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem
}

.control.is-loading.is-large:after {
  font-size: 1.5rem
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

figure {
  position: relative;
  overflow: hidden;
  height: 16em;
  background: #0a0a0a
}

figure h2 {
  margin-top: 0;
  padding-bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 1.25em
}

figure span {
  color: #fff;
  font-weight: bold
}

figure a {
  position: absolute;
  top: calc(50% - 25px);
  display: none;
  color: #fff;
  right: 0;
  left: 0;
  width: 11em;
  margin: auto;
  text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.5);
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 0.5em;
  box-shadow: none;
  border: 2px solid #fff;
  opacity: 0;
  transition: 300ms
}

figure a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.55)
}

figure img {
  position: relative;
  opacity: 0.85;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 500ms
}

figure figcaption {
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  padding: 1em 2em;
  background: #2e2e2e;
  transition: 500ms;
  transform: translate3d(0, 110%, 0)
}

figure figcaption::after {
  content: "";
  background: url("/img/patterns/fringe-darker-inverted.svg");
  width: 100%;
  height: 0.5em;
  left: 0;
  top: -0.5em;
  position: absolute
}

figure:hover img {
  opacity: 1
}

figure:hover figcaption {
  transform: translate3d(0, 0, 0)
}

figure:hover a {
  display: block;
  opacity: 1
}

.is-logo-gallery.columns figure {
  background: #fff;
  height: 10em;
  padding: 1em
}

.is-logo-gallery.columns figure img {
  object-fit: contain;
  padding: 0.75em
}

.is-logo-gallery.columns figure img:hover {
  filter: blur(1px) opacity(0.5)
}

.column figure {
  height: 28em
}

.column.is-tab figure {
  height: 34em;
  border-radius: 5px
}

.has-dark-background {
  background: #2e2e2e
}

img.is-gif {
  width: 80%;
  max-width: 500px;
  margin: 1.25em 0
}

.is-topic img {
  max-height: 4.75em
}

.is-about-us-page .is-topic img {
  max-height: 5.5em;
  margin-bottom: 0.75em
}

.is-feature {
  max-width: 80%;
  max-height: 37.5em;
  margin-bottom: 1.25em;
  margin-top: 1.25em
}

.is-content-with-cta img {
  width: 90%;
  height: 220px;
  object-fit: cover
}

.is-two-products img {
  max-width: 25%;
  margin-bottom: 1em
}

.is-case img {
  max-width: 28em;
  width: 100%
}

.is-media-logo-mobile {
  width: 10em;
  max-width: 50%;
  margin-bottom: 1.25em;
  filter: grayscale(1)
}

.is-media-logo {
  width: 100%;
  margin: 0.75em 0.5em 0;
  filter: grayscale(1);
  opacity: 0.4;
  transition: 300ms;
  background-size: contain
}

.is-media-logo::before {
  display: none
}

.is-media-logo a {
  height: 2.25em;
  box-shadow: none;
  background: url("/img/logo/logo-moblee.svg") no-repeat center;
  background-size: contain
}

.is-media-logo a:hover {
  opacity: 0.7
}

.is-media-logo.is-selected {
  opacity: 1
}

.is-media-logo.is-first a {
  background: url("/img/press/estadao.svg") no-repeat center
}

.is-media-logo.is-second a {
  background: url("/img/press/valor.svg") no-repeat center
}

.is-media-logo.is-third a {
  background: url("/img/press/dci.svg") no-repeat center
}

.is-media-logo.is-fourth a {
  background: url("/img/press/versar.svg") no-repeat center
}

.is-media-logo.is-fifth a {
  background: url("/img/press/pegn.svg") no-repeat center
}

.is-image-full-width {
  width: 100%;
  height: 26em;
  object-fit: cover;
  margin-bottom: -0.5em
}

@media screen and (max-width: 768px) {
  .is-feature {
    max-width: 100%;
    margin-bottom: 3em
  }

  .column.is-tab figure {
    height: 15em
  }

  .is-content-with-cta img {
    height: 9.5em
  }
}

.table {
  background-color: #fff;
  color: #2e2e2e;
  margin-bottom: 1.5rem
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%
}

.table th {
  color: #2e2e2e;
  text-align: left
}

.table tr:hover {
  background-color: #fafafa
}

.table tr.is-selected {
  background-color: #EC1164;
  color: #fff
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #2e2e2e
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #2e2e2e
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px
}

.table.is-fullwidth {
  width: 100%
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even):hover {
  background-color: #f5f5f5
}

p,
h1,
h2,
h3,
h4,
h5 {
  padding-bottom: 1em;
  transition: 300ms
}

h1,
h2,
h3,
h4,
h5 {
  color: #2e2e2e
}

h2,
h3,
h4,
h5 {
  font-weight: bold
}

h1 {
  font-size: 3.25em;
  margin-top: 2em;
  line-height: 1.2
}

h1:first-of-type {
  margin-top: 0
}

h2 {
  font-size: 2em;
  line-height: 1.3
}

h2 p {
  max-width: 100%
}

h3,
.is-topic>h2,
.is-clickable h2 {
  font-size: 1.25em
}

p {
  max-width: 700px
}

ul {
  padding: 1em 0 1em 2em
}

ul li {
  position: relative;
  padding-bottom: 0.75em
}

ul li:before {
  position: absolute;
  content: "";
  background: url("/img/patterns/list-style.svg") no-repeat;
  background-size: contain;
  width: 0.75em;
  height: 1em;
  top: 5px;
  left: -1.25em
}

.is-main {
  position: relative
}

.is-main:after {
  content: "";
  position: absolute;
  background: url("/img/patterns/wave-pink.svg") repeat center;
  background-size: contain;
  height: 0.5em;
  width: 6em;
  bottom: 0.15em;
  right: 0;
  left: 0;
  margin: auto
}

h1.is-main {
  margin-bottom: 1.25em
}

span.is-main {
  font-size: 3.75rem;
  font-weight: bold
}

span.is-main:after {
  bottom: -0.5em
}

h1.fade-h1:after {
  animation-name: h1FadeEffect;
  animation-duration: 2.25s;
  animation-iteration-count: 1
}

h1.fade-h1:before {
  content: "";
  position: absolute;
  background: white;
  height: 0.5em;
  width: 6em;
  bottom: 0.15em;
  right: -12em;
  left: 0;
  margin: auto;
  z-index: 2;
  animation-name: translateRight;
  animation-duration: 2s;
  animation-iteration-count: 1
}

h1.is-explaned {
  padding-bottom: 0.5em
}

.is-subtitle {
  font-size: 1.25em;
  margin-bottom: 1.25em;
  display: block
}

p.is-data-sample {
  font-size: 1.25em
}

span.is-data-sample {
  display: inline-block;
  font-size: 2.75em;
  font-weight: bold;
  margin-top: 0.5em
}

.tipography {
  font-size: 4em;
  line-height: 1.2;
  margin-bottom: 1em;
  display: inline-block
}

.tipography strong {
  color: #EC1164
}

.is-case h2 {
  opacity: 0.6;
  font-size: 1.75em
}

.is-button-continuation {
  padding: 1.1rem;
  display: inline-block
}

.is-library h2 {
  margin-top: 2em
}

.is-library h3 {
  font-weight: normal;
  line-height: 1.3
}

.category h2 {
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.5em
}

.is-product-library h1 {
  margin-bottom: 0
}

@media screen and (max-width: 1471px) {
  h1 {
    font-size: 3em
  }

  .is-subtitle {
    font-size: 1.2em
  }
}

@media screen and (min-width: 769px) and (max-width: 1003px) {
  h1 {
    font-size: 2.75em
  }

  h2 {
    font-size: 1.75em
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em
  }

  h2 {
    font-size: 1.5em
  }

  h3,
  .is-topic>h2,
  .is-clickable>h2 {
    font-size: 1.25em
  }

  .tipography {
    font-size: 2.75em
  }

  .is-subtitle {
    font-size: 1.1em
  }

  .is-library h3 {
    font-size: 1.1em
  }

  .is-library h2 {
    margin-top: 1.5em
  }
}

.is-media {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  margin-left: -24px
}

.is-video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0)
}

.is-video-container video {
  position: absolute;
  object-fit: contain;
  width: 110%;
  height: 110%;
  margin-top: 4.75em
}

.section.is-video-parent {
  position: relative;
  margin-bottom: -1.75em;
  padding-top: 2.25em
}

.block:not(:last-child) {
  margin-bottom: 1.5rem
}

.container {
  margin: 0 auto;
  position: relative
}

@media screen and (min-width: 1004px) {
  .container {
    max-width: 940px;
    width: 940px
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
    width: auto
  }
}

@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto
  }
}

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 1408px;
    width: auto
  }
}

@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
    width: 1152px
  }
}

@media screen and (min-width: 1472px) {
  .container {
    max-width: 1408px;
    width: 1408px
  }
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px
}

.delete:before,
.delete:after {
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center
}

.delete:before {
  height: 2px;
  width: 50%
}

.delete:after {
  height: 50%;
  width: 2px
}

.delete:hover,
.delete:focus {
  background-color: rgba(10, 10, 10, 0.3)
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4)
}

.delete.is-small {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px
}

.delete.is-medium {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px
}

.delete.is-large {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px
}

.fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem
}

.highlight pre {
  overflow: auto;
  max-width: 100%
}

.loader {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em
}

.is-loader {
  position: fixed;
  left: calc(50% + 1.5rem);
  top: calc(50% + 1.5rem);
  z-index: 100;
  margin: -75px 0 0 -75px;
  border: .75rem solid #dbdbdb;
  border-radius: 50%;
  border-top: .75rem solid #0086c5;
  width: 3rem;
  height: 3rem;
  animation: spin 2.25s linear infinite;
  display: none
}

.no-margin-top {
  margin-top: 0 !important
}

.number {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  background-color: #f5f5f5;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: .25rem .5rem;
  text-align: center;
  vertical-align: top
}

.columns.has-margin-top {
  margin-top: 1em
}

.social-proof {
  margin: 2rem 0 0
}

.social-proof span {
  font-size: 1.4rem;
  opacity: .6;
  padding-bottom: 1.25rem;
  display: block
}

.social-proof hr {
  margin: 3.5rem 0 0
}

.social-proof img {
  filter: grayscale(1);
  height: 100%;
  max-height: 4.5em;
  object-fit: contain;
  width: 10em;
  max-width: 75%;
  opacity: .7;
  display: block;
  margin: auto
}

.gradient {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(46, 46, 46, 0) 60%);
  position: relative
}

.featured h2 {
  margin-top: 0;
  padding-bottom: .25em;
  font-size: 1.5em
}

.featured .is-main {
  height: 33.5em
}

.featured a {
  box-shadow: none;
  background: none
}

.is-filter-selector {
  margin-top: 1.5em
}

.filters {
  background: linear-gradient(135deg, rgba(236, 17, 100, 0.93), #f470a2 100%);
  position: fixed;
  height: 100vh;
  top: 0;
  width: 25em;
  max-width: 80%;
  right: -25em;
  padding: 2em;
  padding-top: 3.2rem;
  z-index: 10;
  color: #fff;
  transition: 750ms
}

.filters h2 {
  color: #fff
}

.filters select {
  margin-bottom: 2.75em;
  margin-top: .5em;
  font-size: 1em;
  background: none;
  background: url("/img/patterns/pointer.svg") no-repeat right;
  color: #8d0a3c;
  -webkit-appearance: none;
  border-radius: 0;
  padding: .5em 0 .2em;
  border-bottom: 3px solid #fff;
  transition: 300ms
}

.filters select:hover {
  border-bottom: 3px solid #8d0a3c;
  transition: 300ms
}

.filters select:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}

.filters .close {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 2.5em;
  box-shadow: none;
  top: 6.5rem;
  right: 1.5rem
}

.filters .close:hover {
  color: #2e2e2e
}

.is-filter-opened {
  right: 0;
  transition: 750ms
}

.category .column {
  position: relative
}

.category img {
  height: 12em;
  width: 100%;
  object-fit: cover;
  object-position: center
}

.category a {
  box-shadow: none;
  transition: 600ms;
  display: block;
  position: relative
}

.category a:hover {
  background: none
}

.category a>h3:hover {
  box-shadow: inset 0 -6px 0 #0086c5
}

.category .tns-inner {
  position: relative
}

.category .tns-inner::before {
  content: "";
  position: absolute;
  height: 94%;
  width: 2.5rem;
  top: 0;
  left: -1.7rem;
  background: #fff;
  box-shadow: 4px -.15rem .3rem rgba(122, 122, 122, 0.2);
  z-index: 1
}

.category .tns-inner::after {
  content: "";
  position: absolute;
  height: 94%;
  width: 2.5rem;
  top: 0;
  right: .5rem;
  background: #fff;
  box-shadow: -4px -.15rem .3rem rgba(122, 122, 122, 0.2);
  z-index: 1
}

.category .tns-inner p,
.category .tns-inner h3 {
  padding-left: .5rem;
  padding-right: .5rem
}

.colours {
  margin-bottom: 3em
}

.colour-ball {
  background: #EC1164;
  height: 5em;
  width: 5em;
  display: block;
  margin: auto;
  margin-bottom: .5em;
  border-radius: 10em
}

.is-cyan-colour {
  background: #0095da
}

.is-link-colour {
  background: #0086c5
}

.is-dangerous-colour {
  background: #B21028
}

.is-detail-colour {
  background: #F470A2
}

.is-background-colour {
  background: #2e2e2e
}

.is-engage {
  background: #d56c99
}

.is-promote {
  background: #dd6e5f
}

.is-register {
  background: #68c0d8
}

.is-collect {
  background: #4e7dbe
}

.slider-value {
  display: inline-block;
  position: relative;
  width: 7.5em;
  color: #fff;
  line-height: 1.25em;
  text-align: center;
  border-radius: 3px;
  background: #EC1164;
  padding: .5em .75em;
  margin-left: .5em
}

.slider-value::after {
  position: absolute;
  top: .75em;
  left: -0.4em;
  width: 0;
  height: 0;
  border-top: .4em solid transparent;
  border-right: .4em solid #EC1164;
  border-bottom: .4em solid transparent;
  content: ""
}

.is-range p {
  margin-top: 1.5em;
  color: #7a7a7a
}

.retrieval-value {
  font-weight: bold;
  font-size: 3.75em;
  display: inline-block;
  margin-top: -1rem;
  color: #EC1164
}

.error {
  font-size: 8em;
  display: inline-block;
  animation-name: errorPage;
  animation-duration: 3s;
  animation-iteration-count: infinite
}

.is-activated {
  display: block !important
}

.is-activated .modal {
  animation-name: fadeAndScaleEffectModal;
  animation-duration: .7s;
  animation-iteration-count: 1
}

a.has-no-style {
  box-shadow: none
}

a.has-no-style:hover {
  background: none
}

@media screen and (max-width: 1003px) {
  .category img {
    height: 8.5em
  }

  .intercom-launcher-frame,
  .intercom-launcher-discovery {
    transform: translateY(-60px) !important
  }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem
}

.columns.is-mobile>.column.is-narrow {
  flex: none
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
  flex: none;
  width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
  flex: none;
  width: 66.6666%
}

.columns.is-mobile>.column.is-half {
  flex: none;
  width: 50%
}

.columns.is-mobile>.column.is-one-third {
  flex: none;
  width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
  flex: none;
  width: 25%
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.3333333333%
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.6666666667%
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.3333333333%
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.6666666667%
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.3333333333%
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.6666666667%
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.3333333333%
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.6666666667%
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%
  }

  .column.is-offset-half-mobile {
    margin-left: 50%
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-mobile {
    margin-left: 25%
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-mobile {
    margin-left: 50%
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-mobile {
    margin-left: 75%
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-mobile {
    margin-left: 100%
  }
}

@media screen and (min-width: 769px),
print {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%
  }
}

@media screen and (max-width: 1003px) {
  .column.is-narrow-touch {
    flex: none
  }

  .column.is-full-touch {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-touch {
    flex: none;
    width: 50%
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%
  }

  .column.is-offset-half-touch {
    margin-left: 50%
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%
  }

  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%
  }

  .column.is-3-touch {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-touch {
    margin-left: 25%
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%
  }

  .column.is-6-touch {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-touch {
    margin-left: 50%
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%
  }

  .column.is-9-touch {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-touch {
    margin-left: 75%
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%
  }

  .column.is-12-touch {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-touch {
    margin-left: 100%
  }
}

@media screen and (min-width: 1004px) {
  .column.is-narrow-desktop {
    flex: none
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%
  }

  .column.is-offset-half-desktop {
    margin-left: 50%
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-desktop {
    margin-left: 25%
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-desktop {
    margin-left: 50%
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-desktop {
    margin-left: 75%
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-desktop {
    margin-left: 100%
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%
  }
}

@media screen and (min-width: 1472px) {
  .column.is-narrow-fullhd {
    flex: none
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem
}

.columns:last-child {
  margin-bottom: -0.75rem
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem
}

.columns.is-centered {
  justify-content: center
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0
}

.columns.is-gapless:last-child {
  margin-bottom: 0
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0
}

@media screen and (min-width: 769px),
print {
  .columns.is-grid {
    flex-wrap: wrap
  }

  .columns.is-grid>.column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%
  }

  .columns.is-grid>.column+.column {
    margin-left: 0
  }
}

.columns.is-mobile {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex
}

.columns.is-multiline {
  flex-wrap: wrap
}

.columns.is-vcentered {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center
}

@media screen and (min-width: 769px),
print {
  .columns:not(.is-desktop) {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }
}

@media screen and (min-width: 1004px) {
  .columns.is-desktop {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }
}

.is-topic {
  margin: 2.5em 1em 2.75em
}

.is-center-flex {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center
}

@media screen and (max-width: 768px) {
  .is-mobile {
    flex-direction: column
  }

  .is-text-feature {
    order: 1;
    display: block;
    width: 100% !important
  }

  .is-media-feature {
    order: 2;
    display: block;
    width: 80% !important
  }

  .is-topic {
    margin: 1em 0em 1.5em
  }
}

.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem
}

.tile.is-child {
  margin: 0 !important
}

.tile.is-parent {
  padding: 0.75rem
}

.tile.is-vertical {
  flex-direction: column
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important
}

@media screen and (min-width: 769px),
print {
  .tile:not(.is-child) {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }

  .tile.is-1 {
    flex: none;
    width: 8.3333333333%
  }

  .tile.is-2 {
    flex: none;
    width: 16.6666666667%
  }

  .tile.is-3 {
    flex: none;
    width: 25%
  }

  .tile.is-4 {
    flex: none;
    width: 33.3333333333%
  }

  .tile.is-5 {
    flex: none;
    width: 41.6666666667%
  }

  .tile.is-6 {
    flex: none;
    width: 50%
  }

  .tile.is-7 {
    flex: none;
    width: 58.3333333333%
  }

  .tile.is-8 {
    flex: none;
    width: 66.6666666667%
  }

  .tile.is-9 {
    flex: none;
    width: 75%
  }

  .tile.is-10 {
    flex: none;
    width: 83.3333333333%
  }

  .tile.is-11 {
    flex: none;
    width: 91.6666666667%
  }

  .tile.is-12 {
    flex: none;
    width: 100%
  }
}

.hero {
  align-items: stretch;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 500ms
}

.hero .nav {
  background: none;
  box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3)
}

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero p {
  color: #fff
}

.hero p {
  margin-bottom: 1em
}

.hero h1 {
  text-shadow: 1px 1px 2px rgba(80, 80, 80, 0.25);
  padding-bottom: .75em
}

.hero .tabs ul {
  border-bottom: none
}

.hero.is-white {
  background-color: #fff;
  color: #0a0a0a
}

.hero.is-white a:not(.button),
.hero.is-white strong {
  color: inherit
}

.hero.is-white .title {
  color: #0a0a0a
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9)
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a
}

.hero.is-white .nav {
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-white .nav-menu {
    background-color: #fff
  }
}

.hero.is-white a.nav-item,
.hero.is-white .nav-item a:not(.button) {
  color: rgba(10, 10, 10, 0.7)
}

.hero.is-white a.nav-item:hover,
.hero.is-white a.nav-item.is-active,
.hero.is-white .nav-item a:not(.button):hover,
.hero.is-white .nav-item a:not(.button).is-active {
  color: #0a0a0a
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: .9
}

.hero.is-white .tabs a:hover {
  opacity: 1
}

.hero.is-white .tabs li.is-active a {
  opacity: 1
}

.hero.is-white .tabs.is-boxed a,
.hero.is-white .tabs.is-toggle a {
  color: #0a0a0a
}

.hero.is-white .tabs.is-boxed a:hover,
.hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-white .tabs.is-boxed li.is-active a,
.hero.is-white .tabs.is-boxed li.is-active a:hover,
.hero.is-white .tabs.is-toggle li.is-active a,
.hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, #fff 71%, #fff 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-white .nav-toggle span {
    background-color: #0a0a0a
  }

  .hero.is-white .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-white .nav-toggle.is-active span {
    background-color: #0a0a0a
  }

  .hero.is-white .nav-menu .nav-item {
    border-top-color: rgba(10, 10, 10, 0.2)
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: #fff
}

.hero.is-black a:not(.button),
.hero.is-black strong {
  color: inherit
}

.hero.is-black .title {
  color: #fff
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9)
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: #fff
}

.hero.is-black .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-black .nav-menu {
    background-color: #0a0a0a
  }
}

.hero.is-black a.nav-item,
.hero.is-black .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7)
}

.hero.is-black a.nav-item:hover,
.hero.is-black a.nav-item.is-active,
.hero.is-black .nav-item a:not(.button):hover,
.hero.is-black .nav-item a:not(.button).is-active {
  color: #fff
}

.hero.is-black .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-black .tabs a:hover {
  opacity: 1
}

.hero.is-black .tabs li.is-active a {
  opacity: 1
}

.hero.is-black .tabs.is-boxed a,
.hero.is-black .tabs.is-toggle a {
  color: #fff
}

.hero.is-black .tabs.is-boxed a:hover,
.hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-black .tabs.is-boxed li.is-active a,
.hero.is-black .tabs.is-boxed li.is-active a:hover,
.hero.is-black .tabs.is-toggle li.is-active a,
.hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-black .nav-toggle span {
    background-color: #fff
  }

  .hero.is-black .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-black .nav-toggle.is-active span {
    background-color: #fff
  }

  .hero.is-black .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2)
  }
}

.hero.is-light {
  background-color: #f5f5f5;
  color: #2e2e2e
}

.hero.is-light a:not(.button),
.hero.is-light strong {
  color: inherit
}

.hero.is-light .title {
  color: #2e2e2e
}

.hero.is-light .subtitle {
  color: rgba(46, 46, 46, 0.9)
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #2e2e2e
}

.hero.is-light .nav {
  box-shadow: 0 1px 0 rgba(46, 46, 46, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-light .nav-menu {
    background-color: #f5f5f5
  }
}

.hero.is-light a.nav-item,
.hero.is-light .nav-item a:not(.button) {
  color: rgba(46, 46, 46, 0.7)
}

.hero.is-light a.nav-item:hover,
.hero.is-light a.nav-item.is-active,
.hero.is-light .nav-item a:not(.button):hover,
.hero.is-light .nav-item a:not(.button).is-active {
  color: #2e2e2e
}

.hero.is-light .tabs a {
  color: #2e2e2e;
  opacity: .9
}

.hero.is-light .tabs a:hover {
  opacity: 1
}

.hero.is-light .tabs li.is-active a {
  opacity: 1
}

.hero.is-light .tabs.is-boxed a,
.hero.is-light .tabs.is-toggle a {
  color: #2e2e2e
}

.hero.is-light .tabs.is-boxed a:hover,
.hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-light .tabs.is-boxed li.is-active a,
.hero.is-light .tabs.is-boxed li.is-active a:hover,
.hero.is-light .tabs.is-toggle li.is-active a,
.hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  color: #f5f5f5
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-light .nav-toggle span {
    background-color: #2e2e2e
  }

  .hero.is-light .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-light .nav-toggle.is-active span {
    background-color: #2e2e2e
  }

  .hero.is-light .nav-menu .nav-item {
    border-top-color: rgba(46, 46, 46, 0.2)
  }
}

.hero.is-dark {
  background-color: #2e2e2e;
  color: #f5f5f5
}

.hero.is-dark a:not(.button),
.hero.is-dark strong {
  color: inherit
}

.hero.is-dark .title {
  color: #f5f5f5
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9)
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #f5f5f5
}

.hero.is-dark .nav {
  box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-dark .nav-menu {
    background-color: #2e2e2e
  }
}

.hero.is-dark a.nav-item,
.hero.is-dark .nav-item a:not(.button) {
  color: rgba(245, 245, 245, 0.7)
}

.hero.is-dark a.nav-item:hover,
.hero.is-dark a.nav-item.is-active,
.hero.is-dark .nav-item a:not(.button):hover,
.hero.is-dark .nav-item a:not(.button).is-active {
  color: #f5f5f5
}

.hero.is-dark .tabs a {
  color: #f5f5f5;
  opacity: .9
}

.hero.is-dark .tabs a:hover {
  opacity: 1
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1
}

.hero.is-dark .tabs.is-boxed a,
.hero.is-dark .tabs.is-toggle a {
  color: #f5f5f5
}

.hero.is-dark .tabs.is-boxed a:hover,
.hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-dark .tabs.is-boxed li.is-active a,
.hero.is-dark .tabs.is-boxed li.is-active a:hover,
.hero.is-dark .tabs.is-toggle li.is-active a,
.hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #2e2e2e
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #161213 0%, #2e2e2e 71%, #3e3938 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #161213 0%, #2e2e2e 71%, #3e3938 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-dark .nav-toggle span {
    background-color: #f5f5f5
  }

  .hero.is-dark .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-dark .nav-toggle.is-active span {
    background-color: #f5f5f5
  }

  .hero.is-dark .nav-menu .nav-item {
    border-top-color: rgba(245, 245, 245, 0.2)
  }
}

.hero.is-primary {
  background-color: #EC1164;
  color: #fff
}

.hero.is-primary a:not(.button),
.hero.is-primary strong {
  color: inherit
}

.hero.is-primary .title {
  color: #fff
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9)
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff
}

.hero.is-primary .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-primary .nav-menu {
    background-color: #EC1164
  }
}

.hero.is-primary a.nav-item,
.hero.is-primary .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7)
}

.hero.is-primary a.nav-item:hover,
.hero.is-primary a.nav-item.is-active,
.hero.is-primary .nav-item a:not(.button):hover,
.hero.is-primary .nav-item a:not(.button).is-active {
  color: #fff
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-primary .tabs a:hover {
  opacity: 1
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1
}

.hero.is-primary .tabs.is-boxed a,
.hero.is-primary .tabs.is-toggle a {
  color: #fff
}

.hero.is-primary .tabs.is-boxed a:hover,
.hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-primary .tabs.is-boxed li.is-active a,
.hero.is-primary .tabs.is-boxed li.is-active a:hover,
.hero.is-primary .tabs.is-toggle li.is-active a,
.hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #EC1164
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #c7036e 0%, #EC1164 71%, #f5214e 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #c7036e 0%, #EC1164 71%, #f5214e 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-primary .nav-toggle span {
    background-color: #fff
  }

  .hero.is-primary .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-primary .nav-toggle.is-active span {
    background-color: #fff
  }

  .hero.is-primary .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2)
  }
}

.hero.is-secondary {
  background-color: #0086c5;
  color: #fff
}

.hero.is-secondary a:not(.button),
.hero.is-secondary strong {
  color: inherit
}

.hero.is-secondary .title {
  color: #fff
}

.hero.is-secondary .subtitle {
  color: rgba(255, 255, 255, 0.9)
}

.hero.is-secondary .subtitle a:not(.button),
.hero.is-secondary .subtitle strong {
  color: #fff
}

.hero.is-secondary .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-secondary .nav-menu {
    background-color: #0086c5
  }
}

.hero.is-secondary a.nav-item,
.hero.is-secondary .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7)
}

.hero.is-secondary a.nav-item:hover,
.hero.is-secondary a.nav-item.is-active,
.hero.is-secondary .nav-item a:not(.button):hover,
.hero.is-secondary .nav-item a:not(.button).is-active {
  color: #fff
}

.hero.is-secondary .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-secondary .tabs a:hover {
  opacity: 1
}

.hero.is-secondary .tabs li.is-active a {
  opacity: 1
}

.hero.is-secondary .tabs.is-boxed a,
.hero.is-secondary .tabs.is-toggle a {
  color: #fff
}

.hero.is-secondary .tabs.is-boxed a:hover,
.hero.is-secondary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-secondary .tabs.is-boxed li.is-active a,
.hero.is-secondary .tabs.is-boxed li.is-active a:hover,
.hero.is-secondary .tabs.is-toggle li.is-active a,
.hero.is-secondary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0086c5
}

.hero.is-secondary.is-bold {
  background-image: linear-gradient(141deg, #007c92 0%, #0086c5 71%, #0072de 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-secondary.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #007c92 0%, #0086c5 71%, #0072de 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-secondary .nav-toggle span {
    background-color: #fff
  }

  .hero.is-secondary .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-secondary .nav-toggle.is-active span {
    background-color: #fff
  }

  .hero.is-secondary .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2)
  }
}

.hero.is-success {
  background-color: #00C853;
  color: #fff
}

.hero.is-success a:not(.button),
.hero.is-success strong {
  color: inherit
}

.hero.is-success .title {
  color: #fff
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9)
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff
}

.hero.is-success .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-success .nav-menu {
    background-color: #00C853
  }
}

.hero.is-success a.nav-item,
.hero.is-success .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7)
}

.hero.is-success a.nav-item:hover,
.hero.is-success a.nav-item.is-active,
.hero.is-success .nav-item a:not(.button):hover,
.hero.is-success .nav-item a:not(.button).is-active {
  color: #fff
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-success .tabs a:hover {
  opacity: 1
}

.hero.is-success .tabs li.is-active a {
  opacity: 1
}

.hero.is-success .tabs.is-boxed a,
.hero.is-success .tabs.is-toggle a {
  color: #fff
}

.hero.is-success .tabs.is-boxed a:hover,
.hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-success .tabs.is-boxed li.is-active a,
.hero.is-success .tabs.is-boxed li.is-active a:hover,
.hero.is-success .tabs.is-toggle li.is-active a,
.hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00C853
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #009525 0%, #00C853 71%, #00e283 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #009525 0%, #00C853 71%, #00e283 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-success .nav-toggle span {
    background-color: #fff
  }

  .hero.is-success .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-success .nav-toggle.is-active span {
    background-color: #fff
  }

  .hero.is-success .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2)
  }
}

.hero.is-warning {
  background-color: #FF8F00;
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning a:not(.button),
.hero.is-warning strong {
  color: inherit
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9)
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning .nav {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-warning .nav-menu {
    background-color: #FF8F00
  }
}

.hero.is-warning a.nav-item,
.hero.is-warning .nav-item a:not(.button) {
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning a.nav-item:hover,
.hero.is-warning a.nav-item.is-active,
.hero.is-warning .nav-item a:not(.button):hover,
.hero.is-warning .nav-item a:not(.button).is-active {
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: .9
}

.hero.is-warning .tabs a:hover {
  opacity: 1
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1
}

.hero.is-warning .tabs.is-boxed a,
.hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7)
}

.hero.is-warning .tabs.is-boxed a:hover,
.hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-warning .tabs.is-boxed li.is-active a,
.hero.is-warning .tabs.is-boxed li.is-active a:hover,
.hero.is-warning .tabs.is-toggle li.is-active a,
.hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #FF8F00
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #cc5000 0%, #FF8F00 71%, #ffc01a 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #cc5000 0%, #FF8F00 71%, #ffc01a 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-warning .nav-toggle span {
    background-color: rgba(0, 0, 0, 0.7)
  }

  .hero.is-warning .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-warning .nav-toggle.is-active span {
    background-color: rgba(0, 0, 0, 0.7)
  }

  .hero.is-warning .nav-menu .nav-item {
    border-top-color: rgba(0, 0, 0, 0.2)
  }
}

.hero.is-danger {
  background-color: #B21028;
  color: #fff
}

.hero.is-danger a:not(.button),
.hero.is-danger strong {
  color: inherit
}

.hero.is-danger .title {
  color: #fff
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9)
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff
}

.hero.is-danger .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2)
}

@media screen and (max-width: 768px) {
  .hero.is-danger .nav-menu {
    background-color: #B21028
  }
}

.hero.is-danger a.nav-item,
.hero.is-danger .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7)
}

.hero.is-danger a.nav-item:hover,
.hero.is-danger a.nav-item.is-active,
.hero.is-danger .nav-item a:not(.button):hover,
.hero.is-danger .nav-item a:not(.button).is-active {
  color: #fff
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9
}

.hero.is-danger .tabs a:hover {
  opacity: 1
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1
}

.hero.is-danger .tabs.is-boxed a,
.hero.is-danger .tabs.is-toggle a {
  color: #fff
}

.hero.is-danger .tabs.is-boxed a:hover,
.hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1)
}

.hero.is-danger .tabs.is-boxed li.is-active a,
.hero.is-danger .tabs.is-boxed li.is-active a:hover,
.hero.is-danger .tabs.is-toggle li.is-active a,
.hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #B21028
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #8a052f 0%, #B21028 71%, #cf100d 100%)
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .nav-menu {
    background-image: linear-gradient(141deg, #8a052f 0%, #B21028 71%, #cf100d 100%)
  }
}

@media screen and (max-width: 768px) {
  .hero.is-danger .nav-toggle span {
    background-color: #fff
  }

  .hero.is-danger .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1)
  }

  .hero.is-danger .nav-toggle.is-active span {
    background-color: #fff
  }

  .hero.is-danger .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2)
  }
}

@media screen and (min-width: 769px),
print {
  .hero.is-medium .hero-body {
    padding-bottom: 9.5rem;
    padding-top: 7.5rem
  }
}

@media screen and (min-width: 769px),
print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem
  }
}

.hero.is-halfheight .hero-body,
.hero.is-fullheight .hero-body {
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex
}

.hero.is-halfheight .hero-body>.container,
.hero.is-fullheight .hero-body>.container {
  flex-grow: 1;
  flex-shrink: 1
}

.hero.is-halfheight {
  min-height: 50vh
}

.hero.is-fullheight {
  min-height: 100vh
}

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0)
}

.hero-video.is-transparent {
  opacity: .3
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none
  }
}

.hero-buttons {
  margin-top: 1.5rem
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: .75rem
  }
}

@media screen and (min-width: 769px),
print {
  .hero-buttons {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem
}

.hero.is-main {
  background: linear-gradient(135deg, rgba(236, 17, 100, 0.93), #f470a2 100%);
  position: relative
}

.hero.is-main::after {
  position: absolute;
  content: "";
  background: url("/img/patterns/fringe-white-inverted.svg");
  height: .5rem;
  width: 100%;
  left: 0;
  bottom: 0
}

.is-home-page .hero.is-main {
  background: rgba(0, 134, 197, 0.325) url("/img/patterns/background-home.svg") no-repeat;
  background-size: cover
}

.is-home-page .hero.is-main h1 {
  color: #EC1164;
  font-weight: bold;
  text-shadow: none
}

.is-home-page .hero.is-main p {
  color: #000
}

.is-home-page .hero.is-main .button {
  margin: 0;
  padding: .75rem 2.75rem 2.5rem;
  border-radius: 0
}

.is-home-page .hero.is-main form {
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0
}

.is-home-page .hero.is-main form input {
  font-size: 1rem;
  border: #fff
}

.is-home-page .hero.is-main .container img {
  right: 0;
  top: -0.75rem;
  height: 26rem;
  position: absolute
}

.is-home-page .hero.is-main .is-subtitle p {
  margin: 1rem 0 -3rem;
  color: #646464;
  font-size: .9rem
}

.is-product-page .hero,
.is-about-us-page .hero,
.is-other-page .hero,
.is-lead-retrieval-page .hero {
  text-align: center
}

.is-product-page .hero p,
.is-about-us-page .hero p,
.is-other-page .hero p,
.is-lead-retrieval-page .hero p {
  margin-right: auto;
  margin-left: auto
}

.is-product-page .hero {
  padding-top: 0;
  padding-bottom: 13em;
  margin-bottom: 13em;
  position: relative
}

.is-product-page .hero h1 {
  max-width: 700px;
  margin: auto
}

.is-product-page .hero img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 23em;
  max-width: 40em;
  max-height: 32em;
  z-index: 1
}

.is-lead-retrieval-page .hero {
  padding-top: 0;
  position: relative;
  height: 46em;
  margin-bottom: 11em
}

.is-lead-retrieval-page .hero.is-main {
  background: linear-gradient(135deg, #4e7dbe 20%, #b46eac 100%)
}

.is-lead-retrieval-page .hero h1 {
  max-width: 700px;
  margin: auto
}

.is-promote .hero.is-main {
  background: linear-gradient(135deg, #dc7b6a 20%, #e4b448 100%)
}

.is-register .hero.is-main {
  background: linear-gradient(135deg, #4990cd 20%, #8cc4c6 100%)
}

.is-engage .hero.is-main {
  background: linear-gradient(135deg, #d56c99 20%, #dc7b6a 100%)
}

.is-about-us-page .hero {
  height: calc(100vh + 0.5rem);
  padding-top: 20vh
}

.is-about-us-page .hero::before {
  content: "∨";
  position: absolute;
  color: #fff;
  font-size: 2.5vw;
  bottom: 6vh;
  font-weight: bold;
  line-height: 1;
  width: 3vw;
  height: 3vw;
  right: calc(50% - 1.5vw);
  animation-name: backAndForth;
  animation-duration: 1.75s;
  animation-iteration-count: infinite;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10em
}

.is-other-page .hero {
  background: #EC1164 url("/img/patterns/background.svg") no-repeat;
  background-size: cover;
  background-attachment: fixed
}

.is-other-page .hero p,
.is-other-page .hero a {
  display: none
}

.is-other-page .hero h1 {
  position: relative
}

.is-other-page .hero h1::after {
  position: absolute;
  content: "";
  background: url("/img/patterns/wave-white.svg") repeat center;
  background-size: contain;
  height: .4em;
  width: 4.9em;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

@media screen and (max-width: 1471px) {
  .is-home-page .hero.is-main .container img {
    right: -3.5rem
  }
}

@media screen and (max-width: 1215px) {
  .is-lead-retrieval-page .hero {
    height: auto;
    margin-bottom: 2em
  }

  .is-lead-retrieval-page .hero.is-medium .hero-body {
    padding-bottom: 3rem
  }

  .is-home-page .hero-body .container h1,
  .is-home-page .hero-body .container p {
    max-width: 100%
  }
}

@media screen and (max-width: 768px) {
  .hero {
    text-align: center
  }

  .is-product-page .hero,
  .is-lead-retrieval-page .hero {
    padding-top: 3em;
    margin-bottom: 3em;
    padding-bottom: 0
  }

  .is-product-page .hero img,
  .is-lead-retrieval-page .hero img {
    position: relative;
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: -6em;
    top: 0
  }

  .is-other-page .hero h1 {
    padding-top: 1em;
    padding-bottom: 1.25em
  }

  .is-other-page .hero h1::after {
    position: relative
  }

  .is-about-us-page .hero {
    padding-top: 15vh
  }

  .is-about-us-page .hero::before {
    display: none
  }

  .is-lead-retrieval-page header .static-header {
    height: 200px;
    margin-top: 2em
  }
}

.section {
  padding: 4.75rem 1.5rem 3rem
}

@media screen and (min-width: 1004px) {
  .section.is-medium {
    padding: 9rem 1.5rem
  }

  .section.is-large {
    padding: 18rem 1.5rem
  }
}

.is-other-page section {
  padding: 2.75rem 1.5rem
}

.is-other-page section:first-of-type .container {
  background: #fff;
  padding-top: 4em;
  margin-top: -8.5em;
  position: relative
}

.is-other-page section:first-of-type .container::before,
.is-other-page section:first-of-type .container::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 2em;
  top: 0
}

.is-other-page section:first-of-type .container::after {
  right: -2em;
  border-top-right-radius: 5px
}

.is-other-page section:first-of-type .container::before {
  left: -2em;
  border-top-left-radius: 5px
}

.is-cases section {
  padding: 4.75rem 1.5rem 0.5rem
}

@media screen and (max-width: 768px) {

  .section,
  .is-other-page section {
    padding: 2.5rem 1.5rem 1.5rem
  }

  .is-other-page section:first-of-type .container {
    margin-top: -4em
  }

  .is-cases section {
    padding: 1.5rem 1.5rem 0.75rem
  }
}

.footer {
  background-color: #2e2e2e;
  padding: 3rem 1.5rem 0;
  position: relative
}

.footer::after {
  content: "";
  position: absolute;
  height: 0.5em;
  background: url("/img/patterns/fringe-darker.svg");
  width: 100%;
  left: 0;
  bottom: -0.5em
}

.footer p,
.footer strong {
  color: #fff
}

.footer ul {
  padding: 0
}

.footer ul li {
  padding-bottom: 0.5em
}

.footer ul li::before {
  display: none
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none
}

.footer a:hover {
  color: #2e2e2e
}

.footer .is-section-head {
  text-transform: uppercase;
  font-weight: bold
}

.footer .top-footer {
  position: relative;
  padding-bottom: 1.5em
}

.footer .top-footer div {
  display: inline-block
}

.footer hr {
  opacity: 0.3;
  margin-top: 0;
  margin-bottom: 2em
}

.footer .social-media a {
  background: #505050;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  border-radius: 5em;
  margin-right: 0.4em;
  position: relative
}

.footer .social-media a::after {
  position: absolute;
  content: "";
  height: 1.5em;
  width: 1.5em;
  right: 0.5em;
  top: 0.5em
}

.footer .social-media a:hover {
  background: #b5b5b5;
  transform: scale(1.08)
}

.footer .social-media .is-facebook::after {
  background: url("/img/socialmedia/facebook.svg") no-repeat;
  background-size: contain
}

.footer .social-media .is-linkedin::after {
  background: url("/img/socialmedia/linkedin.svg") no-repeat;
  background-size: contain
}

.footer .social-media .is-twitter::after {
  background: url("/img/socialmedia/twitter.svg") no-repeat;
  background-size: contain
}

.footer .is-language-selector {
  float: right
}

.footer .is-language-selector a {
  background: #505050;
  font-size: 1.1em;
  padding: 0.3em 0.5em;
  margin-left: 0.4em;
  display: inline-block
}

.footer .is-language-selector a:hover {
  background: #b5b5b5
}

.footer .is-language-selector a.is-selected-footer {
  background: none;
  font-weight: bold
}

.footer .is-language-selector a.is-selected-footer:hover {
  background: inherit;
  color: #b5b5b5;
  cursor: default
}

.footer .is-address {
  margin-top: 1em
}

.bridge {
  background: #505050
}

.bridge p,
.bridge strong {
  color: #fff
}

.bridge p {
  color: #fff;
  margin-bottom: 0;
  padding-top: 1.75em;
  padding-bottom: 1.5em
}

.bridge img {
  vertical-align: middle;
  width: 70px
}

.wrapper {
  margin-bottom: 36.5em;
  padding-bottom: 5em;
  background: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 4px 3px rgba(10, 10, 10, 0.5)
}

.wrapper::after {
  content: "";
  position: absolute;
  height: 0.5em;
  background: url("/img/patterns/fringe-white.svg");
  width: 100%;
  left: 0;
  bottom: -0.5em
}

.footer-wrapper {
  height: 36.5em;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0
}

@media screen and (max-width: 1471px) {
  .footer-wrapper {
    height: 40em
  }

  .wrapper {
    margin-bottom: 40em
  }
}

@media screen and (max-width: 1215px) {
  .footer-wrapper {
    height: 41em
  }

  .wrapper {
    margin-bottom: 41em
  }
}

@media screen and (max-width: 1003px) {
  .footer-wrapper {
    height: 16.5em
  }

  .wrapper {
    margin-bottom: 16em;
    padding-bottom: 3em
  }

  .footer .social-media a {
    width: 2.2em;
    height: 2.2em
  }

  .footer .social-media a::after {
    height: 1.25em;
    width: 1.25em
  }

  .footer .is-language-selector {
    margin-top: 0.2em
  }

  .footer .is-language-selector a {
    font-size: 1em;
    padding: 0.2em 0.4em
  }
}

/*# sourceMappingURL=style.css.map */
