﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("assets/fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
}

video.lazy-video {
    opacity: 0;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

video.lazy-video.loaded {
    opacity: 1;
    height: auto !important;
}

[class*="grid"] {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -.5rem;
}

.col,
[class*="col-"] {
    box-sizing: border-box;
    flex: 0 0 auto;
}

.col {
    flex: 1 1 0%
}

.grid.col,
.grid[class*="col-"] {
    margin: 0;
    padding: 0;
}

[class*="grid-"][class*="-noGutter"] {
    margin: 0;
}

[class*="grid-"][class*="-noGutter"]>[class*="col"] {
    padding: 0;
}

[class*="grid-"][class*="-center"] {
    justify-content: center;
}

[class*="grid-"][class*="-right"] {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
}

[class*="grid-"][class*="-top"] {
    align-items: flex-start;
}

[class*="grid-"][class*="-middle"] {
    align-items: center;
}

[class*="grid-"][class*="-bottom"] {
    align-items: flex-end;
}

[class*="grid-"][class*="-reverse"] {
    flex-direction: row-reverse;
}

[class*="grid-"][class*="-column"] {
    flex-direction: column;
}

[class*="grid-"][class*="-column"]>[class*="col-"] {
    flex-basis: auto;
}

[class*="grid-"][class*="-column-reverse"] {
    flex-direction: column-reverse;
}

[class*="grid-"][class*="-spaceBetween"] {
    justify-content: space-between;
}

[class*="grid-"][class*="-spaceAround"] {
    justify-content: space-around;
}

[class*="grid-"][class*="-equalHeight"]>[class*="col"] {
    display: flex;
}

[class*="col-"][class*="-top"] {
    align-self: flex-start;
}

[class*="col-"][class*="-middle"] {
    align-self: center;
}

[class*="col-"][class*="-bottom"] {
    align-self: flex-end;
}

[class*="col-"][class*="-first"] {
    order: -1;
}

[class*="col-"][class*="-last"] {
    order: 1;
}

[class*="grid-1"]>.col,
[class*="grid-1"]>[class*='col-'] {
    flex-basis: 100%;
    max-width: 100%
}

[class*="grid-2"]>.col,
[class*="grid-2"]>[class*='col-'] {
    flex-basis: 50%;
    max-width: 50%
}

[class*="grid-3"]>.col,
[class*="grid-3"]>[class*='col-'] {
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

[class*="grid-4"]>.col,
[class*="grid-4"]>[class*='col-'] {
    flex-basis: 25%;
    max-width: 25%
}

[class*="grid-5"]>.col,
[class*="grid-5"]>[class*='col-'] {
    flex-basis: 20%;
    max-width: 20%
}

[class*="grid-6"]>.col,
[class*="grid-6"]>[class*='col-'] {
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

[class*="grid-7"]>.col,
[class*="grid-7"]>[class*='col-'] {
    flex-basis: 14.28571%;
    max-width: 14.28571%
}

[class*="grid-8"]>.col,
[class*="grid-8"]>[class*='col-'] {
    flex-basis: 12.5%;
    max-width: 12.5%
}

[class*="grid-9"]>.col,
[class*="grid-9"]>[class*='col-'] {
    flex-basis: 11.11111%;
    max-width: 11.11111%
}

[class*="grid-10"]>.col,
[class*="grid-10"]>[class*='col-'] {
    flex-basis: 10%;
    max-width: 10%
}

[class*="grid-11"]>.col,
[class*="grid-11"]>[class*='col-'] {
    flex-basis: 9.09091%;
    max-width: 9.09091%
}

[class*="grid-12"]>.col,
[class*="grid-12"]>[class*='col-'] {
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

@media screen and (max-width: 1215px) {
    [class*="_lg-1"]>.col,
    [class*="_lg-1"]>[class*='col-'] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="_lg-2"]>.col,
    [class*="_lg-2"]>[class*='col-'] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*="_lg-3"]>.col,
    [class*="_lg-3"]>[class*='col-'] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*="_lg-4"]>.col,
    [class*="_lg-4"]>[class*='col-'] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*="_lg-5"]>.col,
    [class*="_lg-5"]>[class*='col-'] {
        flex-basis: 20%;
        max-width: 20%
    }
    [class*="_lg-6"]>.col,
    [class*="_lg-6"]>[class*='col-'] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*="_lg-7"]>.col,
    [class*="_lg-7"]>[class*='col-'] {
        flex-basis: 14.28571%;
        max-width: 14.28571%
    }
    [class*="_lg-8"]>.col,
    [class*="_lg-8"]>[class*='col-'] {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*="_lg-9"]>.col,
    [class*="_lg-9"]>[class*='col-'] {
        flex-basis: 11.11111%;
        max-width: 11.11111%
    }
    [class*="_lg-10"]>.col,
    [class*="_lg-10"]>[class*='col-'] {
        flex-basis: 10%;
        max-width: 10%
    }
    [class*="_lg-11"]>.col,
    [class*="_lg-11"]>[class*='col-'] {
        flex-basis: 9.09091%;
        max-width: 9.09091%
    }
    [class*="_lg-12"]>.col,
    [class*="_lg-12"]>[class*='col-'] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (max-width: 1023px) {
    [class*="_md-1"]>.col,
    [class*="_md-1"]>[class*='col-'] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="_md-2"]>.col,
    [class*="_md-2"]>[class*='col-'] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*="_md-3"]>.col,
    [class*="_md-3"]>[class*='col-'] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*="_md-4"]>.col,
    [class*="_md-4"]>[class*='col-'] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*="_md-5"]>.col,
    [class*="_md-5"]>[class*='col-'] {
        flex-basis: 20%;
        max-width: 20%
    }
    [class*="_md-6"]>.col,
    [class*="_md-6"]>[class*='col-'] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*="_md-7"]>.col,
    [class*="_md-7"]>[class*='col-'] {
        flex-basis: 14.28571%;
        max-width: 14.28571%
    }
    [class*="_md-8"]>.col,
    [class*="_md-8"]>[class*='col-'] {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*="_md-9"]>.col,
    [class*="_md-9"]>[class*='col-'] {
        flex-basis: 11.11111%;
        max-width: 11.11111%
    }
    [class*="_md-10"]>.col,
    [class*="_md-10"]>[class*='col-'] {
        flex-basis: 10%;
        max-width: 10%
    }
    [class*="_md-11"]>.col,
    [class*="_md-11"]>[class*='col-'] {
        flex-basis: 9.09091%;
        max-width: 9.09091%
    }
    [class*="_md-12"]>.col,
    [class*="_md-12"]>[class*='col-'] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (max-width: 767px) {
    [class*="_sm-1"]>.col,
    [class*="_sm-1"]>[class*='col-'] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="_sm-2"]>.col,
    [class*="_sm-2"]>[class*='col-'] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*="_sm-3"]>.col,
    [class*="_sm-3"]>[class*='col-'] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*="_sm-4"]>.col,
    [class*="_sm-4"]>[class*='col-'] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*="_sm-5"]>.col,
    [class*="_sm-5"]>[class*='col-'] {
        flex-basis: 20%;
        max-width: 20%
    }
    [class*="_sm-6"]>.col,
    [class*="_sm-6"]>[class*='col-'] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*="_sm-7"]>.col,
    [class*="_sm-7"]>[class*='col-'] {
        flex-basis: 14.28571%;
        max-width: 14.28571%
    }
    [class*="_sm-8"]>.col,
    [class*="_sm-8"]>[class*='col-'] {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*="_sm-9"]>.col,
    [class*="_sm-9"]>[class*='col-'] {
        flex-basis: 11.11111%;
        max-width: 11.11111%
    }
    [class*="_sm-10"]>.col,
    [class*="_sm-10"]>[class*='col-'] {
        flex-basis: 10%;
        max-width: 10%
    }
    [class*="_sm-11"]>.col,
    [class*="_sm-11"]>[class*='col-'] {
        flex-basis: 9.09091%;
        max-width: 9.09091%
    }
    [class*="_sm-12"]>.col,
    [class*="_sm-12"]>[class*='col-'] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

@media screen and (max-width: 35.5em) {
    [class*="_xs-1"]>.col,
    [class*="_xs-1"]>[class*='col-'] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="_xs-2"]>.col,
    [class*="_xs-2"]>[class*='col-'] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*="_xs-3"]>.col,
    [class*="_xs-3"]>[class*='col-'] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*="_xs-4"]>.col,
    [class*="_xs-4"]>[class*='col-'] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*="_xs-5"]>.col,
    [class*="_xs-5"]>[class*='col-'] {
        flex-basis: 20%;
        max-width: 20%
    }
    [class*="_xs-6"]>.col,
    [class*="_xs-6"]>[class*='col-'] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*="_xs-7"]>.col,
    [class*="_xs-7"]>[class*='col-'] {
        flex-basis: 14.28571%;
        max-width: 14.28571%
    }
    [class*="_xs-8"]>.col,
    [class*="_xs-8"]>[class*='col-'] {
        flex-basis: 12.5%;
        max-width: 12.5%
    }
    [class*="_xs-9"]>.col,
    [class*="_xs-9"]>[class*='col-'] {
        flex-basis: 11.11111%;
        max-width: 11.11111%
    }
    [class*="_xs-10"]>.col,
    [class*="_xs-10"]>[class*='col-'] {
        flex-basis: 10%;
        max-width: 10%
    }
    [class*="_xs-11"]>.col,
    [class*="_xs-11"]>[class*='col-'] {
        flex-basis: 9.09091%;
        max-width: 9.09091%
    }
    [class*="_xs-12"]>.col,
    [class*="_xs-12"]>[class*='col-'] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
}

[class*='grid']>[class*="col-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%
}

[class*='grid']>[class*="col-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%
}

[class*='grid']>[class*="col-3"] {
    flex-basis: 25%;
    max-width: 25%
}

