@charset "UTF-8";
@import url(https://use.typekit.net/khh3ppl.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html,
main {
    overflow-x: hidden;
}
ul {
    list-style: none;
    padding-left: 0;
}
ul li {
    list-style-type: none;
}
img {
    width: 100%;
}
a,
a:active,
a:visited {
    text-decoration: inherit;
}
a:active:hover,
a:hover,
a:visited:hover {
    text-decoration: underline;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
:root {
    background-color: #fff;
}
.white-bg {
    background-color: #fff;
}
.blue-bg {
    background-color: #27354f;
    color: #fff;
}
.white {
    color: #fff;
}
.blue {
    color: #306da1;
}
.purple {
    color: #722d86;
}
.green {
    color: #449a85;
}
.grey-2 {
    color: #808396;
}
.grey-bg {
    background-color: #f4f4f4;
}
.gradient-purple {
    background: #722d86;
    background: -webkit-linear-gradient(left, #722d86 35%, #306da1 100%);
    background: linear-gradient(90deg, #722d86 35%, #306da1 100%);
}
.gradient-green {
    background: #449a85;
    background: -webkit-linear-gradient(left, #449a85 35%, #306da1 100%);
    background: linear-gradient(90deg, #449a85 35%, #306da1 100%);
}
.wrap {
    max-width: 1205px;
    margin: 0 auto;
    position: relative;
}
.wrap-tight {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.wrap-500 {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.padding {
    padding: 6rem 0;
}
.no-pad {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.no-pad-y {
    padding-top: 0;
    padding-bottom: 0;
}
.header-pad {
    padding: 1rem 6vw;
}
footer,
section {
    padding: 6rem 6vw;
}
.site-main {
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    footer,
    section {
        height: unset;
        min-height: 100%;
        padding: 4rem 4vw;
    }
    .padding {
        padding: 4rem 4vw;
    }
    .header-pad {
        padding: 10px 4vw;
    }
}
@media screen and (max-width: 750px) {
    .padding {
        padding: 2rem 0;
    }
    footer,
    section {
        padding: 2rem 2rem;
    }
    .header-pad {
        padding: 10px 2rem;
    }
}
@media screen and (max-width: 575px) {
    .padding {
        padding: 2rem 0;
    }
    footer,
    section {
        padding: 4rem 1rem;
    }
    .header-pad {
        padding: 10px 1rem;
    }
}
body {
    color: #53545a;
    font-weight: 500;
    font-family: sofia-pro-soft, sans-serif;
}
h1 {
    font-size: 2.5rem;
    font-weight: 700;
}
h2 {
    font-size: 2.2rem;
    font-weight: 600;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
}
h4 {
    font-size: 1.8rem;
    font-weight: 600;
}
h5 {
    font-size: 1.2rem;
    font-weight: 600;
}
p {
    line-height: 1.8rem;
    font-weight: 200;
    margin-bottom: 1rem;
}
strong {
    font-weight: 600;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #fff;
    margin: 1em 0;
    padding: 0;
}
body,
html {
    font-size: 20px;
}
@media screen and (max-width: 1050px) {
    body,
    html {
        font-size: 18px;
    }
}
@media screen and (max-width: 750px) {
    body,
    html {
        font-size: 17px;
    }
}
@media screen and (max-width: 575px) {
    #register-pop-up { top: -160px; }
    body,
    html {
        font-size: 16px;
    }
}
.p-head {
    font-size: 4.5rem;
    line-height: 3.9rem;
    padding-bottom: 1rem;
}
.p-head .grey-2 {
    font-size: 2.2rem;
}
.p-xl {
    font-size: 2rem;
}
.p-l {
    font-size: 1.5rem;
    line-height: 2.1rem;
}
.p-m {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.p-s {
    font-size: 0.75rem;
}
.font-secondary {
    font-family: futura-pt, sans-serif;
}
.font-market {
    font-family: ff-market-web, sans-serif;
}
@media screen and (min-width: 575px) {
    .swipe-left {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    .swipe-right {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    .swipe-down {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .swipe-up {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    .fade-in {
        opacity: 0;
    }
}
.trans {
    -webkit-transition: opacity 1.5s, -webkit-transform 1.2s;
    transition: opacity 1.5s, -webkit-transform 1.2s;
    transition: opacity 1.5s, transform 1.2s;
    transition: opacity 1.5s, transform 1.2s, -webkit-transform 1.2s;
}
.trans--slow {
    -webkit-transition: opacity 5s, -webkit-transform 30s;
    transition: opacity 5s, -webkit-transform 30s;
    transition: opacity 5s, transform 30s;
    transition: opacity 5s, transform 30s, -webkit-transform 30s;
}
.appear {
    opacity: 1;
}
.position {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.delay-1 {
    -webkit-transition-delay: 0.25s !important;
    transition-delay: 0.25s !important;
}
.delay-2 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.delay-3 {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.delay-4 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.delay-5 {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.delay-6 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.bg-default,
.icon-before,
.icon:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.icon-before {
    content: "";
    position: relative;
    display: inline-block;
}
.bg-logo {
    position: absolute;
    z-index: -1;
    fill: #f4f4f4;
}
.bg-text {
    position: absolute;
    z-index: -1;
    color: #f5f5f5;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #fff;
    margin: 1em 0;
    padding: 0;
}
.test {
    border: 1px solid red;
}
.rel {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    margin-bottom: 4rem;
}
.swiper-slide {
    padding: 2.25rem;
}
.swiper-container-horizontal > .swiper-scrollbar {
    background-color: rgba(0, 0, 0, 0.07);
    border: 2px solid #f4f4f4;
    height: 1rem;
}
.swiper-scrollbar-drag {
    background: #306da1;
    background: -webkit-linear-gradient(left, #722d86 35%, #306da1 100%);
    background: linear-gradient(90deg, #722d86 35%, #306da1 100%);
}

/* WEDGE MORE STYLES */

/* Register page */

form p {
    line-height: 1.5em;
    margin: 0.5em 0;
}
.select2 {
    margin-bottom: 1em !important;
}

.checkbox-correct label {
    display: block;
    clear: none;
    float: left;
}
.checkbox-correct:after {
    display: table;
    width: 100%;
    height: 1px;
    content: "";
}

.checkbox-correct {
    position: relative;
    padding-bottom: 1em;
}

h3.purple {
    margin-bottom: 1em;
}

.graduate_educations_container {
    padding-top: 1em;
}

/* Employers page */

.page-employers section.no-gut {
    padding-bottom: 0;
}

/* Blog article page */

.content.news-article ul li {
    list-style: none;
}

.content.news-article li {
    padding: 1em 0.5em 1em 30px;
    position: relative;
    list-style-type: none;
    line-height: 1.5em;
}

.content.news-article li:before {
    left: 13px;
    top: 31px;
    background: #722d86;
    border-radius: 10px;
}

/* Graduates logged in homepage */

.span-gradient-green a {
    color: #429a88;
}

.vacancy--list li a {
    color: #439988;
}
p.perc-match {
    display: inline-block;
    padding: 0.15em 0.5em !important;
    color: #449985 !important;
    border-radius: 8px;
    margin: 0.75em 0 0.75em;
    font-weight: normal;
    font-size: 0.9em !important;
    background: #fff;
    border: 1px dashed#469c8a;
}
p.perc-match .mini-perc {
    font-size: 0.7em;
}

.vacancy--list .row.quick-data {
    padding: 0.4em 0 0;
}

.vacancy--list p.app-sub {
    width: 100%;
    clear: both;
    display: block;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 0 0.25em !important;
    font-weight: normal;
    color: #449985;
}

a.arch-link {
    color: #449985;
    font-size: 0.8em;
}
.app-sub:after {
    display: none;
}

#progress {
    display: none !important;
}

/* Employers landing page */

.row.span-caps.white.vacancy-table__head.gutter {
    background: #38659d;
    border-radius: 40px;
    padding: 0.7em;
}

h2.p-xl.gutter.open-quotes::before,
h2.p-xl.span-gradient-purple.gutter,
h4.gutter.open-quotes::before,
h4.span-gradient-purple.gutter {
    margin-bottom: 0.5em;
}

select {
    padding: 10px;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    background-color: #ddd;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    font-size: 0.8em !important;
}

/* Employer main page */

table.data-table {
    width: 100%;
    margin-bottom: 2em;
}

.data-table thead {
    background: #bdb5bf;
    border-radius: 40px;
}
.data-table thead td {
    color: #fff;
    padding: 0.3em;
}
.data-table thead td {
    color: #fff;
    padding: 0.6em 0.3em;
    font-size: 0.8em;
    text-align: center;
}
.data-table td + td {
    text-align: center;
    padding: 15px;
}

.data-table tbody td:nth-child(2),
.data-table tbody td:nth-child(3) {
    text-align: center;
}

.data-table textarea {
    font-size: 0.8em;
    width: 95%;
    left: 5%;
    background-color:  #fff !important;
    border: 1px solid #ddd;
    height: auto;
    min-height: 90px;
    line-height: 1.2em;
}
.data-table select {
    text-align: center;
    border-radius: 40px;
}
.data-table i {
    font-size: 0.7em;
}
tr.vacancy--list {
    border-bottom: 0px !important;
}

.data-table .vacancy--list h4 {
    font-weight: normal !important;
}

.page_item {
    font-size: 0.9em;
    margin-left: 1.4vw !important;
}

.pkg.col.popular {
   
    position: relative;
}
.pkg.col.popular::before {
    content: "";
    position: absolute;
    box-sizing: content-box;
    transform: translate(-50%, -50%);
    padding: 8px;
    height: 100%;
    width: 100%;
    background-color:#722d86 ;
    overflow: hidden;
    top:  50%;
    left:  50%;
   background: rgb(114,45,134);
background: linear-gradient(156deg, rgba(114,45,134,1) 33%, rgba(68,154,133,1) 91%);
    z-index: -1;
    border-radius: 4px;
}
.pkg.col.popular::after {
    content: "Most Popular";
    background: #eee;
    display: inline-block;
    position: absolute;
    top: -29px;
    padding: 0.5em;
    border-radius: 4px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid #722d86;
    text-transform: uppercase;
    font-weight: bold;
    color: #722d86;

 
}
.pkg-cols {
    padding-top: 30px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: arial;
    height: 33px;
}

/* TESTIMONIAL SLIDER */

.testimonial-slider {
    margin-left: -20px;
}
.testimonial-slide {
    margin: 0 20px;
}

ul.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 5px;
}

.slick-dots button {
    text-indent: -9999em;
    background: transparent;
    border-radius: 10px;
    border-radius: 40px;
    width: 20px;
    height: 20px;
    border-color: #449a85;
}
.slick-dots .slick-active button {
    background-color: #722d86;
}

.testimonial-slide .row-l {
    padding: 40px 20px;
}

#register-pop-up {
    background: #fff;
    width: 100%;
    height: 196px;
    position: fixed;
    transition: all ease-in-out 0.5s;
    top: -140px;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.25);
    padding-top: 130px;
}

.register-open #register-pop-up {
    top: 0px;
}

#register-pop-up a.btn {
    display: inline-block;
    float: right;
    font-weight: normal;
    font-size: 0.9em;
}

/* REGISTRATION TAB */

h1 .register-head-link {
    display: inline-block;
    padding: 0.75em;
    font-size: 0.8em;
    margin-right: 0.5em;
    border-radius: 10px;
}
.register-head-link.reg-active {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}
.register-head-link.reg-inactive {
    color: #ccc;
    background: #eee !important;
}

/* BACKGROUND IMAGE */

img.bg-img.rellax.media-bg-blobs {
    -o-object-fit: fill;
    object-fit: cover;
    background: #fff;
}

/* SPACING CORRECTION - HOW IT WORKS */

.page-how-it-works section {
    padding: 40px;
}
.page-how-it-works section.hero {
    padding: 120px 0 60px;
}
.page-how-it-works section.sign-up {
    padding: 100px 0 140px;
}

.ft-vid {
    width: 100%;
    height: auto;
}
.ft-vid iframe {
    width: 100% !important;
    height: 100%;
}

.inner li {
    padding: 0.7em 0.7em 0.7em 30px;
    position: relative;
}
.inner li:before {
    background: #722d86;
    width: 5px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    top: 23px;
    left: 12px;
}
.inner li:nth-child(odd) {
    background: #eee;
}

.sidenav .page_item {
    border-bottom-color: #fff;
}

@media screen and (max-width: 575px) {
    .registration-form p {
        text-align: left !important;
        padding: 7px 0;
    }
    input[type="checkbox"] {
        width: auto;
        float: none;
        margin: 20px 0 20px 10px;
        clear: both;
        display: block;
        transform: scale(1);
    }
    .register-head-link.reg-inactive {
        width: 100%;
        margin: 20px 0;
    }
    .register-head-link.reg-active {
        width: 100%;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: calc($hamburger-layer-height / -2);
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #101010;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger-inner.hb-black,
.hamburger-inner.hb-black::after,
.hamburger-inner.hb-black::before {
    background-color: #000;
}
.is-active:hover {
    opacity: 0.7;
}
.is-active .hamburger-inner,
.is-active .hamburger-inner::after,
.is-active .hamburger-inner::before {
    background-color: #101010;
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
    transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
    transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
} 


/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */
/* ------------------------- FONT AWESOME ------------------------- */


/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

.fa,
.fab,
.fad,
.fal,
.far,
.fas,
.select-wrapper:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: solid 0.08em #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa-pull-left.select-wrapper:after,
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa-pull-right.select-wrapper:after,
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.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(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.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);
}
.fa-flip-both,
.fa-flip-horizontal.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-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "";
}
.fa-accessible-icon:before {
    content: "";
}
.fa-accusoft:before {
    content: "";
}
.fa-acquisitions-incorporated:before {
    content: "";
}
.fa-ad:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-card:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-adversal:before {
    content: "";
}
.fa-affiliatetheme:before {
    content: "";
}
.fa-air-freshener:before {
    content: "";
}
.fa-airbnb:before {
    content: "";
}
.fa-algolia:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-alipay:before {
    content: "";
}
.fa-allergies:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-amazon-pay:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-amilia:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angry:before {
    content: "";
}
.fa-angrycreative:before {
    content: "";
}
.fa-angular:before {
    content: "";
}
.fa-ankh:before {
    content: "";
}
.fa-app-store:before {
    content: "";
}
.fa-app-store-ios:before {
    content: "";
}
.fa-apper:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-apple-alt:before {
    content: "";
}
.fa-apple-pay:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-archway:before {
    content: "";
}
.fa-arrow-alt-circle-down:before {
    content: "";
}
.fa-arrow-alt-circle-left:before {
    content: "";
}
.fa-arrow-alt-circle-right:before {
    content: "";
}
.fa-arrow-alt-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-arrows-alt-h:before {
    content: "";
}
.fa-arrows-alt-v:before {
    content: "";
}
.fa-artstation:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-asymmetrik:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-atlas:before {
    content: "";
}
.fa-atlassian:before {
    content: "";
}
.fa-atom:before {
    content: "";
}
.fa-audible:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-autoprefixer:before {
    content: "";
}
.fa-avianex:before {
    content: "";
}
.fa-aviato:before {
    content: "";
}
.fa-award:before {
    content: "";
}
.fa-aws:before {
    content: "";
}
.fa-baby:before {
    content: "";
}
.fa-baby-carriage:before {
    content: "";
}
.fa-backspace:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-bacon:before {
    content: "";
}
.fa-bacteria:before {
    content: "";
}
.fa-bacterium:before {
    content: "";
}
.fa-bahai:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-balance-scale-left:before {
    content: "";
}
.fa-balance-scale-right:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-band-aid:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-bars:before {
    content: "";
}
.fa-baseball-ball:before {
    content: "";
}
.fa-basketball-ball:before {
    content: "";
}
.fa-bath:before {
    content: "";
}
.fa-battery-empty:before {
    content: "";
}
.fa-battery-full:before {
    content: "";
}
.fa-battery-half:before {
    content: "";
}
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battle-net:before {
    content: "";
}
.fa-bed:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bezier-curve:before {
    content: "";
}
.fa-bible:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-biking:before {
    content: "";
}
.fa-bimobject:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-biohazard:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitcoin:before {
    content: "";
}
.fa-bity:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-blackberry:before {
    content: "";
}
.fa-blender:before {
    content: "";
}
.fa-blender-phone:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-blog:before {
    content: "";
}
.fa-blogger:before {
    content: "";
}
.fa-blogger-b:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-bolt:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-bone:before {
    content: "";
}
.fa-bong:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-book-dead:before {
    content: "";
}
.fa-book-medical:before {
    content: "";
}
.fa-book-open:before {
    content: "";
}
.fa-book-reader:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-bootstrap:before {
    content: "";
}
.fa-border-all:before {
    content: "";
}
.fa-border-none:before {
    content: "";
}
.fa-border-style:before {
    content: "";
}
.fa-bowling-ball:before {
    content: "";
}
.fa-box:before {
    content: "";
}
.fa-box-open:before {
    content: "";
}
.fa-box-tissue:before {
    content: "";
}
.fa-boxes:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-brain:before {
    content: "";
}
.fa-bread-slice:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-briefcase-medical:before {
    content: "";
}
.fa-broadcast-tower:before {
    content: "";
}
.fa-broom:before {
    content: "";
}
.fa-brush:before {
    content: "";
}
.fa-btc:before {
    content: "";
}
.fa-buffer:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-burn:before {
    content: "";
}
.fa-buromobelexperte:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-bus-alt:before {
    content: "";
}
.fa-business-time:before {
    content: "";
}
.fa-buy-n-large:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-calendar-alt:before {
    content: "";
}
.fa-calendar-check:before {
    content: "";
}
.fa-calendar-day:before {
    content: "";
}
.fa-calendar-minus:before {
    content: "";
}
.fa-calendar-plus:before {
    content: "";
}
.fa-calendar-times:before {
    content: "";
}
.fa-calendar-week:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-campground:before {
    content: "";
}
.fa-canadian-maple-leaf:before {
    content: "";
}
.fa-candy-cane:before {
    content: "";
}
.fa-cannabis:before {
    content: "";
}
.fa-capsules:before {
    content: "";
}
.fa-car:before {
    content: "";
}
.fa-car-alt:before {
    content: "";
}
.fa-car-battery:before {
    content: "";
}
.fa-car-crash:before {
    content: "";
}
.fa-car-side:before {
    content: "";
}
.fa-caravan:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-caret-square-down:before {
    content: "";
}
.fa-caret-square-left:before {
    content: "";
}
.fa-caret-square-right:before {
    content: "";
}
.fa-caret-square-up:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-carrot:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cash-register:before {
    content: "";
}
.fa-cat:before {
    content: "";
}
.fa-cc-amazon-pay:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-apple-pay:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-centercode:before {
    content: "";
}
.fa-centos:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-chair:before {
    content: "";
}
.fa-chalkboard:before {
    content: "";
}
.fa-chalkboard-teacher:before {
    content: "";
}
.fa-charging-station:before {
    content: "";
}
.fa-chart-area:before {
    content: "";
}
.fa-chart-bar:before {
    content: "";
}
.fa-chart-line:before {
    content: "";
}
.fa-chart-pie:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-check-double:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-cheese:before {
    content: "";
}
.fa-chess:before {
    content: "";
}
.fa-chess-bishop:before {
    content: "";
}
.fa-chess-board:before {
    content: "";
}
.fa-chess-king:before {
    content: "";
}
.fa-chess-knight:before {
    content: "";
}
.fa-chess-pawn:before {
    content: "";
}
.fa-chess-queen:before {
    content: "";
}
.fa-chess-rook:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-chromecast:before {
    content: "";
}
.fa-church:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-circle-notch:before {
    content: "";
}
.fa-city:before {
    content: "";
}
.fa-clinic-medical:before {
    content: "";
}
.fa-clipboard:before {
    content: "";
}
.fa-clipboard-check:before {
    content: "";
}
.fa-clipboard-list:before {
    content: "";
}
.fa-clock:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-closed-captioning:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-cloud-download-alt:before {
    content: "";
}
.fa-cloud-meatball:before {
    content: "";
}
.fa-cloud-moon:before {
    content: "";
}
.fa-cloud-moon-rain:before {
    content: "";
}
.fa-cloud-rain:before {
    content: "";
}
.fa-cloud-showers-heavy:before {
    content: "";
}
.fa-cloud-sun:before {
    content: "";
}
.fa-cloud-sun-rain:before {
    content: "";
}
.fa-cloud-upload-alt:before {
    content: "";
}
.fa-cloudflare:before {
    content: "";
}
.fa-cloudscale:before {
    content: "";
}
.fa-cloudsmith:before {
    content: "";
}
.fa-cloudversify:before {
    content: "";
}
.fa-cocktail:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-code-branch:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cog:before {
    content: "";
}
.fa-cogs:before {
    content: "";
}
.fa-coins:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-comment-alt:before {
    content: "";
}
.fa-comment-dollar:before {
    content: "";
}
.fa-comment-dots:before {
    content: "";
}
.fa-comment-medical:before {
    content: "";
}
.fa-comment-slash:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-comments-dollar:before {
    content: "";
}
.fa-compact-disc:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-compress-alt:before {
    content: "";
}
.fa-compress-arrows-alt:before {
    content: "";
}
.fa-concierge-bell:before {
    content: "";
}
.fa-confluence:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-cookie:before {
    content: "";
}
.fa-cookie-bite:before {
    content: "";
}
.fa-copy:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-cotton-bureau:before {
    content: "";
}
.fa-couch:before {
    content: "";
}
.fa-cpanel:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-creative-commons-by:before {
    content: "";
}
.fa-creative-commons-nc:before {
    content: "";
}
.fa-creative-commons-nc-eu:before {
    content: "";
}
.fa-creative-commons-nc-jp:before {
    content: "";
}
.fa-creative-commons-nd:before {
    content: "";
}
.fa-creative-commons-pd:before {
    content: "";
}
.fa-creative-commons-pd-alt:before {
    content: "";
}
.fa-creative-commons-remix:before {
    content: "";
}
.fa-creative-commons-sa:before {
    content: "";
}
.fa-creative-commons-sampling:before {
    content: "";
}
.fa-creative-commons-sampling-plus:before {
    content: "";
}
.fa-creative-commons-share:before {
    content: "";
}
.fa-creative-commons-zero:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-critical-role:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-crop-alt:before {
    content: "";
}
.fa-cross:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-crow:before {
    content: "";
}
.fa-crown:before {
    content: "";
}
.fa-crutch:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-css3-alt:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-cut:before {
    content: "";
}
.fa-cuttlefish:before {
    content: "";
}
.fa-d-and-d:before {
    content: "";
}
.fa-d-and-d-beyond:before {
    content: "";
}
.fa-dailymotion:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-deaf:before {
    content: "";
}
.fa-deezer:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-democrat:before {
    content: "";
}
.fa-deploydog:before {
    content: "";
}
.fa-deskpro:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-dev:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-dharmachakra:before {
    content: "";
}
.fa-dhl:before {
    content: "";
}
.fa-diagnoses:before {
    content: "";
}
.fa-diaspora:before {
    content: "";
}
.fa-dice:before {
    content: "";
}
.fa-dice-d20:before {
    content: "";
}
.fa-dice-d6:before {
    content: "";
}
.fa-dice-five:before {
    content: "";
}
.fa-dice-four:before {
    content: "";
}
.fa-dice-one:before {
    content: "";
}
.fa-dice-six:before {
    content: "";
}
.fa-dice-three:before {
    content: "";
}
.fa-dice-two:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-digital-ocean:before {
    content: "";
}
.fa-digital-tachograph:before {
    content: "";
}
.fa-directions:before {
    content: "";
}
.fa-discord:before {
    content: "";
}
.fa-discourse:before {
    content: "";
}
.fa-disease:before {
    content: "";
}
.fa-divide:before {
    content: "";
}
.fa-dizzy:before {
    content: "";
}
.fa-dna:before {
    content: "";
}
.fa-dochub:before {
    content: "";
}
.fa-docker:before {
    content: "";
}
.fa-dog:before {
    content: "";
}
.fa-dollar-sign:before {
    content: "";
}
.fa-dolly:before {
    content: "";
}
.fa-dolly-flatbed:before {
    content: "";
}
.fa-donate:before {
    content: "";
}
.fa-door-closed:before {
    content: "";
}
.fa-door-open:before {
    content: "";
}
.fa-dot-circle:before {
    content: "";
}
.fa-dove:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-draft2digital:before {
    content: "";
}
.fa-drafting-compass:before {
    content: "";
}
.fa-dragon:before {
    content: "";
}
.fa-draw-polygon:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-dribbble-square:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-drum:before {
    content: "";
}
.fa-drum-steelpan:before {
    content: "";
}
.fa-drumstick-bite:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-dumbbell:before {
    content: "";
}
.fa-dumpster:before {
    content: "";
}
.fa-dumpster-fire:before {
    content: "";
}
.fa-dungeon:before {
    content: "";
}
.fa-dyalog:before {
    content: "";
}
.fa-earlybirds:before {
    content: "";
}
.fa-ebay:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-edge-legacy:before {
    content: "";
}
.fa-edit:before {
    content: "";
}
.fa-egg:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-elementor:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-ello:before {
    content: "";
}
.fa-ember:before {
    content: "";
}
.fa-empire:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-text:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-equals:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-erlang:before {
    content: "";
}
.fa-ethereum:before {
    content: "";
}
.fa-ethernet:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-euro-sign:before {
    content: "";
}
.fa-evernote:before {
    content: "";
}
.fa-exchange-alt:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-exclamation-triangle:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-expand-alt:before {
    content: "";
}
.fa-expand-arrows-alt:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-external-link-alt:before {
    content: "";
}
.fa-external-link-square-alt:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-dropper:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-facebook:before {
    content: "";
}
.fa-facebook-f:before {
    content: "";
}
.fa-facebook-messenger:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-fan:before {
    content: "";
}
.fa-fantasy-flight-games:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-faucet:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-feather:before {
    content: "";
}
.fa-feather-alt:before {
    content: "";
}
.fa-fedex:before {
    content: "";
}
.fa-fedora:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-figma:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-alt:before {
    content: "";
}
.fa-file-archive:before {
    content: "";
}
.fa-file-audio:before {
    content: "";
}
.fa-file-code:before {
    content: "";
}
.fa-file-contract:before {
    content: "";
}
.fa-file-csv:before {
    content: "";
}
.fa-file-download:before {
    content: "";
}
.fa-file-excel:before {
    content: "";
}
.fa-file-export:before {
    content: "";
}
.fa-file-image:before {
    content: "";
}
.fa-file-import:before {
    content: "";
}
.fa-file-invoice:before {
    content: "";
}
.fa-file-invoice-dollar:before {
    content: "";
}
.fa-file-medical:before {
    content: "";
}
.fa-file-medical-alt:before {
    content: "";
}
.fa-file-pdf:before {
    content: "";
}
.fa-file-powerpoint:before {
    content: "";
}
.fa-file-prescription:before {
    content: "";
}
.fa-file-signature:before {
    content: "";
}
.fa-file-upload:before {
    content: "";
}
.fa-file-video:before {
    content: "";
}
.fa-file-word:before {
    content: "";
}
.fa-fill:before {
    content: "";
}
.fa-fill-drip:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-fingerprint:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-fire-alt:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-firefox-browser:before {
    content: "";
}
.fa-first-aid:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-first-order-alt:before {
    content: "";
}
.fa-firstdraft:before {
    content: "";
}
.fa-fish:before {
    content: "";
}
.fa-fist-raised:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-flag-usa:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-flipboard:before {
    content: "";
}
.fa-flushed:before {
    content: "";
}
.fa-fly:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-minus:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-folder-plus:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-font-awesome:before {
    content: "";
}
.fa-font-awesome-alt:before {
    content: "";
}
.fa-font-awesome-flag:before {
    content: "";
}
.fa-font-awesome-logo-full:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-fonticons-fi:before {
    content: "";
}
.fa-football-ball:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-fort-awesome-alt:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-freebsd:before {
    content: "";
}
.fa-frog:before {
    content: "";
}
.fa-frown:before {
    content: "";
}
.fa-frown-open:before {
    content: "";
}
.fa-fulcrum:before {
    content: "";
}
.fa-funnel-dollar:before {
    content: "";
}
.fa-futbol:before {
    content: "";
}
.fa-galactic-republic:before {
    content: "";
}
.fa-galactic-senate:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-gas-pump:before {
    content: "";
}
.fa-gavel:before {
    content: "";
}
.fa-gem:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-ghost:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-gifts:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-git-alt:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-gitkraken:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-gitter:before {
    content: "";
}
.fa-glass-cheers:before {
    content: "";
}
.fa-glass-martini:before {
    content: "";
}
.fa-glass-martini-alt:before {
    content: "";
}
.fa-glass-whiskey:before {
    content: "";
}
.fa-glasses:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-globe-africa:before {
    content: "";
}
.fa-globe-americas:before {
    content: "";
}
.fa-globe-asia:before {
    content: "";
}
.fa-globe-europe:before {
    content: "";
}
.fa-gofore:before {
    content: "";
}
.fa-golf-ball:before {
    content: "";
}
.fa-goodreads:before {
    content: "";
}
.fa-goodreads-g:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-google-drive:before {
    content: "";
}
.fa-google-pay:before {
    content: "";
}
.fa-google-play:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-google-plus-g:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-gopuram:before {
    content: "";
}
.fa-graduation-cap:before {
    content: "";
}
.fa-gratipay:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-greater-than:before {
    content: "";
}
.fa-greater-than-equal:before {
    content: "";
}
.fa-grimace:before {
    content: "";
}
.fa-grin:before {
    content: "";
}
.fa-grin-alt:before {
    content: "";
}
.fa-grin-beam:before {
    content: "";
}
.fa-grin-beam-sweat:before {
    content: "";
}
.fa-grin-hearts:before {
    content: "";
}
.fa-grin-squint:before {
    content: "";
}
.fa-grin-squint-tears:before {
    content: "";
}
.fa-grin-stars:before {
    content: "";
}
.fa-grin-tears:before {
    content: "";
}
.fa-grin-tongue:before {
    content: "";
}
.fa-grin-tongue-squint:before {
    content: "";
}
.fa-grin-tongue-wink:before {
    content: "";
}
.fa-grin-wink:before {
    content: "";
}
.fa-grip-horizontal:before {
    content: "";
}
.fa-grip-lines:before {
    content: "";
}
.fa-grip-lines-vertical:before {
    content: "";
}
.fa-grip-vertical:before {
    content: "";
}
.fa-gripfire:before {
    content: "";
}
.fa-grunt:before {
    content: "";
}
.fa-guilded:before {
    content: "";
}
.fa-guitar:before {
    content: "";
}
.fa-gulp:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-hacker-news:before {
    content: "";
}
.fa-hacker-news-square:before {
    content: "";
}
.fa-hackerrank:before {
    content: "";
}
.fa-hamburger:before {
    content: "";
}
.fa-hammer:before {
    content: "";
}
.fa-hamsa:before {
    content: "";
}
.fa-hand-holding:before {
    content: "";
}
.fa-hand-holding-heart:before {
    content: "";
}
.fa-hand-holding-medical:before {
    content: "";
}
.fa-hand-holding-usd:before {
    content: "";
}
.fa-hand-holding-water:before {
    content: "";
}
.fa-hand-lizard:before {
    content: "";
}
.fa-hand-middle-finger:before {
    content: "";
}
.fa-hand-paper:before {
    content: "";
}
.fa-hand-peace:before {
    content: "";
}
.fa-hand-point-down:before {
    content: "";
}
.fa-hand-point-left:before {
    content: "";
}
.fa-hand-point-right:before {
    content: "";
}
.fa-hand-point-up:before {
    content: "";
}
.fa-hand-pointer:before {
    content: "";
}
.fa-hand-rock:before {
    content: "";
}
.fa-hand-scissors:before {
    content: "";
}
.fa-hand-sparkles:before {
    content: "";
}
.fa-hand-spock:before {
    content: "";
}
.fa-hands:before {
    content: "";
}
.fa-hands-helping:before {
    content: "";
}
.fa-hands-wash:before {
    content: "";
}
.fa-handshake:before {
    content: "";
}
.fa-handshake-alt-slash:before {
    content: "";
}
.fa-handshake-slash:before {
    content: "";
}
.fa-hanukiah:before {
    content: "";
}
.fa-hard-hat:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-hat-cowboy:before {
    content: "";
}
.fa-hat-cowboy-side:before {
    content: "";
}
.fa-hat-wizard:before {
    content: "";
}
.fa-hdd:before {
    content: "";
}
.fa-head-side-cough:before {
    content: "";
}
.fa-head-side-cough-slash:before {
    content: "";
}
.fa-head-side-mask:before {
    content: "";
}
.fa-head-side-virus:before {
    content: "";
}
.fa-heading:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-headphones-alt:before {
    content: "";
}
.fa-headset:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-heart-broken:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-helicopter:before {
    content: "";
}
.fa-highlighter:before {
    content: "";
}
.fa-hiking:before {
    content: "";
}
.fa-hippo:before {
    content: "";
}
.fa-hips:before {
    content: "";
}
.fa-hire-a-helper:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-hive:before {
    content: "";
}
.fa-hockey-puck:before {
    content: "";
}
.fa-holly-berry:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-hooli:before {
    content: "";
}
.fa-hornbill:before {
    content: "";
}
.fa-horse:before {
    content: "";
}
.fa-horse-head:before {
    content: "";
}
.fa-hospital:before {
    content: "";
}
.fa-hospital-alt:before {
    content: "";
}
.fa-hospital-symbol:before {
    content: "";
}
.fa-hospital-user:before {
    content: "";
}
.fa-hot-tub:before {
    content: "";
}
.fa-hotdog:before {
    content: "";
}
.fa-hotel:before {
    content: "";
}
.fa-hotjar:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-start:before {
    content: "";
}
.fa-house-damage:before {
    content: "";
}
.fa-house-user:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-hryvnia:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-hubspot:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-ice-cream:before {
    content: "";
}
.fa-icicles:before {
    content: "";
}
.fa-icons:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-id-card:before {
    content: "";
}
.fa-id-card-alt:before {
    content: "";
}
.fa-ideal:before {
    content: "";
}
.fa-igloo:before {
    content: "";
}
.fa-image:before {
    content: "";
}
.fa-images:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-infinity:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-innosoft:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-instagram-square:before {
    content: "";
}
.fa-instalod:before {
    content: "";
}
.fa-intercom:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-invision:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-itch-io:before {
    content: "";
}
.fa-itunes:before {
    content: "";
}
.fa-itunes-note:before {
    content: "";
}
.fa-java:before {
    content: "";
}
.fa-jedi:before {
    content: "";
}
.fa-jedi-order:before {
    content: "";
}
.fa-jenkins:before {
    content: "";
}
.fa-jira:before {
    content: "";
}
.fa-joget:before {
    content: "";
}
.fa-joint:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-journal-whills:before {
    content: "";
}
.fa-js:before {
    content: "";
}
.fa-js-square:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-kaaba:before {
    content: "";
}
.fa-kaggle:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-keybase:before {
    content: "";
}
.fa-keyboard:before {
    content: "";
}
.fa-keycdn:before {
    content: "";
}
.fa-khanda:before {
    content: "";
}
.fa-kickstarter:before {
    content: "";
}
.fa-kickstarter-k:before {
    content: "";
}
.fa-kiss:before {
    content: "";
}
.fa-kiss-beam:before {
    content: "";
}
.fa-kiss-wink-heart:before {
    content: "";
}
.fa-kiwi-bird:before {
    content: "";
}
.fa-korvue:before {
    content: "";
}
.fa-landmark:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-laptop-code:before {
    content: "";
}
.fa-laptop-house:before {
    content: "";
}
.fa-laptop-medical:before {
    content: "";
}
.fa-laravel:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-laugh:before {
    content: "";
}
.fa-laugh-beam:before {
    content: "";
}
.fa-laugh-squint:before {
    content: "";
}
.fa-laugh-wink:before {
    content: "";
}
.fa-layer-group:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-lemon:before {
    content: "";
}
.fa-less:before {
    content: "";
}
.fa-less-than:before {
    content: "";
}
.fa-less-than-equal:before {
    content: "";
}
.fa-level-down-alt:before {
    content: "";
}
.fa-level-up-alt:before {
    content: "";
}
.fa-life-ring:before {
    content: "";
}
.fa-lightbulb:before {
    content: "";
}
.fa-line:before {
    content: "";
}
.fa-link:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-linkedin-in:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-lira-sign:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-lock-open:before {
    content: "";
}
.fa-long-arrow-alt-down:before {
    content: "";
}
.fa-long-arrow-alt-left:before {
    content: "";
}
.fa-long-arrow-alt-right:before {
    content: "";
}
.fa-long-arrow-alt-up:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-luggage-cart:before {
    content: "";
}
.fa-lungs:before {
    content: "";
}
.fa-lungs-virus:before {
    content: "";
}
.fa-lyft:before {
    content: "";
}
.fa-magento:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-mail-bulk:before {
    content: "";
}
.fa-mailchimp:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-mandalorian:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-map-marked:before {
    content: "";
}
.fa-map-marked-alt:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-map-marker-alt:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-markdown:before {
    content: "";
}
.fa-marker:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mask:before {
    content: "";
}
.fa-mastodon:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-mdb:before {
    content: "";
}
.fa-medal:before {
    content: "";
}
.fa-medapps:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-medium-m:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-medrt:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.fa-megaport:before {
    content: "";
}
.fa-meh:before {
    content: "";
}
.fa-meh-blank:before {
    content: "";
}
.fa-meh-rolling-eyes:before {
    content: "";
}
.fa-memory:before {
    content: "";
}
.fa-mendeley:before {
    content: "";
}
.fa-menorah:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-meteor:before {
    content: "";
}
.fa-microblog:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-alt:before {
    content: "";
}
.fa-microphone-alt-slash:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-microscope:before {
    content: "";
}
.fa-microsoft:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-mitten:before {
    content: "";
}
.fa-mix:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-mixer:before {
    content: "";
}
.fa-mizuni:before {
    content: "";
}
.fa-mobile:before {
    content: "";
}
.fa-mobile-alt:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-monero:before {
    content: "";
}
.fa-money-bill:before {
    content: "";
}
.fa-money-bill-alt:before {
    content: "";
}
.fa-money-bill-wave:before {
    content: "";
}
.fa-money-bill-wave-alt:before {
    content: "";
}
.fa-money-check:before {
    content: "";
}
.fa-money-check-alt:before {
    content: "";
}
.fa-monument:before {
    content: "";
}
.fa-moon:before {
    content: "";
}
.fa-mortar-pestle:before {
    content: "";
}
.fa-mosque:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-mountain:before {
    content: "";
}
.fa-mouse:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-mug-hot:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-napster:before {
    content: "";
}
.fa-neos:before {
    content: "";
}
.fa-network-wired:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-newspaper:before {
    content: "";
}
.fa-nimblr:before {
    content: "";
}
.fa-node:before {
    content: "";
}
.fa-node-js:before {
    content: "";
}
.fa-not-equal:before {
    content: "";
}
.fa-notes-medical:before {
    content: "";
}
.fa-npm:before {
    content: "";
}
.fa-ns8:before {
    content: "";
}
.fa-nutritionix:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-octopus-deploy:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-oil-can:before {
    content: "";
}
.fa-old-republic:before {
    content: "";
}
.fa-om:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-orcid:before {
    content: "";
}
.fa-osi:before {
    content: "";
}
.fa-otter:before {
    content: "";
}
.fa-outdent:before {
    content: "";
}
.fa-page4:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-pager:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-paint-roller:before {
    content: "";
}
.fa-palette:before {
    content: "";
}
.fa-palfed:before {
    content: "";
}
.fa-pallet:before {
    content: "";
}
.fa-paper-plane:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-parachute-box:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-parking:before {
    content: "";
}
.fa-passport:before {
    content: "";
}
.fa-pastafarianism:before {
    content: "";
}
.fa-paste:before {
    content: "";
}
.fa-patreon:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-peace:before {
    content: "";
}
.fa-pen:before {
    content: "";
}
.fa-pen-alt:before {
    content: "";
}
.fa-pen-fancy:before {
    content: "";
}
.fa-pen-nib:before {
    content: "";
}
.fa-pen-square:before {
    content: "";
}
.fa-pencil-alt:before {
    content: "";
}
.fa-pencil-ruler:before {
    content: "";
}
.fa-penny-arcade:before {
    content: "";
}
.fa-people-arrows:before {
    content: "";
}
.fa-people-carry:before {
    content: "";
}
.fa-pepper-hot:before {
    content: "";
}
.fa-perbyte:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-percentage:before {
    content: "";
}
.fa-periscope:before {
    content: "";
}
.fa-person-booth:before {
    content: "";
}
.fa-phabricator:before {
    content: "";
}
.fa-phoenix-framework:before {
    content: "";
}
.fa-phoenix-squadron:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-phone-alt:before {
    content: "";
}
.fa-phone-slash:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-phone-square-alt:before {
    content: "";
}
.fa-phone-volume:before {
    content: "";
}
.fa-photo-video:before {
    content: "";
}
.fa-php:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-pied-piper-hat:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-square:before {
    content: "";
}
.fa-piggy-bank:before {
    content: "";
}
.fa-pills:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-pizza-slice:before {
    content: "";
}
.fa-place-of-worship:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-plane-arrival:before {
    content: "";
}
.fa-plane-departure:before {
    content: "";
}
.fa-plane-slash:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-playstation:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-poll:before {
    content: "";
}
.fa-poll-h:before {
    content: "";
}
.fa-poo:before {
    content: "";
}
.fa-poo-storm:before {
    content: "";
}
.fa-poop:before {
    content: "";
}
.fa-portrait:before {
    content: "";
}
.fa-pound-sign:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-pray:before {
    content: "";
}
.fa-praying-hands:before {
    content: "";
}
.fa-prescription:before {
    content: "";
}
.fa-prescription-bottle:before {
    content: "";
}
.fa-prescription-bottle-alt:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-procedures:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-project-diagram:before {
    content: "";
}
.fa-pump-medical:before {
    content: "";
}
.fa-pump-soap:before {
    content: "";
}
.fa-pushed:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-python:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-quidditch:before {
    content: "";
}
.fa-quinscape:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-quran:before {
    content: "";
}
.fa-r-project:before {
    content: "";
}
.fa-radiation:before {
    content: "";
}
.fa-radiation-alt:before {
    content: "";
}
.fa-rainbow:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-raspberry-pi:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-react:before {
    content: "";
}
.fa-reacteurope:before {
    content: "";
}
.fa-readme:before {
    content: "";
}
.fa-rebel:before {
    content: "";
}
.fa-receipt:before {
    content: "";
}
.fa-record-vinyl:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-red-river:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-redhat:before {
    content: "";
}
.fa-redo:before {
    content: "";
}
.fa-redo-alt:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-remove-format:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-reply:before {
    content: "";
}
.fa-reply-all:before {
    content: "";
}
.fa-replyd:before {
    content: "";
}
.fa-republican:before {
    content: "";
}
.fa-researchgate:before {
    content: "";
}
.fa-resolving:before {
    content: "";
}
.fa-restroom:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-rev:before {
    content: "";
}
.fa-ribbon:before {
    content: "";
}
.fa-ring:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-robot:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-rocketchat:before {
    content: "";
}
.fa-rockrms:before {
    content: "";
}
.fa-route:before {
    content: "";
}
.fa-rss:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-ruble-sign:before {
    content: "";
}
.fa-ruler:before {
    content: "";
}
.fa-ruler-combined:before {
    content: "";
}
.fa-ruler-horizontal:before {
    content: "";
}
.fa-ruler-vertical:before {
    content: "";
}
.fa-running:before {
    content: "";
}
.fa-rupee-sign:before {
    content: "";
}
.fa-rust:before {
    content: "";
}
.fa-sad-cry:before {
    content: "";
}
.fa-sad-tear:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-salesforce:before {
    content: "";
}
.fa-sass:before {
    content: "";
}
.fa-satellite:before {
    content: "";
}
.fa-satellite-dish:before {
    content: "";
}
.fa-save:before {
    content: "";
}
.fa-schlix:before {
    content: "";
}
.fa-school:before {
    content: "";
}
.fa-screwdriver:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-scroll:before {
    content: "";
}
.fa-sd-card:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-search-dollar:before {
    content: "";
}
.fa-search-location:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-searchengin:before {
    content: "";
}
.fa-seedling:before {
    content: "";
}
.fa-sellcast:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-servicestack:before {
    content: "";
}
.fa-shapes:before {
    content: "";
}
.fa-share:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-shekel-sign:before {
    content: "";
}
.fa-shield-alt:before {
    content: "";
}
.fa-shield-virus:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-shipping-fast:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-shoe-prints:before {
    content: "";
}
.fa-shopify:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-shopware:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-shuttle-van:before {
    content: "";
}
.fa-sign:before {
    content: "";
}
.fa-sign-in-alt:before {
    content: "";
}
.fa-sign-language:before {
    content: "";
}
.fa-sign-out-alt:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-signature:before {
    content: "";
}
.fa-sim-card:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-sink:before {
    content: "";
}
.fa-sistrix:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-sith:before {
    content: "";
}
.fa-skating:before {
    content: "";
}
.fa-sketch:before {
    content: "";
}
.fa-skiing:before {
    content: "";
}
.fa-skiing-nordic:before {
    content: "";
}
.fa-skull:before {
    content: "";
}
.fa-skull-crossbones:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-slack-hash:before {
    content: "";
}
.fa-slash:before {
    content: "";
}
.fa-sleigh:before {
    content: "";
}
.fa-sliders-h:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-smile:before {
    content: "";
}
.fa-smile-beam:before {
    content: "";
}
.fa-smile-wink:before {
    content: "";
}
.fa-smog:before {
    content: "";
}
.fa-smoking:before {
    content: "";
}
.fa-smoking-ban:before {
    content: "";
}
.fa-sms:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-snowboarding:before {
    content: "";
}
.fa-snowflake:before {
    content: "";
}
.fa-snowman:before {
    content: "";
}
.fa-snowplow:before {
    content: "";
}
.fa-soap:before {
    content: "";
}
.fa-socks:before {
    content: "";
}
.fa-solar-panel:before {
    content: "";
}
.fa-sort:before {
    content: "";
}
.fa-sort-alpha-down:before {
    content: "";
}
.fa-sort-alpha-down-alt:before {
    content: "";
}
.fa-sort-alpha-up:before {
    content: "";
}
.fa-sort-alpha-up-alt:before {
    content: "";
}
.fa-sort-amount-down:before {
    content: "";
}
.fa-sort-amount-down-alt:before {
    content: "";
}
.fa-sort-amount-up:before {
    content: "";
}
.fa-sort-amount-up-alt:before {
    content: "";
}
.fa-sort-down:before {
    content: "";
}
.fa-sort-numeric-down:before {
    content: "";
}
.fa-sort-numeric-down-alt:before {
    content: "";
}
.fa-sort-numeric-up:before {
    content: "";
}
.fa-sort-numeric-up-alt:before {
    content: "";
}
.fa-sort-up:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-sourcetree:before {
    content: "";
}
.fa-spa:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-speakap:before {
    content: "";
}
.fa-speaker-deck:before {
    content: "";
}
.fa-spell-check:before {
    content: "";
}
.fa-spider:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-splotch:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-spray-can:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-square-full:before {
    content: "";
}
.fa-square-root-alt:before {
    content: "";
}
.fa-squarespace:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-stackpath:before {
    content: "";
}
.fa-stamp:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-and-crescent:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-star-half-alt:before {
    content: "";
}
.fa-star-of-david:before {
    content: "";
}
.fa-star-of-life:before {
    content: "";
}
.fa-staylinked:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-steam-symbol:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-sticker-mule:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stopwatch:before {
    content: "";
}
.fa-stopwatch-20:before {
    content: "";
}
.fa-store:before {
    content: "";
}
.fa-store-alt:before {
    content: "";
}
.fa-store-alt-slash:before {
    content: "";
}
.fa-store-slash:before {
    content: "";
}
.fa-strava:before {
    content: "";
}
.fa-stream:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-stripe:before {
    content: "";
}
.fa-stripe-s:before {
    content: "";
}
.fa-stroopwafel:before {
    content: "";
}
.fa-studiovinari:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-suitcase-rolling:before {
    content: "";
}
.fa-sun:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-supple:before {
    content: "";
}
.fa-surprise:before {
    content: "";
}
.fa-suse:before {
    content: "";
}
.fa-swatchbook:before {
    content: "";
}
.fa-swift:before {
    content: "";
}
.fa-swimmer:before {
    content: "";
}
.fa-swimming-pool:before {
    content: "";
}
.fa-symfony:before {
    content: "";
}
.fa-synagogue:before {
    content: "";
}
.fa-sync:before {
    content: "";
}
.fa-sync-alt:before {
    content: "";
}
.fa-syringe:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-table-tennis:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-tablet-alt:before {
    content: "";
}
.fa-tablets:before {
    content: "";
}
.fa-tachometer-alt:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-tape:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-taxi:before {
    content: "";
}
.fa-teamspeak:before {
    content: "";
}
.fa-teeth:before {
    content: "";
}
.fa-teeth-open:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-telegram-plane:before {
    content: "";
}
.fa-temperature-high:before {
    content: "";
}
.fa-temperature-low:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-tenge:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-the-red-yeti:before {
    content: "";
}
.fa-theater-masks:before {
    content: "";
}
.fa-themeco:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-empty:before {
    content: "";
}
.fa-thermometer-full:before {
    content: "";
}
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-think-peaks:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbtack:before {
    content: "";
}
.fa-ticket-alt:before {
    content: "";
}
.fa-tiktok:before {
    content: "";
}
.fa-times:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-tint-slash:before {
    content: "";
}
.fa-tired:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-toilet:before {
    content: "";
}
.fa-toilet-paper:before {
    content: "";
}
.fa-toilet-paper-slash:before {
    content: "";
}
.fa-toolbox:before {
    content: "";
}
.fa-tools:before {
    content: "";
}
.fa-tooth:before {
    content: "";
}
.fa-torah:before {
    content: "";
}
.fa-torii-gate:before {
    content: "";
}
.fa-tractor:before {
    content: "";
}
.fa-trade-federation:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-traffic-light:before {
    content: "";
}
.fa-trailer:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-tram:before {
    content: "";
}
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-trash-alt:before {
    content: "";
}
.fa-trash-restore:before {
    content: "";
}
.fa-trash-restore-alt:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-truck-loading:before {
    content: "";
}
.fa-truck-monster:before {
    content: "";
}
.fa-truck-moving:before {
    content: "";
}
.fa-truck-pickup:before {
    content: "";
}
.fa-tshirt:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-tv:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-typo3:before {
    content: "";
}
.fa-uber:before {
    content: "";
}
.fa-ubuntu:before {
    content: "";
}
.fa-uikit:before {
    content: "";
}
.fa-umbraco:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-umbrella-beach:before {
    content: "";
}
.fa-uncharted:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-undo:before {
    content: "";
}
.fa-undo-alt:before {
    content: "";
}
.fa-uniregistry:before {
    content: "";
}
.fa-unity:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-university:before {
    content: "";
}
.fa-unlink:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-unsplash:before {
    content: "";
}
.fa-untappd:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-ups:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-user-alt:before {
    content: "";
}
.fa-user-alt-slash:before {
    content: "";
}
.fa-user-astronaut:before {
    content: "";
}
.fa-user-check:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-clock:before {
    content: "";
}
.fa-user-cog:before {
    content: "";
}
.fa-user-edit:before {
    content: "";
}
.fa-user-friends:before {
    content: "";
}
.fa-user-graduate:before {
    content: "";
}
.fa-user-injured:before {
    content: "";
}
.fa-user-lock:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-user-minus:before {
    content: "";
}
.fa-user-ninja:before {
    content: "";
}
.fa-user-nurse:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-user-shield:before {
    content: "";
}
.fa-user-slash:before {
    content: "";
}
.fa-user-tag:before {
    content: "";
}
.fa-user-tie:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-users:before {
    content: "";
}
.fa-users-cog:before {
    content: "";
}
.fa-users-slash:before {
    content: "";
}
.fa-usps:before {
    content: "";
}
.fa-ussunnah:before {
    content: "";
}
.fa-utensil-spoon:before {
    content: "";
}
.fa-utensils:before {
    content: "";
}
.fa-vaadin:before {
    content: "";
}
.fa-vector-square:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-vest:before {
    content: "";
}
.fa-vest-patches:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-vial:before {
    content: "";
}
.fa-vials:before {
    content: "";
}
.fa-viber:before {
    content: "";
}
.fa-video:before {
    content: "";
}
.fa-video-slash:before {
    content: "";
}
.fa-vihara:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-vimeo-v:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-virus:before {
    content: "";
}
.fa-virus-slash:before {
    content: "";
}
.fa-viruses:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-vnv:before {
    content: "";
}
.fa-voicemail:before {
    content: "";
}
.fa-volleyball-ball:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-mute:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-vote-yea:before {
    content: "";
}
.fa-vr-cardboard:before {
    content: "";
}
.fa-vuejs:before {
    content: "";
}
.fa-walking:before {
    content: "";
}
.fa-wallet:before {
    content: "";
}
.fa-warehouse:before {
    content: "";
}
.fa-watchman-monitoring:before {
    content: "";
}
.fa-water:before {
    content: "";
}
.fa-wave-square:before {
    content: "";
}
.fa-waze:before {
    content: "";
}
.fa-weebly:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-weight:before {
    content: "";
}
.fa-weight-hanging:before {
    content: "";
}
.fa-weixin:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-whatsapp-square:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-whmcs:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-wind:before {
    content: "";
}
.fa-window-close:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-wine-bottle:before {
    content: "";
}
.fa-wine-glass:before {
    content: "";
}
.fa-wine-glass-alt:before {
    content: "";
}
.fa-wix:before {
    content: "";
}
.fa-wizards-of-the-coast:before {
    content: "";
}
.fa-wodu:before {
    content: "";
}
.fa-wolf-pack-battalion:before {
    content: "";
}
.fa-won-sign:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-wordpress-simple:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-wpressr:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-x-ray:before {
    content: "";
}
.fa-xbox:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-y-combinator:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-yammer:before {
    content: "";
}
.fa-yandex:before {
    content: "";
}
.fa-yandex-international:before {
    content: "";
}
.fa-yarn:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-yen-sign:before {
    content: "";
}
.fa-yin-yang:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-zhihu:before {
    content: "";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(webfonts/fa-brands-400.eot);
    src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-brands-400.woff2) format("woff2"), url(webfonts/fa-brands-400.woff) format("woff"), url(webfonts/fa-brands-400.ttf) format("truetype"),
        url(webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"),
        url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(webfonts/fa-solid-900.eot);
    src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"),
        url(webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

 */


 .data-table td + td {
    text-align: center;
    padding: 15px 5px;
    width: 20px;
}

.data-table td + td + td + td {
    min-width: 120px;
}

.fa,
.fas,
.select-wrapper:after {
 /*   font-family: "Font Awesome 5 Free"; */
    font-weight: 900;
}
.col {
    display: block;
    padding-right: 10px;
}
.col:last-child {
    padding-right: 0;
}
.five-cols .col {
    width: 20%;
}
.four-cols .col {
    width: 25%;
}
.three-cols .col {
    width: 33.33%;
}
.two-cols .col {
    width: 50%;
    padding-right: 2rem;
}
.two-cols .col:last-child {
    padding-right: 0;
    padding-left: 2rem;
}
.fifths .col {
    width: 20%;
}
.two-thirds {
    width: 66.66%;
}
.one-third {
    width: 33.33%;
}
@media only screen and (max-width: 750px) {
    .two-thirds {
        width: 75%;
    }
}
@media only screen and (max-width: 575px) {
    .two-thirds {
        width: 100%;
    }
}
.flex,
.row,
.row-l,
.row-m,
.row-s,
.row-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row-l--reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-justify-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.flex-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.flex-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}
@media screen and (max-width: 1200px) {
    .row-xl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-xl .col {
        width: 100%;
    }
}
@media screen and (max-width: 1050px) {
    .row-l--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .row-l--reverse .align-right {
        text-align: left;
    }
    .row-l--reverse .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-l--reverse .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .row-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-l .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-l .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 750px) {
    .row-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-m .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-m .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 575px) {
    .row-s {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .row-s .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .row-s .col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}
.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.grid {
    display: grid;
}
@media screen and (max-width: 1050px) {
    .row-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 750px) {
    .grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.grid-news-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 1rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.grid-news-list-category {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
}
.grid-news-list-category li:nth-child(3) {
    grid-row-start: 2;
}
.grid-pricing {
    border: 1px solid red;
}
section {
    overflow: hidden;
    position: relative;
}
.grey-bg {
    background: #f4f4f4;
}
.grey-bg--bottom {
    position: relative;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #f4f4f4 calc(50% + 4rem), #fff 50%);
    background: linear-gradient(0deg, #f4f4f4 calc(50% + 4rem), #fff 50%);
    z-index: 1;
}
.grey-bg--bottom--qtr {
    position: relative;
    background: #fff;
    background: -webkit-linear-gradient(bottom, #f4f4f4 calc(25% + 4rem), #fff 75%);
    background: linear-gradient(0deg, #f4f4f4 calc(25% + 4rem), #fff 75%);
    z-index: 1;
}
.grey-bg--top {
    background: #f4f4f4;
    background: -webkit-linear-gradient(bottom, #fff 50%, #f4f4f4 50%);
    background: linear-gradient(0deg, #fff 50%, #f4f4f4 50%);
}
.grey-bg--top--qtr {
    background: #f4f4f4;
    background: -webkit-linear-gradient(bottom, #fff 75%, #f4f4f4 25%);
    background: linear-gradient(0deg, #fff 75%, #f4f4f4 25%);
}
.gutter {
    margin-bottom: 2rem;
}
.half-gut {
    margin-bottom: 1rem;
}
.pad-top {
    padding-top: 2rem;
}
.m-l-auto {
    margin-left: auto;
}
.m-r-auto {
    margin-right: auto;
}
.m-auto {
    margin: auto;
}
.m-r-2 {
    margin-right: 2rem;
}
.top-minus-2 {
    top: -2rem;
    position: relative;
}
.pl-2 {
    padding-left: 2rem;
}
.p-1 {
    padding: 1rem;
}
.p-2 {
    padding: 2rem;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(25, 25, 25, 0.25);
}
.site-header > .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page_item {
    white-space: nowrap;
    text-transform: uppercase;
}
.sub-header {
    display: none;
    position: relative;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 2rem 0 0;
}
.sub-header--active {
    max-height: 99px;
    padding: 1rem 2rem 1rem 0;
}
.sub-header li {
    margin-left: 2vw;
}
.sub-header li a {
    color: #53545a;
}
.sub-header li a:hover {
    color: #722d86;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
    .pad-top {
        padding: 0;
    }
    .sub-header--mobile {
        display: none;
    }
    .main-navigation {
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-navigation ul {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .page_item {
        margin-left: 2vw;
    }
    .page_item a {
        color: #53545a;
    }
    .page_item a:hover {
        color: #722d86;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        text-decoration: none;
    }
    .sub-header {
        display: block;
    }
}
.nav__register_sub-menu {
    display: none;
    position: absolute;
    bottom: -100%;
    background-color: #fff;
    padding: 2rem;
    left: 0;
}
.sidenav .site-branding {
    display: none;
}
@media screen and (max-width: 1200px) {
    #nav-register {
        display: none;
    }
    .sidenav {
        height: 100vh;
        overflow-y: scroll;
    }
    .sidenav .page_item {
        margin-left: auto;
        text-align: right;
        border-bottom: 1px solid #306da1;
        min-width: 200px;
    }
    .sidenav .page_item a:hover {
        padding-right: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .sidenav .btn-login,
    .sidenav a.btn-logout {
        margin: 0.5rem;
    }
    .sidenav .wrap {
        height: 100%;
    }
    .sidenav .main-navigation {
        height: 100%;
    }
    .sidenav .site-branding {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 9999;
        margin: 2rem 2rem;
        display: none;
        margin-left: auto;
    }
    .sidenav {
        max-width: 400px;
        border-right: #333 solid 4px;
        background-color: #eee;
        font-size: 1.25rem;
        padding: 2rem 0;
        position: fixed;
        overflow-x: hidden;
        overflow-y: scroll;
        top: 0;
        left: -9999px;
        width: 0;
        min-height: 100%;
        z-index: 9999;
    }
    .sidenav .page_item {
        color: #306da1;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .sidenav .page_item a {
        padding: 2vh 0;
        display: block;
        text-decoration: none;
    }
    .sidenav .page_item a:hover {
        padding-right: 1rem;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .sidenav .current_page_item,
    .sidenav .page_item:hover {
        color: #fff;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .sidenav::after {
        content: "";
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 0;
        background: #722d86;
        background: -webkit-linear-gradient(left, #722d86 35%, #306da1 100%);
        background: linear-gradient(90deg, #722d86 35%, #306da1 100%);
        border-radius: 100% 0 100% 0/17% 100% 0 83%;
        opacity: 0.2;
    }
    .sidenav-open .sidenav {
        padding: 2rem 2rem;
        left: 0;
        width: 100%;
        -webkit-transition: width 0.5s, padding 0.5s;
        transition: width 0.5s, padding 0.5s;
    }
    .sidenav-open .sidenav:after {
        height: 135px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .sub-header--mobile h3 {
        text-align: right;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .sub-header--mobile li {
        list-style: none;
    }
}
@media screen and (max-width: 1200px) and (min-height: 700px) {
    .sidenav::after {
        display: block;
    }
    .sidenav .site-branding {
        display: block;
    }
}
@media screen and (max-width: 575px) {
    .sidenav-open .sidenav {
        padding: 5rem 2rem;
    }
}
#navicon:focus {
    outline: 0;
}
#navicon {
    margin-left: auto;
    z-index: 9999;
}
@media screen and (min-width: 1200px) {
    #navicon {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    #navicon {
        background: #449a85;
        background: -webkit-linear-gradient(left, #449a85 35%, #306da1 100%);
        background: linear-gradient(90deg, #449a85 35%, #306da1 100%);
        box-shadow: 2px 2px #306da1;
    }
    #navicon:active {
        opacity: 0.8;
        box-shadow: 0 0 #306da1;
    }
    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        color: #fff;
        background-color: #fff !important;
    }
}
.site-branding {
    width: 300px;
}
.site-branding a {
    display: block;
}
.site-branding a img {
    -o-object-fit: contain;
    object-fit: contain;
}
.site-branding .cls-1,
.site-branding .cls-3 {
    fill: #449b86;
}
.site-branding .cls-1,
.site-branding .cls-2 {
    clip-rule: evenodd;
}
.site-branding .cls-2 {
    fill: none;
}
.site-branding .cls-3 {
    fill-rule: evenodd;
}
.site-branding .cls-4 {
    -webkit-clip-path: url(#clip-path);
    clip-path: url(#clip-path);
}
.site-branding .cls-5 {
    -webkit-clip-path: url(#clip-path-2);
    clip-path: url(#clip-path-2);
}
.site-branding .cls-6 {
    fill: #595a5e;
}
.site-branding svg {
    stroke: #595a5e;
}
.hero {
    overflow: visible;
}
@media screen and (max-width: 750px) {
    .hero {
        text-align: center;
    }
    .hero .grey-2 {
        display: block;
        margin: auto;
        position: relative;
        margin: 10px 0;
    }
    .btn-get-started {
        margin: auto;
    }
}
.page-register .banner_head {
    padding-bottom: 1rem;
}
.dash-heading {
    margin-top: 4rem;
}
.hero {
    overflow: visible;
}
@media screen and (max-width: 750px) {
    .hero {
        text-align: center;
    }
    .hero .grey-2 {
        display: block;
        margin: auto;
        position: relative;
        margin: 10px 0;
    }
    .btn-get-started {
        margin: auto;
    }
}
.page-register .banner_head {
    padding-bottom: 1rem;
}
.dash-heading {
    margin-top: 4rem;
}
.btn-container li {
    margin-right: 10px;
}
.btn-container li:last-child {
    margin-right: 0;
}
.btn,
a.btn {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    border: 5px solid #f4f4f4;
    color: #fff;
    padding: 0.8rem 1.75rem;
    padding-right: 3.3rem;
    text-transform: uppercase;
    white-space: nowrap;
}
.btn i,
a.btn i {
    position: absolute;
    right: 25px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.btn-login,
a.btn-login,
a.btn-logout {
    font-size: 1rem;
    font-weight: 300;
    margin-left: 1rem;
    padding: 10px;
    width: 140px;
}
a.btn-logout {
    width: 165px;
}
.btn:hover i {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    right: 20px;
}
.btn:active {
    border-color: grey;
}
.btn:active i {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    right: 20px;
}
.btn-get-started i {
    top: 13px;
}
.btn-get-started:hover i {
    right: 25px;
    top: 16px;
}
a.btn-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    background: #449a85;
    background: -webkit-linear-gradient(left, #449a85 35%, #306da1 100%);
    background: linear-gradient(90deg, #449a85 35%, #306da1 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 2px solid #f4f4f4;
}
a.btn-socials:hover {
    border: 2px solid #000;
    text-decoration: none;
    top: -2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-submit {
    max-width: 250px;
    padding: 0.8rem 1.75rem;
}
.btn-category {
    font-size: 0.75rem;
    height: 55px;
    padding: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 50px;
    white-space: nowrap;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    border: 2px solid #fff;
}
.btn-category input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
.btn-category--active,
.btn-category:hover {
    border: 2px solid #449a85;
}
.link,
a.link {
    color: #306da1;
    text-decoration: underline;
}
.dash-link,
.dash-link--selected {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    min-width: 250px;
}
.dash-link a,
.dash-link--selected a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
}
.dash-link a i,
.dash-link--selected a i {
    margin-left: auto;
    padding-right: 10px;
    font-weight: 200;
}
.dash-link--selected:hover a,
.dash-link:hover a {
    text-decoration: none;
}
.dash-link--selected:hover a i,
.dash-link:hover a i {
    padding-right: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.dash-link--selected {
    font-weight: 600;
}
.candidate-dash .dash-link,
.candidate-dash .dash-link--selected {
    color: #449a85;
}
.employer-dash .dash-link,
.employer-dash .dash-link--selected {
    color: #722d86;
}
input,
select,
textarea {
    margin-top: 1rem;
    display: block;
    border: none;
    position: relative;
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 200;
    border-radius: 5px;
    background-color: #f4f4f4;
    color: #343640;
}
.select-wrapper {
    width: 100%;
    background-color: transparent;
    display: inline-block;
    position: relative;
}
.select-wrapper:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 5;
    color: #fff;
    background: -webkit-linear-gradient(left, #449a85 35%, #306da1 100%);
    background: linear-gradient(90deg, #449a85 35%, #306da1 100%);
    width: 75px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
input[type="radio"] {
    position: relative;
    width: 25px;
    margin-top: 0;
    margin-right: 2rem;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background-color: #f4f4f4;
}
select {
    padding: 10px 40px 10px 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #bbb;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
}
textarea {
    width: 100%;
    font-family: inherit;
    border-radius: 5px;
}
.checkers {
    clear: both;
    display: block;
}
.checkbox {
    float: left;
    width: 20px;
    height: 20px;
}
.check-label {
    float: left;
    font-size: 0.8em;
}
.checkboxes {
    margin-bottom: 2em;
}
.form-sub-section {
    max-width: 450px;
}
.btn-searchbar_keyword button,
.btn-searchbar_keyword input {
    height: 55px;
    margin-top: 0;
}
.btn-searchbar_keyword input {
    border-radius: 9% 0 0 10%/48% 20% 7% 46%;
}
.btn-searchbar_keyword button {
    width: 94px;
    border-radius: 0 29% 26% 0/20% 35% 40% 46%;
    background-color: #306da1;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 200;
    outline: 0;
    border: 0;
}
.btn-searchbar_keyword button:hover {
    background-color: #3981c0;
}
.contact-form p {
    max-width: 500px;
}
.contact-form .two-cols .col {
    padding-right: 0;
    margin: 10px;
}
.checkbox-large {
    -webkit-transform: scale(1.75);
    -ms-transform: scale(1.75);
    transform: scale(1.75);
}
.registration-form label,
.registration-form p {
    font-size: 1.5rem;
}
.reg-check-grid div {
    width: 50%;
    text-align: center;
    margin-bottom: 2rem;
}
.reg-check-grid div label {
    font-size: 1rem;
    white-space: nowrap;
}
@media screen and (max-width: 575px) {
    .registration-form p {
        text-align: center;
    }
}
@media screen and (min-width: 575px) {
    .contact-form input {
        margin: 5px;
    }
    .reg-check-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
}
footer h6 {
    text-transform: uppercase;
}
.footer__socials .btn-socials {
    margin-right: 1rem;
}
span.block {
    display: block;
}
.span-author {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
.close-quotes::after {
    display: block;
    content: "”";
}
.middot::after {
    content: " ·";
    margin: 0 1rem;
    font-size: 2rem;
}
.span-underline {
    top: -10px;
    background-image: -webkit-linear-gradient(#00000000 50%, #306da1 50%);
    background-image: linear-gradient(#00000000 50%, #306da1 50%);
    background-position: 0 100%;
    background-size: 0 2px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s ease-in, background-position 0s 0.3s ease-in;
    transition: background-size 0.3s ease-in, background-position 0s 0.3s ease-in;
}
.span-underline:hover {
    background-position: 100% 100%;
    background-size: 100% 10px;
}
.open-quotes::before,
.span-gradient-purple {
   /* background: -webkit-linear-gradient(left, #722d86, #306da1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #722d86
}
.candidate-dash .dash-link i,
.candidate-dash .dash-link--selected i,
.open-quotes--green::before,
.span-gradient-green {
    background: -webkit-linear-gradient(left, #449a85, #306da1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.open-quotes::before {
    content: "“";
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14rem;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: -150px;
    left: 76px;
    top: -75px;
    left: -50px;
}
.open-quotes--green::before {
    content: "“";
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14rem;
    font-weight: 900;
    position: absolute;
    z-index: -1;
    top: -155px;
    left: 76px;
    top: -75px;
    left: -50px;
}
.span-fontfix {
    padding-bottom: 12px;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.ul {
    text-decoration: underline;
}
.span-900 {
    font-weight: 900;
}
.span-600 {
    font-weight: 600;
}
.span-400 {
    font-weight: 400;
}
.span-200 {
    font-weight: 200;
}
.span-caps {
    text-transform: uppercase;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content p {
    margin-bottom: 2rem;
}
.content ul li {
    list-style: disc;
}
.news-article {
    max-width: 750px;
}
@media screen and (max-width: 575px) {
    .textblock-postmeta img {
        margin: 1rem 0;
    }
    .textblock-postmeta .pl-2 {
        padding-left: unset;
    }
}
#progress {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -3rem;
    border-radius: 50px;
    height: 95%;
    width: 25px;
    border: 2px solid #f4f4f4;
}
#progress-bar {
    content: "";
    position: absolute;
    left: 0;
    height: 15px;
    width: 100%;
    background: 0 0;
    background: #449a85;
    background: -webkit-linear-gradient(bottom, #306da1 35%, #449a85 100%);
    background: linear-gradient(0deg, #306da1 35%, #449a85 100%);
    border: 2px solid #f4f4f4;
    border-radius: 50px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
#click-me {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}
.media-round-arrow {
    position: absolute;
    width: 65px;
    bottom: 20px;
    left: 35px;
}
.media-time-saver {
    position: absolute;
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
    top: 10px;
    left: -100px;
    display: none;
}
.arrow-candidate {
    position: absolute;
    width: 105px;
    top: 30px;
    right: -100px;
    z-index: -1;
}
.media-round-arrow--news-ql {
    position: absolute;
    width: 65px;
    top: 20px;
    left: 125px;
}
.arrow-news-list {
    position: absolute;
    width: 105px;
    top: 42px;
    right: 234px;
    z-index: -1;
}
@media screen and (max-width: 575px) {
    .text-block__key-stats .row-s {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .text-block__key-stats .flex-col {
        text-align: center;
    }
    .text-block__key-stats .flex-col p {
        padding: 0 4rem;
    }
}
.textblock-keypoints .row-s .col {
    margin: auto;
    max-width: 250px;
    margin-bottom: 2rem;
}
.news__quicklinks .sub-heading {
    margin: auto;
    max-width: 500px;
}
.news__quicklinks .col .img-container {
    position: relative;
    height: 350px;
    background-image: url(../images/blog-post/blob-news-01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news__quicklinks .col .img-container img {
    max-width: 350px;
    border: 4px solid #f4f4f4;
    border-radius: 4px;
}
@media screen and (min-width: 750px) {
    .news__quicklinks .col .img-container img {
        max-width: 403px;
        position: absolute;
        top: 55px;
        left: 0;
    }
}
.news__quicklinks .col:nth-child(2) .img-container {
    background-image: url(../images/blog-post/blob-news-03.jpg);
}
.news__quicklinks .col:nth-child(3) .img-container {
    background-image: url(../images/blog-post/blob-news-02.jpg);
}
.news-list-card {
    box-shadow: 0 0 10px -2px #aaa;
}
.news-list-card,
.news-list-card img {
    border-radius: 15px;
}
.news-list-card img {
    height: 270px;
}
.news-list-card .btn {
    padding-right: 1.75rem;
}
.price-list__table {
    display: none;
    text-align: center;
}
.price-list__table thead th {
    padding-bottom: 2rem;
    font-size: 1.5rem;
}
.price-list__table tbody td {
    background-color: #fff;
    border-radius: 50px;
    padding: 0 2rem 2rem;
}
.price-list__table tbody td min p {
    padding: 0.5rem;
    margin: auto;
}
.price-list__table h4 {
    color: #722d86;
}
.price-list__table h4 span {
    color: #888;
    font-weight: 100;
    font-size: 1.25rem;
}
.price-list__flex {
    text-align: center;
}
.price-list__flex h3,
.price-list__flex_card {
    padding: 2rem;
}
.price-list__flex h4 {
    color: #722d86;
}
.price-list__flex h4 span {
    color: #888;
    font-weight: 100;
    font-size: 1.25rem;
}
.price-list__flex p {
    max-width: 14rem;
    margin: auto;
}
@media screen and (min-width: 1050px) {
    .price-list__flex {
        display: none;
    }
    .price-list__table {
        display: block;
    }
}
.bg-img,
.media-bg-blobs {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.fourthree {
    padding-bottom: 100%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-bg-blobs {
    display: none;
    -o-object-fit: fill;
    object-fit: fill;
}
.blob {
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 575px) {
    .blob {
        margin-bottom: 4rem;
    }
}
@media screen and (min-width: 1050px) {
    .media-bg-blobs {
        display: block;
    }
    .media-time-saver {
        display: block;
    }
}
.icon:before {
    content: "";
    display: block;
    width: 225px;
    height: 110px;
    background-size: contain;
}
.icon-suits::before {
    margin-right: 1rem;
    background-image: url(icons/icon-suits.jpg);
    margin-bottom: 1rem;
}
.profile-pic {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 4px solid #f4f4f4;
}
.profile-pic img {
    border: 5px solid #f4f4f4;
    border-radius: 50%;
}
.profile-pic--news {
    border: 5px solid #f4f4f4;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 4px solid #f4f4f4;
}
.landing-icon {
    display: block;
    position: relative;
    left: -0.55rem;
    max-width: 95px;
}
@media screen and (max-width: 1050px) {
    .profile-pic {
        margin: auto;
        margin-top: 2rem;
    }
}
.vacancy--list {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dcdcdc;
}
.vacancy--list .quick-data li::after {
    content: "·";
    font-weight: 600;
    color: #449a85;
    margin: 0 10px;
}
.vacancy--list .quick-data li:last-child::after {
    content: none;
}
.vacancy-table .vacancy-table__head {
    padding: 1rem 10px;
}
.vacancy-table__stat {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 4px solid #f4f4f4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
}
.candidate-dash .vacancy--list .quick-data li::after {
    color: #449a85;
}
.employer-dash .vacancy--list .quick-data li::after {
    color: #722d86;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
}
.hero h1 {
    letter-spacing: -4px;
}
input:disabled {
    background: #eee !important;
}
.btn,
a.btn {
    width: auto !important;
    padding: 10px 50px 10px 20px !important;
}
.hero {
    overflow: visible;
    padding-bottom: 0;
}
.vacancy-table__stat a i {
    color: #fff;
}
.employer-dash h1 {
    margin-bottom: 0.5em;
}
.flex-3 h2,
aside h3 {
    font-size: 1.2em;
}
ul.quick-data li {
    font-size: 0.8em;
}
.gradient-purple,
.vacancy-table__stat {
    border-radius: 80px;
}
.vacancy--list {
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #dcdcdc;
}
.vacancy--list h4 {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: -1px;
    color: #722d86;
    margin-bottom: 0;
}
.flex-3.col p {
    font-size: 0.9em;
    line-height: 1.7em;
    padding-bottom: 1em;
}
label {
    font-size: 1em !important;
}
form label ~ p {
    font-size: 0.9em !important;
    margin-bottom: 0;
}
.select2-container {
    margin-bottom: 1em;
}
.select2-container--default .select2-selection--multiple {
    background: #eee !important;
    border: 0;
    min-height: 54px;
}
input.checkbox-large.half-gut.prog-field {
    width: auto;
    margin-left: 5px;
}
label[for="job_description"] {
    margin-bottom: 1em;
    display: block;
}
input.btn.btn-submit {
    float: left;
    text-align: center !important;
    width: auto;
    text-transform: capitalize;
}
input.btn.btn-submit[value="Cancel"] {
    background: #ccc;
}
img.bg-img[alt="blobs"],
img[alt="blobs"].media-bg-blobs {
    display: none;
}
.news-list-card p {
    font-size: 0.9rem;
    line-height: 1.5em;
}
.news-list-card .btn {
    font-size: 0.7em;
    padding: 1em;
}
.news-list-card .btn-category {
    padding: 0;
    height: auto;
    background: 0 0;
    color: #357b98;
    font-weight: 700;
}
.flex-3.col h4 {
    font-size: 1.2em;
}
form ~ ul {
    clear: both;
    padding-top: 2em;
}
.news__quicklinks .col .img-container img {
    max-width: 80%;
    left: 10%;
}
body .news__quicklinks .col .img-container img {
    max-width: 403px;
    position: absolute;
    top: 55px;
    left: 0;
    width: 60%;
    left: 20%;
}
.btn-cta {
    display: inline-block !important;
}
label {
    display: block;
    clear: both;
}
input.checkbox-large.half-gut.prog-field {
    margin-bottom: 2em;
    margin-top: 0.8em;
}
input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 0 20px 0 10px;
}
fieldset div {
    clear: both;
    float: none;
    margin-bottom: 15px;
}
footer a {
    color: #449985;
}
footer li {
    position: relative;
    padding: 10px 10px 10px 20px;
}
footer li:before {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    background: #449985;
    position: absolute;
    left: 4px;
    top: 18px;
    border-radius: 50%;
}
.footer__socials li {
    padding: 0;
}
.footer__socials li:before {
    display: none;
}
.quick-data a {
    color: purple;
}
i.fa-trash.select-wrapper:after,
i.fa.fa-trash {
    color: #449985;
}
.open-quotes::before,
.span-gradient-purple {
    -webkit-text-fill-color: #722d86;
}
.candidate-dash .dash-link i,
.candidate-dash .dash-link--selected i,
.open-quotes--green::before,
.span-gradient-green {
    -webkit-text-fill-color: #429a88;
}
.table-head-bk.vacancy-table {
    background: #2d6fa2;
    border-radius: 100px;
    font-size: 0.7rem;
}
h2.p-xl.gutter.open-quotes::before,
h2.p-xl.span-gradient-purple.gutter,
h4.gutter.open-quotes::before,
h4.span-gradient-purple.gutter {
    color: #fff !important;
    background: #722d86;
    -webkit-text-fill-color: #fff !important;
    padding: 1em;
    font-size: 0.7em;
    letter-spacing: 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
li.vacancy--list:last-of-type {
    border-bottom: 0;
    padding-bottom: 2em !important;
}
.vacancy--list {
 /*   padding: 0 1.5em; */
}
.vacancy--list h4 {
    font-size: 1.1em;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    color: #6d3188;
    margin-bottom: 0;
}
.candidate-dash .dash-link i,
.candidate-dash .dash-link--selected i,
.open-quotes--green::before,
.span-gradient-green {
    /* background: -webkit-linear-gradient(left, #449a85, #306da1); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: #449a85; */
    color: #449a85;
}
body input,
body textarea,
select {
    font-size: 1rem;
    font-family: arial;
}
form.registration-form h3 {
    background: #722d86 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 1em;
    margin-top: 3em;
    border-radius: 2em;
}
input.btn.btn-submit {
    width: auto !important;
    max-width: auto !important;
    display: block !important;
    padding: 0.5em 1em !important;
}
.select2-container--default .select2-selection--multiple {
    font-size: 1.1rem;
    padding: 0.75em !important;
    border: 0 !important;
    background-image: url(/images/plus.svg) !important;
    background-size: 14px !important;
    background-position: right 26px top 23px !important;
    background-repeat: no-repeat !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 0.7em !important;
    line-height: 1.9em;
    padding: 0 15px 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid transparent !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #722d86 !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 3px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent;
    color: #449985 !important;
}
p.mission-statement {
    max-width: 680px;
    text-align: center;
    margin-bottom: 3em;
    font-size: 1.1em;
}
body .media-round-arrow {
    position: absolute;
    width: 65px;
    bottom: -50px;
    left: 50%;
    margin-left: -310px;
}
.select2-container--default .select2-selection--single {
    background-color: #eee;
    border: 0 solid #aaa;
    border-radius: 4px;
    padding: 1em;
    height: auto;
    margin-top: 0.5em;
}
body .select2-container--default .select2-selection--single {
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: auto;
    border: 0;
    background-image: url(/images/chev.svg);
    background-position: right 28px top 32px;
    background-size: 14px;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/* WEDGEY STYLES START
---------------------------------- */

section.pkgs-inc {
    padding: 0;
}

.textblock-keypoints .row-s .col {
    margin: 0 auto;
}

.hz-list {
    text-align: center;
}

.hz-list li {
    display: inline-block;
    padding: 0.75em 1em 0.75em 40px;
    background-color: #eee;
    background-image: url(../images/green-tick.png);
    background-position: 19px 20px;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 1px solid #449a85;
    text-align: center;
    margin: 8px;
    background-size: 13px;
}

.pkg-cols {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

select.half-gut.prog-field {
    background: #eee;
    border: 0px;
    padding: 1em;
    border-radius: 5px;
}

.select2-container {
    margin-bottom: 16px;
}

.pkg {
    background: #eee;
    flex: 1;
    width: 30%;
    padding: 30px !important;
    margin: 0 1.5%;
}

.wrap.thin {
    max-width: 800px;
}

.vert-bx {
    margin: 1em 0;
}

.vert-bx li {
    background: #fff;
    display: block;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    border: 1px dashed #722d86;
}

.pkg-icon {
    padding: 30px;
    width: 100%;
    text-align: center;
}
.pkg-icon img {
    max-height: 80px;
    width: auto;
}

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

.pkg.col a.btn {
    text-align: center !important;
    padding: 0.5em 1em !important;
    display: inline;
}

.btn-wrap {
    margin-top: 1.5em;
    display: block;
}

p.price {
    font-weight: 600;
    color: #722d86;
    font-size: 1.2rem;
}

span.period,
p.sml {
    font-weight: 300;
    font-size: 0.8rem;
    color: #53545a;
    line-height: 1.4em;
}
span.period {
    display: block;
    line-height: 1px;
    padding: 0.5em 0;
}

.pkg.col a {
    color: #722d86;
}
.pkg.col a.btn {
    color: #fff;
}

.pkg h4 {
    margin: 1rem 0 3rem;
    color: #722d86;
}

.textblock-keypoints .row-s .col {
    margin-top: 0px !important;
}

img.arrow-candidate {
    display: none;
}

ul.pagination {
    display: none;
}

.news-article li::marker {
    display: none !important;
}

.news__quicklinks li + li + li + li {
    display: none;
}
.hero h1 {
    letter-spacing: -1px !important;
}

.news-article ul {
    padding-left: 10px;
}
.news-article li {
    padding: 0.5em 0.5em 0.5em 30px;
    position: relative;
    list-style-type: none;
}

.news-article ul li:marker,
.news-article ul li::marker {
    display: none;
}

.news-article li:nth-child(odd) {
    background: #eee;
}

.news-article li:before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 13px;
    top: 18px;
    background: #722d86;
    border-radius: 10px;
}

/* .quick-data ~ p {
    font-weight: bold;
    color: #296fa9;
} */

.page-generic .generic li {
    padding: 0.75em 0.5em 0.75em 30px;
    position: relative;
}
.page-generic .generic li:nth-child(odd) {
    background: #f1f1f1;
}

.page-generic .generic li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 23px;
    left: 14px;
    background: #449985;
}
.generic p span.c3 {
    font-weight: bold;
    font-size: 1.4em;
}

aside nav.half-gut h5 {
    display: none;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px !important;
}

em.status_label {
    font-weight: normal;
    font-size: 0.6em;
    color: #551a8b;
}

span.vacancy-table__stat {
    width: auto;
    border: 0px;
    height: auto;
    text-align: center;
}
.vacancy-table__stat i {
    display: none;
}

.vacancy-table__head span {
    font-size: 0.7em;
}

/*
.flex-3.col h4 {
    font-size: 1.1em;
}*/

span.vacancy-table__stat {
    background: #eee !important;
    width: 55px;
    height: 55px;
    text-align: center;
    color: #722d86;
    font-weight: normal;
}

.data-table thead {
    background: #38659d;
    border-radius: 40px;
}
.data-table select {
    text-align: center;
    border-radius: 40px;
    border: 2px solid #722d86;
    text-align: center;
    color: #722d86;
    font-weight: bold;
}
.data-table select {
    text-align: center;
    border-radius: 40px;
    border: 2px solid #eeeeee;
    text-align: center;
    color: #722d86;
    font-weight: bold;
    padding: 0.5em 5px;
    top: -5px;
    background: #eeeeee;
}
td span.vacancy-table__stat i {
    color: #722d86;
    display: block;
}
td a:hover span.vacancy-table__stat {
    background-color: #722d86 !important;
}
td a:hover span.vacancy-table__stat i {
    color: #ffffff;
}

.cover__letter em { display: block; }


.vacancy--list td.cover__letter span {
    margin: 0 auto;
}


/* END WEDGEY STYLES 
---------------------------------- */

td.cover__letter {
    width: 190px;
}

.vacancy--list td.cover__letter span { 
    cursor: pointer;
}
.vacancy--list td.cover__letter span:hover { 
    background-color: #722d86 !important;
}
.vacancy--list td.cover__letter span:hover i { color: #fff; }

em.cover__letter__content {
    text-align: center;
    font-size: 0.7em;
    line-height: 1.2em;
    padding: 0.5em;
    margin-bottom: 1em;
    display: none;
    position: relative;
}


.data-table textarea {
    font-size: 0.7em;
    width: 95%;
    left: 5%;
    background-color: #eee !important;
    border: 0px solid #ddd;
    height: auto;
    min-height: 90px;
    line-height: 1.4em;
    padding: 1em;
    color: #722d86;
}


/* WEDGEY UPDATE STYLES */


ul.row.quick-data.matched-criteria {
    display: block;
    line-height: 1.2em; 
}
ul.quick-data.matched-criteria li:nth-child(odd) {
    float: left;
    font-weight: bold;
}
.candidate-dash .vacancy--list .quick-data.matched-criteria li:after { display: none; }

ul.quick-data.matched-criteria li:nth-child(even) { position: relative; }
ul.quick-data.matched-criteria li:nth-child(even):after { width: 100%; display:block; height: 1px; content: ''; }

h4.vac-desc ~ ul { margin-bottom: 1em; }

h4.vac-desc ~ ul li {
    font-size: 0.9em;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 30px;
}
h4.vac-desc ~ ul li:nth-child(odd) { background: #eee; }

.job--desc h1,
.job--desc h2,
.job--desc h3,
.job--desc h4 { margin: 0.25em 0 1em; }

.job--desc li { position: relative; }
.job--desc li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #449a85;
    position: absolute;
    top: 20px;
    left: 13px;
}

footer h6 {
    font-size: 22px !important;
    font-weight: 600;
}


/* END WEDGEY UPDATE STYLES */


@media only screen and (max-width: 400px) {
    .site-branding { 
        width: 200px; 
    }
    .hamburger-box {
        width: 28px;
        height: 19px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 28px;
    }
    #register-pop-up { top: -160px; }
  }


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


    .data-table td + td + td + td { min-width: auto; }

    .data-table select {

        border: 0px solid #ddd !important;
        top: [1px]

    }

    .page-how-it-works section.hero {
        padding: 60px 0px 40px;
    }
    
    .row-l .col {
        padding: 20px 0;
    }
    
    .pkg {
        flex: none;
        width: 100%;
    }
    
    .pkg-cols {
        text-align: center;
        display: block;
        justify-content: normal;
        margin-bottom: 0em;
    }
    
    .pkg {
        background: #eee;
        flex: none;
        width: 100%;
        padding: 30px !important;
        margin: 0 1.5% 5em;
    }

    .hero h1 {
        letter-spacing: -2px !important;
        font-size: 3em;
    }

/*    .flex, .row, .row-l, .row-m, .row-s, .row-xl { display: block; } */
 /   
    }
  