html {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: visible
}

body {
    position: static;
    min-width: 20em;
    min-height: 100vh;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", Arial;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    color: #656565;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: visible
}

a {
    text-decoration: none;
    color: #00548d;
    transition: text-shadow 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), background-color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), border-color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), opacity 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), visibility 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

a:hover {
    text-decoration: none;
    color: #00365a
}

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

*:focus {
    outline: none
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

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

a {
    background: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0
}

p:empty {
    display: none
}

code,
kbd,
pre,
samp {
    font-size: 1rem;
    font-family: monospace
}

pre {
    overflow: auto
}

small {
    font-size: 0.75em
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

figure {
    margin: 0
}

ul,
ol,
dl,
dt,
dd {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

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

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

form {
    margin: 0
}

fieldset {
    border: 0
}

legend {
    padding: 0;
    border: 0
}

button,
input,
optgroup,
select,
textarea {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}

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

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

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

button {
    padding: 0;
    overflow: visible
}

select,
textarea,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

textarea {
    vertical-align: top;
    overflow: auto;
    resize: vertical
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

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

table th,
table td {
    padding: 0
}

.browsehappy {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: #c00;
    padding: 1.25rem;
    z-index: 999999
}

.browsehappy a {
    text-decoration: underline;
    color: #fff
}

.align--right {
    text-align: right
}

.align--center {
    text-align: center
}

.align--left {
    text-align: left
}

.cnt {
    padding: 0 1rem;
    margin: 0 auto
}

@media (min-width: 34em) {
    .cnt {
        max-width: none
    }
}

@media (min-width: 48em) {
    .cnt {
        max-width: 48em
    }
}

@media (min-width: 62em) {
    .cnt {
        max-width: 62em
    }
}

@media (min-width: 75em) {
    .cnt {
        max-width: 75em
    }
}

.grid {
    margin: 0 -1rem -1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 48em) {
    .grid {
        margin: 0 -2rem -2rem 0
    }
}

.grid--columns-1>* {
    max-width: 100%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.grid--columns-2>* {
    max-width: 50%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.grid--columns-3>* {
    max-width: 33.3333333333%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%
}

.grid--columns-4>* {
    max-width: 25%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.grid--columns-5>* {
    max-width: 20%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.grid--columns-6>* {
    max-width: 16.6666666667%;
    min-width: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%
}

@media (min-width: 34em) {
    .grid--columns-s-1>* {
        max-width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 34em) {
    .grid--columns-s-2>* {
        max-width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 34em) {
    .grid--columns-s-3>* {
        max-width: 33.3333333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media (min-width: 34em) {
    .grid--columns-s-4>* {
        max-width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 34em) {
    .grid--columns-s-5>* {
        max-width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (min-width: 34em) {
    .grid--columns-s-6>* {
        max-width: 16.6666666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-1>* {
        max-width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-2>* {
        max-width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-3>* {
        max-width: 33.3333333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-4>* {
        max-width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-5>* {
        max-width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (min-width: 48em) {
    .grid--columns-m-6>* {
        max-width: 16.6666666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-1>* {
        max-width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-2>* {
        max-width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-3>* {
        max-width: 33.3333333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-4>* {
        max-width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-5>* {
        max-width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (min-width: 62em) {
    .grid--columns-l-6>* {
        max-width: 16.6666666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-1>* {
        max-width: 100%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-2>* {
        max-width: 50%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-3>* {
        max-width: 33.3333333333%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-4>* {
        max-width: 25%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-5>* {
        max-width: 20%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media (min-width: 75em) {
    .grid--columns-xl-6>* {
        max-width: 16.6666666667%;
        min-width: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%
    }
}

.grid>* {
    padding: 0 1rem 1rem 0
}

@media (min-width: 48em) {
    .grid>* {
        padding: 0 2rem 2rem 0
    }
}

.grid>br {
    display: none
}

.margin--top-s {
    margin-top: .313rem
}

.margin--right-s {
    margin-right: .313rem
}

.margin--bottom-s {
    margin-bottom: .313rem
}

.margin--left-s {
    margin-left: .313rem
}

.margin--top-m {
    margin-top: .625rem
}

.margin--right-m {
    margin-right: .625rem
}

.margin--bottom-m {
    margin-bottom: .625rem
}

.margin--left-m {
    margin-left: .625rem
}

.margin--top-l {
    margin-top: .938rem
}

.margin--right-l {
    margin-right: .938rem
}

.margin--bottom-l {
    margin-bottom: .938rem
}

.margin--left-l {
    margin-left: .938rem
}

.margin--top-xl {
    margin-top: 1.25rem
}

.margin--right-xl {
    margin-right: 1.25rem
}

.margin--bottom-xl {
    margin-bottom: 1.25rem
}

.margin--left-xl {
    margin-left: 1.25rem
}

.almost {
    text-align: center;
    padding: 1rem 0;
    background: #ccdde9
}

.almost p {
    font-size: 0.875rem
}

.brands {
    text-align: center;
    color: #69b;
    padding: 2rem 0;
    background: #deebf3
}

@media (min-width: 48em) {
    .brands {
        padding: 3.125rem 0
    }
}

.brands h3 {
    font-size: 1rem;
    text-transform: uppercase
}

.brands h3:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .brands h3:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

.brands ul {
    font-size: 0;
    margin: 0 0 -1rem 0
}

.brands li {
    width: 50%;
    line-height: 2.875rem;
    padding: 0 0.25rem 1.5rem 0.25rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 48em) {
    .brands li {
        width: 33%
    }
}

@media (min-width: 62em) {
    .brands li {
        width: 25%
    }
}

@media (min-width: 75em) {
    .brands li {
        width: 16.6666666667%
    }
}

.brands li:nth-child(3) img {
    max-width: 100%
}

.brands img {
    max-width: 85%;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 48em) {
    .brands img {
        max-width: 90%
    }
}

.color-picker {
    position: relative;
    width: 20rem;
    height: 26.25rem;
    margin: 0 auto;
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

@media (min-width: 75em) {
    .color-picker {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.color-picker__widget:nth-child(1) {
    position: absolute;
    top: -20%;
    left: -20%;
    z-index: 1;
    -webkit-transform: scale(0.85);
    transform: scale(0.85)
}

@media (min-width: 75em) {
    .color-picker__widget:nth-child(1) {
        left: -40%
    }
}

.color-picker__widget:nth-child(2) {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2), 0 0 0 0.188rem rgba(0, 0, 0, 0.025)
}

.color-picker__widget:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 2;
    -webkit-transform: scale(0.85) translateY(-60%);
    transform: scale(0.85) translateY(-60%)
}

@media (min-width: 75em) {
    .color-picker__widget:nth-child(3) {
        left: 40%
    }
}

.color-picker__picker {
    position: absolute;
    left: -10%;
    bottom: -10%;
    width: 50%;
    padding: 50% 0 0 0;
    background-image: url("//cdn2.hubspot.net/hubfs/2511087/picker.png");
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media (min-width: 75em) {
    .color-picker__picker {
        left: -40%;
        width: 70%;
        padding: 70% 0 0 0
    }
}

.color-picker__picker i {
    position: absolute;
    top: 0.063rem;
    left: 50%;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0 0 0 -0.563rem;
    background: rgba(255, 255, 255, 0.5);
    border: 0.125rem solid #fff;
    border-radius: 50%;
    -webkit-animation: orbit 20000ms infinite linear;
    animation: orbit 20000ms infinite linear;
    -webkit-transform-origin: center 4.938rem;
    transform-origin: center 4.938rem
}

@media (min-width: 75em) {
    .color-picker__picker i {
        top: 0.313rem;
        -webkit-transform-origin: center 6.688rem;
        transform-origin: center 6.688rem
    }
}

@-webkit-keyframes orbit {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes orbit {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.copyright {
    text-align: center;
    color: #ccdde9;
    padding: 1rem 0;
    margin: auto 0 0 0;
    background: #127aa9
}

.copyright p {
    font-size: 0.75rem
}

.copyright a {
    color: #ccdde9
}

.copyright a:hover {
    color: #fff
}

.cover {
    padding: 1.5rem 0 0 0
}

@media (min-width: 62em) {
    .cover {
        padding-top: 2.5rem
    }
}

.cover__content {
    text-align: center;
    padding: 0 0 2rem 0;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center
}

@media (min-width: 48em) {
    .cover__content {
        text-align: left;
        max-width: 50%;
        padding-right: 2rem
    }
}

@media (min-width: 48em) {
    .cover__content .start {
        margin: 0
    }
}

.cover__content h2 {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0 0 1rem 0
}

@media (min-width: 48em) {
    .cover__content h2 {
        font-size: 2.25rem;
        padding-bottom: 1.5rem
    }
}

@media (min-width: 62em) {
    .cover__content h2 {
        font-size: 3rem
    }
}

.cover__content p {
    color: #ccdde9
}

.cover__content p:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .cover__content p:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .cover__content p {
        font-size: 1.125rem
    }
}

@media (min-width: 62em) {
    .cover__content p {
        font-size: 1.25rem
    }
}

.cover__chat {
    margin: 0 auto;
    border-style: solid;
    border-color: #294156;
    border-width: 1.25rem 0.25rem 0 0.25rem;
    border-radius: 0.625rem 0.625rem 0 0;
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end
}

@media (min-width: 48em) {
    .cover__chat {
        max-width: calc(50% + 10rem);
        margin-right: -10rem;
        border-width: 1.75rem 0.313rem 0 0.313rem
    }
}

.cover__chat video {
    display: block;
    width: 100%
}

.cover .cnt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media (min-width: 48em) {
    .cover .cnt {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.follow {
    text-align: center;
    padding: 2rem 0
}

.follow .social ul:not([class]) {
    padding: 0
}

.follow .social ul:not([class]) li {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.follow .social a:not(.button) {
    color: #fff
}

.follow .social a:not(.button):hover {
    color: rgba(255, 255, 255, 0.8)
}

.follow h6 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 2rem 1rem 2rem;
    margin: 0 0 1rem 0;
    border-bottom: 0.125rem solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    vertical-align: middle
}

.general {
    padding: 5.5rem 0 0 0
}

@media (min-width: 62em) {
    .general {
        padding-top: 8.5rem
    }
}

.general .cnt {
    padding: 2rem 1rem
}

@media (min-width: 48em) {
    .general .cnt {
        padding: 4rem 1rem
    }
}

@media (min-width: 62em) {
    .general .cnt {
        padding: 6rem 1rem
    }
}

.general h2 {
    font-size: 1.625rem;
    line-height: 1.2;
    color: #333
}

.general h2:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .general h2:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .general h2 {
        font-size: 2.125rem
    }
}

@media (min-width: 62em) {
    .general h2 {
        font-size: 2.625rem
    }
}

.general strong {
    color: #333
}

.general p:not(:last-child),
.general ul:not(:last-child),
.general ol:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .general p:not(: last-child), .general ul:not(: last-child), .general ol:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .general p,
    .general ul,
    .general ol {
        font-size: 1.125rem
    }
}

.general ul,
.general ol {
    padding-left: 2rem
}

.general ul li {
    list-style: disc
}

.general ol li {
    list-style: decimal
}

.logo {
    width: 8.75rem;
    font-size: 0;
    font-family: a;
    line-height: 0;
    text-shadow: none;
    color: transparent;
    transition: width 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

@media (min-width: 62em) {
    .logo {
        width: 12.5rem
    }
}

.logo--default {
    float: left
}

.logo--signup {
    margin: 0 auto
}

.logo a {
    display: block
}

.logo img {
    display: block;
    width: 100%
}

.navigation {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 1.5rem 0;
    background: #00548d;
    z-index: 9999;
    transition: padding 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

@media (min-width: 62em) {
    .navigation {
        padding: 2.5rem 0
    }
}

.navigation--scrolled {
    padding: 1rem 0
}

.navigation--scrolled .logo {
    width: 8.75rem
}

.navigation--scrolled [class*="menu"] {
    padding-top: 0.688rem;
    padding-bottom: 0.688rem
}

.navigation__menu {
    float: right;
    padding: 0.688rem 3rem 0.688rem 0;
    transition: padding 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.navigation__menu::after {
    display: table;
    clear: both;
    content: ""
}

@media (min-width: 48em) {
    .navigation__menu {
        padding-right: 0
    }
}

@media (min-width: 62em) {
    .navigation__menu {
        padding: 1.188rem 0
    }
}

.navigation__menu h2 {
    font-size: 0;
    font-family: a;
    line-height: 0;
    text-shadow: none;
    color: transparent
}

.navigation__menu ul {
    float: left
}

.navigation__menu ul::after {
    display: table;
    clear: both;
    content: ""
}

.navigation__menu ul:first-of-type {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 1rem 0;
    background: #00548d;
    box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0.2)
}

@media (min-width: 48em) {
    .navigation__menu ul:first-of-type {
        display: block;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        text-align: left;
        padding: 0;
        background: none;
        box-shadow: none
    }
}

.navigation__menu ul:first-of-type[data-state="active"] {
    display: block
}

@media (min-width: 48em) {
    .navigation__menu ul:first-of-type li {
        float: left;
        padding-right: 2rem
    }
}

@media (min-width: 62em) {
    .navigation__menu ul:first-of-type li {
        padding-right: 3rem
    }
}

.navigation__menu ul:first-of-type li:not(:first-child) {
    padding-top: 0.625rem
}

@media (min-width: 48em) {
    .navigation__menu ul:first-of-type li:not(: first-child) {
        padding-top: 0
    }
}

.navigation__menu .button--link {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 0.125rem solid transparent
}

.navigation__menu .button--link[data-scroll] {
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 48em) {
    .navigation__menu .button--link[data-scroll] {
        display: block
    }
}

.navigation__menu .button--link[data-scroll][data-state="active"] {
    border-color: rgba(255, 255, 255, 0.5)
}

.navigation__menu .button--link[data-scroll]:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.navigation__menu .button--link:not([data-scroll]) {
    display: block;
    color: #fff
}

.navigation__menu .button--link:not([data-scroll]):hover {
    border-color: #fff
}

.navigation__toggle {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media (min-width: 48em) {
    .navigation__toggle {
        display: none
    }
}

.navigation .cnt {
    position: relative
}

.navigation .cnt::after {
    display: table;
    clear: both;
    content: ""
}

.section {
    position: relative;
    padding: 2rem 0
}

@media (min-width: 48em) {
    .section {
        padding: 4rem 0
    }
}

@media (min-width: 62em) {
    .section {
        padding: 6rem 0
    }
}

.section--color-white {
    background: #fff
}

.section--color-white h2 {
    color: #00548d
}

.section--color-catskill-white {
    background: #eff5f8
}

.section--color-catskill-white h2 {
    color: #00548d
}

.section--color-orient {
    background: #00548d
}

.section--color-orient h2 {
    color: #fff
}

.section--color-orient h3 {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5)
}

.section--color-orient h4 {
    color: #fff
}

.section--color-orient p {
    color: #ccdde9
}

.section--color-orient ul:not([class]) {
    color: #fff
}

.section--color-orient a:not(.button) {
    color: #fff
}

.section--color-orient a:not(.button):hover {
    color: rgba(255, 255, 255, 0.75)
}

.section--color-orient .button--link {
    color: #fff
}

.section--color-orient .button--link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media (min-width: 48em) {
    .section__content {
        -webkit-flex-flow: row nowrap;
        -moz-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

@media (min-width: 48em) {
    .section__content--right {
        -webkit-flex-flow: row-reverse nowrap;
        -moz-flex-flow: row-reverse nowrap;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap
    }
}

@media (min-width: 48em) {
    .section__content--right>*:first-child {
        padding-left: 2rem
    }
}

@media (min-width: 48em) {
    .section__content--right>*:last-child {
        padding-right: 2rem
    }
}

@media (min-width: 48em) {
    .section__content--left>*:first-child {
        padding-right: 2rem
    }
}

@media (min-width: 48em) {
    .section__content--left>*:last-child {
        padding-left: 2rem
    }
}

.section__content>* {
    width: 100%
}

@media (min-width: 48em) {
    .section__content>* {
        width: 50%
    }
}

.section__content>*:first-child {
    padding-bottom: 2rem
}

@media (min-width: 48em) {
    .section__content>*:first-child {
        padding-bottom: 0
    }
}

.section__content img {
    display: block;
    max-width: 75%;
    margin: 0 auto
}

@media (min-width: 48em) {
    .section__content img {
        max-width: 100%
    }
}

.section__content ul:not([class]) {
    padding: 0 0 0 1.5rem
}

.section__content ul:not([class]):not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .section__content ul:not([class]):not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .section__content ul:not([class]) {
        font-size: 1.125rem
    }
}

.section__content ul:not([class]) li {
    list-style: disc
}

.section__team {
    margin: -2rem -1rem 0 -1rem
}

@media (min-width: 48em) {
    .section__team {
        width: calc(100% + 2rem);
        margin: 0 -2rem 0 0
    }
}

@media (min-width: 62em) {
    .section__team {
        width: calc(100% + 10rem);
        margin: 0 -10rem 0 0
    }
}

.section__team img {
    max-width: 100%
}

.section__map {
    position: relative;
    padding: 56.25% 0 0 0
}

@media (min-width: 48em) {
    .section__map {
        position: static;
        min-height: 25rem;
        padding-top: 0
    }
}

.section__map #map {
    position: absolute;
    top: -2rem;
    right: -1rem;
    bottom: 0;
    left: -1rem
}

@media (min-width: 48em) {
    .section__map #map {
        top: 0;
        right: 0;
        left: auto;
        width: calc(50% - 2rem)
    }
}

.section section:not(:last-child) {
    padding: 0 0 2rem 0
}

@media (min-width: 48em) {
    .section section:not(: last-child) {
        padding-bottom: 2.5rem
    }
}

@media (min-width: 62em) {
    .section section:not(: last-child) {
        padding-bottom: 3rem
    }
}

.section section p {
    font-size: 1rem
}

.section section ul:not([class]) {
    font-size: 1rem
}

.section h2 {
    max-width: 56.25rem;
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 0 auto
}

.section h2:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .section h2:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .section h2 {
        font-size: 2.125rem
    }
}

@media (min-width: 62em) {
    .section h2 {
        font-size: 2.625rem
    }
}

.section h3 {
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 1rem 1rem 1rem;
    border-width: 0 0 0.125rem 0;
    border-style: solid;
    display: inline-block;
    vertical-align: middle
}

.section h3:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .section h3:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

.section h4 {
    font-size: 1.125rem;
    padding: 0 0 0.313rem 0
}

@media (min-width: 48em) {
    .section h4 {
        font-size: 1.375rem
    }
}

.section h5 {
    font-size: 1.25rem;
    line-height: 1.2
}

.section h5:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .section h5:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .section h5 {
        font-size: 1.625rem
    }
}

@media (min-width: 62em) {
    .section h5 {
        font-size: 2rem
    }
}

.section h5+p {
    max-width: 38rem
}

.section p {
    max-width: 56.25rem;
    margin: 0 auto
}

.section p:not(:last-child) {
    margin-bottom: 1rem
}

@media (min-width: 48em) {
    .section p:not(: last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width: 48em) {
    .section p {
        font-size: 1.125rem
    }
}

.signup {
    max-width: 37.5rem;
    padding: 2rem 0 0 0;
    margin: 0 auto
}

@media (min-width: 48em) {
    .signup {
        padding-top: 3rem
    }
}

.signup__row {
    position: relative;
    max-width: 23.75rem;
    padding: 0.75rem 0 0 0;
    margin: 0 auto
}

.signup__row:not(:last-child) {
    margin-bottom: 1rem
}

.signup__append {
    position: absolute;
    right: 0;
    bottom: 0.125rem;
    line-height: 2.5rem;
    color: #999;
    background: #fff
}

.signup__label {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    line-height: 2.5rem;
    color: #999;
    pointer-events: none;
    transition: all 150ms ease-in-out
}

.signup__label--active {
    top: 0;
    font-size: 0.75rem;
    line-height: 1
}

.signup .field:focus+[class*="label"] {
    top: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #00548d
}

.signup .button--size-m {
    padding: 0 3rem
}

.social ul:not([class]) {
    padding-left: 0
}

.social ul:not([class])::after {
    display: table;
    clear: both;
    content: ""
}

.social ul:not([class]) li {
    float: left;
    font-size: 2rem;
    list-style: none
}

.social ul:not([class]) li:not(:last-child) {
    padding: 0 1rem 0 0
}

.social a:not(.button) {
    color: rgba(255, 255, 255, 0.5)
}

.social a:not(.button):hover {
    color: #fff
}

.start {
    position: relative;
    max-width: 31.25rem;
    margin: 0 auto
}

.start .field--size-l {
    padding-right: 4.5rem
}

@media (min-width: 62em) {
    .start .field--size-l {
        padding-right: 13.125rem
    }
}

.start .button {
    position: absolute;
    top: 0.313rem;
    right: 0.313rem
}

.start .button--size-m {
    width: 3.25rem;
    padding: 0
}

@media (min-width: 62em) {
    .start .button--size-m {
        width: 11.875rem
    }
}

.start .button span {
    display: none
}

@media (min-width: 62em) {
    .start .button span {
        display: block
    }
}

@media (min-width: 62em) {
    .start .button .fa {
        display: none
    }
}

.testimonials {
    text-align: center;
    padding: 2.5rem 0 0 0
}

@media (min-width: 48em) {
    .testimonials {
        padding-top: 3rem
    }
}

@media (min-width: 62em) {
    .testimonials {
        padding-top: 3.5rem
    }
}

.testimonials__tabs {
    font-size: 0;
    line-height: 2.5rem;
    margin: 0 0 -1rem 0
}

.testimonials__tabs li {
    padding: 0 1rem 1rem 1rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 48em) {
    .testimonials__tabs li {
        padding: 0 2rem 1rem 2rem
    }
}

.testimonials__tabs .button--link {
    line-height: 2.938rem;
    height: 3.125rem
}

.testimonials__tabs .button--link[data-state="active"] {
    border-bottom: 0.188rem solid #00548d
}

.testimonials__quotes {
    padding: 2rem 0 0 0
}

@media (min-width: 48em) {
    .testimonials__quotes {
        padding-top: 2.5rem
    }
}

@media (min-width: 62em) {
    .testimonials__quotes {
        padding-top: 3rem
    }
}

.testimonials__quotes li {
    display: none
}

.testimonials__quotes li[data-state="active"] {
    display: block
}

.testimonials__quotes p {
    max-width: 62.5rem;
    font-style: italic;
    font-size: 1.125rem;
    color: #69b
}

@media (min-width: 48em) {
    .testimonials__quotes p {
        font-size: 1.25rem
    }
}

@media (min-width: 62em) {
    .testimonials__quotes p {
        font-size: 1.5rem
    }
}

.testimonials__author {
    position: relative;
    min-height: 4rem;
    font-size: 0.75rem;
    text-align: left;
    padding: 0.25rem 0 0 4.938rem;
    display: inline-block;
    vertical-align: middle
}

.testimonials__author img {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%
}

.testimonials__author span {
    display: block;
    font-size: 1.125rem;
    color: #333
}

.button {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    transition: text-shadow 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), background-color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), border-color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), opacity 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), visibility 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.button--link {
    text-decoration: none;
    color: #00548d;
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

.button--link:hover {
    text-decoration: none;
    color: #00365a
}

.button--color-white {
    color: #00548d;
    background: #fff
}

.button--color-grenadier {
    color: #fff;
    background: #e03900
}

.button--color-grenadier:hover {
    background: #fa3f00
}

.button--size-m {
    height: 3.25rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 3.25rem;
    padding: 0 1.25rem
}

.button--size-l {
    height: 3.875rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 3.875rem;
    padding: 0 1.5rem
}

.button--style-default {
    border: 0;
    border-radius: .25rem
}

.field {
    display: block;
    width: 100%;
    -webkit-font-smoothing: antialiased
}

.field::-webkit-input-placeholder {
    opacity: 1
}

.field:-ms-input-placeholder {
    opacity: 1
}

.field::-moz-placeholder {
    opacity: 1
}

.field--color-white {
    color: #656565;
    background: #fff
}

.field--color-white::-webkit-input-placeholder {
    color: rgba(101, 101, 101, 0.5)
}

.field--color-white:-ms-input-placeholder {
    color: rgba(101, 101, 101, 0.5)
}

.field--color-white::-moz-placeholder {
    color: rgba(101, 101, 101, 0.5)
}

.field--size-s {
    height: 2.625rem;
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 1rem
}

.field--size-m {
    height: 3.25rem;
    font-size: 1.125rem;
    line-height: 3.25rem;
    padding: 0 1rem
}

.field--size-l {
    height: 3.875rem;
    font-size: 1.125rem;
    line-height: 3.875rem;
    padding: 0 1.25rem
}

.field--style-default {
    border: 0;
    border-radius: .25rem
}

.field--style-underline {
    border: 0;
    border-bottom: 0.125rem solid rgba(0, 84, 141, 0.2);
    border-radius: 0;
    transition: color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67), border-color 200ms cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.field--style-underline:focus {
    color: #00548d;
    border-color: #00548d
}

.select {
    position: relative
}

.select select {
    display: block;
    width: 100%;
    -webkit-font-smoothing: antialiased
}

.select i {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.footer {
    margin: auto 0 0 0
}

.header {
    color: #fff
}

.header--homepage {
    padding: 5.5rem 0 0 0;
    background: #00548d
}

@media (min-width: 62em) {
    .header--homepage {
        padding-top: 8.5rem
    }
}

.header--general {
    background: #00548d
}

.header--signup {
    text-align: center;
    padding: 2rem 0;
    background: #00548d
}

@media (min-width: 62em) {
    .header--signup {
        padding: 3rem 0
    }
}

.header--thank-you {
    text-align: center;
    padding: 2rem 0
}

@media (min-width: 62em) {
    .header--thank-you {
        padding: 3rem 0
    }
}

.viewport {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.viewport--thank-you {
    color: #fff;
    background: #00548d url("../images/layout/pattern.png")
}

.viewport--thank-you [class*="section"] {
    background: none
}

.helpdotcom-widget {
    position: static;
    font-size-adjust: 100%;
    box-shadow: 0 0 0 0.188rem rgba(0, 0, 0, 0.05);
    pointer-events: none
}

.helpdotcom-widget .helpdotcom-header {
    position: relative;
    color: #fff;
    -webkit-animation: background 20000ms infinite;
    animation: background 20000ms infinite
}

.helpdotcom-widget .helpdotcom-header .helpdotcom-actions button {
    background: rgba(255, 255, 255, 0.25)
}

.helpdotcom-widget .helpdotcom-header .helpdotcom-actions svg {
    fill: #fff
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-section p {
    font-size: 0.875rem
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-form {
    -webkit-animation: border 20000ms infinite;
    animation: border 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body select.helpdotcom-form {
    background-image: url("//cdn2.hubspot.net/hubfs/2511087/triangle.svg")
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-focus .helpdotcom-form {
    -webkit-animation: color 20000ms infinite, border 20000ms infinite;
    animation: color 20000ms infinite, border 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-button {
    color: #fff;
    -webkit-animation: background 20000ms infinite;
    animation: background 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-button.helpdotcom-popover-speaker {
    -webkit-animation: background-transparent 20000ms infinite;
    animation: background-transparent 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-messages .helpdotcom-message.helpdotcom-background {
    -webkit-animation: background-transparent 20000ms infinite;
    animation: background-transparent 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-reply {
    border-color: rgba(0, 0, 0, 0.06);
    -webkit-animation: background-transparent 20000ms infinite;
    animation: background-transparent 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-reply .helpdotcom-post {
    resize: none;
    opacity: 1
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-reply .helpdotcom-emoji {
    right: 4rem
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-reply .helpdotcom-emoji svg path {
    -webkit-animation: fill 20000ms infinite;
    animation: fill 20000ms infinite
}

.helpdotcom-widget .helpdotcom-body .helpdotcom-reply .helpdotcom-options i {
    -webkit-animation: background 20000ms infinite;
    animation: background 20000ms infinite
}

.helpdotcom-widget .helpdotcom-footer {
    -webkit-animation: background-transparent 20000ms infinite;
    animation: background-transparent 20000ms infinite
}

.helpdotcom-widget .helpdotcom-footer .helpdotcom-logo {
    background-image: url("//cdn2.hubspot.net/hubfs/2511087/help.svg")
}

.helpdotcom-widget .helpdotcom-popover .helpdotcom-popover-list li:not(:last-child) {
    border-color: rgba(0, 0, 0, 0.06)
}

.helpdotcom-widget button {
    pointer-events: none
}

@-webkit-keyframes color {
    0% {
        color: #fa394c
    }
    12.5% {
        color: #ea32e0
    }
    25% {
        color: #8c35fe
    }
    37.5% {
        color: #2f62fc
    }
    50% {
        color: #2fbffe
    }
    62.5% {
        color: #3ee585
    }
    75% {
        color: #39ce79
    }
    87.5% {
        color: #ffcf34
    }
    100% {
        color: #fa394c
    }
}

@keyframes color {
    0% {
        color: #fa394c
    }
    12.5% {
        color: #ea32e0
    }
    25% {
        color: #8c35fe
    }
    37.5% {
        color: #2f62fc
    }
    50% {
        color: #2fbffe
    }
    62.5% {
        color: #3ee585
    }
    75% {
        color: #39ce79
    }
    87.5% {
        color: #ffcf34
    }
    100% {
        color: #fa394c
    }
}

@-webkit-keyframes background {
    0% {
        background: #fa394c
    }
    12.5% {
        background: #ea32e0
    }
    25% {
        background: #8c35fe
    }
    37.5% {
        background: #2f62fc
    }
    50% {
        background: #2fbffe
    }
    62.5% {
        background: #3ee585
    }
    75% {
        background: #39ce79
    }
    87.5% {
        background: #ffcf34
    }
    100% {
        background: #fa394c
    }
}

@keyframes background {
    0% {
        background: #fa394c
    }
    12.5% {
        background: #ea32e0
    }
    25% {
        background: #8c35fe
    }
    37.5% {
        background: #2f62fc
    }
    50% {
        background: #2fbffe
    }
    62.5% {
        background: #3ee585
    }
    75% {
        background: #39ce79
    }
    87.5% {
        background: #ffcf34
    }
    100% {
        background: #fa394c
    }
}

@-webkit-keyframes background-transparent {
    0% {
        background: rgba(250, 57, 76, 0.06)
    }
    12.5% {
        background: rgba(234, 50, 224, 0.06)
    }
    25% {
        background: rgba(140, 53, 254, 0.06)
    }
    37.5% {
        background: rgba(47, 98, 252, 0.06)
    }
    50% {
        background: rgba(47, 191, 254, 0.06)
    }
    62.5% {
        background: rgba(62, 229, 133, 0.06)
    }
    75% {
        background: rgba(57, 206, 121, 0.06)
    }
    87.5% {
        background: rgba(255, 207, 52, 0.06)
    }
    100% {
        background: rgba(250, 57, 76, 0.06)
    }
}

@keyframes background-transparent {
    0% {
        background: rgba(250, 57, 76, 0.06)
    }
    12.5% {
        background: rgba(234, 50, 224, 0.06)
    }
    25% {
        background: rgba(140, 53, 254, 0.06)
    }
    37.5% {
        background: rgba(47, 98, 252, 0.06)
    }
    50% {
        background: rgba(47, 191, 254, 0.06)
    }
    62.5% {
        background: rgba(62, 229, 133, 0.06)
    }
    75% {
        background: rgba(57, 206, 121, 0.06)
    }
    87.5% {
        background: rgba(255, 207, 52, 0.06)
    }
    100% {
        background: rgba(250, 57, 76, 0.06)
    }
}

@-webkit-keyframes border {
    0% {
        border-color: rgba(250, 57, 76, 0.2)
    }
    12.5% {
        border-color: rgba(234, 50, 224, 0.2)
    }
    25% {
        border-color: rgba(140, 53, 254, 0.2)
    }
    37.5% {
        border-color: rgba(47, 98, 252, 0.2)
    }
    50% {
        border-color: rgba(47, 191, 254, 0.2)
    }
    62.5% {
        border-color: rgba(62, 229, 133, 0.2)
    }
    75% {
        border-color: rgba(57, 206, 121, 0.2)
    }
    87.5% {
        border-color: rgba(255, 207, 52, 0.2)
    }
    100% {
        border-color: rgba(250, 57, 76, 0.2)
    }
}

@keyframes border {
    0% {
        border-color: rgba(250, 57, 76, 0.2)
    }
    12.5% {
        border-color: rgba(234, 50, 224, 0.2)
    }
    25% {
        border-color: rgba(140, 53, 254, 0.2)
    }
    37.5% {
        border-color: rgba(47, 98, 252, 0.2)
    }
    50% {
        border-color: rgba(47, 191, 254, 0.2)
    }
    62.5% {
        border-color: rgba(62, 229, 133, 0.2)
    }
    75% {
        border-color: rgba(57, 206, 121, 0.2)
    }
    87.5% {
        border-color: rgba(255, 207, 52, 0.2)
    }
    100% {
        border-color: rgba(250, 57, 76, 0.2)
    }
}

@-webkit-keyframes fill {
    0% {
        fill: #fa394c
    }
    12.5% {
        fill: #ea32e0
    }
    25% {
        fill: #8c35fe
    }
    37.5% {
        fill: #2f62fc
    }
    50% {
        fill: #2fbffe
    }
    62.5% {
        fill: #3ee585
    }
    75% {
        fill: #39ce79
    }
    87.5% {
        fill: #ffcf34
    }
    100% {
        fill: #fa394c
    }
}

@keyframes fill {
    0% {
        fill: #fa394c
    }
    12.5% {
        fill: #ea32e0
    }
    25% {
        fill: #8c35fe
    }
    37.5% {
        fill: #2f62fc
    }
    50% {
        fill: #2fbffe
    }
    62.5% {
        fill: #3ee585
    }
    75% {
        fill: #39ce79
    }
    87.5% {
        fill: #ffcf34
    }
    100% {
        fill: #fa394c
    }
}