[class*='grid']>[class*="col-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

[class*='grid']>[class*="col-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%
}

[class*='grid']>[class*="col-6"] {
    flex-basis: 50%;
    max-width: 50%
}

[class*='grid']>[class*="col-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%
}

[class*='grid']>[class*="col-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%
}

[class*='grid']>[class*="col-9"] {
    flex-basis: 75%;
    max-width: 75%
}

[class*='grid']>[class*="col-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%
}

[class*='grid']>[class*="col-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%
}

[class*='grid']>[class*="col-12"] {
    flex-basis: 100%;
    max-width: 100%
}

[class*="grid"]>[push-left*="off-0"] {
    margin-left: 0;
}

[class*="grid"]>[push-left*="off-1"] {
    margin-left: 8.33333%
}

[class*="grid"]>[push-left*="off-2"] {
    margin-left: 16.66667%
}

[class*="grid"]>[push-left*="off-3"] {
    margin-left: 25%
}

[class*="grid"]>[push-left*="off-4"] {
    margin-left: 33.33333%
}

[class*="grid"]>[push-left*="off-5"] {
    margin-left: 41.66667%
}

[class*="grid"]>[push-left*="off-6"] {
    margin-left: 50%
}

[class*="grid"]>[push-left*="off-6"] {
    margin-left: 50%
}

[class*="grid"]>[push-left*="off-7"] {
    margin-left: 58.33333%
}

[class*="grid"]>[push-left*="off-8"] {
    margin-left: 66.66667%
}

[class*="grid"]>[push-left*="off-9"] {
    margin-left: 75%
}

[class*="grid"]>[push-left*="off-10"] {
    margin-left: 83.33333%
}

[class*="grid"]>[push-left*="off-11"] {
    margin-left: 91.66667%
}

[class*="grid"]>[push-right*="off-0"] {
    margin-right: 0;
}

[class*="grid"]>[push-right*="off-1"] {
    margin-right: 8.33333%
}

[class*="grid"]>[push-right*="off-2"] {
    margin-right: 16.66667%
}

[class*="grid"]>[push-right*="off-3"] {
    margin-right: 25%
}

[class*="grid"]>[push-right*="off-4"] {
    margin-right: 33.33333%
}

[class*="grid"]>[push-right*="off-5"] {
    margin-right: 41.66667%
}

[class*="grid"]>[push-right*="off-6"] {
    margin-right: 50%
}

[class*="grid"]>[push-right*="off-6"] {
    margin-right: 50%
}

[class*="grid"]>[push-right*="off-7"] {
    margin-right: 58.33333%
}

[class*="grid"]>[push-right*="off-8"] {
    margin-right: 66.66667%
}

[class*="grid"]>[push-right*="off-9"] {
    margin-right: 75%
}

[class*="grid"]>[push-right*="off-10"] {
    margin-right: 83.33333%
}

[class*="grid"]>[push-right*="off-11"] {
    margin-right: 91.66667%
}

@media screen and (max-width: 1215px) {
    [class*='grid']>[class*="_lg-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    [class*='grid']>[class*="_lg-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*='grid']>[class*="_lg-3"] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*='grid']>[class*="_lg-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*='grid']>[class*="_lg-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    [class*='grid']>[class*="_lg-6"] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*='grid']>[class*="_lg-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    [class*='grid']>[class*="_lg-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    [class*='grid']>[class*="_lg-9"] {
        flex-basis: 75%;
        max-width: 75%
    }
    [class*='grid']>[class*="_lg-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    [class*='grid']>[class*="_lg-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    [class*='grid']>[class*="_lg-12"] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="grid"]>[push-left*="_lg-0"] {
        margin-left: 0;
    }
    [class*="grid"]>[push-left*="_lg-1"] {
        margin-left: 8.33333%
    }
    [class*="grid"]>[push-left*="_lg-2"] {
        margin-left: 16.66667%
    }
    [class*="grid"]>[push-left*="_lg-3"] {
        margin-left: 25%
    }
    [class*="grid"]>[push-left*="_lg-4"] {
        margin-left: 33.33333%
    }
    [class*="grid"]>[push-left*="_lg-5"] {
        margin-left: 41.66667%
    }
    [class*="grid"]>[push-left*="_lg-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_lg-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_lg-7"] {
        margin-left: 58.33333%
    }
    [class*="grid"]>[push-left*="_lg-8"] {
        margin-left: 66.66667%
    }
    [class*="grid"]>[push-left*="_lg-9"] {
        margin-left: 75%
    }
    [class*="grid"]>[push-left*="_lg-10"] {
        margin-left: 83.33333%
    }
    [class*="grid"]>[push-left*="_lg-11"] {
        margin-left: 91.66667%
    }
    [class*="grid"]>[push-right*="_lg-0"] {
        margin-right: 0;
    }
    [class*="grid"]>[push-right*="_lg-1"] {
        margin-right: 8.33333%
    }
    [class*="grid"]>[push-right*="_lg-2"] {
        margin-right: 16.66667%
    }
    [class*="grid"]>[push-right*="_lg-3"] {
        margin-right: 25%
    }
    [class*="grid"]>[push-right*="_lg-4"] {
        margin-right: 33.33333%
    }
    [class*="grid"]>[push-right*="_lg-5"] {
        margin-right: 41.66667%
    }
    [class*="grid"]>[push-right*="_lg-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_lg-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_lg-7"] {
        margin-right: 58.33333%
    }
    [class*="grid"]>[push-right*="_lg-8"] {
        margin-right: 66.66667%
    }
    [class*="grid"]>[push-right*="_lg-9"] {
        margin-right: 75%
    }
    [class*="grid"]>[push-right*="_lg-10"] {
        margin-right: 83.33333%
    }
    [class*="grid"]>[push-right*="_lg-11"] {
        margin-right: 91.66667%
    }
}

@media screen and (max-width: 1023px) {
    [class*='grid']>[class*="_md-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    [class*='grid']>[class*="_md-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*='grid']>[class*="_md-3"] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*='grid']>[class*="_md-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*='grid']>[class*="_md-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    [class*='grid']>[class*="_md-6"] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*='grid']>[class*="_md-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    [class*='grid']>[class*="_md-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    [class*='grid']>[class*="_md-9"] {
        flex-basis: 75%;
        max-width: 75%
    }
    [class*='grid']>[class*="_md-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    [class*='grid']>[class*="_md-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    [class*='grid']>[class*="_md-12"] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="grid"]>[push-left*="_md-0"] {
        margin-left: 0;
    }
    [class*="grid"]>[push-left*="_md-1"] {
        margin-left: 8.33333%
    }
    [class*="grid"]>[push-left*="_md-2"] {
        margin-left: 16.66667%
    }
    [class*="grid"]>[push-left*="_md-3"] {
        margin-left: 25%
    }
    [class*="grid"]>[push-left*="_md-4"] {
        margin-left: 33.33333%
    }
    [class*="grid"]>[push-left*="_md-5"] {
        margin-left: 41.66667%
    }
    [class*="grid"]>[push-left*="_md-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_md-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_md-7"] {
        margin-left: 58.33333%
    }
    [class*="grid"]>[push-left*="_md-8"] {
        margin-left: 66.66667%
    }
    [class*="grid"]>[push-left*="_md-9"] {
        margin-left: 75%
    }
    [class*="grid"]>[push-left*="_md-10"] {
        margin-left: 83.33333%
    }
    [class*="grid"]>[push-left*="_md-11"] {
        margin-left: 91.66667%
    }
    [class*="grid"]>[push-right*="_md-0"] {
        margin-right: 0;
    }
    [class*="grid"]>[push-right*="_md-1"] {
        margin-right: 8.33333%
    }
    [class*="grid"]>[push-right*="_md-2"] {
        margin-right: 16.66667%
    }
    [class*="grid"]>[push-right*="_md-3"] {
        margin-right: 25%
    }
    [class*="grid"]>[push-right*="_md-4"] {
        margin-right: 33.33333%
    }
    [class*="grid"]>[push-right*="_md-5"] {
        margin-right: 41.66667%
    }
    [class*="grid"]>[push-right*="_md-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_md-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_md-7"] {
        margin-right: 58.33333%
    }
    [class*="grid"]>[push-right*="_md-8"] {
        margin-right: 66.66667%
    }
    [class*="grid"]>[push-right*="_md-9"] {
        margin-right: 75%
    }
    [class*="grid"]>[push-right*="_md-10"] {
        margin-right: 83.33333%
    }
    [class*="grid"]>[push-right*="_md-11"] {
        margin-right: 91.66667%
    }
}

@media screen and (max-width: 767px) {
    [class*='grid']>[class*="_sm-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    [class*='grid']>[class*="_sm-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*='grid']>[class*="_sm-3"] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*='grid']>[class*="_sm-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*='grid']>[class*="_sm-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    [class*='grid']>[class*="_sm-6"] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*='grid']>[class*="_sm-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    [class*='grid']>[class*="_sm-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    [class*='grid']>[class*="_sm-9"] {
        flex-basis: 75%;
        max-width: 75%
    }
    [class*='grid']>[class*="_sm-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    [class*='grid']>[class*="_sm-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    [class*='grid']>[class*="_sm-12"] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="grid"]>[push-left*="_sm-0"] {
        margin-left: 0;
    }
    [class*="grid"]>[push-left*="_sm-1"] {
        margin-left: 8.33333%
    }
    [class*="grid"]>[push-left*="_sm-2"] {
        margin-left: 16.66667%
    }
    [class*="grid"]>[push-left*="_sm-3"] {
        margin-left: 25%
    }
    [class*="grid"]>[push-left*="_sm-4"] {
        margin-left: 33.33333%
    }
    [class*="grid"]>[push-left*="_sm-5"] {
        margin-left: 41.66667%
    }
    [class*="grid"]>[push-left*="_sm-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_sm-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_sm-7"] {
        margin-left: 58.33333%
    }
    [class*="grid"]>[push-left*="_sm-8"] {
        margin-left: 66.66667%
    }
    [class*="grid"]>[push-left*="_sm-9"] {
        margin-left: 75%
    }
    [class*="grid"]>[push-left*="_sm-10"] {
        margin-left: 83.33333%
    }
    [class*="grid"]>[push-left*="_sm-11"] {
        margin-left: 91.66667%
    }
    [class*="grid"]>[push-right*="_sm-0"] {
        margin-right: 0;
    }
    [class*="grid"]>[push-right*="_sm-1"] {
        margin-right: 8.33333%
    }
    [class*="grid"]>[push-right*="_sm-2"] {
        margin-right: 16.66667%
    }
    [class*="grid"]>[push-right*="_sm-3"] {
        margin-right: 25%
    }
    [class*="grid"]>[push-right*="_sm-4"] {
        margin-right: 33.33333%
    }
    [class*="grid"]>[push-right*="_sm-5"] {
        margin-right: 41.66667%
    }
    [class*="grid"]>[push-right*="_sm-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_sm-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_sm-7"] {
        margin-right: 58.33333%
    }
    [class*="grid"]>[push-right*="_sm-8"] {
        margin-right: 66.66667%
    }
    [class*="grid"]>[push-right*="_sm-9"] {
        margin-right: 75%
    }
    [class*="grid"]>[push-right*="_sm-10"] {
        margin-right: 83.33333%
    }
    [class*="grid"]>[push-right*="_sm-11"] {
        margin-right: 91.66667%
    }
}

@media screen and (max-width: 35.5em) {
    [class*='grid']>[class*="_xs-1"] {
        flex-basis: 8.33333%;
        max-width: 8.33333%
    }
    [class*='grid']>[class*="_xs-2"] {
        flex-basis: 16.66667%;
        max-width: 16.66667%
    }
    [class*='grid']>[class*="_xs-3"] {
        flex-basis: 25%;
        max-width: 25%
    }
    [class*='grid']>[class*="_xs-4"] {
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    [class*='grid']>[class*="_xs-5"] {
        flex-basis: 41.66667%;
        max-width: 41.66667%
    }
    [class*='grid']>[class*="_xs-6"] {
        flex-basis: 50%;
        max-width: 50%
    }
    [class*='grid']>[class*="_xs-7"] {
        flex-basis: 58.33333%;
        max-width: 58.33333%
    }
    [class*='grid']>[class*="_xs-8"] {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    [class*='grid']>[class*="_xs-9"] {
        flex-basis: 75%;
        max-width: 75%
    }
    [class*='grid']>[class*="_xs-10"] {
        flex-basis: 83.33333%;
        max-width: 83.33333%
    }
    [class*='grid']>[class*="_xs-11"] {
        flex-basis: 91.66667%;
        max-width: 91.66667%
    }
    [class*='grid']>[class*="_xs-12"] {
        flex-basis: 100%;
        max-width: 100%
    }
    [class*="grid"]>[push-left*="_xs-0"] {
        margin-left: 0;
    }
    [class*="grid"]>[push-left*="_xs-1"] {
        margin-left: 8.33333%
    }
    [class*="grid"]>[push-left*="_xs-2"] {
        margin-left: 16.66667%
    }
    [class*="grid"]>[push-left*="_xs-3"] {
        margin-left: 25%
    }
    [class*="grid"]>[push-left*="_xs-4"] {
        margin-left: 33.33333%
    }
    [class*="grid"]>[push-left*="_xs-5"] {
        margin-left: 41.66667%
    }
    [class*="grid"]>[push-left*="_xs-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_xs-6"] {
        margin-left: 50%
    }
    [class*="grid"]>[push-left*="_xs-7"] {
        margin-left: 58.33333%
    }
    [class*="grid"]>[push-left*="_xs-8"] {
        margin-left: 66.66667%
    }
    [class*="grid"]>[push-left*="_xs-9"] {
        margin-left: 75%
    }
    [class*="grid"]>[push-left*="_xs-10"] {
        margin-left: 83.33333%
    }
    [class*="grid"]>[push-left*="_xs-11"] {
        margin-left: 91.66667%
    }
    [class*="grid"]>[push-right*="_xs-0"] {
        margin-right: 0;
    }
    [class*="grid"]>[push-right*="_xs-1"] {
        margin-right: 8.33333%
    }
    [class*="grid"]>[push-right*="_xs-2"] {
        margin-right: 16.66667%
    }
    [class*="grid"]>[push-right*="_xs-3"] {
        margin-right: 25%
    }
    [class*="grid"]>[push-right*="_xs-4"] {
        margin-right: 33.33333%
    }
    [class*="grid"]>[push-right*="_xs-5"] {
        margin-right: 41.66667%
    }
    [class*="grid"]>[push-right*="_xs-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_xs-6"] {
        margin-right: 50%
    }
    [class*="grid"]>[push-right*="_xs-7"] {
        margin-right: 58.33333%
    }
    [class*="grid"]>[push-right*="_xs-8"] {
        margin-right: 66.66667%
    }
    [class*="grid"]>[push-right*="_xs-9"] {
        margin-right: 75%
    }
    [class*="grid"]>[push-right*="_xs-10"] {
        margin-right: 83.33333%
    }
    [class*="grid"]>[push-right*="_xs-11"] {
        margin-right: 91.66667%
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

section a.post-edit-link,
.panel a.post-edit-link {
    position: absolute;
    top: 50%;
    left: 38px;
    box-sizing: border-box;
    display: block;
    float: left;
    transform: rotate(90deg) translate3d(-50%, 0, 0);
    transform-origin: left top 0;
    z-index: 101;
    background: #23282d;
    padding: 14px;
    opacity: 0.9;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
}

section a.post-edit-link:hover,
.panel a.post-edit-link:hover {
    opacity: 1;
}


/*! Typebase.less v0.1.0 | MIT License */

html,
body {
    color: #333;
}

html,
button {
    font-family: "proxima-nova", sans-serif;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
button,
input {
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -webkit-transition: opacity .35s ease;
    transition: opacity .35s ease;
}

html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active h6,
html.wf-active p,
html.wf-active ul,
html.wf-active ol,
html.wf-active blockquote,
html.wf-active button,
html.wf-active input {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

html.wf-loading h1,
html.wf-loading h2,
html.wf-loading h3,
html.wf-loading h4,
html.wf-loading h5,
html.wf-loading h6,
html.wf-loading p,
html.wf-loading ul,
html.wf-loading ol,
html.wf-loading blockquote,
html.wf-loading button,
html.wf-loading input {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

p {
    line-height: 28px;
    margin-bottom: 1.125rem;
}

ul,
ol {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ul li,
ol li {
    line-height: 1.5rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

blockquote {
    font-size: 1.26rem;
    line-height: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

cite {
    display: block;
    margin-top: 2.1rem;
    font-style: normal;
}

cite .title {
    display: block;
    font-size: 85%;
    color: #888;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
    color: #0176FF;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
    border: none;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 -7px 0 #fff, inset 0 -9px 0 #0176FF;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
    margin-top: 1.3em;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0.35em;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0.35em;
}

h3,
.h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0.35em;
}

@media screen and (min-width: 766px) {
    h1,
    .h1 {
        font-size: 70px;
        line-height: 76px;
    }
    h2,
    .h2 {
        font-size: 54px;
        line-height: 62px;
    }
    h3,
    .h3 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 400;
    }
    p {
        line-height: 32px;
    }
}

h4,
.h4 {
    font-size: 1.68rem;
    font-weight: 400;
}

h5,
.h5 {
    font-size: .46667rem;
}

h6,
.h6 {
    font-size: .35rem;
}

.widget-title {
    font-weight: 800;
    font-size: 1.246rem;
}

table {
    margin-top: 1.5rem;
    border-spacing: 0px;
    border-collapse: collapse;
}

table td,
table th {
    padding: 0;
    line-height: 25.5px;
}

code {
    vertical-align: bottom;
}

.lead {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4%;
    display: block;
}

.hug {
    margin-top: 0;
    margin-bottom: 0;
}

strong {
    font-weight: 800;
}

em {
    border-bottom: 2px solid #27C971;
}

a {
    text-decoration: none;
    color: #0176FF;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

p a {
    border-bottom: 1px solid transparent;
}

p a:hover {
    border-bottom: 1px solid #0176FF;
}

a.scroll-text {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
}

a.scroll-text:after {
    font-family: 'dashicons';
    display: inline-block;
    vertical-align: middle;
    content: "\f140";
    color: #0176FF;
}

.title-divider {
    text-align: center;
    position: relative;
    padding: 0 !important;
    margin-bottom: 3%;
    font-size: 36px;
}

.title-divider.image {
    line-height: 0;
}

.title-divider:after {
    background: #EAF2FB;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%
}

.title-divider em {
    font-size: 54px;
}

.title-divider span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    a.scroll-text {
        display: block;
        margin: auto;
        text-align: center;
    }
    .title-divider {
        margin-bottom: 5%
    }
    .title-divider em {
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 17px;
    }
}

#footer a.button,
#footer button,
#footer a.button.outline,
#footer button.outline {
    background: transparent;
    border-color: #61AAFF;
    color: #fff;
    font-weight: normal;
}

#footer a.button:hover,
#footer a.button:focus,
#footer a.button:active,
#footer button:hover,
#footer button:focus,
#footer button:active,
#footer a.button.outline:hover,
#footer a.button.outline:focus,
#footer a.button.outline:active,
#footer button.outline:hover,
#footer button.outline:focus,
#footer button.outline:active {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.button img.apple {
    margin-top: -5px;
}

input,
textarea,
select,
option,
optgroup,
button,
legend,
fieldset {
    box-sizing: border-box;
    outline: none;
    font-size: 106.25%;
    vertical-align: top;
    display: block;
    margin: 10px 0;
}

label {
    display: block;
    margin: 10px 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list],
input[type="file"],
select,
textarea {
    width: 100%;
    max-width: 600px;
    padding: 10px 16.66667px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="color"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="number"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[list],
    input[type="file"],
    select,
    textarea {
        width: 100%;
        max-width: none;
    }
    form button {
        width: 100%
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
input[list] {
    height: 50px;
    -webkit-appearance: none;
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="color"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[list]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input[type="text"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:focus,
input[type="color"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill:focus,
input[type="datetime-local"]:-webkit-autofill:focus,
input[type="month"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill:focus,
input[type="week"]:-webkit-autofill:focus,
input[list]:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

textarea {
    -webkit-appearance: none;
    overflow: auto;
}

input[type="range"] {
    height: 50px;
    width: 100%;
    max-width: 600px;
}

input[type="file"] {
    min-height: 50px;
}

input[type="search"] {
    height: 50px;
    -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"] {
    display: inline-block;
    vertical-align: middle;
}

select {
    height: 50px;
}

select[multiple] {
    height: auto;
    min-height: 50px;
    padding: 0;
}

select[multiple] option {
    margin: 0;
    padding: 10px;
}

fieldset {
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #dadada;
}

legend {
    padding: 0 5px;
    font-weight: 700;
}

input[type="image"] {
    text-align: center;
    padding: 10px;
}

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
    cursor: not-allowed;
}

input:focus,
textarea:focus,
select:focus,
option:focus {
    background-color: #fff;
    border-color: #0176FF !important;
    -moz-box-shadow: 0 28px 45px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 28px 45px rgba(0, 0, 0, 0.07);
    box-shadow: 0 28px 45px rgba(0, 0, 0, 0.07);
}

input.error,
textarea.error,
select.error,
option.error {
    background-color: #fff;
    border-color: #FF0156 !important;
}

label.error {
    color: #FF0156;
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 766px) {
    label.error {
        margin-bottom: -22px;
    }
}

input.valid:not(:focus),
textarea.valid:not(:focus),
select.valid:not(:focus),
option.valid:not(:focus) {
    background-color: #fff;
    border-color: #27C971;
    color: #27C971;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: #0176FF solid 2px;
}

@media screen and (max-width: 767px) {
    input {
        margin-bottom: 0;
    }
    button {
        margin-top: 0;
    }
}

img {
    max-width: 100% !important;
    height: auto !important;
}

video {
    max-width: 100% !important;
}

.image-wrap,
.embed-container {
    margin-bottom: 4%
}

.embed-container.image-wrap {
    -moz-box-shadow: -35px 35px 60px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -35px 35px 60px rgba(0, 0, 0, 0.19);
    box-shadow: -35px 35px 60px rgba(0, 0, 0, 0.19);
    margin-bottom: 50px;
}

.embed-container.image-wrap.autoplay,
.half-moon-bg .embed-container.image-wrap {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}

ol.horizontal,
ul.horizontal {
    list-style: none;
    display: flex;
    justify-content: flex-start;
}

ol.horizontal li+li,
ul.horizontal li+li {
    margin-left: 40px;
}

ol.navigation,
.better-menu-widget ol,
.widget_nav_menu ol,
ul.navigation,
.better-menu-widget ul,
.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.navigation li,
.better-menu-widget ol li,
.widget_nav_menu ol li,
ul.navigation li,
.better-menu-widget ul li,
.widget_nav_menu ul li {
    margin-bottom: 1rem;
    padding: 0;
    box-sizing: border-box;
}

ol.navigation li a,
.better-menu-widget ol li a,
.widget_nav_menu ol li a,
ul.navigation li a,
.better-menu-widget ul li a,
.widget_nav_menu ul li a {
    color: #333;
}

ol.navigation[class*='grid'] .col,
.better-menu-widget ol[class*='grid'] .col,
.widget_nav_menu ol[class*='grid'] .col,
ul.navigation[class*='grid'] .col,
.better-menu-widget ul[class*='grid'] .col,
.widget_nav_menu ul[class*='grid'] .col {
    margin-bottom: 0;
    padding-left: 0;
}

.company-nav {
    box-sizing: border-box;
    width: 74%;
    justify-content: flex-start;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

@media screen and (min-width: 766px) {
    .company-nav {
        margin: 0 -30px !important;
    }
    .company-nav li {
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .company-nav {
        width: 100%
    }
    .company-nav li {
        flex: 1 1 50%
    }
}

ul {
    list-style: disc;
    padding-left: 15px;
}

ul li {
    padding-left: 5px;
}

ul.small-dot li {
    position: relative;
}

.widget_rss .widget-title>a.rsswidget:first-child {
    display: none;
}

.widget_rss ul {
    margin-top: 0;
    list-style: none;
    padding: 0;
}

.widget_rss ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8E6F6;
}

.widget_rss ul li:last-child {
    border-bottom: 0;
}

.widget_rss ul li a {
    font-size: 1.26rem;
    line-height: 2.1rem;
}

#footer .widget_rss ul li {
    border-color: #0C68D2;
}

#footer .widget_rss ul li a:hover {
    color: #fff;
}

.widget {
    margin-bottom: 15px;
}

.widget ul.two-col {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
}

.widget ul.two-col li {
    flex-basis: 50%;
    max-width: 50%
}

.widget .widget-title {
    margin-bottom: 1rem;
}

.widget .widget-title a {
    white-space: nowrap;
}

.widget .widget-title a:after {
    font-family: 'dashicons';
    content: "\f139";
    font-size: 0.6em;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: -3px;
    opacity: 0.5;
    -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
}

.widget .widget-title a:hover:after {
    opacity: 1;
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@media screen and (max-width: 767px) {
    .widget ul.two-col {
        list-style: none;
    }
    .widget ul.two-col li {
        flex-basis: 100%;
        max-width: 100%
    }
}

.avatar img,
img.avatar,
img.avatar-image {
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
}

.pricing-subheadline {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 70%;
    margin: 0 auto;
}

.pricing-subheadline .subheadline,
.pricing-subheadline #pricing-toggle {
    margin-bottom: 4%
}

.page-template-pricing-page .page-title {
    overflow: hidden;
}

.pricing-grid {
    text-align: center;
    margin: 0 -1em;
    padding-left: 15px;
    padding-right: 15px;
}

.pricing-grid .col,
.pricing-grid [class*="col-"] {
    padding: 0 1rem 1rem;
}

#pricing-toggle {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    background: #ddd;
}

@media screen and (max-width: 450px) {
    #pricing-toggle {
        margin-left: -15px;
        margin-right: -15px;
    }
}

#pricing-toggle #toggle-row {
    display: flex;
    align-items: stretch;
}

#pricing-toggle #toggle-row .toggle-button {
    font-weight: 900;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: -2px;
    line-height: 15px;
    font-size: 15px;
    vertical-align: middle;
    margin-top: -3px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-transition: color .35s ease;
    -o-transition: color .35s ease;
    -webkit-transition: color .35s ease;
    transition: color .35s ease;
}

#pricing-toggle #toggle-row .toggle-button.active {
    background-color: white;
    position: relative;
    margin-top: -6px;
    margin-bottom: -5px;
    padding-top: 17px;
    padding-bottom: 17px;
    -moz-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    border: 3px solid;
    border-radius: 5px;
}

#pricing-toggle #toggle-row .toggle-button.active#annual-select span,
#pricing-toggle #toggle-row .toggle-button.active#two-year-select span {
    color: #27C971;
}

.button.outline:after {
    display: none;
}

.button-text {
    font-size: 18px;
}

.plan-details {
    text-align: left;
    flex-grow: 1;
}

.plan-details p.lead {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 24px;
}

.pricing-grid .col {
    max-width: 25%
}

.pricing-grid .col a.pricing-box {
    text-decoration: none;
    border: 3px solid #333;
}

@media screen and (max-width: 875px) {
    .pricing-grid .col {
        max-width: 50%
    }
}

@media screen and (max-width: 525px) {
    .pricing-grid .col {
        max-width: 100%
    }
}

@media screen and (max-width: 1023px) {
    .pricing-grid .col .pricing-grid .col {
        display: flex;
        max-width: none;
    }
    .pricing-grid .col .pricing-grid .col .pricing-box {
        width: 33%;
        margin-right: 5%
    }
}

@media screen and (max-width: 767px) {
    .pricing-grid .col .pricing-grid .col {
        flex-wrap: wrap;
    }
    .pricing-grid .col .pricing-grid .col .pricing-box {
        width: 100%;
        margin-right: auto;
    }
    .pricing-grid .col .pricing-subheadline {
        padding-top: 0;
    }
    .pricing-grid .col .pricing-subheadline .subheadline,
    .pricing-grid .col .pricing-subheadline #pricing-toggle {
        margin-bottom: 1.1em;
    }
    .pricing-grid .col .pricing-subheadline #pricing-toggle {
        margin-left: -999999px;
        padding-left: 999999px;
        margin-right: -999999px;
        padding-right: 999999px;
    }
    .pricing-grid .col .pricing-subheadline #pricing-toggle #toggle-row {
        align-items: stretch;
    }
    .pricing-grid .col .pricing-subheadline #pricing-toggle .toggle-button {
        width: 33%
    }
}

.row-image {
    position: absolute;
    left: -5%;
    top: 22%
}

.pricing-header {
    position: relative;
}

.text-blue {
    color: #217EF7 !important;
}

.logos-container img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 20px;
    width: 100%
}

.container-fluid>.container {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 975px) {
    .row-image {
        display: none;
    }
}

.pricing-header {
    margin-bottom: 50px !important;
}

.pricing-header h1.pricing-title p {
    font-weight: 300;
    font-size: 64px;
    color: #333333;
    line-height: normal;
    padding: 0;
    margin: 0;
    margin-top: 45px;
}

.pricing-header .pricing-subheadline {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .plan-details>.row {
        margin-left: 0;
        margin-right: 0;
    }
}

.plan-details .cta-column p.cta-title {
    font-size: 18px;
    font-weight: 700;
    margin: 60px 0 11px;
    text-align: center;
}

.plan-details .plans {
    padding: 0;
}

.plan-details h2.plan-title {
    line-height: normal;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
    color: #333;
}

.plan-details h2.plan-title.active {
    background-color: #333;
    color: #fff;
}

.plan-details #drift-businesses,
.plan-details #drift-enterprise {
    border: 3px solid #333;
}

.plan-details #drift-businesses.hide,
.plan-details #drift-enterprise.hide {
    display: none;
}

.plan-details #drift-businesses .details,
.plan-details #drift-enterprise .details {
    text-align: center;
    margin: 50px auto;
}

@media screen and (max-width: 640px) {
    .plan-details #drift-businesses .details,
    .plan-details #drift-enterprise .details {
        width: 100%
    }
}

.plan-details #drift-businesses .details:first-of-type:not(:last-of-type),
.plan-details #drift-enterprise .details:first-of-type:not(:last-of-type) {
    border-right: 3px solid #333;
}

@media screen and (max-width: 640px) {
    .plan-details #drift-businesses .details: first-of-type:not(:last-of-type),
    .plan-details #drift-enterprise .details:first-of-type:not(:last-of-type) {
        border: none;
        margin-bottom: 0;
        padding-bottom: 50px;
        border-bottom: 3px solid;
    }
}

.plan-details h3.details-title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    font-size: 26px;
    margin-top: 15px;
}

.plan-details .details-price p.starts-at {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.plan-details .details-price .price {
    margin-bottom: 0;
}

.plan-details .details-price .price span {
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
}

.plan-details .details-price+.details-button {
    margin-top: 42px;
}

.plan-details .details-subheading {
    margin-bottom: 15px;
}

.plan-details .details-button {
    margin-bottom: 25px;
}

.plan-details .details-button a.drift-button {
    cursor: pointer;
    padding: 25px 35px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 0;
    border: 3px solid #333;
    border-radius: 5px;
}

@media screen and (max-width: 425px) {
    .plan-details .details-button a.drift-button {
        width: 100%;
        padding: 23px 0 20px;
    }
}

.plan-details .details-button a.drift-button:hover,
.plan-details .details-button a.drift-button:focus {
    text-decoration: none;
    background-color: #333;
    opacity: 1;
}

.plan-details .details-content {
    text-align: center;
}

.plan-details .details-content+.details-button {
    margin-top: 30px;
    margin-bottom: 0;
}

.plan-details .details-content p {
    font-size: 17px;
    margin-bottom: 0;
}

.plan-details .details-content ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}

.plan-details .details-content ul li {
    padding-left: 0;
    margin-bottom: 5px;
}

.plan-details .details-content ul li.learn-more-list {
    list-style: none;
    cursor: pointer;
    color: #0176FF;
    display: inline-block;
}

.plan-details .details-content span.close-learn-more {
    position: fixed;
    right: 0;
    font-size: 34px;
    top: -38px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .plan-details .details-content span.close-learn-more {
        right: 15px;
        top: 10px;
        z-index: 999;
    }
}

.plan-details .details-content .learn-more-container {
    display: none;
    position: fixed;
    margin: 0 auto;
    padding: 0;
    top: 0;
    max-width: none;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 10% 30%;
    padding-bottom: 0;
}

@media screen and (max-width: 640px) {
    .plan-details .details-content .learn-more-container {
        padding: 18% 5%;
        padding-bottom: 0;
    }
}

.plan-details .details-content .learn-more-container.display {
    display: block;
}

.plan-details .details-content .learn-more-container .learn-more-column {
    border: 3px solid #333;
    padding: 0;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .plan-details .details-content .learn-more-container .learn-more-column {
        overflow: auto;
        height: calc(100vh - 54px);
    }
}

@media screen and (max-width: 640px) {
    .plan-details .details-content .learn-more-container .learn-more-column .details-button {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.plan-details .details-content .learn-more-container ul.learn-more-advatages {
    margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
    .plan-details .details-content .learn-more-container ul.learn-more-advatages {
        margin-right: 30px;
        margin-left: 30px;
    }
}

.plan-details .details-content .learn-more-container .learn-more-price {
    font-size: 54px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 25px;
    margin: 25px 30px;
    border-bottom: 3px solid;
}

.plan-details .details-content .learn-more-container .learn-more-price .month {
    font-weight: 700;
}

.plan-details .details-content .learn-more-container .learn-more-title {
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    padding: 10px;
    font-weight: 700;
}

.plan-details .details-upgrades-availables {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

.breadcrumbs-sidebar {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    border-left: 1px solid #EAF2FB;
}

.breadcrumbs-sidebar li {
    padding: 0;
    margin: 0 0 22px -1px;
}

.breadcrumbs-sidebar li:last-child {
    margin-bottom: 0;
}

.breadcrumbs-sidebar li a {
    font-size: 20px;
    padding: 5px 0 5px 30px;
    color: #333;
    border-left: 2px solid transparent;
}

.breadcrumbs-sidebar li a.nav-active {
    border-color: #0176FF;
    color: #0176FF;
}

.toggle {
    border-bottom: 1px solid #EAF2FB;
    margin-bottom: 1rem;
}

.toggle .toggle-answer {
    padding-right: 60px;
    color: #7c7c7c;
}

.toggle .toggle-title {
    cursor: pointer;
    position: relative;
    padding-right: 60px;
    font-size: 20px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.toggle .toggle-title:after {
    font-family: FontAwesome;
    content: '\f067';
    width: 25px;
    height: 25px;
    border: 1px solid #EAF2FB;
    border-radius: 9999px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #0176FF;
}

.toggle .toggle-title:hover {
    color: #0176FF;
}

.toggle .toggle-title.active {
    color: #0176FF;
}

.toggle .toggle-title.active:after {
    content: '\f068'
}

@media screen and (max-width: 767px) {
    .toggle .toggle-title {
        font-size: 17px;
        padding-right: 30px;
    }
    .toggle .toggle-answer {
        padding-right: 30px;
    }
}

.faq-list {
    border-bottom: 1px solid #EAF2FB;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.faq-list .icon-wrap {
    width: 50px;
    min-width: 50px;
    margin-right: 20px;
}

.faq-list img {
    width: 48px;
    margin-bottom: 1.125rem;
}

@media screen and (max-width: 767px) {
    .faq-list {
        font-size: 17px;
    }
}

.slick-loading .slick-list {
    background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

.slick-slide {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.slick-slide:focus,
.slick-slide:active {
    outline: 0 !important;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    font-weight: normal;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    color: #DBE8F6;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px;
    text-align: right;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75;
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #333;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display: none;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #333;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #333;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #333;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #333;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip .tooltipster-box {
    background: #333;
    border: none;
}

.tooltipster-sidetip .tooltipster-content {
    padding: 18px;
    font-size: 14px;
    line-height: 1.8em;
}

a.tooltip {
    cursor: pointer;
}

.tooltipster-base span {
    display: block;
}

.tooltipster-base .tool-link {
    display: block;
    margin-top: 15px;
}

.tool-text {
    max-width: 250px;
    line-height: 1.8em;
}

.show-lg,
.show-md,
.show-sm,
.show-xs,
.show-sm-xs {
    display: none !important;
}

@media screen and (max-width: 1215px) {
    .hide-lg {
        display: none !important;
    }
    .show-lg {
        display: initial !important;
    }
}

@media screen and (max-width: 1023px) {
    .hide-md {
        display: none !important;
    }
    .show-md {
        display: initial !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile,
    .hide-sm {
        display: none !important;
    }
    .show-sm {
        display: initial !important;
    }
    .hide-overflow-sm {
        overflow: hidden;
    }
}

@media screen and (max-width: 35.5em) {
    .hide-xs {
        display: none !important;
    }
    .show-xs {
        display: initial !important;
    }
}

@media screen and (max-width: 40em) {
    .hide-sm-xs {
        display: none !important;
    }
    .show-sm-xs {
        display: initial !important;
    }
}

.primary {
    color: #0176FF;
}

.gray {
    color: #888;
}

.hide,
.hidden,
.assistive-text,
.screen-reader-text,
[hidden] {
    display: none;
}

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

.hide-overflow {
    overflow: hidden;
}

.clear {
    display: table;
    clear: both;
}

#drift-mobile-indicator {
    display: none;
}

@media screen and (min-width: 1022px) {
    #drift-mobile-indicator {
        display: block;
    }
}

#site-header {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#site-header .header-inner {
    background-color: #0176FF;
    color: #fff;
    position: relative;
    z-index: 99;
}

#site-header .hide-top,
#site-header .hide-bottom {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#site-header .hide-top {
    display: none;
}

#site-header .hide-scroll {
    display: initial;
}

#site-header .chat-icon {
    line-height: 0;
    margin-top: 5px;
    margin-bottom: -5px;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

#site-header .chat-icon img {
    max-width: none !important;
}

#site-header .chat-icon a,
#site-header .chat-icon .no-bg-hover a {
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

#site-header .nav-button a {
    padding: 0;
    white-space: nowrap;
}

#site-header .nav-button a:hover {
    background: transparent;
    color: #fff;
}

#site-header .no-bg-hover a {
    padding-left: 35px;
    padding-right: 35px;
}

#site-header .no-bg-hover a:hover {
    background: transparent;
    color: #fff;
}

#site-header .no-bg-hover li:last-child a {
    padding-left: 0;
}

.scrolled-past-hero #site-header .hide-top {
    display: inherit;
}

.scrolled-past-hero #site-header .hide-scroll {
    display: none;
}

#site-header.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}

.admin-bar #site-header.header--fixed {
    top: 46px;
}

@media screen and (min-width: 783px) {
    .admin-bar #site-header.header--fixed {
        top: 32px;
    }
}

#site-header .panel img {
    display: block;
    opacity: 1;
}

#site-header .panel,
#site-header .mobile-nav {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 2.5rem 0 4rem;
    border-bottom: 2px solid #0176FF;
    z-index: 97;
    -moz-transition: -moz-transform .5s ease, box-shadow .5s ease;
    -o-transition: -o-transform .5s ease, box-shadow .5s ease;
    -webkit-transition: -webkit-transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

#site-header .panel.show,
#site-header .mobile-nav.show {
    z-index: 98;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: -moz-transform .5s ease, box-shadow .5s ease;
    -o-transition: -o-transform .5s ease, box-shadow .5s ease;
    -webkit-transition: -webkit-transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    -moz-box-shadow: 0 2px 55px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 2px 55px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 55px rgba(0, 0, 0, 0.09);
}

#site-header .panel .panel-text,
#site-header .mobile-nav .panel-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

#site-header .panel .panel-text .lead,
#site-header .mobile-nav .panel-text .lead {
    margin-bottom: 0;
}

#site-header .panel .panel-text a.button,
#site-header .mobile-nav .panel-text a.button {
    margin-left: 20px;
}

#site-header .panel .panel-grid,
#site-header .mobile-nav .panel-grid {
    margin: 0 -1rem;
}

#site-header .panel .panel-grid .col,
#site-header .mobile-nav .panel-grid .col {
    padding: 0 1rem 1rem;
}

@media screen and (max-width: 767px) {
    .mobile-nav-open {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
    .mobile-nav-open body {
        overflow: hidden;
        height: 100%;
        position: relative;
    }
    .mobile-nav-open #site-header {
        overflow: auto;
        height: 100%
    }
    .mobile-nav-open #site-header .nav-button a {
        padding: 15px 25px;
        border: 1px solid transparent;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        font-weight: 800;
        display: inline-block;
        font-size: 1.26rem;
        line-height: 1em;
        white-space: nowrap;
        text-align: center;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        color: #fff;
        background: #27C971;
        border-color: #27C971;
        padding: 11px 16px;
        font-weight: inherit;
        font-size: 1rem;
    }
    .mobile-nav-open #site-header .nav-button a:after {
        font-family: 'dashicons';
        content: "\f139";
        font-size: 0.9em;
        line-height: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    }
    .mobile-nav-open #site-header .nav-button a:hover:after {
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .mobile-nav-open #site-header .nav-button a:hover,
    .mobile-nav-open #site-header .nav-button a:focus {
        color: #fff;
        background: #2CDE7D;
        border-color: #2CDE7D;
    }
    .mobile-nav-open #site-header .nav-button a:active {
        background: #23b465;
    }
    .mobile-nav-open #site-header .nav-button a:after {
        display: none;
    }
    .mobile-nav-open #site-header .header-wrap .header-section.chat-icon {
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        margin-right: -50px;
    }
    #site-header .header-wrap .header-section.chat-icon {
        width: 50px;
    }
    #site-header .header-wrap .header-section.chat-icon a,
    #site-header .header-wrap .header-section.chat-icon a.no-bg-hover {
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 766px) {
    .scrolled-past-hero #site-header .nav-button a {
        padding: 15px 25px;
        border: 1px solid transparent;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        cursor: pointer;
        font-weight: 800;
        display: inline-block;
        font-size: 1.26rem;
        line-height: 1em;
        white-space: nowrap;
        text-align: center;
        -moz-border-radius: 999px;
        -webkit-border-radius: 999px;
        border-radius: 999px;
        color: #fff;
        background: #27C971;
        border-color: #27C971;
        padding: 11px 16px;
        font-weight: inherit;
        font-size: 1rem;
        margin-left: 20px;
    }
    .scrolled-past-hero #site-header .nav-button a:after {
        font-family: 'dashicons';
        content: "\f139";
        font-size: 0.9em;
        line-height: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
        transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    }
    .scrolled-past-hero #site-header .nav-button a:hover:after {
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    .scrolled-past-hero #site-header .nav-button a:hover,
    .scrolled-past-hero #site-header .nav-button a:focus {
        color: #fff;
        background: #2CDE7D;
        border-color: #2CDE7D;
    }
    .scrolled-past-hero #site-header .nav-button a:active {
        background: #23b465;
    }
    .scrolled-past-hero #site-header .nav-button a:after {
        display: none;
    }
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.header-wrap .header-section {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}

.header-wrap [data-nav]:after {
    font-family: 'dashicons';
    content: "\f140";
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.header-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-wrap ul li {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
}

.header-wrap .logo {
    margin-right: 10px;
}

.header-wrap .logo a {
    padding: 0;
}

.header-wrap .logo a:hover,
.header-wrap .logo a:active,
.header-wrap .logo a:focus {
    background: transparent;
}

.header-wrap .drift-menu.light-color a {
    color: #BFDCFE;
}

.header-wrap .drift-menu li a {
    padding: 18px 20px;
    display: inline-block;
    font-weight: 500;
}

.header-wrap .drift-menu li a {
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.header-wrap .drift-menu li a,
.header-wrap .drift-menu li a:active,
.header-wrap .drift-menu li a:visited {
    color: #fff;
    text-decoration: none;
}

.header-wrap .drift-menu li a.show-panel,
.header-wrap .drift-menu li a:hover,
.header-wrap .drift-menu li a:active.show-panel,
.header-wrap .drift-menu li a:active:hover,
.header-wrap .drift-menu li a:visited.show-panel,
.header-wrap .drift-menu li a:visited:hover {
    background: #fff;
    color: #0176FF;
}

.hamburger-menu {
    padding: 28px 14px;
    margin-right: -18px;
    margin-left: 0;
    cursor: pointer;
    z-index: 9;
    position: relative;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.hamburger-menu.nav-is-open {
    background: #fff;
    margin-left: 18px;
}

.hamburger-menu.nav-is-open .nav-icon {
    background: transparent;
}

.hamburger-menu.nav-is-open .nav-icon:after,
.hamburger-menu.nav-is-open .nav-icon:before {
    background: #0176FF;
}

.nav-icon {
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 2.5rem;
    display: block;
    position: relative;
    right: inherit;
    top: 0;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 3;
}

.nav-icon:after,
.nav-icon:before {
    height: 2px;
    background: #fff;
    border-radius: 2.5rem;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    z-index: -1;
    -moz-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-icon:after {
    top: -7px;
    width: 88%
}

.nav-icon:before {
    top: 7px;
    width: 82%
}

.nav-is-open .nav-icon {
    background: transparent;
}

.nav-is-open .nav-icon:after {
    top: 0;
    width: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-is-open .nav-icon:before {
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#site-header {
    z-index: 2147483648;
}

#site-header #mobile-menu {
    padding: 30px 15px 0 15px;
    border-bottom: 0;
    overflow: auto;
    box-sizing: border-box;
    font-size: 17px;
}

#site-header #mobile-menu .container {
    padding: 0;
}

#site-header #mobile-menu .nav-row {
    border-bottom: 1px solid #EAF2FB;
    margin: 0 0.5rem 25px;
}

#site-header #mobile-menu .nav-row .col {
    padding: 0 0 1rem;
}

#site-header #mobile-menu .nav-row:last-child {
    border: none;
}

#site-header #mobile-menu .widget-title a:after {
    opacity: 1;
}

#site-header #mobile-menu .widget {
    margin-bottom: 8px;
}

#site-header #mobile-menu .nav-row .col:nth-child(even) ul li,
#site-header #mobile-menu .nav-row .col:nth-child(even) .widget-title {
    text-align: right;
}

#site-header #mobile-menu .company-nav {
    margin: auto !important;
    padding: 0 !important;
}

#site-header #mobile-menu .company-nav li:nth-child(even) {
    text-align: right;
}

#site-header #mobile-menu ol.navigation li,
#site-header #mobile-menu .better-menu-widget ol li,
#site-header #mobile-menu .widget_nav_menu ol li,
#site-header #mobile-menu ul.navigation li,
#site-header #mobile-menu .better-menu-widget ul li,
#site-header #mobile-menu .widget_nav_menu ul li {
    margin-bottom: 0.6rem;
    white-space: nowrap;
}

#menu-header-menu>.menu-item a:hover+.sub-menu,
#menu-header-menu>.menu-item .sub-menu:hover {
    display: block;
}

#menu-header-menu>.menu-item>ul.sub-menu {
    list-style: none;
    background-color: #333;
    padding: 0;
    position: absolute;
    padding-top: 14px;
    padding-bottom: 14px;
    z-index: 99;
    width: 220px;
    display: none;
    margin-top: 15px;
}

#menu-header-menu>.menu-item>ul.sub-menu:before {
    display: block;
    content: "";
    width: 100%;
    height: 15px;
    top: -15px;
    position: absolute;
}

#menu-header-menu>.menu-item>ul.sub-menu li {
    padding: 0;
    margin: 0;
}

#menu-header-menu>.menu-item>ul.sub-menu li a {
    color: #fff;
    display: block;
    padding: 14px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 18px;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.page-title {
    padding: 4% 0 1% 0;
}

.content {
    margin-bottom: 6%
}

.hash-indicator {
    visibility: hidden;
    position: absolute;
    margin-top: -61px;
}

.section-wrapper {
    margin-top: 6%;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .section-wrapper {
        margin-top: 18px;
    }
}

.page-template-sections-blue-line .section {
    background: #fff;
    overflow: hidden;
}

.section {
    position: relative;
    padding: 0 0 4% 0;
    z-index: 9;
}

.section#section-1 {
    padding-bottom: 7%
}

.section .section-title {
    padding-bottom: 3%
}

.section .section-title em br,
.section .section-title strong br {
    display: none;
}

.section .section-title.on-top {
    padding-bottom: 0.5rem;
}

.section .indent .section-title {
    padding-bottom: 0;
}

.section.blue-line {
    z-index: 8;
}

.section .inner-content .section-title {
    margin-bottom: 0;
}

.section .section-inner {
    overflow: hidden;
    position: relative;
}

.section .side-by-side {
    position: relative;
    display: flex;
    justify-content: center;
}

.section .side-by-side .left,
.section .side-by-side .right {
    width: 50%;
    display: flex;
}

.section .side-by-side .left .image-wrap,
.section .side-by-side .right .image-wrap {
    overflow: visible;
    text-align: center;
}

.section .side-by-side .left .image-wrap video,
.section .side-by-side .right .image-wrap video {
    max-width: 100% !important;
}

.section .side-by-side .left.flush .image-wrap img,
.section .side-by-side .left.flush .image-wrap video,
.section .side-by-side .right.flush .image-wrap img,
.section .side-by-side .right.flush .image-wrap video {
    display: block;
    margin: auto;
    max-width: 960px !important;
}

.section .side-by-side.sixty-five .right .inner-content {
    padding-left: 160px;
}

.section .side-by-side .right img {
    margin-left: 4%
}

.section .side-by-side .inner-content {
    width: 100%;
    max-width: 567px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
}

.section .side-by-side .flush.left .image-wrap img,
.section .side-by-side .flush.left .image-wrap video {
    float: right;
}

.section .side-by-side .flush.right .image-wrap img,
.section .side-by-side .flush.right .image-wrap video {
    float: left;
}

.section .side-by-side .left .inner-content {
    margin: 0 0 0 auto;
    padding-right: 30px;
}

.section .side-by-side .right .inner-content {
    margin: 0 auto 0 0;
    padding-left: 30px;
}

.section .side-by-side .flush .inner-content {
    max-width: none;
}

.section .image-wrap {
    position: relative;
}

.section .image-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.section .flush-right {
    position: absolute;
    right: 0;
    top: 0;
}

.section .section-content {
    position: relative;
}

.section.first-blue.blue-line .feature-list.section-content:before {
    top: 15px;
}

.section.blue-line .section-content {
    position: relative;
}

.section.blue-line .section-content input[type="text"],
.section.blue-line .section-content input[type="email"],
.section.blue-line .section-content input[type="password"],
.section.blue-line .section-content input[type="search"],
.section.blue-line .section-content input[type="color"],
.section.blue-line .section-content input[type="date"],
.section.blue-line .section-content input[type="datetime-local"],
.section.blue-line .section-content input[type="month"],
.section.blue-line .section-content input[type="number"],
.section.blue-line .section-content input[type="tel"],
.section.blue-line .section-content input[type="time"],
.section.blue-line .section-content input[type="url"],
.section.blue-line .section-content input[type="week"],
.section.blue-line .section-content input[list],
.section.blue-line .section-content input[type="file"],
.section.blue-line .section-content select,
.section.blue-line .section-content textarea {
    border-color: #D8E6F6;
}

.section.blue-line .section-content:before {
    content: '';
    width: 1px;
    position: absolute;
    left: -43px;
    height: 1000000px;
    background: #D8E6F6;
    display: block;
    top: -50000px;
}

.section.blue-line .section-content h2.no-line {
    padding-bottom: 4.5rem;
    background: #fff;
    margin: -400px 0 0 -99999px;
    padding-left: 99999px;
    padding-top: 400px;
    z-index: 9;
    position: relative;
}

.section .line-attach {
    position: relative;
    z-index: 9;
    margin-top: -15px;
}

.section .line-attach:after {
    content: '';
    width: 25px;
    position: absolute;
    left: -35px;
    height: 1px;
    background: #D8E6F6;
    display: block;
    top: 15px;
}

.section.blue-line .right .section-content:before {
    display: none;
}

@media screen and (max-width: 1023px) {
    .section .side-by-side {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 20px;
    }
    .section .side-by-side .left,
    .section .side-by-side .right {
        width: 100%
    }
    .section .side-by-side .left .inner-content,
    .section .side-by-side .right .inner-content {
        max-width: none;
        padding: 0;
    }
    .section .side-by-side .left img,
    .section .side-by-side .right img {
        float: none;
        display: block;
        margin: auto auto 40px;
    }
    .section .side-by-side .left img.img-flush {
        margin-right: -16%
    }
    .section .side-by-side .right img.img-flush {
        margin-left: -16%
    }
}

@media screen and (min-width: 1022px) {
    .section .indent {
        margin-left: 18%
    }
    .section .section-title.on-top {
        max-width: none;
    }
    .section .section-title em br,
    .section .section-title strong br {
        display: block;
    }
}

@media screen and (min-width: 1022px) {
    .section .side-by-side .left .image-wrap img,
    .section .side-by-side .left .image-wrap video {
        float: right;
    }
}

@media screen and (max-width: 1215px) {
    .section .side-by-side .inner-content {
        padding: 0 18px;
    }
}

@media screen and (max-width: 767px) {
    .section .side-by-side .left.flush .image-wrap img,
    .section .side-by-side .left.flush .image-wrap video,
    .section .side-by-side .right.flush .image-wrap img,
    .section .side-by-side .right.flush .image-wrap video {
        max-width: 100% !important;
    }
}

.section-text-content:after {
    content: "";
    display: table;
    clear: both;
}

.hero .on-top {
    padding-bottom: 0.5rem;
}

.section.hero .section-title.on-top {
    max-width: 750px;
}

.integration_plus {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.integration_plus img {
    max-height: 40px;
    max-width: 128px !important;
    margin: 0 !important;
}

.integration_plus i {
    font-size: 12px;
    padding: 0 30px;
}

.features .integration_plus {
    margin-bottom: 60px;
}

.features .integration_plus img {
    max-height: 60px;
    max-width: 155px !important;
}

.features .integration_plus i {
    padding: 0 6%
}

.hero.integration .section .section-title.on-top {
    max-width: 780px;
}

.hero.integration .inner-content {
    position: relative;
}

.hero.integration .scroll-text {
    font-size: 14px;
    position: absolute;
    top: -60px;
    right: 0;
    margin-bottom: 30px;
    color: #333;
    display: flex;
    align-items: center;
}

.hero.integration .scroll-text .scroll-text-inner {
    white-space: nowrap;
}

.hero.integration .scroll-text img {
    max-height: 30px;
    margin: 0 5px;
}

.hero.integration .scroll-text i {
    color: #FF234D;
    padding: 0 5px;
}

.hero.integration .scroll-text .dashicons {
    color: #0176FF;
}

.hero.integration .scroll-text:after {
    display: none;
}

.hero.integration .lead-wrap {
    display: flex;
}

.hero.integration .left .scroll-text {
    position: relative;
    top: auto;
    padding-left: 40px;
    margin: 0;
}

.oval-background {
    position: relative;
}

.oval-background * {
    position: relative;
    z-index: 3;
}

.oval-background .lead {
    padding-right: 3%
}

.oval-background:before {
    content: '';
    border-radius: 999999px;
    position: absolute;
    display: block;
    left: -50%;
    bottom: -30%;
    width: 1px;
    height: 1px;
    padding: 80%;
    background: #fff;
    z-index: 2;
    box-shadow: 25px 0 45px rgba(0, 0, 0, 0.04);
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.oval-image img,
.oval-image video {
    margin-bottom: 8px;
    margin-top: -20%
}

.oval-image .mobile-signup {
    margin-top: 1.5rem;
}

@media screen and (min-width: 1022px) {
    .oval-image img,
    .oval-image video,
    .oval-image video.lazy-video.lazy-hidden {
        position: absolute;
        top: 0;
        right: 0;
        max-width: none !important;
        height: 100% !important;
        width: auto !important;
        margin-top: 0;
    }
    .hero.integration .scroll-text.scroll-text-small {
        display: none;
    }
}

@media screen and (min-width: 766px) {
    .section.sign-up {
        margin-bottom: 3%
    }
    .section.sign-up .section-content {
        padding-bottom: 0;
    }
    .oval-background:before {
        bottom: -60px;
        right: -125px;
        left: auto;
    }
}

@media screen and (max-width: 1215px) {
    .oval-background: before {
        padding: 80%
    }
}

@media screen and (max-width: 1023px) {
    .oval-background {
        padding-right: 8rem;
    }
    .oval-background:before {
        padding: 115%;
        box-shadow: 25px 25px 45px rgba(0, 0, 0, 0.04);
    }
}

@media screen and (max-width: 767px) {
    .oval-background {
        padding-right: 8rem;
    }
    .oval-image img,
    .oval-image video {
        margin-top: -15%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 35.5em) {
    .oval-background {
        padding-right: 3%
    }
    .oval-background:before {
        bottom: -7%;
        left: -90%;
        padding: 135%
    }
}

.section.testimonial {
    overflow: visible;
    padding-top: 1.6%
}

@media screen and (min-width: 1214px) {
    .section.blue-line .section-box: before {
        content: '';
        width: 42px;
        position: absolute;
        left: -42px;
        height: 1px;
        background: #D8E6F6;
        display: block;
        top: 50%;
        margin-top: -1px;
    }
}

.section-box {
    position: relative;
    margin-bottom: 40px;
}

.section-box:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 1px solid #E4EDF7;
    border-top: none;
    background: #fff;
    box-shadow: 30px 44px 44px rgba(0, 0, 0, 0.03);
}

.section-box.minimal:after {
    display: none;
}

.section-box .avatar-container {
    padding-right: 50px;
}

.section-box blockquote {
    margin: 0;
    flex: 1;
    flex-shrink: 1;
    align-self: center;
}

.section-box .avatar {
    max-width: 200px;
}

.section-box .testimonial-inner {
    padding: 0 6% 6%;
    position: relative;
    z-index: 2;
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
}

.section-box .testimonial-wrap {
    padding-bottom: 60px;
}

.section-box .section-content {
    padding: 0;
}

.section-box .logo {
    max-width: 175px;
}

.section-box cite {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 1023px) {
    .section-box cite {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-box cite .logo {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .section.testimonial .section-content {
        padding: 0 10px;
    }
    .section.testimonial .testimonial-inner {
        padding: 0 30px 30px;
    }
    .section.testimonial .testimonial-inner:before {
        content: "“";
        left: -4px;
        top: -34px;
        position: absolute;
        color: #0176FF;
        font-size: 65px;
    }
    .section.testimonial cite {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 0;
    }
    .section.testimonial blockquote {
        display: flex;
        flex-flow: column;
    }
    .section.testimonial blockquote .avatar-container {
        align-self: center;
        padding-right: 0;
    }
    .section.testimonial .avatar-container img {
        display: block;
        margin: 20px auto;
    }
    .section-box:after {
        box-shadow: 0 22px 22px rgba(0, 0, 0, 0.03);
    }
    .section.blue-line.testimonial .section-box:after,
    .section.testimonial .section-box:after {
        height: 100%
    }
}

.full-width-section {
    background-size: cover;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
    background-position: center center;
}

.full-width-section .row {
    display: flex;
}

@media screen and (max-width: 991px) {
    .full-width-section .row {
        display: block;
        text-align: center;
    }
}

.full-width-section h2.drift-h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
    color: inherit;
    text-align: center;
    line-height: normal;
}

.full-width-section .content-data {
    color: inherit;
    max-width: 75%;
    margin: 0 auto;
}

.full-width-section .content-data p {
    color: inherit;
    font-size: 17px;
    margin-bottom: 45px;
    text-align: center;
}

.full-width-section .cta {
    text-align: center;
    margin-bottom: 20px;
}

.full-width-section a {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
}

.full-width-section a.cta-button {
    border-radius: 3px;
    font-weight: 600;
}

.full-width-section a.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.full-width-section a.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.full-width-section a.cta-button:after {
    display: none;
}

.full-width-section a.cta-button.cta-blue {
    background-color: #0176FF;
    color: #fff;
}

.full-width-section a.cta-button.cta-black {
    background-color: #000;
    color: #fff;
}

.full-width-section a.cta-button.cta-white {
    background-color: #FFF;
    color: #000;
}

.full-width-section a.cta-blue {
    color: #0176FF;
}

.full-width-section a.cta-black {
    color: #000;
}

.full-width-section a.cta-white {
    color: #FFF;
}

.standart-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.standart-section .cta {
    text-align: center;
    margin-bottom: 20px;
}

.standart-section .cta a {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
}

.standart-section .cta a.cta-button {
    border-radius: 3px;
    font-weight: 600;
}

.standart-section .cta a.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.standart-section .cta a.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.standart-section .cta a.cta-button:after {
    display: none;
}

.standart-section .cta a.cta-button.cta-blue {
    background-color: #0176FF;
    color: #fff;
}

.standart-section .cta a.cta-button.cta-black {
    background-color: #000;
    color: #fff;
}

.standart-section .cta a.cta-button.cta-white {
    background-color: #FFF;
    color: #000;
}

.standart-section .cta a.cta-blue {
    color: #0176FF;
}

.standart-section .cta a.cta-black {
    color: #000;
}

.standart-section .cta a.cta-white {
    color: #FFF;
}

@media screen and (max-width: 640px) {
    .standart-section .text-left {
        text-align: center;
    }
}

.standart-section.standart-cta {
    text-align: center;
}

.standart-section.standart-cta h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.standart-section.standart-cta p {
    margin-bottom: 10px;
}

.standart-section.standart-cta img {
    margin-bottom: 15px;
}

.standart-section.standart-cta a {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
}

.standart-section.standart-cta a.cta-button {
    border-radius: 3px;
    font-weight: 600;
}

.standart-section.standart-cta a.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.standart-section.standart-cta a.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.standart-section.standart-cta a.cta-button:after {
    display: none;
}

.standart-section.standart-cta a.cta-button.cta-blue {
    background-color: #0176FF;
    color: #fff;
}

.standart-section.standart-cta a.cta-button.cta-black {
    background-color: #000;
    color: #fff;
}

.standart-section.standart-cta a.cta-button.cta-white {
    background-color: #FFF;
    color: #000;
}

.standart-section.standart-cta a.cta-blue {
    color: #0176FF;
}

.standart-section.standart-cta a.cta-black {
    color: #000;
}

.standart-section.standart-cta a.cta-white {
    color: #FFF;
}

.standart-section.managing-status .row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .standart-section.managing-status .row {
        flex-direction: column;
        text-align: center;
    }
}

.standart-section h2.drift-h2 {
    font-size: 42px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
}

.standart-section p {
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 20px;
}

.standart-section p:last-of-type {
    margin-bottom: 40px;
}

.standart-section ul.features-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standart-section ul.features-filter li {
    cursor: pointer;
    display: inline-block;
    color: #ccc;
    margin-right: 10px;
}

.standart-section ul.features-filter li.active {
    cursor: default;
    font-weight: 600;
    color: #000;
}

.standart-section .feature-data {
    margin-bottom: 30px;
}

.standart-section .feature-data p.title {
    color: #fff;
    margin: 0;
    background-color: #333;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 18px;
}

.special-section .cta {
    text-align: center;
    margin-bottom: 20px;
}

.special-section .cta a {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 400;
}

.special-section .cta a.cta-button {
    border-radius: 3px;
    font-weight: 600;
}

.special-section .cta a.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.special-section .cta a.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.special-section .cta a.cta-button:after {
    display: none;
}

.special-section .cta a.cta-button.cta-blue {
    background-color: #0176FF;
    color: #fff;
}

.special-section .cta a.cta-button.cta-black {
    background-color: #000;
    color: #fff;
}

.special-section .cta a.cta-button.cta-white {
    background-color: #FFF;
    color: #000;
}

.special-section .cta a.cta-blue {
    color: #0176FF;
}

.special-section .cta a.cta-black {
    color: #000;
}

.special-section .cta a.cta-white {
    color: #FFF;
}

.special-section.features-section {
    margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
    .special-section.features-section {
        text-align: center;
    }
}

.special-section.highlight {
    margin-top: 20px;
    margin-bottom: 40px;
}

.special-section.highlight>.row {
    border: 3px solid #333;
    padding: 20px 20px 40px;
    margin-right: -15px;
    margin-left: -15px;
}

.special-section.highlight>.row .special-column {
    padding: 0;
}

.special-section.highlight .body-pages a {
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .special-section.highlight .body-pages {
        width: 100%
    }
}

.special-section.highlight .body-pages p.title {
    color: #fff;
    margin: 0;
    background-color: #333;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 18px;
}

.special-section.highlight ul {
    margin: 0;
    padding-left: 20px;
}

.special-section.highlight ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.special-section.highlight .highlight {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
    .special-section.highlight .highlight {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .special-section.highlight .highlight .headline {
        width: 100%
    }
}

.special-section.highlight .highlight .headline h2 {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 700;
}

@media screen and (max-width: 640px) {
    .special-section.highlight .character-block {
        width: 100%
    }
}

.special-section.highlight span.icon-character {
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 51px;
    position: relative;
    height: 100%;
    line-height: 100%
}

@media screen and (max-width: 640px) {
    .special-section.highlight span.icon-character {
        width: 15%;
        margin-bottom: 25px;
    }
}

.special-section h3.drift-h3 {
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 300;
    line-height: 32px;
    line-height: normal;
}

.special-section h3.features-heading {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 700;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .special-section h3.features-heading {
        margin-top: 20px;
    }
}

.special-section h2.drift-h2 {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 45px;
    line-height: normal;
}

.special-section h2.features-title {
    font-size: 34px;
    margin: 0;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 35px;
}

.special-section .features-header {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 20px;
}

.special-section .features-data {
    margin-bottom: 35px;
}

.special-section .features-data p {
    font-size: 18px;
}

.special-section .features-data ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.special-section .features-data ul li {
    margin-bottom: 10px;
}

.standart-section.standart-cta a,
.full-width-section a,
a.cta-link {
    white-space: nowrap;
}

.standart-section.standart-cta a:after,
.full-width-section a:after,
a.cta-link:after {
    font-family: 'dashicons';
    content: "\f139";
    font-size: 1.1em;
    line-height: 0;
    display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
    margin-right: -3px;
    opacity: 0.5;
    -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
}

.standart-section.standart-cta a:hover:after,
.full-width-section a:hover:after,
a.cta-link:hover:after {
    opacity: 1;
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@media screen and (min-width: 641px) {
    .text-md-center {
        text-align: center;
    }
}

@media screen and (min-width: 641px) {
    .text-md-left {
        text-align: left;
    }
}

@media screen and (min-width: 641px) {
    .text-md-right {
        text-align: right;
    }
}

@media screen and (max-width: 640px) {
    .text-xs-center {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .text-xs-left {
        text-align: left;
    }
}

@media screen and (max-width: 640px) {
    .text-xs-right {
        text-align: right;
    }
}

div.edit-section-link {
    position: absolute;
    left: 0;
}

div.edit-section-link a.post-edit-link {
    text-decoration: none;
    top: 125px;
    font-weight: 300;
    position: relative;
    left: 38px;
    box-sizing: border-box;
    display: block;
    float: left;
    transform: rotate(90deg) translate3d(-50%, 0, 0);
    transform-origin: left top 0;
    z-index: 101;
    background: #23282d;
    padding: 14px;
    opacity: 0.9;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase;
}

div.edit-section-link a.post-edit-link:after {
    display: none;
}

div.edit-section-link a.post-edit-link:hover {
    opacity: 1;
}

a.cta {
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 400;
}

a.cta.cta-button {
    border-radius: 3px;
    font-weight: 400;
}

a.cta.cta-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

a.cta.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

a.cta.cta-button:after {
    display: none;
}

a.cta.cta-button.cta-blue {
    background-color: #0176FF;
    color: #fff;
}

a.cta.cta-button.cta-black {
    background-color: #000;
    color: #fff;
}

a.cta.cta-button.cta-white {
    background-color: #FFF;
    color: #000;
}

a.cta.cta-blue {
    color: #0176FF;
}

a.cta.cta-black {
    color: #000;
}

a.cta.cta-white {
    color: #FFF;
}

.section-with-hr:after {
    display: block;
    border-bottom: 3px solid #333;
    margin-top: 20px;
}

.section.blue-line .line-form-wrap {
    position: relative;
}

.section.blue-line .line-form-wrap:after {
    content: '';
    width: 100%;
    margin-left: -55px;
    position: absolute;
    height: 9999px;
    top: 50%;
    border-top: none;
    background: #fff;
}

.section.blue-line .line-form-wrap:before {
    content: '';
    width: 42px;
    position: absolute;
    left: -42px;
    height: 1px;
    background: #D8E6F6;
    display: block;
    top: 50%;
    margin-top: -1px;
}

.section.blue-line .line-form-wrap * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1215px) {
    .section.blue-line .line-form-wrap: before {
        display: none;
    }
}

@media screen and (min-width: 766px) {
    .section.blue-line .line-form-wrap .col {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1214px) {
    .blue-line .connect .image-line {
        position: relative;
    }
    .blue-line .connect .image-line:before {
        content: '';
        width: 56%;
        position: absolute;
        left: -35px;
        height: 1px;
        background: #E4EDF7;
        display: block;
        bottom: 80px;
    }
}

.video {
    overflow: visible;
}

.video .embed-container {
    -moz-box-shadow: -35px 50px 44px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: -35px 50px 44px rgba(0, 0, 0, 0.19);
    box-shadow: -35px 50px 44px rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
}

.video p.video-intro {
    line-height: 1.5rem;
}

.video ul.feature-list li {
    margin-bottom: 30px;
    position: relative;
}

.video ul.feature-list li img {
    position: absolute;
    left: -50px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%
}

.youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
}

.youtube-overlay:after {
    content: '';
    background: url("assets/images/play-button.svg") center no-repeat;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 67px;
    height: 68px;
    margin-left: -33.5px;
    margin-top: -34px;
}

.youtube-overlay.show {
    display: block;
}

@media screen and (max-width: 1023px) {
    .youtube-overlay,
    .youtube-overlay.show {
        display: none;
    }
}

.testimonial-slider .section-title {
    margin: 0 0 4%;
    padding: 0;
    white-space: normal;
}

.testimonial-slider .section-box {
    text-align: left;
}

.testimonial-slider .section-box .testimonial-logo-slider {
    margin-bottom: 4rem;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.testimonial-slider .section-box .testimonial-logo-slider .testimonial-inner {
    padding: 1% 2% 2%;
    align-items: center;
}

.testimonial-slider .testimonial-logo-slider .slick-next,
.testimonial-slider .testimonial-logo-slider .slick-prev {
    z-index: 3;
}

.testimonial-slider .testimonial-logo-slider .slick-dots {
    text-align: right;
    box-sizing: border-box;
    padding: 0 18px;
}

.testimonial-slider .testimonial-logo-slider .slick-dots li {
    width: 55px;
    height: auto;
    margin: 0 -5px;
    position: relative;
}

.testimonial-slider .testimonial-logo-slider .slick-dots li:after {
    content: '';
    background: #0176FF;
    position: absolute;
    width: 7px;
    height: 7px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    border: 3px solid #fff;
    bottom: 3px;
    left: 50%;
    margin-left: -6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.testimonial-slider .testimonial-logo-slider .slick-dots li.slick-active {
    z-index: 5 !important;
}

.testimonial-slider .testimonial-logo-slider .slick-dots li.slick-active:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.testimonial-slider .testimonial-logo-slider .slick-dots li img {
    border-radius: 99999px;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.testimonial-slider .logos-wrap {
    position: relative;
}

.testimonial-slider .logos-wrap .quote-indicator {
    height: 14px;
    width: 25%;
    margin: 0;
    border-bottom: 1px solid #D8E6F6;
    display: block;
    font-size: 53px;
    line-height: 53px;
    color: #0176FF;
    text-align: center;
    position: absolute;
    overflow: visible !important;
    bottom: -15px;
}

.testimonial-slider .logos-wrap .quote-indicator span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
}

.testimonial-slider .logos {
    margin: 0 -4rem 1.5rem;
    display: flex;
}

.testimonial-slider .logos a {
    flex-basis: 24%;
    max-width: 24%;
    padding: .75rem 3%;
    margin: 0;
    text-decoration: none;
    color: #333;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.minimal-quote {
    text-align: center;
}

.minimal-quote blockquote {
    padding: 0 9%
}

.minimal-quote .mobile-logo {
    max-width: 190px;
    margin: 25px auto 0;
}

.minimal-quote cite {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}

.minimal-quote cite .name {
    line-height: 1.5em;
}

.minimal-quote cite .avatar {
    max-width: 75px;
    margin-right: 25px;
}

@media screen and (max-width: 1023px) {
    .testimonial-slider .logos {
        justify-content: flex-start;
        margin: 0;
    }
    .testimonial-slider .testimonial-logo-slider .slick-dots {
        bottom: 30px;
        padding-right: 55px;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .slick-dots {
        display: none !important;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .slick-next {
        visibility: hidden;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .minimal-quote cite {
        justify-content: center;
    }
    .testimonial-slider .testimonial-logo-slider .slick-prev {
        visibility: hidden;
    }
    .testimonial-slider .testimonial-logo-slider .slick-next {
        right: 5px;
        top: auto;
        bottom: 26px;
    }
    .testimonial-slider .minimal-quote blockquote {
        padding: 0 25px;
        text-align: left;
        margin-top: 60px;
    }
    .testimonial-slider .minimal-quote cite {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slider .minimal-quote blockquote {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 3%
    }
    .testimonial-logo-slider {
        position: relative;
    }
    .testimonial-logo-slider:before {
        content: "“";
        left: -13px;
        top: -34px;
        position: absolute;
        color: #0176FF;
        font-size: 65px;
    }
    .minimal-quote {
        border: 1px solid #EAF2FB;
        -moz-box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
        -webkit-box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
        box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
        margin: 0 18px 40px;
        border-top: 0;
        position: relative;
    }
    .minimal-quote:before {
        content: "“";
        left: -13px;
        top: -34px;
        position: absolute;
        color: #0176FF;
        font-size: 65px;
    }
    .minimal-quote blockquote {
        margin-top: 0;
        padding: 0 20px;
    }
    .minimal-quote cite {
        text-align: center;
        flex-direction: column;
    }
    .minimal-quote cite .avatar {
        margin: 0 auto 10px;
        max-width: 70px;
    }
    .testimonial-slider .logos {
        margin: 0 -20px;
        margin-bottom: 40px;
    }
    .testimonial-slider .logos a {
        flex-basis: 50%;
        max-width: 50%;
        padding: .75rem 20px;
    }
    .testimonial-slider .testimonial-logo-slider {
        border: 1px solid #EAF2FB;
        border-top: none;
        -moz-box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
        -webkit-box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
        box-shadow: 35px 50px 44px rgba(0, 0, 0, 0.03);
    }
    .testimonial-slider .testimonial-logo-slider .minimal-quote {
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .slick-dots {
        display: initial !important;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .slick-next {
        visibility: visible;
    }
    .testimonial-slider .testimonial-logo-slider.slider-minimal .minimal-quote blockquote {
        padding: 0 3%;
        text-align: left;
        margin-top: 60px;
    }
    .testimonial-slider .testimonial-logo-slider .slick-dots {
        text-align: center;
        position: relative;
        bottom: 0;
        padding: 30px 0;
    }
    .testimonial-slider .testimonial-logo-slider .slick-dots:before {
        content: '';
        position: absolute;
        top: 0;
        left: 4.5%;
        height: 1px;
        width: 90%;
        border-top: 1px solid #EAF2FB;
    }
    .testimonial-slider .testimonial-logo-slider .slick-next,
    .testimonial-slider .testimonial-logo-slider .slick-prev {
        bottom: 25px;
        top: auto;
        visibility: visible;
    }
    .testimonial-slider .testimonial-logo-slider .slick-next {
        right: 18px;
    }
    .testimonial-slider .testimonial-logo-slider .slick-prev {
        left: 18px;
    }
}

@media screen and (min-width: 1022px) {
    .testimonial-slider .avatar-slider .slick-dots li: nth-child(1) {
        z-index: 4;
    }
    .testimonial-slider .avatar-slider .slick-dots li:nth-child(2) {
        z-index: 3;
    }
    .testimonial-slider .avatar-slider .slick-dots li:nth-child(3) {
        z-index: 2;
    }
    .testimonial-slider .avatar-slider .slick-dots li:nth-child(4) {
        z-index: 1;
    }
    .testimonial-slider .avatar-slider blockquote {
        padding-right: 130px;
    }
    .testimonial-slider .avatar-slider blockquote cite {
        flex-direction: column;
        align-items: flex-start;
    }
    .testimonial-slider .avatar-slider blockquote cite .logo {
        margin-top: 15px;
    }
    .testimonial-slider .avatar-slider .slick-dots {
        display: block !important;
        flex-wrap: wrap;
        width: 85px;
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 12px;
    }
    .testimonial-slider .avatar-slider .slick-dots li {
        margin: -12px 0;
    }
    .testimonial-slider .avatar-slider .slick-dots li:after {
        top: 50%;
        margin-top: -11px;
        right: -3px;
        left: auto;
    }
    .testimonial-logo-slider .slick-dots {
        display: none !important;
    }
    .slick-next,
    .slick-prev {
        visibility: hidden;
    }
}

@media screen and (max-width: 1023px) {
    .testimonial-slider .section-box.avatar-slider .testimonial-logo-slider .testimonial-inner {
        padding: 1% 45px 45px;
    }
    .testimonial-slider .section-box.avatar-slider .testimonial-logo-slider .slick-dots {
        bottom: 50px;
    }
    .testimonial-slider .section-box.avatar-slider .testimonial-logo-slider .slick-next {
        bottom: 44px;
        right: 18px;
    }
    .avatar-slider .avatar.show-sm {
        display: initial !important;
        max-width: 75px;
        margin-right: 25px;
        padding: 0;
    }
    .avatar-slider .avatar.hide-sm {
        display: none;
    }
    .avatar-slider cite {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        align-items: center;
        flex-direction: row;
    }
    .avatar-slider cite .logo {
        display: none;
    }
    .avatar-slider.section-box:after {
        height: 88%
    }
    .avatar-slider.section-box:before {
        content: "“";
        left: -11px;
        top: 0;
        position: absolute;
        color: #0176FF;
        font-size: 65px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-slider .section-box.avatar-slider .testimonial-logo-slider .slick-dots {
        bottom: 0;
    }
    .testimonial-slider .section-box.avatar-slider .testimonial-logo-slider .slick-next {
        bottom: 25px;
    }
    .avatar-slider.section-box:after {
        display: none;
    }
    .avatar-slider.section-box cite {
        text-align: center;
        flex-direction: column;
    }
    .avatar-slider.section-box cite .avatar.show-sm {
        margin: auto;
    }
    .avatar-slider.section-box cite .logo {
        display: initial !important;
    }
    .avatar-slider.section-box .testimonial-logo-slider {
        margin-left: auto;
        margin-right: auto;
    }
}

.hover-grid [class*="grid"] {
    margin: 0 -0.75rem;
}

.hover-grid [class*="grid"] .col {
    padding: 0 0.75rem 1.5rem;
}

.hover-grid [class*="grid"] .col.hidden {
    display: none;
}

.hover-grid .hover-grid-container {
    padding: 0 15px;
}

.hover-grid .intro {
    margin-bottom: 3rem;
}

.hover-grid .load-more-button {
    width: 100%;
    margin: auto;
}

.hover-grid .load-more-button button {
    margin: auto;
}

.hover-grid .load-more-button button:after {
    display: none;
}

@media screen and (min-width: 1214px) {
    .hover-grid .hover-grid-container {
        padding: 0;
    }
    .hover-grid [class*="grid"] {
        margin: 0 -1.5rem;
    }
    .hover-grid [class*="grid"] .col {
        padding: 0 1.5rem 3rem;
    }
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 850px;
    margin: auto;
}

.logos-container .logo {
    max-width: 250px;
    padding: 20px;
    text-align: center;
}

.top-flexible-content .container:last-child>.logos-container {
    margin-bottom: -4%
}

@media screen and (max-width: 767px) {
    .logos-container .logo {
        width: 50%;
        box-sizing: border-box;
    }
}

.faq .faq-section-title {
    font-weight: 600;
    font-size: 36px;
}

.faq .faq-section {
    padding-bottom: 30px;
}

.faq .faq-section:last-child {
    padding-bottom: 0;
}

.faq .faq-section-intro {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .faq .faq-section-title {
        font-size: 26px;
    }
}

.title-divider {
    font-weight: bold;
}

#footer {
    background: #f2f2f2;
    color: #333;
    z-index: 9;
    position: relative;
}

#footer a,
#footer a:visited,
#footer a:focus {
    color: #333;
}

#footer a:hover,
#footer a:visited:hover,
#footer a:focus:hover {
    color: #666;
}

#footer [class*="grid"] [class*="grid"] {
    margin: 0;
}

#footer ul.left-padding-menu {
    padding-left: 45px;
}

#footer .footer-content {
    padding-top: 3.5rem;
}

#footer .drift_button_widget {
    margin-top: 6px;
}

#footer .social a {
    padding: 10px;
    font-size: 24px;
}

#footer .mobile-social {
    margin-top: 1.2rem;
    padding-bottom: 0;
}

#footer .company-nav {
    width: 82%
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #333;
}

#footer h1 a,
#footer h1 a:visited,
#footer h1 a:focus,
#footer h2 a,
#footer h2 a:visited,
#footer h2 a:focus,
#footer h3 a,
#footer h3 a:visited,
#footer h3 a:focus,
#footer h4 a,
#footer h4 a:visited,
#footer h4 a:focus,
#footer h5 a,
#footer h5 a:visited,
#footer h5 a:focus,
#footer h6 a,
#footer h6 a:visited,
#footer h6 a:focus {
    color: #333;
}

#footer .logo-col .widget:first-child {
    margin-bottom: 0;
}

#footer .logo-col img {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
}

#footer .copyright {
    color: #6EAEF6;
    padding: 1.5rem 0;
    background: #dedede;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

#footer .copyright .copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .copyright a,
#footer .copyright a:visited,
#footer .copyright a:active {
    color: #6EAEF6;
}

#footer .copyright .social {
    text-align: right;
}

@media screen and (max-width: 1311px) {
    #footer .copyright .copyright-inner {
        justify-content: flex-start;
    }
    #footer .copyright .copyright-inner .social {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        font-size: 16px;
        margin-top: 20px;
    }
    #footer .copyright-text {
        width: 100%
    }
    #footer .footer-content {
        padding-bottom: 2.5rem;
    }
    #footer .footer-column {
        border-bottom: 1px solid #0C68D2;
        padding: 2rem 0 0 0;
    }
    #footer .footer-column.not-active {
        display: none;
        padding-bottom: 0;
    }
    #footer .col-3_md-12 {
        padding-top: 1rem;
    }
    #footer .logo-col {
        padding: 0 0 2rem 0;
    }
    #footer .logo-col img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #footer a.button {
        display: block;
        text-align: center;
    }
    #footer .company-nav {
        width: 100%
    }
    #footer .company-nav li {
        flex: 1 1 50%
    }
    #footer .company-nav li:nth-child(even) {
        text-align: right;
    }
    #footer .right-align-sm li,
    #footer .right-align-sm .widget-title {
        text-align: right;
    }
    #footer .second-line-mobile {
        display: block;
        margin: 5px auto auto;
    }
}

@media screen and (min-width: 766px) {
    .second-line-mobile {
        display: inline;
        margin: 0;
    }
    #footer .copyright {
        text-align: left;
    }
    #footer .copyright a:hover {
        color: #fff;
    }
    #footer .widget ul.two-col li {
        flex-basis: 40%;
        max-width: 40%
    }
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.alignleft,
.aligncenter,
.alignright {
    margin-bottom: 1.5rem;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.remove-top {
    margin-top: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

.aligncenter {
    text-align: center;
}

.noborder {
    border: none !important;
}

p img {
    display: inline;
}

img.attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important;
}

.alignright blockquote {
    float: right;
    max-width: 340px;
    margin-top: 0;
    padding-left: 20px;
}

.alignleft blockquote {
    float: left;
    max-width: 340px;
    margin-top: 0;
    padding-right: 20px;
}

.bypostauthor {
    border: 3px;
}

.col.image-only {
    display: flex;
}

.outline-box {
    border: 1px solid #D8E6F6;
    border-radius: 4px;
    padding: 16px;
    line-height: 1.5rem;
    color: #888888;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.image-only .outline-box {
    justify-content: center;
}

.image-only .outline-box .image-wrap {
    margin: auto;
    display: flex;
}

.image-only .outline-box .image-wrap img {
    align-self: center;
}

.outline-box .image-wrap {
    max-width: 160px;
    display: block;
    margin-bottom: 10px;
}

.outline-box .over-text {
    align-self: flex-start;
    flex-grow: 1;
}

.outline-box .cta {
    display: block;
    margin-top: 15px;
    color: #0176FF;
}

.outline-box .cta:after {
    font-family: 'dashicons';
    content: "\f139";
    font-size: 0.9em;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    color: transparent;
}

.outline-box:hover {
    border-color: #fff;
    -moz-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.07);
}

.outline-box:hover .cta:after {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    color: #0176FF;
}

.outline-box .lead {
    margin-bottom: .75rem;
    font-weight: 500;
}

.outline-box .lead:after {
    font-family: 'dashicons';
    content: "\f139";
    font-size: 0.9em;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    color: transparent;
    -moz-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -o-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    -webkit-transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
    transition: all .35s cubic-bezier(0.68, -1.15, 0.265, 1.15);
}

.outline-box:hover .lead:after {
    color: inherit;
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@media screen and (min-width: 1022px) {
    .outline-box {
        padding: 26px;
    }
}


/*# sourceMappingURL=style.css.map */
