#about h1 {
    font-size: 2em;
    margin: .67em 0;
}

#about hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

#about pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

#about a {
    background-color: transparent;
}

#about abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

#about b,
strong {
    font-weight: bolder;
}

#about code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

#about small {
    font-size: 80%;
}

#about sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#about sub {
    bottom: -.25em;
}

#about sup {
    top: -.5em;
}

#about img {
    border-style: none;
}

#about button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

#about button,
input {
    overflow: visible;
}

#about button,
select {
    text-transform: none;
}

#about button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

#about button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

#about button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

#about fieldset {
    padding: .35em .75em .625em;
}

#about legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

#about progress {
    vertical-align: baseline;
}

#about textarea {
    overflow: auto;
}

#about [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

#about [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

#about [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

#about [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

#about ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

#about details {
    display: block;
}

#about summary {
    display: list-item;
}

#about template {
    display: none;
}

#about [hidden] {
    display: none;
}

#about .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

#about .container:after {
    content: "";
    display: block;
    clear: both;
}

#about .container--narrow {
    max-width: 960px;
}

@media (max-width: 1100px) {
    #about .container {
        padding: 0 1rem;
    }
}

#about .col-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
}

@media (max-width: 580px) {
    #about .col-row {
        flex-direction: column;
    }
}

#about .col {
    padding: .5rem;
    flex: 1;
}

#about .col--align-right {
    text-align: right;
}

#about .col--align-center {
    text-align: center;
}

#about .col--thirds,
.col--one-third {
    flex: none;
    width: 33.33%;
}

#about .col--two-thirds {
    flex: none;
    width: 66.66%;
}

#about .col--halfs,
.col--half {
    flex: none;
    width: 50%;
}

#about .col--40 {
    flex: none;
    width: 40%;
}

#about .col--60 {
    flex: none;
    width: 60%;
}

@media (max-width: 580px) {
    #about .col {
        width: 100%;
        padding: 1rem 0;
    }
}

#about body,
button,
input,
select,
optgroup,
textarea {
    color: #6a6a6f;
    font-family: "Montserrat", sans-serif;
}

#about h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    margin: 1rem 0;
    font-weight: 600;
    color: #155584;
}

#about h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

#about h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

#about h1 {
    font-size: 2rem;
}

@media (max-width: 580px) {
    #about h1 {
        font-size: 1.75rem;
    }
}

#about h2 {
    font-size: 1.6rem;
}

@media (max-width: 580px) {
    #about h2 {
        font-size: 1.3rem;
    }
}

#about h3 {
    font-size: 1.35rem;
}

@media (max-width: 580px) {
    #about h3 {
        font-size: 1.2rem;
    }
}

#about h4 {
    font-size: 1.2rem;
}

@media (max-width: 580px) {
    #about h4 {
        font-size: 1.1rem;
    }
}

#about h5 {
    font-size: 1rem;
}

@media (max-width: 580px) {
    #about h5 {
        font-size: .86rem;
    }
}

#about h6 {
    font-size: .86rem;
}

@media (max-width: 580px) {
    #about h6 {
        font-size: .86rem;
    }
}

#about p {
    margin: 0;
    margin-bottom: 1.25rem;
}

#about p:last-child {
    margin-bottom: 0;
}

#about strong,
b {
    font-weight: 600;
}

#about dfn,
cite,
em,
i {
    font-style: italic;
}

#about blockquote {
    margin: 0;
    font-size: 1.35rem;
    color: #6a6a6f;
    font-style: italic;
    padding-left: 70px;
    background: url("/images/blockquote-open.png") top left no-repeat;
    font-weight: 300;
    overflow-y: auto;
    line-height: 1.25;
    position: relative;
    min-height: 40px;
    margin-bottom: 1rem;
}

#about blockquote.nitro-lazy {
    background-image: none !important;
}

#about blockquote p {
    margin-bottom: 5px;
}

#about blockquote cite {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    position: relative;
    padding-left: 1.5em;
}

#about blockquote cite:before {
    content: "—";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 580px) {
    #about blockquote {
        font-size: 1.2rem;
        background-size: 1.5rem;
        padding-left: 2.5rem;
    }

    #about blockquote cite {
        font-size: .9rem;
        margin: 0 auto;
    }
}

#about address {
    margin: 0 0 1.25rem;
    line-height: 1.4;
}

#about pre {
    display: block;
    font-family: "Courier 10 Pitch", Courier, monospace;
    max-width: 100%;
    overflow: auto;
}

#about code {
    font-family: "Courier 10 Pitch", Courier, monospace;
    display: inline-block;
    vertical-align: middle;
}

#about code,
kbd,
tt,
var {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: .9rem;
}

#about abbr,
acronym {
    border-bottom: 1px dotted #e2e2e2;
    cursor: help;
}

#about mark,
ins {
    background: #f5f5f5;
    text-decoration: none;
}

#about big {
    font-size: 125%;
}

@media (max-width: 1100px) {
    #about html {
        letter-spacing: 0;
    }
}

@media (max-width: 580px) {
    #about html {
        font-size: 14px;
        line-height: 1.5;
    }
}

#about *,
*:before,
*:after {
    box-sizing: inherit;
}

#about hr {
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
    margin-bottom: 1.5rem;
}

#about ul,
ol {
    margin: 1rem 0;
    padding: 0;
    padding-left: 2rem;
}

#about ul ul,
ul ol,
ol ul,
ol ol {
    margin: 0;
}

#about ul:last-child,
ol:last-child {
    margin-bottom: 0;
}

#about ul {
    list-style: disc;
}

#about ol {
    list-style: decimal;
}

#about ul,
ol {
    margin: 0 0 2rem;
}

#about ul>li,
ol>li {
    padding-left: .5rem;
    box-sizing: border-box;
}

#about ul>li:last-child,
ol>li:last-child {
    margin-bottom: 0;
}

#about ul>li>ul,
ol>li>ul {
    margin-top: .5rem;
}

#about dt {
    font-weight: bold;
    padding: .4rem;
}

#about dd {
    margin: 0 1rem 1rem;
}

#about img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

#about figure {
    margin: 1rem 0;
}

#about table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

#about table th,
table td {
    padding: .75rem;
    line-height: 1.2;
}

#about table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

#about .btn,
button,
button.btn,
input[type="submit"],
input[type="submit"].btn,
input[type="button"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    font: inherit;
    font-size: 14px;
    color: #3a3a3a;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: .5rem .75rem;
    border-color: #cacaca;
    text-decoration: none;
}

#about .btn:focus,
button:focus,
button.btn:focus,
input[type="submit"]:focus,
input[type="submit"].btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #155584;
}

#about .btn::placeholder,
button::placeholder,
button.btn::placeholder,
input[type="submit"]::placeholder,
input[type="submit"].btn::placeholder,
input[type="button"]::placeholder,
input[type="reset"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #cacaca;
}

#about textarea {
    width: 100%;
}

#about select {
    background: #fff;
}

#about .select-menu {
    position: relative;
    z-index: 1;
}

#about .select-menu select {
    appearance: none;
    padding-right: 1.5rem;
    z-index: -1;
}

#about .select-menu:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #3a3a3a;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: .5rem;
    margin: auto;
    z-index: 0;
}

#about [type="radio"],
[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: auto;
    background: #fff;
    position: relative;
    border: 2px solid #cacaca;
    border-radius: 2px;
    appearance: none;
    vertical-align: middle;
    overflow: hidden;
    height: 17px;
    width: 17px;
}

#about [type="radio"]:after,
[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#about [type="radio"]:checked:after,
[type="checkbox"]:checked:after {
    background: #155584;
    border: 2px solid #fff;
}

#about [type="radio"]:focus,
[type="checkbox"]:focus {
    outline: none;
    border-color: #155584;
}

#about [type="radio"]:disabled,
[type="checkbox"]:disabled {
    background: #e4e4e4;
    cursor: not-allowed;
}

#about [type="radio"]:disabled:checked:after,
[type="checkbox"]:disabled:checked:after {
    background: #cacaca;
    border-color: #e4e4e4;
}

#about [type="radio"],
[type="radio"]:after {
    border-radius: 50%;
}

#about .form__shortcode__wrapper label {
    color: rgba(0, 0, 0, .7) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

#about .form__shortcode__wrapper input,
.form__shortcode__wrapper textarea {
    margin-bottom: 20px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    border: 1px solid rgba(204, 204, 204, .5) !important;
    border-radius: 4px !important;
    box-shadow: 4px 3px 7px 0 rgba(0, 0, 0, .1) !important;
    padding: 15px 10px !important;
    background-color: #fff !important;
}

#about .form__shortcode__wrapper input::placeholder,
.form__shortcode__wrapper textarea::placeholder {
    color: #787878 !important;
    font-size: 13px !important;
    opacity: .7 !important;
}

#about .form__shortcode__wrapper select {
    margin-bottom: 20px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    color: #787878 !important;
    padding: 10px 10px !important;
    opacity: .7 !important;
    font-size: 13px !important;
}

#about .form__shortcode__wrapper select+div {
    box-shadow: 4px 3px 7px 0 rgba(0, 0, 0, .1) !important;
    border: 1px solid rgba(204, 204, 204, .5) !important;
    background-color: #fff !important;
    border-radius: 4px !important;
}

#about .form__shortcode__wrapper input[type=radio]+label::before {
    top: .27em !important;
}

#about .form__shortcode__wrapper input[type=radio]+label::after {
    top: .04em !important;
}

#about .form__shortcode__wrapper input[type=submit],
.form__shortcode__wrapper input[type=button] {
    background-color: #00cbee !important;
    border-radius: 40px !important;
    font-family: "Lato", sans-serif !important;
    display: block !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    color: #fff !important;
    width: 100% !important;
    margin: 10px auto !important;
    border: 0 none !important;
    box-shadow: 3px 3px 7px 3px rgba(0, 0, 0, .1) !important;
    cursor: pointer !important;
    transition: all 0s !important;
    font-size: .9rem !important;
    font-weight: 600 !important;
    padding: .8rem 0 !important;
    height: 55px !important;
    max-width: 272px !important;
    background: linear-gradient(to right, #00cbee, #29f2cd) !important;
}

@media screen and (max-width: 414px) {

    #about .form__shortcode__wrapper input[type=submit],
    .form__shortcode__wrapper input[type=button] {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 375px) {

    #about .form__shortcode__wrapper input[type=submit],
    .form__shortcode__wrapper input[type=button] {
        font-size: .9em !important;
    }
}

#about .form__shortcode__wrapper input[type=submit]:hover,
.form__shortcode__wrapper input[type=button]:hover {
    background: #09dbff !important;
}

#about .form__shortcode__wrapper .nf-form-fields-required {
    display: none !important;
}

#about .form__shortcode__wrapper .nf-error-msg,
.form__shortcode__wrapper .nf-error .nf-error-msg {
    text-align: center;
}

#about .form__shortcode__wrapper .nf-error .nf-error-msg {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}

#about .form__shortcode__wrapper.contact-content__form .nf-field-container {
    margin-bottom: 10px !important;
}

@media screen and (min-width: 600px) {
    #about .form__shortcode__wrapper.contact-content__form .custom-ninja-one-third {
        width: calc(98.69% / 3) !important;
        display: inline-block !important;
    }
}

#about .form__shortcode__wrapper.contact-content__form .custom-ninja-one-third,
.form__shortcode__wrapper.contact-content__form .custom-ninja-5-padding {
    padding: 5px;
}

#about .btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

#about .btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #155584;
}

#about .btn:active,
.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: transparent;
}

#about .btn,
.btn.btn,
button.btn,
input[type="submit"].btn {
    display: inline-block;
    border: 3px solid transparent;
    line-height: 1.6;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    padding: .8rem 0;
    transition: background .15s ease-in-out, border .15s ease-in-out, color .15s ease-in-out;
    height: 55px;
    max-width: 272px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {

    #about .btn,
    .btn.btn,
    button.btn,
    input[type="submit"].btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 414px) {

    #about .btn,
    .btn.btn,
    button.btn,
    input[type="submit"].btn {
        line-height: normal;
        height: auto;
    }
}

#about .btn:hover,
.btn.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover {
    border-color: transparent;
}

#about .btn--fill,
.btn.btn--fill,
button.btn--fill,
input[type="submit"].btn--fill {
    background: #e2e2e2;
}

#about .btn--pill,
.btn.btn--pill,
button.btn--pill,
input[type="submit"].btn--pill {
    border-radius: 100px;
}

#about .btn--gradient,
.btn.btn--gradient,
button.btn--gradient,
input[type="submit"].btn--gradient {
    background: linear-gradient(to right, #00cbee, #29f2cd);
    color: #fff;
    border: none;
    line-height: 2;
}

#about .btn--gradient:hover,
.btn.btn--gradient:hover,
button.btn--gradient:hover,
input[type="submit"].btn--gradient:hover {
    background: linear-gradient(to right, #09dbff, #09dbff);
    color: #fff;
}

#about .btn--primary,
.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary {
    color: #fff;
    background: #00cbee;
}

#about .btn--primary:hover,
.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover {
    color: #fff;
    background: #09dbff;
}

#about .btn--ghost,
.btn.btn--ghost,
button.btn--ghost,
input[type="submit"].btn--ghost {
    color: #3a3a3a;
    border: 3px solid #3a3a3a;
    background: transparent;
}

#about .btn--ghost.btn--primary,
.btn.btn--ghost.btn--primary,
button.btn--ghost.btn--primary,
input[type="submit"].btn--ghost.btn--primary {
    border-color: #00cbee;
    color: #00cbee;
}

#about .btn--ghost.btn--primary:hover,
.btn.btn--ghost.btn--primary:hover,
button.btn--ghost.btn--primary:hover,
input[type="submit"].btn--ghost.btn--primary:hover {
    color: #fff;
}

@media (max-width: 580px) {

    #about .btn,
    .btn.btn,
    button.btn,
    input[type="submit"].btn {
        width: 100%;
        display: block;
        padding: .75rem 1rem;
    }
}

#about .single .btn:hover {
    background: #09dbff;
}

#about a {
    color: #00cbee;
}

#about a:hover {
    color: #22dfff;
}

#about a:focus {
    outline: thin dotted;
}

#about a:hover,
a:active {
    outline: 0;
    transition: .175s ease;
}

#about .main-navigation {
    clear: both;
    display: flex;
    align-items: center;
}

#about .main-navigation:after {
    content: "";
    display: block;
    clear: both;
}

#about .main-navigation ul {
    padding: 0;
    margin: auto;
    list-style: none;
}

#about .main-navigation li.menu-item {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    position: relative;
}

#about .main-navigation li.menu-item:hover>.sub-menu {
    display: block;
    left: 0%;
    border-radius: 0 0 8px 8px;
}

#about .main-navigation li.menu-item>.sub-menu>li:first-child>.sub-menu {
    border-radius: 0 0 8px 8px;
}

#about .main-navigation li.menu-item>.sub-menu>li>.sub-menu {
    border-radius: 8px;
}

#about .main-navigation li.menu-item a {
    display: block;
    text-decoration: none;
}

#about .main-navigation .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -999rem;
    z-index: 99;
    background: #fff;
    width: 300px;
}

#about .main-navigation .sub-menu li.menu-item {
    display: block;
}

#about .main-navigation .sub-menu li.menu-item a {
    min-width: 200px;
    position: relative;
}

#about .main-navigation .sub-menu li .sub-menu {
    left: 107% !important;
    top: 0;
}

#about .main-navigation .sub-menu li .sub-menu::before {
    content: "";
    left: -21px;
    top: 0px;
    width: 21px;
    height: 50px;
    background: transparent url("/images/submenu-caret.png") no-repeat scroll 0 0/100% auto;
    display: block;
    position: absolute;
    background-position: 5px center;
}

#about .main-navigation .mobile-menu-close {
    float: right;
    display: none;
}

@media (max-width: 1115px) {
    #about .main-navigation .mobile-menu-close {
        display: block;
    }
}

#about .main-navigation .mobile-menu-close {
    margin-bottom: 1rem;
    float: right;
    cursor: pointer;
    align-self: flex-end;
    margin: 1rem;
}

@media (max-width: 1115px) {
    #about .main-navigation {
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: 100%;
        right: 0;
        background: #fff;
        z-index: 999999;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transition: left .15s ease;
    }

    #about .main-navigation .menu .menu-item {
        display: block;
        text-align: center;
        margin: auto;
    }

    #about .main-navigation .menu .menu-item a:hover {
        border-color: transparent;
    }

    #about .main-navigation .primary-menu .menu .menu-item {
        text-align: left;
    }

    #about .main-navigation.show-menu {
        left: 0%;
    }
}

#about .mobile-menu-toggle {
    display: none;
    float: right;
    cursor: pointer;
    color: #155584;
}

@media (max-width: 1115px) {
    #about .mobile-menu-toggle {
        display: block;
    }
}

#about .mobile-menu-toggle span {
    width: 20px;
    height: 3px;
    background: #155584;
    display: block;
    margin: 4px 0;
}

#about .mobile-menu-toggle.active span:first-child {
    transform: rotate(-42deg);
    top: 0px;
    position: relative;
}

#about .mobile-menu-toggle.active span:nth-child(2) {
    display: none;
}

#about .mobile-menu-toggle.active span:last-child {
    transform: rotate(45deg);
    position: relative;
    top: -6.7px;
}

#about .site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5rem;
    overflow: hidden;
}

#about .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

#about .comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#about .menu-category {
    color: #155584;
    padding: 1rem 2.4rem;
}

#about .menu-category::after {
    content: "";
    background: transparent url("/images/angle-arrow-down.png") no-repeat scroll 0 0/100% auto;
    width: 19px;
    height: 15px;
    display: block;
    float: right;
    margin: 8px 0;
}

#about .trainings-category>a {
    position: relative;
}

#about .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#about .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    clip-path: none;
    color: #6a6a6f;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#about #content[tabindex="-1"]:focus {
    outline: 0;
}

#about .alignleft {
    display: inline-block;
    float: left;
    margin-right: 1.5rem;
}

#about .alignright {
    display: inline-block;
    float: right;
    margin-left: 1.5rem;
}

#about .aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

#about .clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
    content: "";
    display: block;
    clear: both;
}

#about .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

#about .infinity-end.neverending .site-footer {
    display: block;
}

#about .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

#about embed,
iframe,
object {
    max-width: 100%;
}

#about .custom-logo-link {
    display: inline-block;
}

#about .wp-block-embed__wrapper {
    margin-bottom: 1.25rem;
}

#about .is-type-video .wp-block-embed__wrapper,
.video-warpper {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    margin: 2rem auto;
    clear: both;
}

#about .is-type-video .wp-block-embed__wrapper iframe,
.is-type-video .wp-block-embed__wrapper video,
.video-warpper iframe,
.video-warpper video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#about .wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}

#about .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#about .wp-caption .wp-caption-text {
    margin: .8075rem 0;
}

#about .wp-caption-text {
    text-align: center;
}

#about .gallery {
    margin-bottom: 1.5rem;
}

#about .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#about .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

#about .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

#about .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

#about .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

#about .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

#about .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

#about .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

#about .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

#about .gallery-caption {
    display: block;
}

#about body.no-scroll {
    overflow: hidden;
}

#about .show-mob {
    display: none !important;
}

@media (max-width: 580px) {
    #about .show-mob {
        display: inherit !important;
    }
}

#about .hide-mob {
    display: inherit !important;
}

@media (max-width: 580px) {
    #about .hide-mob {
        display: none !important;
    }
}

#about .hidden {
    display: none !important;
}

#about .text-center {
    text-align: center;
}

#about .text-right {
    text-align: right;
}

#about .text-italic {
    font-style: italic;
}

#about .text-bold,
.text-bold-600 {
    font-weight: 600;
}

#about .ul-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

#about .ul-reset li {
    padding: 0;
    margin: 0;
}

#about .ul-inline li {
    display: inline-block;
}

#about body.no-scroll {
    overflow: hidden;
}

#about .show-mob {
    display: none !important;
}

@media (max-width: 580px) {
    #about .show-mob {
        display: inherit !important;
    }
}

#about .hide-mob {
    display: inherit !important;
}

@media (max-width: 580px) {
    #about .hide-mob {
        display: none !important;
    }
}

#about .hidden {
    display: none !important;
}

#about .text-center {
    text-align: center;
}

#about .text-right {
    text-align: right;
}

#about .text-italic {
    font-style: italic;
}

#about .text-bold,
.text-bold-600 {
    font-weight: 600;
}

#about .ul-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

#about .ul-reset li {
    padding: 0;
    margin: 0;
}

#about .ul-inline li {
    display: inline-block;
}

#about .site-header {
    box-shadow: inset 0 -1px #cacaca;
    background-color: #fff;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    transition: all .5s ease;
}

#about .site-header .container {
    max-width: 1570px;
    padding: 0 15px;
}

@media screen and (max-width: 1570px) {
    #about .site-header .container {
        padding: 0 65px;
    }
}

@media screen and (max-width: 1115px) {
    #about .site-header .container {
        padding: 0 15px;
    }
}

#about .site-header .site-logo {
    max-width: 200px;
}

@media (max-width: 580px) {
    #about .site-header .site-logo {
        margin: auto;
    }
}

#about .site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#about .site-header .main-navigation {
    font-weight: 600;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;
}

#about .site-header .main-navigation .primary-menu {
    flex: 1;
    margin-left: 2rem;
}

#about .site-header .main-navigation .primary-login {
    width: 25%;
}

#about .site-header .main-navigation .primary-login #menu-primary-login {
    float: right;
}

@media screen and (max-width: 1115px) {
    #about .site-header .main-navigation .primary-login #menu-primary-login {
        float: none;
    }
}

#about .site-header .main-navigation .menu-item a {
    padding: 1.5rem .5rem;
    border-bottom: 3px solid transparent;
    color: #155584;
    font-size: 14px;
    line-height: 1.2;
}

#about .site-header .main-navigation .menu-item.current_page_item>a {
    color: #155584;
    border-color: #00cbee;
}

#about .site-header .main-navigation .menu-item:hover>a {
    color: #155584;
    border-color: #00cbee;
}

#about .site-header .main-navigation .menu-item.featured>a {
    padding: .5rem 2.5rem;
    border-radius: 30px;
    border: 3px solid #00cbee;
}

#about .site-header .main-navigation .menu-item.featured>a:hover {
    background-color: #09dbff;
    border-color: #09dbff;
    color: #fff !important;
}

#about .site-header .main-navigation .sub-menu {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

#about .site-header .main-navigation .sub-menu .menu-item {
    margin: 0;
}

#about .site-header .main-navigation .sub-menu .menu-item a {
    padding: 1rem 2.4rem;
    font-size: .9rem;
    position: relative;
}

#about .site-header .main-navigation .sub-menu .menu-item a:hover {
    background: rgba(0, 203, 238, .1);
    border-color: transparent;
}

#about .site-header .main-navigation .sub-menu .menu-item-has-children>a:before {
    content: "";
    color: #89e7f7;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    position: absolute;
}

#about .site-header .main-navigation .sub-menu .menu-item-has-children>a:after {
    content: none !important;
}

@media (max-width: 1100px) {
    #about .site-header .site-logo {
        max-width: 150px;
    }

    #about .site-header .main-navigation .menu-item a {
        font-size: 14px;
        padding: 1rem .6rem;
    }
}

@media (max-width: 1115px) {
    #about .site-header {
        padding: .5rem 0;
    }

    #about .site-header .main-navigation .primary-menu {
        margin: 0;
        width: 100%;
    }

    #about .site-header .main-navigation .primary-menu ul li.menu-item-has-children>a {
        position: relative;
        z-index: 1;
    }

    #about .site-header .main-navigation .primary-menu li.menu-item-back {
        padding: 0;
    }

    #about .site-header .main-navigation .primary-menu li.menu-item-back>a {
        font-size: 20px !important;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
    }

    #about .site-header .main-navigation .primary-menu li.menu-item-back>a i {
        margin-right: 15px;
    }

    #about .site-header .main-navigation .primary-menu li.menu-item-back>a span {
        position: relative;
    }

    #about .site-header .main-navigation .primary-menu li.menu-item-back>a span:before {
        content: "";
        background: #00cbee;
        width: 100%;
        height: 4px;
        position: absolute;
        bottom: -10px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #about .site-header .main-navigation .primary-menu .nav-caret {
        position: absolute;
        display: block;
        cursor: pointer;
        right: 20px;
        width: 40px;
        text-align: center;
        line-height: 35px;
        z-index: 2;
        top: 12px;
        color: #89e7f7;
    }

    #about .site-header .main-navigation .primary-menu ul.sub-menu li .nav-caret {
        top: 8px;
    }

    #about .site-header .main-navigation .primary-menu ul.sub-menu li>a {
        font-size: 16px;
    }

    #about .site-header .main-navigation .primary-menu ul li.active>ul.sub-menu {
        display: block !important;
        width: 100%;
        box-shadow: none;
        position: fixed;
        top: 0;
        height: 100%;
        left: 0 !important;
    }

    #about .site-header .main-navigation .primary-menu ul>li>li.active>ul.sub-menu {
        display: block !important;
        width: 100%;
        box-shadow: none;
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
    }

    #about .site-header .main-navigation .menu-item a {
        font-size: 16px;
        padding: 1.2rem 1rem;
    }
}

@media (max-width: 1115px) and (max-width: 1115px) {
    #about .site-header .main-navigation .menu-item:hover ul.sub-menu {
        display: none;
    }
}

@media (max-width: 1115px) {
    #about .site-header .main-navigation .menu-item:hover>a {
        border-color: transparent;
    }

    #about .site-header .main-navigation .menu-item.featured {
        display: inline-block;
        padding: 0;
    }
}

#about .site-footer {
    background: #104972;
    padding: 5rem 0;
    font-size: .8rem;
}

@media screen and (max-width: 870px) {
    #about .site-footer {
        padding: 5rem 3rem !important;
    }
}

#about .site-footer .footer-container {
    max-width: 980px;
}

#about .site-footer a {
    color: rgba(255, 255, 255, .7);
    font-size: 1.2em;
    text-decoration: none;
}

@media screen and (max-width: 375px) {
    #about .site-footer a {
        font-size: 1.1em;
    }
}

#about .site-footer a:hover {
    text-decoration: underline;
}

#about .site-footer .footer-social-icons a {
    display: block;
    display: flex;
    height: 46px;
    width: 46px;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
}

#about .site-footer .footer__col--first {
    width: 25%;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer__col--first {
        width: 100%;
    }
}

#about .site-footer .footer__col--second {
    width: 32%;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer__col--second {
        width: 100%;
    }
}

#about .site-footer .footer__col--third {
    width: 37%;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer__col--third {
        width: 100%;
    }
}

#about .site-footer .footer__meta {
    margin-top: 10rem;
    text-align: center;
    font-size: 12px;
}

#about .site-footer .footer__meta p {
    color: rgba(255, 255, 255, .8);
    margin: 0;
}

#about .site-footer .footer__meta a {
    color: rgba(255, 255, 255, .8);
    font-size: 1em;
}

#about .site-footer .footer-widget__title {
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget--links {
        margin-bottom: 50px;
    }
}

#about .site-footer .footer-widget--links li {
    padding: 2px 0;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget--info {
        margin-bottom: 50px;
    }
}

#about .site-footer .footer-widget--info p {
    color: rgba(255, 255, 255, .7);
    font-size: 1.2em;
}

@media screen and (max-width: 375px) {
    #about .site-footer .footer-widget--info p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget--search {
        margin-bottom: 50px;
    }
}

#about .site-footer .footer-widget__form {
    background-color: #fff;
    border-radius: 40px;
    padding: 3px 20px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 290px;
}

#about .site-footer .footer-widget__form::after {
    content: "";
    clear: both;
    display: block;
}

#about .site-footer .footer-widget__form-group {
    display: flex;
}

#about .site-footer .footer-widget__form-search {
    margin: 0 5px 0 0;
    width: 10%;
    padding: 0;
    background: transparent;
    border: 0 none;
    color: #155584;
    font-size: 1.8em;
}

#about .site-footer .footer-widget__form-field {
    margin: 0 auto;
    border: 0 none;
    font-size: 1.2em;
    width: 90%;
}

#about .site-footer .footer-widget__form-field::placeholder {
    color: #000;
}

#about .site-footer .footer-widget__social-list {
    display: flex;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget__social-list {
        display: block;
    }
}

#about .site-footer .footer-widget__social-list-item {
    margin: 0 5px;
    display: block;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget__social-list-item {
        float: left;
        margin-bottom: 10px;
    }
}

#about .site-footer .footer-widget__social-list-link {
    background: #75ebff url("/images/icon-social-media-sprite.png") no-repeat scroll 0 0/75% auto;
    padding: 25px;
    display: block;
    border-radius: 50% 50%;
}

#about .site-footer .footer-widget__social-list-item a:hover {
    background-color: #aff3ff;
}

#about .site-footer .footer-widget__social-list-item.rss a {
    background-position: 8px -10px;
}

#about .site-footer .footer-widget__social-list-item.facebook a {
    background-position: 7px -72px;
}

#about .site-footer .footer-widget__social-list-item.twitter a {
    background-position: 7px -124px;
}

#about .site-footer .footer-widget__social-list-item.youtube a {
    background-position: 7px -179px;
}

#about .site-footer .footer-widget__social-list-item.instagram a {
    background-position: 7px -238px;
}

#about .site-footer .footer-widget__social-list-item.linkedin a {
    background-position: 7px -292px;
}

#about .site-footer .footer-widget__social-list-item:first-child {
    margin-left: 0;
}

#about .site-footer .footer-widget__social-list-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 870px) {
    #about .site-footer .footer-widget__social-list-item.youtube {
        clear: both;
        margin-left: 0;
    }
}

@media (max-width: 580px) {
    #about .site-footer {
        padding: 2rem 0;
        font-size: .9rem;
    }

    #about .site-footer .footer-widget {
        margin-bottom: 1rem;
    }

    #about .site-footer .footer-widget__title {
        font-size: 1.3rem;
    }

    #about .site-footer .footer__meta {
        margin-top: 2rem;
        font-size: .7rem;
        line-height: 1.8;
    }
}

#about .blog .blog-header {
    text-align: center;
    padding: 4rem 0;
}

#about .blog .blog-header__headline {
    display: inline-block;
    clear: both;
    position: relative;
}

#about .blog .blog-header__headline:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: #29f2cd;
    margin: auto;
    margin-top: .5rem;
}

#about .blog .blog-header__subline {
    font-weight: 500;
    font-size: 1.1rem;
    color: #6a6a6f;
    margin-bottom: 2rem;
}

@media (max-width: 580px) {
    #about .blog .blog-header {
        padding: 2rem 0;
    }

    #about .blog .blog-header__headline {
        font-size: 1.5rem;
    }

    #about .blog .blog-header__headline:after {
        width: 120px;
    }

    #about .blog .blog-header__subline {
        font-size: 1rem;
        font-weight: 400;
    }
}

#about .blog .blog-categories {
    max-width: 350px;
    margin: auto;
    position: relative;
    z-index: 2;
}

#about .blog .blog-categories__selection {
    display: inline-block;
    border: 3px solid #00cbee;
    color: #00cbee;
    font-weight: 600;
    text-align: center;
    padding: .5rem 3rem .5rem 2rem;
    background: #fff;
    width: 100%;
    cursor: pointer;
    font-size: inherit;
    z-index: 1;
    position: relative;
    line-height: 2;
    max-width: 392px;
}

#about .blog .blog-categories__selection:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid transparent;
    border-left-color: #00cbee;
    border-bottom-color: #00cbee;
    transform: rotate(-45deg);
    border-radius: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin-top: 1rem;
}

#about .blog .blog-categories__menu {
    margin-top: -1rem;
    z-index: -1;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in-out;
    width: 240px;
    margin: 0 auto;
}

#about .blog .blog-categories__menu.visible {
    top: 80%;
    opacity: 1;
    visibility: visible;
}

#about .blog .blog-categories__menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

#about .blog .blog-categories__menu .menu-item {
    margin: 0;
    text-align: center;
    padding: 0;
    background: #fff;
}

#about .blog .blog-categories__menu .menu-item:first-child {
    padding-top: 1rem;
}

#about .blog .blog-categories__menu .menu-item a {
    display: block;
    padding: .7rem;
    color: #155584;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
}

#about .blog .blog-categories__menu .menu-item a:hover {
    color: #155584;
    background: rgba(0, 203, 238, .1);
    border-color: transparent;
}

#about .blog .blog-roll {
    margin-bottom: 2rem;
}

#about .blog .blog-roll__row {
    flex-wrap: wrap;
}

#about .blog .blog-roll__col {
    padding: 1rem .5rem;
}

@media (max-width: 580px) {
    #about .blog .blog-roll__col {
        padding: .5rem 0;
    }
}

#about .blog .blog-card {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    height: 100%;
    display: flex;
    flex-direction: column;
}

#about .blog .blog-card__img {
    height: 240px;
    background-color: #6a6a6f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 580px) {
    #about .blog .blog-card__img {
        height: 160px;
    }
}

#about .blog .blog-card-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: .8rem;
}

@media (max-width: 580px) {
    #about .blog .blog-card-info {
        font-size: .9rem;
        padding: 1.25rem;
    }
}

#about .blog .blog-card__category {
    margin-bottom: 1rem;
    position: relative;
    color: #6a6a6f;
    font-style: italic;
    font-weight: 300;
}

#about .blog .blog-card__category a {
    color: inherit;
    text-decoration: none;
}

#about .blog .blog-card__category a:hover {
    text-decoration: underline;
}

#about .blog .blog-card__category:after {
    content: "";
    height: 3px;
    background: #29f2cd;
    width: 100px;
    display: block;
    margin-top: 5px;
}

@media (max-width: 580px) {
    #about .blog .blog-card__category:after {
        width: 60px;
    }
}

#about .blog .blog-card__title {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

#about .blog .blog-card__title a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 580px) {
    #about .blog .blog-card__title {
        margin-bottom: 1.5rem;
    }
}

#about .blog .blog-card__read-more {
    margin-top: auto;
}

#about .blog .blog-pagenation {
    text-align: center;
    margin: 3rem auto;
}

#about .blog .blog-pagenation .page-numbers {
    margin: .5rem;
    text-decoration: none;
    color: inherit;
    padding: 3px 5px;
}

#about .blog .blog-pagenation .page-numbers.current {
    border-bottom: 2px solid #29f2cd;
}

#about .blog .blog-pagenation .page-numbers.prev,
.blog .blog-pagenation .page-numbers.next {
    color: #00cbee;
}

#about .content-section,
.page-template-default .content-section,
.post .content-section,
.single-post .content-section {
    padding: 3rem 0;
}

#about .content-section:after,
.page-template-default .content-section:after,
.post .content-section:after,
.single-post .content-section:after {
    content: "";
    display: block;
    clear: both;
}

#about .content-section--light,
.page-template-default .content-section--light,
.post .content-section--light,
.single-post .content-section--light {
    background: #f5f5f5;
}

#about .content-section--accent,
.page-template-default .content-section--accent,
.post .content-section--accent,
.single-post .content-section--accent {
    background: #def2ff;
}

#about .content-section--overflow,
.page-template-default .content-section--overflow,
.post .content-section--overflow,
.single-post .content-section--overflow {
    box-shadow: inset 0 -9rem 0 #fff;
}

#about .content-section__headline,
.page-template-default .content-section__headline,
.post .content-section__headline,
.single-post .content-section__headline {
    font-size: 2rem;
}

@media (max-width: 580px) {

    #about .content-section__headline,
    .page-template-default .content-section__headline,
    .post .content-section__headline,
    .single-post .content-section__headline {
        font-size: 1.75rem;
    }
}

#about .content-section__headline,
.content-section__subline,
.page-template-default .content-section__headline,
.page-template-default .content-section__subline,
.post .content-section__headline,
.post .content-section__subline,
.single-post .content-section__headline,
.single-post .content-section__subline {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

@media (max-width: 580px) {

    #about .content-section,
    .page-template-default .content-section,
    .post .content-section,
    .single-post .content-section {
        padding: 2rem 0;
    }
}

#about .entry-content,
.page-template-default .entry-content,
.post .entry-content,
.single-post .entry-content {
    margin: 3rem auto;
    max-width: 960px;
}

@media (max-width: 580px) {

    #about .entry-content,
    .page-template-default .entry-content,
    .post .entry-content,
    .single-post .entry-content {
        margin: 1rem auto;
    }
}

#about .entry-content .is-provider-instagram .wp-block-embed__wrapper>iframe,
.page-template-default .entry-content .is-provider-instagram .wp-block-embed__wrapper>iframe,
.post .entry-content .is-provider-instagram .wp-block-embed__wrapper>iframe,
.single-post .entry-content .is-provider-instagram .wp-block-embed__wrapper>iframe {
    margin: 0 auto !important;
    min-width: 300px !important;
}

@media (min-width: 1080px) {

    #about .entry-content .is-type-video .video-warpper,
    .entry-content .is-type-video .wp-block-embed__wrapper,
    .page-template-default .entry-content .is-type-video .video-warpper,
    .page-template-default .entry-content .is-type-video .wp-block-embed__wrapper,
    .post .entry-content .is-type-video .video-warpper,
    .post .entry-content .is-type-video .wp-block-embed__wrapper,
    .single-post .entry-content .is-type-video .video-warpper,
    .single-post .entry-content .is-type-video .wp-block-embed__wrapper {
        padding-bottom: 68.2%;
        margin-left: -11%;
        margin-right: -11%;
    }
}

#about .post-cta,
.page-template-default .post-cta,
.post .post-cta,
.single-post .post-cta {
    padding: 1.5rem 0;
    background: #f5f5f5;
}

#about .post-cta__row,
.page-template-default .post-cta__row,
.post .post-cta__row,
.single-post .post-cta__row {
    align-items: center;
}

@media (max-width: 580px) {

    #about .post-cta__row,
    .page-template-default .post-cta__row,
    .post .post-cta__row,
    .single-post .post-cta__row {
        text-align: center;
    }
}

#about .post-cta .container,
.page-template-default .post-cta .container,
.post .post-cta .container,
.single-post .post-cta .container {
    max-width: 960px;
}

#about .post-cta__headline,
.page-template-default .post-cta__headline,
.post .post-cta__headline,
.single-post .post-cta__headline {
    margin: auto;
}

#about .post-cta__btn,
.page-template-default .post-cta__btn,
.post .post-cta__btn,
.single-post .post-cta__btn {
    background: linear-gradient(to right, #00cbee, #29f2cd);
    color: #fff;
    font-weight: 600;
}

#about .post-cta__btn:hover,
.page-template-default .post-cta__btn:hover,
.post .post-cta__btn:hover,
.single-post .post-cta__btn:hover {
    opacity: .7;
}

@media (max-width: 580px) {

    #about .post-cta,
    .page-template-default .post-cta,
    .post .post-cta,
    .single-post .post-cta {
        float: none;
        max-width: 100%;
    }

    #about .post-cta__headline,
    .page-template-default .post-cta__headline,
    .post .post-cta__headline,
    .single-post .post-cta__headline {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    #about .post-cta__col,
    .page-template-default .post-cta__col,
    .post .post-cta__col,
    .single-post .post-cta__col {
        padding: 0;
    }
}

#about .post-cta-box,
.page-template-default .post-cta-box,
.post .post-cta-box,
.single-post .post-cta-box {
    padding: 2rem;
    background: #155584;
    text-align: center;
    max-width: 400px;
    margin: 1.5rem 0 1.5rem 1.5rem;
    float: right;
}

#about .post-cta-box--hide,
.page-template-default .post-cta-box--hide,
.post .post-cta-box--hide,
.single-post .post-cta-box--hide {
    display: none;
}

#about .post-cta-box__headline,
.page-template-default .post-cta-box__headline,
.post .post-cta-box__headline,
.single-post .post-cta-box__headline {
    color: #fff;
    margin-bottom: 1.5rem;
}

#about .post-cta-box__btn,
.page-template-default .post-cta-box__btn,
.post .post-cta-box__btn,
.single-post .post-cta-box__btn {
    background: linear-gradient(to right, #00cbee, #29f2cd);
    color: #fff;
    font-weight: 600;
    width: 100%;
}

#about .post-cta-box__btn:hover,
.page-template-default .post-cta-box__btn:hover,
.post .post-cta-box__btn:hover,
.single-post .post-cta-box__btn:hover {
    opacity: .7;
}

@media (max-width: 580px) {

    #about .post-cta-box,
    .page-template-default .post-cta-box,
    .post .post-cta-box,
    .single-post .post-cta-box {
        float: none;
        max-width: 100%;
        margin: 1rem auto;
        padding: 1.5rem;
    }

    #about .post-cta-box__headline,
    .page-template-default .post-cta-box__headline,
    .post .post-cta-box__headline,
    .single-post .post-cta-box__headline {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
}

#about .post .entry-header,
.single-post .entry-header {
    height: 480px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: flex-end;
    color: #fff;
    z-index: 1;
    clear: both;
    padding: 2.5rem 0;
    background: linear-gradient(to right, #00cbee, #29f2cd);
}

#about .post .entry-header a,
.single-post .entry-header a {
    color: inherit;
    text-decoration: none;
}

#about .post .entry-header:after,
.single-post .entry-header:after {
    content: "";
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    z-index: -1;
}

#about .post .entry-header__img,
.single-post .entry-header__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

#about .post .entry-header__categories,
.single-post .entry-header__categories {
    text-transform: uppercase;
    font-size: .65rem;
    font-weight: 300;
}

#about .post .entry-header__categories-item,
.single-post .entry-header__categories-item {
    display: inline-block;
    margin-right: .5rem;
}

#about .post .entry-header__categories-item:last-child,
.single-post .entry-header__categories-item:last-child {
    margin-right: 0;
}

#about .post .entry-header__title,
.post .entry-header__title .entry-title,
.single-post .entry-header__title,
.single-post .entry-header__title .entry-title {
    margin-top: 0;
    color: #fff;
    font-weight: 800;
    position: relative;
    margin-bottom: 2.5rem;
}

#about .post .entry-header__title:after,
.post .entry-header__title .entry-title:after,
.single-post .entry-header__title:after,
.single-post .entry-header__title .entry-title:after {
    content: "";
    width: 10rem;
    height: 4px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
}

@media (max-width: 580px) {

    #about .post .entry-header__title,
    .post .entry-header__title .entry-title,
    .single-post .entry-header__title,
    .single-post .entry-header__title .entry-title {
        font-weight: 600;
    }
}

#about .post .entry-header__excerpt,
.single-post .entry-header__excerpt {
    font-weight: 300;
}

@media (max-width: 580px) {

    #about .post .entry-header,
    .single-post .entry-header {
        height: auto;
        padding: 0;
        color: #6a6a6f;
    }

    #about .post .entry-header:after,
    .single-post .entry-header:after {
        display: none;
    }

    #about .post .entry-header__img,
    .single-post .entry-header__img {
        position: static;
        height: 280px;
        width: 100%;
    }

    #about .post .entry-header__content,
    .single-post .entry-header__content {
        padding: 1rem 0;
    }

    #about .post .entry-header__categories,
    .single-post .entry-header__categories {
        color: #155584;
        font-weight: 400;
    }

    #about .post .entry-header__title,
    .single-post .entry-header__title {
        color: #155584;
        font-size: 1.2rem;
        font-weight: 300;
    }
}

@media (max-width: 580px) and (max-width: 580px) {

    #about .post .entry-header__title,
    .single-post .entry-header__title {
        font-weight: 600;
    }
}

@media (max-width: 580px) {

    #about .post .entry-header__title:after,
    .single-post .entry-header__title:after {
        height: 2px;
    }
}

@media (max-width: 580px) {

    #about .post .entry-header>.container,
    .single-post .entry-header>.container {
        background: #fff;
    }
}

@media (max-width: 580px) {

    #about .post .entry-content,
    .single-post .entry-content {
        padding: 0 1rem;
    }
}

#about .entry-header__img,
.page-template-default .entry-header__img {
    margin: 3rem auto;
}

#about .entry-header__img img,
.page-template-default .entry-header__img img {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    display: block;
    margin: auto;
}

#about .entry-header__title,
.page-template-default .entry-header__title {
    position: relative;
    margin-bottom: 2.5rem;
}

#about .entry-header__title:after,
.page-template-default .entry-header__title:after {
    content: "";
    width: 10rem;
    height: 4px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
}

#about .entry-header__title,
.entry-header__title__no__underline,
.page-template-default .entry-header__title,
.page-template-default .entry-header__title__no__underline {
    font-size: 2.5rem;
}

#about .entry-header__title strong,
.entry-header__title__no__underline strong,
.page-template-default .entry-header__title strong,
.page-template-default .entry-header__title__no__underline strong {
    font-weight: 800;
}

@media (max-width: 800px) {

    #about .entry-header__title,
    .entry-header__title__no__underline,
    .page-template-default .entry-header__title,
    .page-template-default .entry-header__title__no__underline {
        font-size: 1.75rem;
    }
}

#about .page-header,
.page-template-default .page-header {
    color: #fff;
    text-align: center;
    padding: 2rem 0;
    height: 360px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

#about .page-header__headline,
.page-template-default .page-header__headline {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 2.5rem;
    color: #fff;
    position: relative;
    text-shadow: 0 5px 10px rgba(106, 106, 111, .75);
}

#about .page-header__headline:after,
.page-template-default .page-header__headline:after {
    content: "";
    width: 10rem;
    height: 4px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
    right: 0;
}

#about .page-header__subhead,
.page-template-default .page-header__subhead {
    margin-top: .25rem;
    color: #fff;
    text-shadow: 0 5px 10px rgba(106, 106, 111, .75);
    font-weight: 500;
}

#about .page-header__button,
.page-template-default .page-header__button {
    font-size: 1.5rem;
    font-size: 1rem;
    margin-top: 2rem;
}

@media (max-width: 580px) {

    #about .page-header,
    .page-template-default .page-header {
        height: 250px;
    }

    #about .page-header__headline,
    .page-template-default .page-header__headline {
        font-size: 1.75rem;
    }
}

#about .optin-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    font-size: .9rem;
    display: none;
}

#about .optin-box--show {
    display: flex;
}

#about .optin-box label,
.optin-box input:not([type="radio"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
}

#about .optin-box__body {
    background: #fff;
    padding: 1rem 3rem;
    text-align: center;
    max-width: 640px;
}

@media (max-width: 660px) {
    #about .optin-box__body {
        margin: auto 10px;
    }
}

#about .optin-box__progress {
    height: 12px;
    width: 100%;
    border-radius: 30px;
    position: relative;
    border: 1px solid #cacaca;
    overflow: hidden;
    margin: 0 auto 1rem;
}

#about .optin-box__progress-text {
    margin: auto;
    margin-bottom: .5rem;
    font-size: 12px;
    color: #9a9a9f;
}

#about .optin-box__progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0;
    width: 50%;
    background: #29efbd;
    border-radius: 30px;
}

#about .optin-box__headline {
    font-weight: 600;
    margin: 0;
}

#about .optin-box__headline span {
    font-weight: 400;
}

#about .optin-box__content {
    padding: 1rem 0;
    text-align: initial;
    font-size: 1rem;
}

#about .optin-box__content label,
.optin-box__content input:not([type="radio"]):not([type="checkbox"]) {
    margin: .5rem auto;
}

#about .optin-box__step {
    display: none;
}

#about .optin-box__step--current {
    display: block;
}

#about .optin-box__close,
.optin-box__trigger {
    cursor: pointer;
}

#about .optin-box__no-thanks {
    text-decoration: underline;
}

#about .optin-box__footer {
    font-size: 12px;
    color: #9a9a9f;
}

#about .optin-box__footer p {
    margin: .5rem 0;
}

#about .optin-box__footer p:last-child {
    margin-bottom: 0;
}

#about .optin-box__footer a {
    color: inherit;
}

#about .optin-box__footer-btn {
    display: block;
    margin: 1rem auto;
    max-width: 400px;
}

#about .optin-box__radio-selection {
    max-width: 400px;
    margin: auto;
    color: #000;
}

#about .stacked {
    display: flex;
    position: relative;
    margin: 2rem auto;
}

#about .stacked:after {
    content: "";
    display: block;
    clear: both;
}

#about .stacked__left,
.stacked__right {
    width: 50%;
}

#about .stacked__media {
    z-index: 0;
    position: relative;
    margin-right: -3rem;
}

#about .stacked__content {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    padding: 3rem;
    z-index: 1;
    margin: 4rem 0 2rem auto;
    width: 55%;
}

#about .stacked__headline {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
}

#about .stacked__headline:after {
    content: "";
    width: 10rem;
    height: 4px;
    height: 2px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
    max-width: 80px;
}

#about .stacked__text--btn {
    display: table;
}

#about .stacked__text--btn::after {
    content: url("/imagesp/arrow-right.png");
    float: right;
    height: 23px;
    position: relative;
    top: 4px;
    left: 13px;
}

@media (max-width: 1100px) {
    #about .stacked__content {
        padding: 2rem;
        width: 60%;
    }

    #about .stacked__media {
        margin-right: -60%;
    }
}

@media (max-width: 800px) {

    #about .stacked__left,
    .stacked__right {
        width: 60%;
    }

    #about .stacked__content {
        width: 80%;
        margin-top: 25%;
    }
}

@media (max-width: 580px) {
    #about .stacked {
        display: block;
    }

    #about .stacked__left,
    .stacked__right,
    .stacked__media,
    .stacked__content {
        width: 100%;
    }

    #about .stacked__media {
        position: relative;
        z-index: 0;
        margin-right: auto;
    }

    #about .stacked__content {
        position: relative;
        margin: 0 auto;
        z-index: 1;
        padding: 1.5rem;
    }
}

#about .stacked--alt {
    flex-direction: row-reverse;
}

#about .stacked--alt .stacked__content {
    margin-right: auto;
    margin-left: 0;
}

#about .stacked--alt .stacked__media {
    margin-right: 0;
    margin-left: -3rem;
}

@media (max-width: 1100px) {
    #about .stacked--alt .stacked__media {
        margin-left: -60%;
    }
}

@media (max-width: 580px) {
    #about .stacked--alt .stacked__media {
        margin-left: auto;
        margin-right: auto;
    }

    #about .stacked--alt .stacked__content {
        margin-left: auto;
    }
}

#about .stacked--sprites {
    margin-top: 4rem;
    margin-bottom: 0;
}

#about .stacked--sprites:before,
.stacked--sprites:after {
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

#about .stacked--sprites:before {
    background-image: url("/images/sprite-sparkle.png");
    height: 100px;
    width: 100px;
    left: -50px;
    z-index: -1;
    top: -50px;
}

#about .stacked--sprites:after {
    background-image: url("/images/sprite-strikes.png");
    height: 55px;
    width: 45px;
    bottom: 0;
    right: 5rem;
    z-index: 2;
}

@media (max-width: 580px) {
    #about .stacked--sprites:before {
        top: -30px;
        left: -30px;
    }

    #about .stacked--sprites:after {
        right: 2rem;
        bottom: -2rem;
    }
}

#about .stacked--quote {
    flex-direction: row-reverse;
    margin-top: 0;
}

#about .stacked--quote .stacked__media {
    width: 70%;
    z-index: 1;
    margin-top: 4rem;
    margin-right: 0;
}

#about .stacked--quote .stacked__content {
    width: 40%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: -3rem;
    margin: 0 -3rem auto 0;
    padding: 5% 6%;
    padding-right: 10%;
}

#about .stacked--quote .stacked__headline {
    display: inline;
    font-weight: 600;
}

#about .stacked--quote .stacked__headline:before,
.stacked--quote .stacked__headline:after {
    content: "";
    height: 18px;
    width: 24px;
    position: absolute;
    display: block;
    background: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#about .stacked--quote .stacked__headline:before {
    background-image: url("/images/icon-quote-open.png");
    margin-right: .5rem;
    right: 100%;
}

#about .stacked--quote .stacked__headline:after {
    background-image: url("/images/icon-quote-close.png");
    margin-left: .5rem;
    bottom: 0;
    left: 100%;
}

#about .stacked--quote .stacked__text {
    font-size: .86rem;
    margin-top: 2rem;
}

@media (max-width: 800px) {
    #about .stacked--quote .stacked__content {
        width: 50%;
        padding: 3rem 3rem 3rem 3rem;
    }

    #about .stacked--quote .stacked__media {
        width: 80%;
    }

    #about .stacked--quote .stacked__headline {
        font-size: 1.3rem;
    }

    #about .stacked--quote .stacked__headline:before,
    .stacked--quote .stacked__headline:after {
        width: 20px;
        height: 15px;
    }
}

@media (max-width: 580px) {

    #about .stacked--quote .stacked__content,
    .stacked--quote .stacked__media {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    #about .stacked--quote .stacked__content {
        text-align: center;
        padding: 2rem 10%;
    }

    #about .stacked--quote .stacked__text {
        margin-top: 1rem;
    }
}

#about .stacked-jack ul {
    padding-left: 1.7rem;
    font-size: .9rem;
}

#about .stacked-jack ul>li {
    position: relative;
    list-style: none;
    margin-bottom: .75rem;
}

#about .stacked-jack ul>li:last-child {
    margin-bottom: 0;
}

#about .stacked-jack ul>li:before {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 100%;
    color: #00cbee;
    top: .725rem;
    top: .2rem;
    bottom: 0px;
    margin-right: .5rem;
    height: 0;
    height: 20px;
    width: 0;
    width: 20px;
    border-radius: 50%;
    border: 3px solid;
    border: none;
    background: url("/images/icon-check-blue.png") center no-repeat;
    background-size: contain;
}

@media (max-width: 580px) {
    #about .stacked-jack ul>li:before {
        height: 14px;
        width: 14px;
        background-size: auto;
    }
}

@media (max-width: 580px) {
    #about .stacked-jack ul {
        padding-left: 1.5rem;
    }

    #about .stacked-jack ul>li {
        padding-left: .25rem;
    }
}

#about .stacked-jack ul>li:before {
    top: .1rem;
}

#about .stacked-jack__headline {
    position: relative;
    margin-bottom: 2.5rem;
}

#about .stacked-jack__headline:after {
    content: "";
    width: 10rem;
    height: 4px;
    height: 2px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
    max-width: 80px;
}

#about .stacked-jack__media {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    width: 40%;
    float: right;
    margin-top: -3rem;
}

#about .stacked-jack__content {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    background: #fff;
    padding: 2.25rem 2rem;
    width: 66%;
    position: relative;
    margin-top: 3rem;
}

@media (max-width: 1100px) {
    #about .stacked-jack__media {
        width: 30%;
        z-index: 1;
        margin-left: 1rem;
    }

    #about .stacked-jack__content {
        width: 80%;
        margin-right: 2rem;
    }
}

@media (max-width: 800px) {
    #about .stacked-jack__media {
        width: 28%;
        margin-right: 2rem;
        position: relative;
    }

    #about .stacked-jack__content {
        width: 100%;
    }
}

@media (max-width: 580px) {
    #about .stacked-jack__media {
        width: 100%;
        margin: 0 auto;
        float: none;
        box-shadow: none;
        position: relative;
        z-index: 0;
    }

    #about .stacked-jack__content {
        margin: 0 auto;
        z-index: 1;
    }
}

#about .slick-slider {
    margin: 2rem auto;
    padding: 1rem 0;
}

#about .slick-slider .slick-slide img {
    margin: auto;
}

#about .slick-slider .slick-dots li button:before {
    font-size: 10px;
    color: #00cbee;
}

#about .slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00cbee;
}

#about .slick-slider .slick-arrow {
    border-radius: 50%;
    overflow: hidden;
    height: 40px;
    width: 40px;
    z-index: 2;
}

#about .slick-slider .slick-arrow:before {
    content: "";
    background-color: linear-gradient(to right, #00cbee, #29f2cd);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
}

#about .slick-slider .slick-arrow.slick-next:before {
    background-image: url("/images/icon-gradient-arrow-next.png");
}

#about .slick-slider .slick-arrow.slick-prev:before {
    background-image: url("/images/icon-gradient-arrow-prev.png");
}

@media (max-width: 800px) {
    #about .slick-slider .slick-arrow.slick-next {
        right: 0;
    }

    #about .slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
}

#about .video-slider {
    margin-left: 2rem;
    margin-right: 2rem;
}

@media (max-width: 580px) {
    #about .video-slider {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

#about .content-section__border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

#about .content-img-slider {
    margin-bottom: 1rem;
    position: relative;
}

#about .content-img-slider__slides {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    padding: 0;
}

#about .content-img-slider__slides_new {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    padding: 0;
}

#about .content-img-slider__row .content-img-slider__col {
    padding: 0;
}

#about .content-img-slider__row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#about .content-img-slider__images {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    height: 540px;
    width: 540px;
}

#about .content-img-slider__images img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}

#about .content-img-slider__images ul {
    width: auto;
    overflow: hidden;
    transition: margin .2s ease;
}

#about .content-img-slider__images-item {
    background-size: cover;
    background-position: center;
    height: 540px;
    width: 540px;
    max-width: 100%;
    float: left;
}

@media (max-width: 580px) {
    #about .content-img-slider__images {
        max-width: 100%;
        max-height: 220px;
    }

    #about .content-img-slider__images-item {
        max-height: 220px;
        max-width: 100%;
    }
}

#about .content-img-slider__headline {
    margin-bottom: 0;
    font-weight: 600;
}

#about .content-img-slider__subline {
    margin-top: 0;
    font-size: 1.1rem;
    position: relative;
    margin-bottom: 2.5rem;
    margin-bottom: 2rem;
}

#about .content-img-slider__subline:after {
    content: "";
    width: 10rem;
    height: 4px;
    height: 2px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
    max-width: 80px;
}

#about .content-img-slider__text {
    font-size: .9rem;
}

#about .content-img-slider__content {
    background: #fff;
    padding: 0 3rem 7rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

@media (max-width: 580px) {
    #about .content-img-slider__content {
        padding: 1rem;
    }
}

#about .content-img-slider__controller {
    position: absolute;
    bottom: 2rem;
    left: -30px;
    display: flex;
    align-items: center;
    margin-left: 50%;
}

@media (max-width: 580px) {
    #about .content-img-slider__controller {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 30px;
    }
}

#about .content-img-slider__next {
    background: linear-gradient(to right, #00cbee, #29f2cd);
    height: 60px;
    width: 60px;
    margin-right: 1rem;
    border-radius: 100%;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    #about .content-img-slider__next {
        display: none !important;
    }
}

#about .content-img-slider__dots {
    display: block;
    list-style: none;
    margin: auto !important;
    padding: 0;
}

#about .content-img-slider__dots .slick-dots {
    position: static;
    line-height: 1;
}

#about .content-img-slider__dots .slick-dots button:before {
    font-size: 10px;
    color: #00cbee;
}

#about .content-img-slider__dots .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00cbee;
}

@media (max-width: 1100px) {
    #about .content-img-slider__content {
        padding: 2rem 2rem 5rem;
    }

    #about .content-img-slider__controller {
        bottom: 1rem;
        left: -23px;
    }

    #about .content-img-slider__next {
        height: 46px;
        width: 46px;
    }
}

@media (max-width: 800px) {
    #about .content-img-slider__row {
        flex-direction: column;
        text-align: center;
    }

    #about .content-img-slider__row .col {
        width: 100%;
    }

    #about .content-img-slider__subline {
        position: relative;
        margin-bottom: 2.5rem;
    }

    #about .content-img-slider__subline:after {
        content: "";
        width: 10rem;
        height: 4px;
        background: rgba(41, 242, 205, .8);
        position: absolute;
        bottom: -.7rem;
        left: 0;
        margin: auto;
        right: 0;
    }

    #about .content-img-slider__subline:after {
        bottom: -1rem;
    }

    #about .content-img-slider__images,
    .content-img-slider__images-item {
        width: 100%;
        max-width: 100%;
        max-height: 250px;
    }

    #about .content-img-slider__content {
        padding: 2rem 5% 5rem;
    }

    #about .content-img-slider__controller {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 30px;
    }

    #about .content-img-slider__next {
        display: none;
    }
}

#about .fw-quote {
    background-color: #000;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
    font-weight: 500;
}

#about .fw-quote .container {
    max-width: 580px;
    overflow: initial;
    padding: 0 50px;
}

#about .fw-quote__text {
    font-style: italic;
    line-height: 1.5;
    position: relative;
}

#about .fw-quote__text:after,
.fw-quote__text:before {
    content: "";
    display: block;
    height: 25px;
    width: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    line-height: 0;
}

#about .fw-quote__text:before {
    background-image: url("/images/icon-quote-open.png");
    top: -.5rem;
    right: 101%;
}

#about .fw-quote__text:after {
    background-image: url("/images/icon-quote-close.png");
    bottom: -.5rem;
    left: 101%;
    display: inline-block;
}

#about .fw-quote__cite {
    margin-top: 2rem;
    font-size: .9rem;
}

@media (max-width: 580px) {
    #about .fw-quote .container {
        padding: 0 2.5rem;
    }

    #about .fw-quote__text:after,
    .fw-quote__text:before {
        width: 1.5rem;
    }
}

#about .video {
    max-width: 800px;
    margin: 0 auto;
}

#about .video-inner {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 25px;
    height: 0;
}

#about .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about .about-submenus {
    background: transparent url("/images/tab-bg.png") repeat-x scroll 0 0;
}

#about .about-submenus.nitro-lazy {
    background-image: none !important;
}

@media screen and (max-width: 590px) {
    #about .about-submenus {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#about .about-submenus__container {
    margin: 0 auto;
    display: table;
}

@media screen and (max-width: 1000px) {
    #about .about-submenus__container {
        width: 100%;
    }
}

#about .about-submenus__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 590px) {
    #about .about-submenus__list {
        flex-wrap: wrap;
    }
}

#about .about-submenus__list .menu-item {
    padding: 0;
    width: 270px;
}

@media screen and (max-width: 1000px) {
    #about .about-submenus__list .menu-item {
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    #about .about-submenus__list .menu-item {
        width: 50%;
        flex-grow: 1;
    }
}

#about .about-submenus ul.about-submenus__list--reviews li.menu-item>a {
    padding: 20px 60px;
    font-weight: 600;
}

@media screen and (max-width: 1025px) {
    #about .about-submenus ul.about-submenus__list--reviews li.menu-item>a {
        padding: 20px 70px;
    }
}

@media screen and (max-width: 1000px) {
    #about .about-submenus ul.about-submenus__list--reviews li.menu-item>a {
        padding: 20px 0;
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    #about .about-submenus ul.about-submenus__list--reviews li.menu-item>a {
        font-size: 1em;
    }
}

#about .about-submenus__list .menu-item a {
    color: #155585;
    font-weight: 600;
    text-decoration: none;
    font-size: .875em;
    padding: 20px 60px;
    display: block;
    outline: none !important;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    #about .about-submenus__list .menu-item a {
        padding: 20px 0;
        width: 100%;
    }
}

@media screen and (max-width: 590px) {
    #about .about-submenus__list .menu-item a {
        font-size: .7em;
    }
}

@media screen and (max-width: 590px) {
    #about .about-submenus__list .menu-item a {
        font-size: 1em;
    }
}

#about .about-submenus__list .menu-item a:hover {
    background-color: #f8fcff;
    color: #155585;
    border-top: 5px solid #d9eaf6;
}

#about .about-submenus__list .current-menu-item a {
    background-color: #fff;
    border-top: 5px solid #00cbee;
}

#about .error-404__content {
    padding: 5rem 1.5rem;
}

#about .error-404__img {
    max-width: 1000px;
    margin: 0 auto;
}

#about .error-404__heading {
    text-align: center;
}

#about .error-404__subheading {
    text-align: center;
}

#about .archive .blog-header,
.category .blog-header,
.author .blog-header,
.search .blog-header,
.date .blog-header,
.tag .blog-header {
    text-align: center;
    padding: 4rem 0;
}

#about .archive .blog-header__headline,
.category .blog-header__headline,
.author .blog-header__headline,
.search .blog-header__headline,
.date .blog-header__headline,
.tag .blog-header__headline {
    display: inline-block;
    clear: both;
    position: relative;
}

#about .archive .blog-header__headline:after,
.category .blog-header__headline:after,
.author .blog-header__headline:after,
.search .blog-header__headline:after,
.date .blog-header__headline:after,
.tag .blog-header__headline:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background: #29f2cd;
    margin: auto;
    margin-top: .5rem;
}

#about .archive .blog-header__subline,
.category .blog-header__subline,
.author .blog-header__subline,
.search .blog-header__subline,
.date .blog-header__subline,
.tag .blog-header__subline {
    font-weight: 500;
    font-size: 1.1rem;
    color: #6a6a6f;
    margin-bottom: 2rem;
}

@media (max-width: 580px) {

    #about .archive .blog-header,
    .category .blog-header,
    .author .blog-header,
    .search .blog-header,
    .date .blog-header,
    .tag .blog-header {
        padding: 2rem 0;
    }

    #about .archive .blog-header__headline,
    .category .blog-header__headline,
    .author .blog-header__headline,
    .search .blog-header__headline,
    .date .blog-header__headline,
    .tag .blog-header__headline {
        font-size: 1.5rem;
    }

    #about .archive .blog-header__headline:after,
    .category .blog-header__headline:after,
    .author .blog-header__headline:after,
    .search .blog-header__headline:after,
    .date .blog-header__headline:after,
    .tag .blog-header__headline:after {
        width: 120px;
    }

    #about .archive .blog-header__subline,
    .category .blog-header__subline,
    .author .blog-header__subline,
    .search .blog-header__subline,
    .date .blog-header__subline,
    .tag .blog-header__subline {
        font-size: 1rem;
        font-weight: 400;
    }
}

#about .archive .blog-categories,
.category .blog-categories,
.author .blog-categories,
.search .blog-categories,
.date .blog-categories,
.tag .blog-categories {
    max-width: 350px;
    margin: auto;
    position: relative;
    z-index: 2;
}

#about .archive .blog-categories__selection,
.category .blog-categories__selection,
.author .blog-categories__selection,
.search .blog-categories__selection,
.date .blog-categories__selection,
.tag .blog-categories__selection {
    display: inline-block;
    border: 3px solid #00cbee;
    color: #00cbee;
    font-weight: 600;
    text-align: center;
    padding: .5rem 3rem .5rem 2rem;
    background: #fff;
    width: 100%;
    cursor: pointer;
    font-size: inherit;
    z-index: 1;
    position: relative;
    line-height: 2;
    max-width: 392px;
}

#about .archive .blog-categories__selection:after,
.category .blog-categories__selection:after,
.author .blog-categories__selection:after,
.search .blog-categories__selection:after,
.date .blog-categories__selection:after,
.tag .blog-categories__selection:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 3px solid transparent;
    border-left-color: #00cbee;
    border-bottom-color: #00cbee;
    transform: rotate(-45deg);
    border-radius: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5rem;
    margin-top: 1rem;
}

#about .archive .blog-categories__menu,
.category .blog-categories__menu,
.author .blog-categories__menu,
.search .blog-categories__menu,
.date .blog-categories__menu,
.tag .blog-categories__menu {
    margin-top: -1rem;
    z-index: -1;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .15s ease-in-out;
    width: 240px;
    margin: 0 auto;
}

#about .archive .blog-categories__menu.visible,
.category .blog-categories__menu.visible,
.author .blog-categories__menu.visible,
.search .blog-categories__menu.visible,
.date .blog-categories__menu.visible,
.tag .blog-categories__menu.visible {
    top: 80%;
    opacity: 1;
    visibility: visible;
}

#about .archive .blog-categories__menu .menu,
.category .blog-categories__menu .menu,
.author .blog-categories__menu .menu,
.search .blog-categories__menu .menu,
.date .blog-categories__menu .menu,
.tag .blog-categories__menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

#about .archive .blog-categories__menu .menu-item,
.category .blog-categories__menu .menu-item,
.author .blog-categories__menu .menu-item,
.search .blog-categories__menu .menu-item,
.date .blog-categories__menu .menu-item,
.tag .blog-categories__menu .menu-item {
    margin: 0;
    text-align: center;
    padding: 0;
    background: #fff;
}

#about .archive .blog-categories__menu .menu-item:first-child,
.category .blog-categories__menu .menu-item:first-child,
.author .blog-categories__menu .menu-item:first-child,
.search .blog-categories__menu .menu-item:first-child,
.date .blog-categories__menu .menu-item:first-child,
.tag .blog-categories__menu .menu-item:first-child {
    padding-top: 1rem;
}

#about .archive .blog-categories__menu .menu-item a,
.category .blog-categories__menu .menu-item a,
.author .blog-categories__menu .menu-item a,
.search .blog-categories__menu .menu-item a,
.date .blog-categories__menu .menu-item a,
.tag .blog-categories__menu .menu-item a {
    display: block;
    padding: .7rem;
    color: #155584;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
}

#about .archive .blog-categories__menu .menu-item a:hover,
.category .blog-categories__menu .menu-item a:hover,
.author .blog-categories__menu .menu-item a:hover,
.search .blog-categories__menu .menu-item a:hover,
.date .blog-categories__menu .menu-item a:hover,
.tag .blog-categories__menu .menu-item a:hover {
    color: #155584;
    background: rgba(0, 203, 238, .1);
    border-color: transparent;
}

#about .archive .blog-roll,
.category .blog-roll,
.author .blog-roll,
.search .blog-roll,
.date .blog-roll,
.tag .blog-roll {
    margin-bottom: 2rem;
}

#about .archive .blog-roll__row,
.category .blog-roll__row,
.author .blog-roll__row,
.search .blog-roll__row,
.date .blog-roll__row,
.tag .blog-roll__row {
    flex-wrap: wrap;
}

#about .archive .blog-roll__col,
.category .blog-roll__col,
.author .blog-roll__col,
.search .blog-roll__col,
.date .blog-roll__col,
.tag .blog-roll__col {
    padding: 1rem .5rem;
}

@media (max-width: 580px) {

    #about .archive .blog-roll__col,
    .category .blog-roll__col,
    .author .blog-roll__col,
    .search .blog-roll__col,
    .date .blog-roll__col,
    .tag .blog-roll__col {
        padding: .5rem 0;
    }
}

#about .archive .blog-card,
.category .blog-card,
.author .blog-card,
.search .blog-card,
.date .blog-card,
.tag .blog-card {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    height: 100%;
    display: flex;
    flex-direction: column;
}

#about .archive .blog-card__img,
.category .blog-card__img,
.author .blog-card__img,
.search .blog-card__img,
.date .blog-card__img,
.tag .blog-card__img {
    height: 240px;
    background-color: #6a6a6f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 580px) {

    #about .archive .blog-card__img,
    .category .blog-card__img,
    .author .blog-card__img,
    .search .blog-card__img,
    .date .blog-card__img,
    .tag .blog-card__img {
        height: 160px;
    }
}

#about .archive .blog-card-info,
.category .blog-card-info,
.author .blog-card-info,
.search .blog-card-info,
.date .blog-card-info,
.tag .blog-card-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: .8rem;
}

@media (max-width: 580px) {

    #about .archive .blog-card-info,
    .category .blog-card-info,
    .author .blog-card-info,
    .search .blog-card-info,
    .date .blog-card-info,
    .tag .blog-card-info {
        font-size: .9rem;
        padding: 1.25rem;
    }
}

#about .archive .blog-card__category,
.category .blog-card__category,
.author .blog-card__category,
.search .blog-card__category,
.date .blog-card__category,
.tag .blog-card__category {
    margin-bottom: 1rem;
    position: relative;
    color: #6a6a6f;
    font-style: italic;
    font-weight: 300;
}

#about .archive .blog-card__category a,
.category .blog-card__category a,
.author .blog-card__category a,
.search .blog-card__category a,
.date .blog-card__category a,
.tag .blog-card__category a {
    color: inherit;
    text-decoration: none;
}

#about .archive .blog-card__category a:hover,
.category .blog-card__category a:hover,
.author .blog-card__category a:hover,
.search .blog-card__category a:hover,
.date .blog-card__category a:hover,
.tag .blog-card__category a:hover {
    text-decoration: underline;
}

#about .archive .blog-card__category:after,
.category .blog-card__category:after,
.author .blog-card__category:after,
.search .blog-card__category:after,
.date .blog-card__category:after,
.tag .blog-card__category:after {
    content: "";
    height: 3px;
    background: #29f2cd;
    width: 100px;
    display: block;
    margin-top: 5px;
}

@media (max-width: 580px) {

    #about .archive .blog-card__category:after,
    .category .blog-card__category:after,
    .author .blog-card__category:after,
    .search .blog-card__category:after,
    .date .blog-card__category:after,
    .tag .blog-card__category:after {
        width: 60px;
    }
}

#about .archive .blog-card__title,
.category .blog-card__title,
.author .blog-card__title,
.search .blog-card__title,
.date .blog-card__title,
.tag .blog-card__title {
    margin: 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

#about .archive .blog-card__title a,
.category .blog-card__title a,
.author .blog-card__title a,
.search .blog-card__title a,
.date .blog-card__title a,
.tag .blog-card__title a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 580px) {

    #about .archive .blog-card__title,
    .category .blog-card__title,
    .author .blog-card__title,
    .search .blog-card__title,
    .date .blog-card__title,
    .tag .blog-card__title {
        margin-bottom: 1.5rem;
    }
}

#about .archive .blog-card__read-more,
.category .blog-card__read-more,
.author .blog-card__read-more,
.search .blog-card__read-more,
.date .blog-card__read-more,
.tag .blog-card__read-more {
    margin-top: auto;
}

#about .archive .blog-pagenation,
.category .blog-pagenation,
.author .blog-pagenation,
.search .blog-pagenation,
.date .blog-pagenation,
.tag .blog-pagenation {
    text-align: center;
    margin: 3rem auto;
}

#about .archive .blog-pagenation .page-numbers,
.category .blog-pagenation .page-numbers,
.author .blog-pagenation .page-numbers,
.search .blog-pagenation .page-numbers,
.date .blog-pagenation .page-numbers,
.tag .blog-pagenation .page-numbers {
    margin: .5rem;
    text-decoration: none;
    color: inherit;
    padding: 3px 5px;
}

#about .archive .blog-pagenation .page-numbers.current,
.category .blog-pagenation .page-numbers.current,
.author .blog-pagenation .page-numbers.current,
.search .blog-pagenation .page-numbers.current,
.date .blog-pagenation .page-numbers.current,
.tag .blog-pagenation .page-numbers.current {
    border-bottom: 2px solid #29f2cd;
}

#about .archive .blog-pagenation .page-numbers.prev,
.archive .blog-pagenation .page-numbers.next,
.category .blog-pagenation .page-numbers.prev,
.category .blog-pagenation .page-numbers.next,
.author .blog-pagenation .page-numbers.prev,
.author .blog-pagenation .page-numbers.next,
.search .blog-pagenation .page-numbers.prev,
.search .blog-pagenation .page-numbers.next,
.date .blog-pagenation .page-numbers.prev,
.date .blog-pagenation .page-numbers.next,
.tag .blog-pagenation .page-numbers.prev,
.tag .blog-pagenation .page-numbers.next {
    color: #00cbee;
}

#about .single-post .entry-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 580px) {
    #about .single-post .entry-header {
        padding-left: 0;
        padding-right: 0;
    }
}

#about .single-post .entry-header__excerpt {
    padding-right: 7rem;
}

@media screen and (max-width: 800px) {
    #about .single-post .entry-header__excerpt {
        padding-right: 2.5rem;
    }
}

@media screen and (max-width: 580px) {
    #about .single-post .entry-header .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

#about .single-post .post-cta .container,
.single-post .entry-content,
.single-post .comments-area {
    max-width: 880px;
}

@media screen and (max-width: 500px) {
    #about .single-post .entry-content .wp-block-image .alignright {
        float: none;
        display: table;
        margin: 0 auto;
    }
}

#about .single-post .post-cta__row {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media screen and (max-width: 650px) {
    #about .single-post .post-cta__row {
        display: block;
    }
}

#about .single-post .post-cta .col--two-thirds {
    padding-right: 0;
}

@media screen and (max-width: 650px) {
    #about .single-post .post-cta .col--two-thirds {
        width: 100%;
    }
}

#about .single-post .post-cta .col--one-third {
    padding-left: 0;
}

@media screen and (max-width: 650px) {
    #about .single-post .post-cta .col--one-third {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    #about .single-post .post-cta__headline {
        text-align: center;
    }
}

#about .single-post .comments-area {
    margin: 0 auto;
    padding-bottom: 200px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

#about .single-post .entry-content {
    padding: .5rem 2.5rem;
}

#about .single-post .form-submit .submit {
    padding: .5rem 2.5rem;
    border-radius: 30px;
    border: 3px solid #00cbee;
    background-color: transparent;
    color: #155584;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    -webkit-transition: background .15s ease-in-out, border .15s ease-in-out, color .15s ease-in-out;
    transition: background .15s ease-in-out, border .15s ease-in-out, color .15s ease-in-out;
    height: 55px;
    max-width: 272px;
}

#about .single-post .form-submit .submit:hover {
    background-color: #09dbff;
    border-color: #09dbff;
    color: #fff !important;
}

#about .single-post__sign {
    box-shadow: 0px 5px 1rem rgba(106, 106, 111, .3);
    margin-bottom: 2rem;
    background: #fff;
    padding: 3rem;
}

#about .single-post__sign.container {
    max-width: 880px;
}

@media screen and (max-width: 900px) {
    #about .single-post__sign.container {
        width: 90%;
    }
}

#about .single-post__sign--headline {
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
}

#about .single-post__sign--headline:after {
    content: "";
    width: 10rem;
    height: 4px;
    height: 2px;
    background: rgba(41, 242, 205, .8);
    position: absolute;
    bottom: -.7rem;
    left: 0;
    margin: auto;
    max-width: 80px;
}

#about .single-post__sign--col-30,
.single-post__sign--col-70 {
    width: 30%;
    float: left;
}

@media screen and (max-width: 600px) {

    #about .single-post__sign--col-30,
    .single-post__sign--col-70 {
        float: inherit;
        margin: 0 auto;
        width: 70%;
    }
}

#about .single-post__sign--col-70 {
    width: 70%;
    padding-left: 3rem;
}

@media screen and (max-width: 600px) {
    #about .single-post__sign--col-70 {
        padding-left: 0;
        width: 100%;
    }
}

#about .fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

#about .fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

#about .fa-xs {
    font-size: .75em;
}

#about .fa-sm {
    font-size: .875em;
}

#about .fa-1x {
    font-size: 1em;
}

#about .fa-2x {
    font-size: 2em;
}

#about .fa-3x {
    font-size: 3em;
}

#about .fa-4x {
    font-size: 4em;
}

#about .fa-5x {
    font-size: 5em;
}

#about .fa-6x {
    font-size: 6em;
}

#about .fa-7x {
    font-size: 7em;
}

#about .fa-8x {
    font-size: 8em;
}

#about .fa-9x {
    font-size: 9em;
}

#about .fa-10x {
    font-size: 10em;
}

#about .fa-fw {
    text-align: center;
    width: 1.25em;
}

#about .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

#about .fa-ul>li {
    position: relative;
}

#about .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

#about .fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

#about .fa-pull-left {
    float: left;
}

#about .fa-pull-right {
    float: right;
}

#about .fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em;
}

#about .fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em;
}

#about .fa-spin {
    animation: fa-spin 2s infinite linear;
}

#about .fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

#about .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

#about .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

#about .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

#about .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}

#about .fa-flip-vertical {
    transform: scaleY(-1);
}

#about .fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

#about .fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}

#about :root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none;
}

#about .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

#about .fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

#about .fa-stack-1x {
    line-height: inherit;
}

#about .fa-stack-2x {
    font-size: 2em;
}

#about .fa-inverse {
    color: #fff;
}

#about .fa-500px:before {
    content: "";
}

#about .fa-accessible-icon:before {
    content: "";
}

#about .fa-accusoft:before {
    content: "";
}

#about .fa-acquisitions-incorporated:before {
    content: "";
}

#about .fa-ad:before {
    content: "";
}

#about .fa-address-book:before {
    content: "";
}

#about .fa-address-card:before {
    content: "";
}

#about .fa-adjust:before {
    content: "";
}

#about .fa-adn:before {
    content: "";
}

#about .fa-adobe:before {
    content: "";
}

#about .fa-adversal:before {
    content: "";
}

#about .fa-affiliatetheme:before {
    content: "";
}

#about .fa-air-freshener:before {
    content: "";
}

#about .fa-algolia:before {
    content: "";
}

#about .fa-align-center:before {
    content: "";
}

#about .fa-align-justify:before {
    content: "";
}

#about .fa-align-left:before {
    content: "";
}

#about .fa-align-right:before {
    content: "";
}

#about .fa-alipay:before {
    content: "";
}

#about .fa-allergies:before {
    content: "";
}

#about .fa-amazon:before {
    content: "";
}

#about .fa-amazon-pay:before {
    content: "";
}

#about .fa-ambulance:before {
    content: "";
}

#about .fa-american-sign-language-interpreting:before {
    content: "";
}

#about .fa-amilia:before {
    content: "";
}

#about .fa-anchor:before {
    content: "";
}

#about .fa-android:before {
    content: "";
}

#about .fa-angellist:before {
    content: "";
}

#about .fa-angle-double-down:before {
    content: "";
}

#about .fa-angle-double-left:before {
    content: "";
}

#about .fa-angle-double-right:before {
    content: "";
}

#about .fa-angle-double-up:before {
    content: "";
}

#about .fa-angle-down:before {
    content: "";
}

#about .fa-angle-left:before {
    content: "";
}

#about .fa-angle-right:before {
    content: "";
}

#about .fa-angle-up:before {
    content: "";
}

#about .fa-angry:before {
    content: "";
}

#about .fa-angrycreative:before {
    content: "";
}

#about .fa-angular:before {
    content: "";
}

#about .fa-ankh:before {
    content: "";
}

#about .fa-app-store:before {
    content: "";
}

#about .fa-app-store-ios:before {
    content: "";
}

#about .fa-apper:before {
    content: "";
}

#about .fa-apple:before {
    content: "";
}

#about .fa-apple-alt:before {
    content: "";
}

#about .fa-apple-pay:before {
    content: "";
}

#about .fa-archive:before {
    content: "";
}

#about .fa-archway:before {
    content: "";
}

#about .fa-arrow-alt-circle-down:before {
    content: "";
}

#about .fa-arrow-alt-circle-left:before {
    content: "";
}

#about .fa-arrow-alt-circle-right:before {
    content: "";
}

#about .fa-arrow-alt-circle-up:before {
    content: "";
}

#about .fa-arrow-circle-down:before {
    content: "";
}

#about .fa-arrow-circle-left:before {
    content: "";
}

#about .fa-arrow-circle-right:before {
    content: "";
}

#about .fa-arrow-circle-up:before {
    content: "";
}

#about .fa-arrow-down:before {
    content: "";
}

#about .fa-arrow-left:before {
    content: "";
}

#about .fa-arrow-right:before {
    content: "";
}

#about .fa-arrow-up:before {
    content: "";
}

#about .fa-arrows-alt:before {
    content: "";
}

#about .fa-arrows-alt-h:before {
    content: "";
}

#about .fa-arrows-alt-v:before {
    content: "";
}

#about .fa-artstation:before {
    content: "";
}

#about .fa-assistive-listening-systems:before {
    content: "";
}

#about .fa-asterisk:before {
    content: "";
}

#about .fa-asymmetrik:before {
    content: "";
}

#about .fa-at:before {
    content: "";
}

#about .fa-atlas:before {
    content: "";
}

#about .fa-atlassian:before {
    content: "";
}

#about .fa-atom:before {
    content: "";
}

#about .fa-audible:before {
    content: "";
}

#about .fa-audio-description:before {
    content: "";
}

#about .fa-autoprefixer:before {
    content: "";
}

#about .fa-avianex:before {
    content: "";
}

#about .fa-aviato:before {
    content: "";
}

#about .fa-award:before {
    content: "";
}

#about .fa-aws:before {
    content: "";
}

#about .fa-baby:before {
    content: "";
}

#about .fa-baby-carriage:before {
    content: "";
}

#about .fa-backspace:before {
    content: "";
}

#about .fa-backward:before {
    content: "";
}

#about .fa-bacon:before {
    content: "";
}

#about .fa-balance-scale:before {
    content: "";
}

#about .fa-ban:before {
    content: "";
}

#about .fa-band-aid:before {
    content: "";
}

#about .fa-bandcamp:before {
    content: "";
}

#about .fa-barcode:before {
    content: "";
}

#about .fa-bars:before {
    content: "";
}

#about .fa-baseball-ball:before {
    content: "";
}

#about .fa-basketball-ball:before {
    content: "";
}

#about .fa-bath:before {
    content: "";
}

#about .fa-battery-empty:before {
    content: "";
}

#about .fa-battery-full:before {
    content: "";
}

#about .fa-battery-half:before {
    content: "";
}

#about .fa-battery-quarter:before {
    content: "";
}

#about .fa-battery-three-quarters:before {
    content: "";
}

#about .fa-bed:before {
    content: "";
}

#about .fa-beer:before {
    content: "";
}

#about .fa-behance:before {
    content: "";
}

#about .fa-behance-square:before {
    content: "";
}

#about .fa-bell:before {
    content: "";
}

#about .fa-bell-slash:before {
    content: "";
}

#about .fa-bezier-curve:before {
    content: "";
}

#about .fa-bible:before {
    content: "";
}

#about .fa-bicycle:before {
    content: "";
}

#about .fa-bimobject:before {
    content: "";
}

#about .fa-binoculars:before {
    content: "";
}

#about .fa-biohazard:before {
    content: "";
}

#about .fa-birthday-cake:before {
    content: "";
}

#about .fa-bitbucket:before {
    content: "";
}

#about .fa-bitcoin:before {
    content: "";
}

#about .fa-bity:before {
    content: "";
}

#about .fa-black-tie:before {
    content: "";
}

#about .fa-blackberry:before {
    content: "";
}

#about .fa-blender:before {
    content: "";
}

#about .fa-blender-phone:before {
    content: "";
}

#about .fa-blind:before {
    content: "";
}

#about .fa-blog:before {
    content: "";
}

#about .fa-blogger:before {
    content: "";
}

#about .fa-blogger-b:before {
    content: "";
}

#about .fa-bluetooth:before {
    content: "";
}

#about .fa-bluetooth-b:before {
    content: "";
}

#about .fa-bold:before {
    content: "";
}

#about .fa-bolt:before {
    content: "";
}

#about .fa-bomb:before {
    content: "";
}

#about .fa-bone:before {
    content: "";
}

#about .fa-bong:before {
    content: "";
}

#about .fa-book:before {
    content: "";
}

#about .fa-book-dead:before {
    content: "";
}

#about .fa-book-medical:before {
    content: "";
}

#about .fa-book-open:before {
    content: "";
}

#about .fa-book-reader:before {
    content: "";
}

#about .fa-bookmark:before {
    content: "";
}

#about .fa-bowling-ball:before {
    content: "";
}

#about .fa-box:before {
    content: "";
}

#about .fa-box-open:before {
    content: "";
}

#about .fa-boxes:before {
    content: "";
}

#about .fa-braille:before {
    content: "";
}

#about .fa-brain:before {
    content: "";
}

#about .fa-bread-slice:before {
    content: "";
}

#about .fa-briefcase:before {
    content: "";
}

#about .fa-briefcase-medical:before {
    content: "";
}

#about .fa-broadcast-tower:before {
    content: "";
}

#about .fa-broom:before {
    content: "";
}

#about .fa-brush:before {
    content: "";
}

#about .fa-btc:before {
    content: "";
}

#about .fa-bug:before {
    content: "";
}

#about .fa-building:before {
    content: "";
}

#about .fa-bullhorn:before {
    content: "";
}

#about .fa-bullseye:before {
    content: "";
}

#about .fa-burn:before {
    content: "";
}

#about .fa-buromobelexperte:before {
    content: "";
}

#about .fa-bus:before {
    content: "";
}

#about .fa-bus-alt:before {
    content: "";
}

#about .fa-business-time:before {
    content: "";
}

#about .fa-buysellads:before {
    content: "";
}

#about .fa-calculator:before {
    content: "";
}

#about .fa-calendar:before {
    content: "";
}

#about .fa-calendar-alt:before {
    content: "";
}

#about .fa-calendar-check:before {
    content: "";
}

#about .fa-calendar-day:before {
    content: "";
}

#about .fa-calendar-minus:before {
    content: "";
}

#about .fa-calendar-plus:before {
    content: "";
}

#about .fa-calendar-times:before {
    content: "";
}

#about .fa-calendar-week:before {
    content: "";
}

#about .fa-camera:before {
    content: "";
}

#about .fa-camera-retro:before {
    content: "";
}

#about .fa-campground:before {
    content: "";
}

#about .fa-canadian-maple-leaf:before {
    content: "";
}

#about .fa-candy-cane:before {
    content: "";
}

#about .fa-cannabis:before {
    content: "";
}

#about .fa-capsules:before {
    content: "";
}

#about .fa-car:before {
    content: "";
}

#about .fa-car-alt:before {
    content: "";
}

#about .fa-car-battery:before {
    content: "";
}

#about .fa-car-crash:before {
    content: "";
}

#about .fa-car-side:before {
    content: "";
}

#about .fa-caret-down:before {
    content: "";
}

#about .fa-caret-left:before {
    content: "";
}

#about .fa-caret-right:before {
    content: "";
}

#about .fa-caret-square-down:before {
    content: "";
}

#about .fa-caret-square-left:before {
    content: "";
}

#about .fa-caret-square-right:before {
    content: "";
}

#about .fa-caret-square-up:before {
    content: "";
}

#about .fa-caret-up:before {
    content: "";
}

#about .fa-carrot:before {
    content: "";
}

#about .fa-cart-arrow-down:before {
    content: "";
}

#about .fa-cart-plus:before {
    content: "";
}

#about .fa-cash-register:before {
    content: "";
}

#about .fa-cat:before {
    content: "";
}

#about .fa-cc-amazon-pay:before {
    content: "";
}

#about .fa-cc-amex:before {
    content: "";
}

#about .fa-cc-apple-pay:before {
    content: "";
}

#about .fa-cc-diners-club:before {
    content: "";
}

#about .fa-cc-discover:before {
    content: "";
}

#about .fa-cc-jcb:before {
    content: "";
}

#about .fa-cc-mastercard:before {
    content: "";
}

#about .fa-cc-paypal:before {
    content: "";
}

#about .fa-cc-stripe:before {
    content: "";
}

#about .fa-cc-visa:before {
    content: "";
}

#about .fa-centercode:before {
    content: "";
}

#about .fa-centos:before {
    content: "";
}

#about .fa-certificate:before {
    content: "";
}

#about .fa-chair:before {
    content: "";
}

#about .fa-chalkboard:before {
    content: "";
}

#about .fa-chalkboard-teacher:before {
    content: "";
}

#about .fa-charging-station:before {
    content: "";
}

#about .fa-chart-area:before {
    content: "";
}

#about .fa-chart-bar:before {
    content: "";
}

#about .fa-chart-line:before {
    content: "";
}

#about .fa-chart-pie:before {
    content: "";
}

#about .fa-check:before {
    content: "";
}

#about .fa-check-circle:before {
    content: "";
}

#about .fa-check-double:before {
    content: "";
}

#about .fa-check-square:before {
    content: "";
}

#about .fa-cheese:before {
    content: "";
}

#about .fa-chess:before {
    content: "";
}

#about .fa-chess-bishop:before {
    content: "";
}

#about .fa-chess-board:before {
    content: "";
}

#about .fa-chess-king:before {
    content: "";
}

#about .fa-chess-knight:before {
    content: "";
}

#about .fa-chess-pawn:before {
    content: "";
}

#about .fa-chess-queen:before {
    content: "";
}

#about .fa-chess-rook:before {
    content: "";
}

#about .fa-chevron-circle-down:before {
    content: "";
}

#about .fa-chevron-circle-left:before {
    content: "";
}

#about .fa-chevron-circle-right:before {
    content: "";
}

#about .fa-chevron-circle-up:before {
    content: "";
}

#about .fa-chevron-down:before {
    content: "";
}

#about .fa-chevron-left:before {
    content: "";
}

#about .fa-chevron-right:before {
    content: "";
}

#about .fa-chevron-up:before {
    content: "";
}

#about .fa-child:before {
    content: "";
}

#about .fa-chrome:before {
    content: "";
}

#about .fa-church:before {
    content: "";
}

#about .fa-circle:before {
    content: "";
}

#about .fa-circle-notch:before {
    content: "";
}

#about .fa-city:before {
    content: "";
}

#about .fa-clinic-medical:before {
    content: "";
}

#about .fa-clipboard:before {
    content: "";
}

#about .fa-clipboard-check:before {
    content: "";
}

#about .fa-clipboard-list:before {
    content: "";
}

#about .fa-clock:before {
    content: "";
}

#about .fa-clone:before {
    content: "";
}

#about .fa-closed-captioning:before {
    content: "";
}

#about .fa-cloud:before {
    content: "";
}

#about .fa-cloud-download-alt:before {
    content: "";
}

#about .fa-cloud-meatball:before {
    content: "";
}

#about .fa-cloud-moon:before {
    content: "";
}

#about .fa-cloud-moon-rain:before {
    content: "";
}

#about .fa-cloud-rain:before {
    content: "";
}

#about .fa-cloud-showers-heavy:before {
    content: "";
}

#about .fa-cloud-sun:before {
    content: "";
}

#about .fa-cloud-sun-rain:before {
    content: "";
}

#about .fa-cloud-upload-alt:before {
    content: "";
}

#about .fa-cloudscale:before {
    content: "";
}

#about .fa-cloudsmith:before {
    content: "";
}

#about .fa-cloudversify:before {
    content: "";
}

#about .fa-cocktail:before {
    content: "";
}

#about .fa-code:before {
    content: "";
}

#about .fa-code-branch:before {
    content: "";
}

#about .fa-codepen:before {
    content: "";
}

#about .fa-codiepie:before {
    content: "";
}

#about .fa-coffee:before {
    content: "";
}

#about .fa-cog:before {
    content: "";
}

#about .fa-cogs:before {
    content: "";
}

#about .fa-coins:before {
    content: "";
}

#about .fa-columns:before {
    content: "";
}

#about .fa-comment:before {
    content: "";
}

#about .fa-comment-alt:before {
    content: "";
}

#about .fa-comment-dollar:before {
    content: "";
}

#about .fa-comment-dots:before {
    content: "";
}

#about .fa-comment-medical:before {
    content: "";
}

#about .fa-comment-slash:before {
    content: "";
}

#about .fa-comments:before {
    content: "";
}

#about .fa-comments-dollar:before {
    content: "";
}

#about .fa-compact-disc:before {
    content: "";
}

#about .fa-compass:before {
    content: "";
}

#about .fa-compress:before {
    content: "";
}

#about .fa-compress-arrows-alt:before {
    content: "";
}

#about .fa-concierge-bell:before {
    content: "";
}

#about .fa-confluence:before {
    content: "";
}

#about .fa-connectdevelop:before {
    content: "";
}

#about .fa-contao:before {
    content: "";
}

#about .fa-cookie:before {
    content: "";
}

#about .fa-cookie-bite:before {
    content: "";
}

#about .fa-copy:before {
    content: "";
}

#about .fa-copyright:before {
    content: "";
}

#about .fa-couch:before {
    content: "";
}

#about .fa-cpanel:before {
    content: "";
}

#about .fa-creative-commons:before {
    content: "";
}

#about .fa-creative-commons-by:before {
    content: "";
}

#about .fa-creative-commons-nc:before {
    content: "";
}

#about .fa-creative-commons-nc-eu:before {
    content: "";
}

#about .fa-creative-commons-nc-jp:before {
    content: "";
}

#about .fa-creative-commons-nd:before {
    content: "";
}

#about .fa-creative-commons-pd:before {
    content: "";
}

#about .fa-creative-commons-pd-alt:before {
    content: "";
}

#about .fa-creative-commons-remix:before {
    content: "";
}

#about .fa-creative-commons-sa:before {
    content: "";
}

#about .fa-creative-commons-sampling:before {
    content: "";
}

#about .fa-creative-commons-sampling-plus:before {
    content: "";
}

#about .fa-creative-commons-share:before {
    content: "";
}

#about .fa-creative-commons-zero:before {
    content: "";
}

#about .fa-credit-card:before {
    content: "";
}

#about .fa-critical-role:before {
    content: "";
}

#about .fa-crop:before {
    content: "";
}

#about .fa-crop-alt:before {
    content: "";
}

#about .fa-cross:before {
    content: "";
}

#about .fa-crosshairs:before {
    content: "";
}

#about .fa-crow:before {
    content: "";
}

#about .fa-crown:before {
    content: "";
}

#about .fa-crutch:before {
    content: "";
}

#about .fa-css3:before {
    content: "";
}

#about .fa-css3-alt:before {
    content: "";
}

#about .fa-cube:before {
    content: "";
}

#about .fa-cubes:before {
    content: "";
}

#about .fa-cut:before {
    content: "";
}

#about .fa-cuttlefish:before {
    content: "";
}

#about .fa-d-and-d:before {
    content: "";
}

#about .fa-d-and-d-beyond:before {
    content: "";
}

#about .fa-dashcube:before {
    content: "";
}

#about .fa-database:before {
    content: "";
}

#about .fa-deaf:before {
    content: "";
}

#about .fa-delicious:before {
    content: "";
}

#about .fa-democrat:before {
    content: "";
}

#about .fa-deploydog:before {
    content: "";
}

#about .fa-deskpro:before {
    content: "";
}

#about .fa-desktop:before {
    content: "";
}

#about .fa-dev:before {
    content: "";
}

#about .fa-deviantart:before {
    content: "";
}

#about .fa-dharmachakra:before {
    content: "";
}

#about .fa-dhl:before {
    content: "";
}

#about .fa-diagnoses:before {
    content: "";
}

#about .fa-diaspora:before {
    content: "";
}

#about .fa-dice:before {
    content: "";
}

#about .fa-dice-d20:before {
    content: "";
}

#about .fa-dice-d6:before {
    content: "";
}

#about .fa-dice-five:before {
    content: "";
}

#about .fa-dice-four:before {
    content: "";
}

#about .fa-dice-one:before {
    content: "";
}

#about .fa-dice-six:before {
    content: "";
}

#about .fa-dice-three:before {
    content: "";
}

#about .fa-dice-two:before {
    content: "";
}

#about .fa-digg:before {
    content: "";
}

#about .fa-digital-ocean:before {
    content: "";
}

#about .fa-digital-tachograph:before {
    content: "";
}

#about .fa-directions:before {
    content: "";
}

#about .fa-discord:before {
    content: "";
}

#about .fa-discourse:before {
    content: "";
}

#about .fa-divide:before {
    content: "";
}

#about .fa-dizzy:before {
    content: "";
}

#about .fa-dna:before {
    content: "";
}

#about .fa-dochub:before {
    content: "";
}

#about .fa-docker:before {
    content: "";
}

#about .fa-dog:before {
    content: "";
}

#about .fa-dollar-sign:before {
    content: "";
}

#about .fa-dolly:before {
    content: "";
}

#about .fa-dolly-flatbed:before {
    content: "";
}

#about .fa-donate:before {
    content: "";
}

#about .fa-door-closed:before {
    content: "";
}

#about .fa-door-open:before {
    content: "";
}

#about .fa-dot-circle:before {
    content: "";
}

#about .fa-dove:before {
    content: "";
}

#about .fa-download:before {
    content: "";
}

#about .fa-draft2digital:before {
    content: "";
}

#about .fa-drafting-compass:before {
    content: "";
}

#about .fa-dragon:before {
    content: "";
}

#about .fa-draw-polygon:before {
    content: "";
}

#about .fa-dribbble:before {
    content: "";
}

#about .fa-dribbble-square:before {
    content: "";
}

#about .fa-dropbox:before {
    content: "";
}

#about .fa-drum:before {
    content: "";
}

#about .fa-drum-steelpan:before {
    content: "";
}

#about .fa-drumstick-bite:before {
    content: "";
}

#about .fa-drupal:before {
    content: "";
}

#about .fa-dumbbell:before {
    content: "";
}

#about .fa-dumpster:before {
    content: "";
}

#about .fa-dumpster-fire:before {
    content: "";
}

#about .fa-dungeon:before {
    content: "";
}

#about .fa-dyalog:before {
    content: "";
}

#about .fa-earlybirds:before {
    content: "";
}

#about .fa-ebay:before {
    content: "";
}

#about .fa-edge:before {
    content: "";
}

#about .fa-edit:before {
    content: "";
}

#about .fa-egg:before {
    content: "";
}

#about .fa-eject:before {
    content: "";
}

#about .fa-elementor:before {
    content: "";
}

#about .fa-ellipsis-h:before {
    content: "";
}

#about .fa-ellipsis-v:before {
    content: "";
}

#about .fa-ello:before {
    content: "";
}

#about .fa-ember:before {
    content: "";
}

#about .fa-empire:before {
    content: "";
}

#about .fa-envelope:before {
    content: "";
}

#about .fa-envelope-open:before {
    content: "";
}

#about .fa-envelope-open-text:before {
    content: "";
}

#about .fa-envelope-square:before {
    content: "";
}

#about .fa-envira:before {
    content: "";
}

#about .fa-equals:before {
    content: "";
}

#about .fa-eraser:before {
    content: "";
}

#about .fa-erlang:before {
    content: "";
}

#about .fa-ethereum:before {
    content: "";
}

#about .fa-ethernet:before {
    content: "";
}

#about .fa-etsy:before {
    content: "";
}

#about .fa-euro-sign:before {
    content: "";
}

#about .fa-exchange-alt:before {
    content: "";
}

#about .fa-exclamation:before {
    content: "";
}

#about .fa-exclamation-circle:before {
    content: "";
}

#about .fa-exclamation-triangle:before {
    content: "";
}

#about .fa-expand:before {
    content: "";
}

#about .fa-expand-arrows-alt:before {
    content: "";
}

#about .fa-expeditedssl:before {
    content: "";
}

#about .fa-external-link-alt:before {
    content: "";
}

#about .fa-external-link-square-alt:before {
    content: "";
}

#about .fa-eye:before {
    content: "";
}

#about .fa-eye-dropper:before {
    content: "";
}

#about .fa-eye-slash:before {
    content: "";
}

#about .fa-facebook:before {
    content: "";
}

#about .fa-facebook-f:before {
    content: "";
}

#about .fa-facebook-messenger:before {
    content: "";
}

#about .fa-facebook-square:before {
    content: "";
}

#about .fa-fantasy-flight-games:before {
    content: "";
}

#about .fa-fast-backward:before {
    content: "";
}

#about .fa-fast-forward:before {
    content: "";
}

#about .fa-fax:before {
    content: "";
}

#about .fa-feather:before {
    content: "";
}

#about .fa-feather-alt:before {
    content: "";
}

#about .fa-fedex:before {
    content: "";
}

#about .fa-fedora:before {
    content: "";
}

#about .fa-female:before {
    content: "";
}

#about .fa-fighter-jet:before {
    content: "";
}

#about .fa-figma:before {
    content: "";
}

#about .fa-file:before {
    content: "";
}

#about .fa-file-alt:before {
    content: "";
}

#about .fa-file-archive:before {
    content: "";
}

#about .fa-file-audio:before {
    content: "";
}

#about .fa-file-code:before {
    content: "";
}

#about .fa-file-contract:before {
    content: "";
}

#about .fa-file-csv:before {
    content: "";
}

#about .fa-file-download:before {
    content: "";
}

#about .fa-file-excel:before {
    content: "";
}

#about .fa-file-export:before {
    content: "";
}

#about .fa-file-image:before {
    content: "";
}

#about .fa-file-import:before {
    content: "";
}

#about .fa-file-invoice:before {
    content: "";
}

#about .fa-file-invoice-dollar:before {
    content: "";
}

#about .fa-file-medical:before {
    content: "";
}

#about .fa-file-medical-alt:before {
    content: "";
}

#about .fa-file-pdf:before {
    content: "";
}

#about .fa-file-powerpoint:before {
    content: "";
}

#about .fa-file-prescription:before {
    content: "";
}

#about .fa-file-signature:before {
    content: "";
}

#about .fa-file-upload:before {
    content: "";
}

#about .fa-file-video:before {
    content: "";
}

#about .fa-file-word:before {
    content: "";
}

#about .fa-fill:before {
    content: "";
}

#about .fa-fill-drip:before {
    content: "";
}

#about .fa-film:before {
    content: "";
}

#about .fa-filter:before {
    content: "";
}

#about .fa-fingerprint:before {
    content: "";
}

#about .fa-fire:before {
    content: "";
}

#about .fa-fire-alt:before {
    content: "";
}

#about .fa-fire-extinguisher:before {
    content: "";
}

#about .fa-firefox:before {
    content: "";
}

#about .fa-first-aid:before {
    content: "";
}

#about .fa-first-order:before {
    content: "";
}

#about .fa-first-order-alt:before {
    content: "";
}

#about .fa-firstdraft:before {
    content: "";
}

#about .fa-fish:before {
    content: "";
}

#about .fa-fist-raised:before {
    content: "";
}

#about .fa-flag:before {
    content: "";
}

#about .fa-flag-checkered:before {
    content: "";
}

#about .fa-flag-usa:before {
    content: "";
}

#about .fa-flask:before {
    content: "";
}

#about .fa-flickr:before {
    content: "";
}

#about .fa-flipboard:before {
    content: "";
}

#about .fa-flushed:before {
    content: "";
}

#about .fa-fly:before {
    content: "";
}

#about .fa-folder:before {
    content: "";
}

#about .fa-folder-minus:before {
    content: "";
}

#about .fa-folder-open:before {
    content: "";
}

#about .fa-folder-plus:before {
    content: "";
}

#about .fa-font:before {
    content: "";
}

#about .fa-font-awesome:before {
    content: "";
}

#about .fa-font-awesome-alt:before {
    content: "";
}

#about .fa-font-awesome-flag:before {
    content: "";
}

#about .fa-font-awesome-logo-full:before {
    content: "";
}

#about .fa-fonticons:before {
    content: "";
}

#about .fa-fonticons-fi:before {
    content: "";
}

#about .fa-football-ball:before {
    content: "";
}

#about .fa-fort-awesome:before {
    content: "";
}

#about .fa-fort-awesome-alt:before {
    content: "";
}

#about .fa-forumbee:before {
    content: "";
}

#about .fa-forward:before {
    content: "";
}

#about .fa-foursquare:before {
    content: "";
}

#about .fa-free-code-camp:before {
    content: "";
}

#about .fa-freebsd:before {
    content: "";
}

#about .fa-frog:before {
    content: "";
}

#about .fa-frown:before {
    content: "";
}

#about .fa-frown-open:before {
    content: "";
}

#about .fa-fulcrum:before {
    content: "";
}

#about .fa-funnel-dollar:before {
    content: "";
}

#about .fa-futbol:before {
    content: "";
}

#about .fa-galactic-republic:before {
    content: "";
}

#about .fa-galactic-senate:before {
    content: "";
}

#about .fa-gamepad:before {
    content: "";
}

#about .fa-gas-pump:before {
    content: "";
}

#about .fa-gavel:before {
    content: "";
}

#about .fa-gem:before {
    content: "";
}

#about .fa-genderless:before {
    content: "";
}

#about .fa-get-pocket:before {
    content: "";
}

#about .fa-gg:before {
    content: "";
}

#about .fa-gg-circle:before {
    content: "";
}

#about .fa-ghost:before {
    content: "";
}

#about .fa-gift:before {
    content: "";
}

#about .fa-gifts:before {
    content: "";
}

#about .fa-git:before {
    content: "";
}

#about .fa-git-square:before {
    content: "";
}

#about .fa-github:before {
    content: "";
}

#about .fa-github-alt:before {
    content: "";
}

#about .fa-github-square:before {
    content: "";
}

#about .fa-gitkraken:before {
    content: "";
}

#about .fa-gitlab:before {
    content: "";
}

#about .fa-gitter:before {
    content: "";
}

#about .fa-glass-cheers:before {
    content: "";
}

#about .fa-glass-martini:before {
    content: "";
}

#about .fa-glass-martini-alt:before {
    content: "";
}

#about .fa-glass-whiskey:before {
    content: "";
}

#about .fa-glasses:before {
    content: "";
}

#about .fa-glide:before {
    content: "";
}

#about .fa-glide-g:before {
    content: "";
}

#about .fa-globe:before {
    content: "";
}

#about .fa-globe-africa:before {
    content: "";
}

#about .fa-globe-americas:before {
    content: "";
}

#about .fa-globe-asia:before {
    content: "";
}

#about .fa-globe-europe:before {
    content: "";
}

#about .fa-gofore:before {
    content: "";
}

#about .fa-golf-ball:before {
    content: "";
}

#about .fa-goodreads:before {
    content: "";
}

#about .fa-goodreads-g:before {
    content: "";
}

#about .fa-google:before {
    content: "";
}

#about .fa-google-drive:before {
    content: "";
}

#about .fa-google-play:before {
    content: "";
}

#about .fa-google-plus:before {
    content: "";
}

#about .fa-google-plus-g:before {
    content: "";
}

#about .fa-google-plus-square:before {
    content: "";
}

#about .fa-google-wallet:before {
    content: "";
}

#about .fa-gopuram:before {
    content: "";
}

#about .fa-graduation-cap:before {
    content: "";
}

#about .fa-gratipay:before {
    content: "";
}

#about .fa-grav:before {
    content: "";
}

#about .fa-greater-than:before {
    content: "";
}

#about .fa-greater-than-equal:before {
    content: "";
}

#about .fa-grimace:before {
    content: "";
}

#about .fa-grin:before {
    content: "";
}

#about .fa-grin-alt:before {
    content: "";
}

#about .fa-grin-beam:before {
    content: "";
}

#about .fa-grin-beam-sweat:before {
    content: "";
}

#about .fa-grin-hearts:before {
    content: "";
}

#about .fa-grin-squint:before {
    content: "";
}

#about .fa-grin-squint-tears:before {
    content: "";
}

#about .fa-grin-stars:before {
    content: "";
}

#about .fa-grin-tears:before {
    content: "";
}

#about .fa-grin-tongue:before {
    content: "";
}

#about .fa-grin-tongue-squint:before {
    content: "";
}

#about .fa-grin-tongue-wink:before {
    content: "";
}

#about .fa-grin-wink:before {
    content: "";
}

#about .fa-grip-horizontal:before {
    content: "";
}

#about .fa-grip-lines:before {
    content: "";
}

#about .fa-grip-lines-vertical:before {
    content: "";
}

#about .fa-grip-vertical:before {
    content: "";
}

#about .fa-gripfire:before {
    content: "";
}

#about .fa-grunt:before {
    content: "";
}

#about .fa-guitar:before {
    content: "";
}

#about .fa-gulp:before {
    content: "";
}

#about .fa-h-square:before {
    content: "";
}

#about .fa-hacker-news:before {
    content: "";
}

#about .fa-hacker-news-square:before {
    content: "";
}

#about .fa-hackerrank:before {
    content: "";
}

#about .fa-hamburger:before {
    content: "";
}

#about .fa-hammer:before {
    content: "";
}

#about .fa-hamsa:before {
    content: "";
}

#about .fa-hand-holding:before {
    content: "";
}

#about .fa-hand-holding-heart:before {
    content: "";
}

#about .fa-hand-holding-usd:before {
    content: "";
}

#about .fa-hand-lizard:before {
    content: "";
}

#about .fa-hand-middle-finger:before {
    content: "";
}

#about .fa-hand-paper:before {
    content: "";
}

#about .fa-hand-peace:before {
    content: "";
}

#about .fa-hand-point-down:before {
    content: "";
}

#about .fa-hand-point-left:before {
    content: "";
}

#about .fa-hand-point-right:before {
    content: "";
}

#about .fa-hand-point-up:before {
    content: "";
}

#about .fa-hand-pointer:before {
    content: "";
}

#about .fa-hand-rock:before {
    content: "";
}

#about .fa-hand-scissors:before {
    content: "";
}

#about .fa-hand-spock:before {
    content: "";
}

#about .fa-hands:before {
    content: "";
}

#about .fa-hands-helping:before {
    content: "";
}

#about .fa-handshake:before {
    content: "";
}

#about .fa-hanukiah:before {
    content: "";
}

#about .fa-hard-hat:before {
    content: "";
}

#about .fa-hashtag:before {
    content: "";
}

#about .fa-hat-wizard:before {
    content: "";
}

#about .fa-haykal:before {
    content: "";
}

#about .fa-hdd:before {
    content: "";
}

#about .fa-heading:before {
    content: "";
}

#about .fa-headphones:before {
    content: "";
}

#about .fa-headphones-alt:before {
    content: "";
}

#about .fa-headset:before {
    content: "";
}

#about .fa-heart:before {
    content: "";
}

#about .fa-heart-broken:before {
    content: "";
}

#about .fa-heartbeat:before {
    content: "";
}

#about .fa-helicopter:before {
    content: "";
}

#about .fa-highlighter:before {
    content: "";
}

#about .fa-hiking:before {
    content: "";
}

#about .fa-hippo:before {
    content: "";
}

#about .fa-hips:before {
    content: "";
}

#about .fa-hire-a-helper:before {
    content: "";
}

#about .fa-history:before {
    content: "";
}

#about .fa-hockey-puck:before {
    content: "";
}

#about .fa-holly-berry:before {
    content: "";
}

#about .fa-home:before {
    content: "";
}

#about .fa-hooli:before {
    content: "";
}

#about .fa-hornbill:before {
    content: "";
}

#about .fa-horse:before {
    content: "";
}

#about .fa-horse-head:before {
    content: "";
}

#about .fa-hospital:before {
    content: "";
}

#about .fa-hospital-alt:before {
    content: "";
}

#about .fa-hospital-symbol:before {
    content: "";
}

#about .fa-hot-tub:before {
    content: "";
}

#about .fa-hotdog:before {
    content: "";
}

#about .fa-hotel:before {
    content: "";
}

#about .fa-hotjar:before {
    content: "";
}

#about .fa-hourglass:before {
    content: "";
}

#about .fa-hourglass-end:before {
    content: "";
}

#about .fa-hourglass-half:before {
    content: "";
}

#about .fa-hourglass-start:before {
    content: "";
}

#about .fa-house-damage:before {
    content: "";
}

#about .fa-houzz:before {
    content: "";
}

#about .fa-hryvnia:before {
    content: "";
}

#about .fa-html5:before {
    content: "";
}

#about .fa-hubspot:before {
    content: "";
}

#about .fa-i-cursor:before {
    content: "";
}

#about .fa-ice-cream:before {
    content: "";
}

#about .fa-icicles:before {
    content: "";
}

#about .fa-id-badge:before {
    content: "";
}

#about .fa-id-card:before {
    content: "";
}

#about .fa-id-card-alt:before {
    content: "";
}

#about .fa-igloo:before {
    content: "";
}

#about .fa-image:before {
    content: "";
}

#about .fa-images:before {
    content: "";
}

#about .fa-imdb:before {
    content: "";
}

#about .fa-inbox:before {
    content: "";
}

#about .fa-indent:before {
    content: "";
}

#about .fa-industry:before {
    content: "";
}

#about .fa-infinity:before {
    content: "";
}

#about .fa-info:before {
    content: "";
}

#about .fa-info-circle:before {
    content: "";
}

#about .fa-instagram:before {
    content: "";
}

#about .fa-intercom:before {
    content: "";
}

#about .fa-internet-explorer:before {
    content: "";
}

#about .fa-invision:before {
    content: "";
}

#about .fa-ioxhost:before {
    content: "";
}

#about .fa-italic:before {
    content: "";
}

#about .fa-itunes:before {
    content: "";
}

#about .fa-itunes-note:before {
    content: "";
}

#about .fa-java:before {
    content: "";
}

#about .fa-jedi:before {
    content: "";
}

#about .fa-jedi-order:before {
    content: "";
}

#about .fa-jenkins:before {
    content: "";
}

#about .fa-jira:before {
    content: "";
}

#about .fa-joget:before {
    content: "";
}

#about .fa-joint:before {
    content: "";
}

#about .fa-joomla:before {
    content: "";
}

#about .fa-journal-whills:before {
    content: "";
}

#about .fa-js:before {
    content: "";
}

#about .fa-js-square:before {
    content: "";
}

#about .fa-jsfiddle:before {
    content: "";
}

#about .fa-kaaba:before {
    content: "";
}

#about .fa-kaggle:before {
    content: "";
}

#about .fa-key:before {
    content: "";
}

#about .fa-keybase:before {
    content: "";
}

#about .fa-keyboard:before {
    content: "";
}

#about .fa-keycdn:before {
    content: "";
}

#about .fa-khanda:before {
    content: "";
}

#about .fa-kickstarter:before {
    content: "";
}

#about .fa-kickstarter-k:before {
    content: "";
}

#about .fa-kiss:before {
    content: "";
}

#about .fa-kiss-beam:before {
    content: "";
}

#about .fa-kiss-wink-heart:before {
    content: "";
}

#about .fa-kiwi-bird:before {
    content: "";
}

#about .fa-korvue:before {
    content: "";
}

#about .fa-landmark:before {
    content: "";
}

#about .fa-language:before {
    content: "";
}

#about .fa-laptop:before {
    content: "";
}

#about .fa-laptop-code:before {
    content: "";
}

#about .fa-laptop-medical:before {
    content: "";
}

#about .fa-laravel:before {
    content: "";
}

#about .fa-lastfm:before {
    content: "";
}

#about .fa-lastfm-square:before {
    content: "";
}

#about .fa-laugh:before {
    content: "";
}

#about .fa-laugh-beam:before {
    content: "";
}

#about .fa-laugh-squint:before {
    content: "";
}

#about .fa-laugh-wink:before {
    content: "";
}

#about .fa-layer-group:before {
    content: "";
}

#about .fa-leaf:before {
    content: "";
}

#about .fa-leanpub:before {
    content: "";
}

#about .fa-lemon:before {
    content: "";
}

#about .fa-less:before {
    content: "";
}

#about .fa-less-than:before {
    content: "";
}

#about .fa-less-than-equal:before {
    content: "";
}

#about .fa-level-down-alt:before {
    content: "";
}

#about .fa-level-up-alt:before {
    content: "";
}

#about .fa-life-ring:before {
    content: "";
}

#about .fa-lightbulb:before {
    content: "";
}

#about .fa-line:before {
    content: "";
}

#about .fa-link:before {
    content: "";
}

#about .fa-linkedin:before {
    content: "";
}

#about .fa-linkedin-in:before {
    content: "";
}

#about .fa-linode:before {
    content: "";
}

#about .fa-linux:before {
    content: "";
}

#about .fa-lira-sign:before {
    content: "";
}

#about .fa-list:before {
    content: "";
}

#about .fa-list-alt:before {
    content: "";
}

#about .fa-list-ol:before {
    content: "";
}

#about .fa-list-ul:before {
    content: "";
}

#about .fa-location-arrow:before {
    content: "";
}

#about .fa-lock:before {
    content: "";
}

#about .fa-lock-open:before {
    content: "";
}

#about .fa-long-arrow-alt-down:before {
    content: "";
}

#about .fa-long-arrow-alt-left:before {
    content: "";
}

#about .fa-long-arrow-alt-right:before {
    content: "";
}

#about .fa-long-arrow-alt-up:before {
    content: "";
}

#about .fa-low-vision:before {
    content: "";
}

#about .fa-luggage-cart:before {
    content: "";
}

#about .fa-lyft:before {
    content: "";
}

#about .fa-magento:before {
    content: "";
}

#about .fa-magic:before {
    content: "";
}

#about .fa-magnet:before {
    content: "";
}

#about .fa-mail-bulk:before {
    content: "";
}

#about .fa-mailchimp:before {
    content: "";
}

#about .fa-male:before {
    content: "";
}

#about .fa-mandalorian:before {
    content: "";
}

#about .fa-map:before {
    content: "";
}

#about .fa-map-marked:before {
    content: "";
}

#about .fa-map-marked-alt:before {
    content: "";
}

#about .fa-map-marker:before {
    content: "";
}

#about .fa-map-marker-alt:before {
    content: "";
}

#about .fa-map-pin:before {
    content: "";
}

#about .fa-map-signs:before {
    content: "";
}

#about .fa-markdown:before {
    content: "";
}

#about .fa-marker:before {
    content: "";
}

#about .fa-mars:before {
    content: "";
}

#about .fa-mars-double:before {
    content: "";
}

#about .fa-mars-stroke:before {
    content: "";
}

#about .fa-mars-stroke-h:before {
    content: "";
}

#about .fa-mars-stroke-v:before {
    content: "";
}

#about .fa-mask:before {
    content: "";
}

#about .fa-mastodon:before {
    content: "";
}

#about .fa-maxcdn:before {
    content: "";
}

#about .fa-medal:before {
    content: "";
}

#about .fa-medapps:before {
    content: "";
}

#about .fa-medium:before {
    content: "";
}

#about .fa-medium-m:before {
    content: "";
}

#about .fa-medkit:before {
    content: "";
}

#about .fa-medrt:before {
    content: "";
}

#about .fa-meetup:before {
    content: "";
}

#about .fa-megaport:before {
    content: "";
}

#about .fa-meh:before {
    content: "";
}

#about .fa-meh-blank:before {
    content: "";
}

#about .fa-meh-rolling-eyes:before {
    content: "";
}

#about .fa-memory:before {
    content: "";
}

#about .fa-mendeley:before {
    content: "";
}

#about .fa-menorah:before {
    content: "";
}

#about .fa-mercury:before {
    content: "";
}

#about .fa-meteor:before {
    content: "";
}

#about .fa-microchip:before {
    content: "";
}

#about .fa-microphone:before {
    content: "";
}

#about .fa-microphone-alt:before {
    content: "";
}

#about .fa-microphone-alt-slash:before {
    content: "";
}

#about .fa-microphone-slash:before {
    content: "";
}

#about .fa-microscope:before {
    content: "";
}

#about .fa-microsoft:before {
    content: "";
}

#about .fa-minus:before {
    content: "";
}

#about .fa-minus-circle:before {
    content: "";
}

#about .fa-minus-square:before {
    content: "";
}

#about .fa-mitten:before {
    content: "";
}

#about .fa-mix:before {
    content: "";
}

#about .fa-mixcloud:before {
    content: "";
}

#about .fa-mizuni:before {
    content: "";
}

#about .fa-mobile:before {
    content: "";
}

#about .fa-mobile-alt:before {
    content: "";
}

#about .fa-modx:before {
    content: "";
}

#about .fa-monero:before {
    content: "";
}

#about .fa-money-bill:before {
    content: "";
}

#about .fa-money-bill-alt:before {
    content: "";
}

#about .fa-money-bill-wave:before {
    content: "";
}

#about .fa-money-bill-wave-alt:before {
    content: "";
}

#about .fa-money-check:before {
    content: "";
}

#about .fa-money-check-alt:before {
    content: "";
}

#about .fa-monument:before {
    content: "";
}

#about .fa-moon:before {
    content: "";
}

#about .fa-mortar-pestle:before {
    content: "";
}

#about .fa-mosque:before {
    content: "";
}

#about .fa-motorcycle:before {
    content: "";
}

#about .fa-mountain:before {
    content: "";
}

#about .fa-mouse-pointer:before {
    content: "";
}

#about .fa-mug-hot:before {
    content: "";
}

#about .fa-music:before {
    content: "";
}

#about .fa-napster:before {
    content: "";
}

#about .fa-neos:before {
    content: "";
}

#about .fa-network-wired:before {
    content: "";
}

#about .fa-neuter:before {
    content: "";
}

#about .fa-newspaper:before {
    content: "";
}

#about .fa-nimblr:before {
    content: "";
}

#about .fa-nintendo-switch:before {
    content: "";
}

#about .fa-node:before {
    content: "";
}

#about .fa-node-js:before {
    content: "";
}

#about .fa-not-equal:before {
    content: "";
}

#about .fa-notes-medical:before {
    content: "";
}

#about .fa-npm:before {
    content: "";
}

#about .fa-ns8:before {
    content: "";
}

#about .fa-nutritionix:before {
    content: "";
}

#about .fa-object-group:before {
    content: "";
}

#about .fa-object-ungroup:before {
    content: "";
}

#about .fa-odnoklassniki:before {
    content: "";
}

#about .fa-odnoklassniki-square:before {
    content: "";
}

#about .fa-oil-can:before {
    content: "";
}

#about .fa-old-republic:before {
    content: "";
}

#about .fa-om:before {
    content: "";
}

#about .fa-opencart:before {
    content: "";
}

#about .fa-openid:before {
    content: "";
}

#about .fa-opera:before {
    content: "";
}

#about .fa-optin-monster:before {
    content: "";
}

#about .fa-osi:before {
    content: "";
}

#about .fa-otter:before {
    content: "";
}

#about .fa-outdent:before {
    content: "";
}

#about .fa-page4:before {
    content: "";
}

#about .fa-pagelines:before {
    content: "";
}

#about .fa-pager:before {
    content: "";
}

#about .fa-paint-brush:before {
    content: "";
}

#about .fa-paint-roller:before {
    content: "";
}

#about .fa-palette:before {
    content: "";
}

#about .fa-palfed:before {
    content: "";
}

#about .fa-pallet:before {
    content: "";
}

#about .fa-paper-plane:before {
    content: "";
}

#about .fa-paperclip:before {
    content: "";
}

#about .fa-parachute-box:before {
    content: "";
}

#about .fa-paragraph:before {
    content: "";
}

#about .fa-parking:before {
    content: "";
}

#about .fa-passport:before {
    content: "";
}

#about .fa-pastafarianism:before {
    content: "";
}

#about .fa-paste:before {
    content: "";
}

#about .fa-patreon:before {
    content: "";
}

#about .fa-pause:before {
    content: "";
}

#about .fa-pause-circle:before {
    content: "";
}

#about .fa-paw:before {
    content: "";
}

#about .fa-paypal:before {
    content: "";
}

#about .fa-peace:before {
    content: "";
}

#about .fa-pen:before {
    content: "";
}

#about .fa-pen-alt:before {
    content: "";
}

#about .fa-pen-fancy:before {
    content: "";
}

#about .fa-pen-nib:before {
    content: "";
}

#about .fa-pen-square:before {
    content: "";
}

#about .fa-pencil-alt:before {
    content: "";
}

#about .fa-pencil-ruler:before {
    content: "";
}

#about .fa-penny-arcade:before {
    content: "";
}

#about .fa-people-carry:before {
    content: "";
}

#about .fa-pepper-hot:before {
    content: "";
}

#about .fa-percent:before {
    content: "";
}

#about .fa-percentage:before {
    content: "";
}

#about .fa-periscope:before {
    content: "";
}

#about .fa-person-booth:before {
    content: "";
}

#about .fa-phabricator:before {
    content: "";
}

#about .fa-phoenix-framework:before {
    content: "";
}

#about .fa-phoenix-squadron:before {
    content: "";
}

#about .fa-phone:before {
    content: "";
}

#about .fa-phone-slash:before {
    content: "";
}

#about .fa-phone-square:before {
    content: "";
}

#about .fa-phone-volume:before {
    content: "";
}

#about .fa-php:before {
    content: "";
}

#about .fa-pied-piper:before {
    content: "";
}

#about .fa-pied-piper-alt:before {
    content: "";
}

#about .fa-pied-piper-hat:before {
    content: "";
}

#about .fa-pied-piper-pp:before {
    content: "";
}

#about .fa-piggy-bank:before {
    content: "";
}

#about .fa-pills:before {
    content: "";
}

#about .fa-pinterest:before {
    content: "";
}

#about .fa-pinterest-p:before {
    content: "";
}

#about .fa-pinterest-square:before {
    content: "";
}

#about .fa-pizza-slice:before {
    content: "";
}

#about .fa-place-of-worship:before {
    content: "";
}

#about .fa-plane:before {
    content: "";
}

#about .fa-plane-arrival:before {
    content: "";
}

#about .fa-plane-departure:before {
    content: "";
}

#about .fa-play:before {
    content: "";
}

#about .fa-play-circle:before {
    content: "";
}

#about .fa-playstation:before {
    content: "";
}

#about .fa-plug:before {
    content: "";
}

#about .fa-plus:before {
    content: "";
}

#about .fa-plus-circle:before {
    content: "";
}

#about .fa-plus-square:before {
    content: "";
}

#about .fa-podcast:before {
    content: "";
}

#about .fa-poll:before {
    content: "";
}

#about .fa-poll-h:before {
    content: "";
}

#about .fa-poo:before {
    content: "";
}

#about .fa-poo-storm:before {
    content: "";
}

#about .fa-poop:before {
    content: "";
}

#about .fa-portrait:before {
    content: "";
}

#about .fa-pound-sign:before {
    content: "";
}

#about .fa-power-off:before {
    content: "";
}

#about .fa-pray:before {
    content: "";
}

#about .fa-praying-hands:before {
    content: "";
}

#about .fa-prescription:before {
    content: "";
}

#about .fa-prescription-bottle:before {
    content: "";
}

#about .fa-prescription-bottle-alt:before {
    content: "";
}

#about .fa-print:before {
    content: "";
}

#about .fa-procedures:before {
    content: "";
}

#about .fa-product-hunt:before {
    content: "";
}

#about .fa-project-diagram:before {
    content: "";
}

#about .fa-pushed:before {
    content: "";
}

#about .fa-puzzle-piece:before {
    content: "";
}

#about .fa-python:before {
    content: "";
}

#about .fa-qq:before {
    content: "";
}

#about .fa-qrcode:before {
    content: "";
}

#about .fa-question:before {
    content: "";
}

#about .fa-question-circle:before {
    content: "";
}

#about .fa-quidditch:before {
    content: "";
}

#about .fa-quinscape:before {
    content: "";
}

#about .fa-quora:before {
    content: "";
}

#about .fa-quote-left:before {
    content: "";
}

#about .fa-quote-right:before {
    content: "";
}

#about .fa-quran:before {
    content: "";
}

#about .fa-r-project:before {
    content: "";
}

#about .fa-radiation:before {
    content: "";
}

#about .fa-radiation-alt:before {
    content: "";
}

#about .fa-rainbow:before {
    content: "";
}

#about .fa-random:before {
    content: "";
}

#about .fa-raspberry-pi:before {
    content: "";
}

#about .fa-ravelry:before {
    content: "";
}

#about .fa-react:before {
    content: "";
}

#about .fa-reacteurope:before {
    content: "";
}

#about .fa-readme:before {
    content: "";
}

#about .fa-rebel:before {
    content: "";
}

#about .fa-receipt:before {
    content: "";
}

#about .fa-recycle:before {
    content: "";
}

#about .fa-red-river:before {
    content: "";
}

#about .fa-reddit:before {
    content: "";
}

#about .fa-reddit-alien:before {
    content: "";
}

#about .fa-reddit-square:before {
    content: "";
}

#about .fa-redhat:before {
    content: "";
}

#about .fa-redo:before {
    content: "";
}

#about .fa-redo-alt:before {
    content: "";
}

#about .fa-registered:before {
    content: "";
}

#about .fa-renren:before {
    content: "";
}

#about .fa-reply:before {
    content: "";
}

#about .fa-reply-all:before {
    content: "";
}

#about .fa-replyd:before {
    content: "";
}

#about .fa-republican:before {
    content: "";
}

#about .fa-researchgate:before {
    content: "";
}

#about .fa-resolving:before {
    content: "";
}

#about .fa-restroom:before {
    content: "";
}

#about .fa-retweet:before {
    content: "";
}

#about .fa-rev:before {
    content: "";
}

#about .fa-ribbon:before {
    content: "";
}

#about .fa-ring:before {
    content: "";
}

#about .fa-road:before {
    content: "";
}

#about .fa-robot:before {
    content: "";
}

#about .fa-rocket:before {
    content: "";
}

#about .fa-rocketchat:before {
    content: "";
}

#about .fa-rockrms:before {
    content: "";
}

#about .fa-route:before {
    content: "";
}

#about .fa-rss:before {
    content: "";
}

#about .fa-rss-square:before {
    content: "";
}

#about .fa-ruble-sign:before {
    content: "";
}

#about .fa-ruler:before {
    content: "";
}

#about .fa-ruler-combined:before {
    content: "";
}

#about .fa-ruler-horizontal:before {
    content: "";
}

#about .fa-ruler-vertical:before {
    content: "";
}

#about .fa-running:before {
    content: "";
}

#about .fa-rupee-sign:before {
    content: "";
}

#about .fa-sad-cry:before {
    content: "";
}

#about .fa-sad-tear:before {
    content: "";
}

#about .fa-safari:before {
    content: "";
}

#about .fa-sass:before {
    content: "";
}

#about .fa-satellite:before {
    content: "";
}

#about .fa-satellite-dish:before {
    content: "";
}

#about .fa-save:before {
    content: "";
}

#about .fa-schlix:before {
    content: "";
}

#about .fa-school:before {
    content: "";
}

#about .fa-screwdriver:before {
    content: "";
}

#about .fa-scribd:before {
    content: "";
}

#about .fa-scroll:before {
    content: "";
}

#about .fa-sd-card:before {
    content: "";
}

#about .fa-search:before {
    content: "";
}

#about .fa-search-dollar:before {
    content: "";
}

#about .fa-search-location:before {
    content: "";
}

#about .fa-search-minus:before {
    content: "";
}

#about .fa-search-plus:before {
    content: "";
}

#about .fa-searchengin:before {
    content: "";
}

#about .fa-seedling:before {
    content: "";
}

#about .fa-sellcast:before {
    content: "";
}

#about .fa-sellsy:before {
    content: "";
}

#about .fa-server:before {
    content: "";
}

#about .fa-servicestack:before {
    content: "";
}

#about .fa-shapes:before {
    content: "";
}

#about .fa-share:before {
    content: "";
}

#about .fa-share-alt:before {
    content: "";
}

#about .fa-share-alt-square:before {
    content: "";
}

#about .fa-share-square:before {
    content: "";
}

#about .fa-shekel-sign:before {
    content: "";
}

#about .fa-shield-alt:before {
    content: "";
}

#about .fa-ship:before {
    content: "";
}

#about .fa-shipping-fast:before {
    content: "";
}

#about .fa-shirtsinbulk:before {
    content: "";
}

#about .fa-shoe-prints:before {
    content: "";
}

#about .fa-shopping-bag:before {
    content: "";
}

#about .fa-shopping-basket:before {
    content: "";
}

#about .fa-shopping-cart:before {
    content: "";
}

#about .fa-shopware:before {
    content: "";
}

#about .fa-shower:before {
    content: "";
}

#about .fa-shuttle-van:before {
    content: "";
}

#about .fa-sign:before {
    content: "";
}

#about .fa-sign-in-alt:before {
    content: "";
}

#about .fa-sign-language:before {
    content: "";
}

#about .fa-sign-out-alt:before {
    content: "";
}

#about .fa-signal:before {
    content: "";
}

#about .fa-signature:before {
    content: "";
}

#about .fa-sim-card:before {
    content: "";
}

#about .fa-simplybuilt:before {
    content: "";
}

#about .fa-sistrix:before {
    content: "";
}

#about .fa-sitemap:before {
    content: "";
}

#about .fa-sith:before {
    content: "";
}

#about .fa-skating:before {
    content: "";
}

#about .fa-sketch:before {
    content: "";
}

#about .fa-skiing:before {
    content: "";
}

#about .fa-skiing-nordic:before {
    content: "";
}

#about .fa-skull:before {
    content: "";
}

#about .fa-skull-crossbones:before {
    content: "";
}

#about .fa-skyatlas:before {
    content: "";
}

#about .fa-skype:before {
    content: "";
}

#about .fa-slack:before {
    content: "";
}

#about .fa-slack-hash:before {
    content: "";
}

#about .fa-slash:before {
    content: "";
}

#about .fa-sleigh:before {
    content: "";
}

#about .fa-sliders-h:before {
    content: "";
}

#about .fa-slideshare:before {
    content: "";
}

#about .fa-smile:before {
    content: "";
}

#about .fa-smile-beam:before {
    content: "";
}

#about .fa-smile-wink:before {
    content: "";
}

#about .fa-smog:before {
    content: "";
}

#about .fa-smoking:before {
    content: "";
}

#about .fa-smoking-ban:before {
    content: "";
}

#about .fa-sms:before {
    content: "";
}

#about .fa-snapchat:before {
    content: "";
}

#about .fa-snapchat-ghost:before {
    content: "";
}

#about .fa-snapchat-square:before {
    content: "";
}

#about .fa-snowboarding:before {
    content: "";
}

#about .fa-snowflake:before {
    content: "";
}

#about .fa-snowman:before {
    content: "";
}

#about .fa-snowplow:before {
    content: "";
}

#about .fa-socks:before {
    content: "";
}

#about .fa-solar-panel:before {
    content: "";
}

#about .fa-sort:before {
    content: "";
}

#about .fa-sort-alpha-down:before {
    content: "";
}

#about .fa-sort-alpha-up:before {
    content: "";
}

#about .fa-sort-amount-down:before {
    content: "";
}

#about .fa-sort-amount-up:before {
    content: "";
}

#about .fa-sort-down:before {
    content: "";
}

#about .fa-sort-numeric-down:before {
    content: "";
}

#about .fa-sort-numeric-up:before {
    content: "";
}

#about .fa-sort-up:before {
    content: "";
}

#about .fa-soundcloud:before {
    content: "";
}

#about .fa-sourcetree:before {
    content: "";
}

#about .fa-spa:before {
    content: "";
}

#about .fa-space-shuttle:before {
    content: "";
}

#about .fa-speakap:before {
    content: "";
}

#about .fa-spider:before {
    content: "";
}

#about .fa-spinner:before {
    content: "";
}

#about .fa-splotch:before {
    content: "";
}

#about .fa-spotify:before {
    content: "";
}

#about .fa-spray-can:before {
    content: "";
}

#about .fa-square:before {
    content: "";
}

#about .fa-square-full:before {
    content: "";
}

#about .fa-square-root-alt:before {
    content: "";
}

#about .fa-squarespace:before {
    content: "";
}

#about .fa-stack-exchange:before {
    content: "";
}

#about .fa-stack-overflow:before {
    content: "";
}

#about .fa-stamp:before {
    content: "";
}

#about .fa-star:before {
    content: "";
}

#about .fa-star-and-crescent:before {
    content: "";
}

#about .fa-star-half:before {
    content: "";
}

#about .fa-star-half-alt:before {
    content: "";
}

#about .fa-star-of-david:before {
    content: "";
}

#about .fa-star-of-life:before {
    content: "";
}

#about .fa-staylinked:before {
    content: "";
}

#about .fa-steam:before {
    content: "";
}

#about .fa-steam-square:before {
    content: "";
}

#about .fa-steam-symbol:before {
    content: "";
}

#about .fa-step-backward:before {
    content: "";
}

#about .fa-step-forward:before {
    content: "";
}

#about .fa-stethoscope:before {
    content: "";
}

#about .fa-sticker-mule:before {
    content: "";
}

#about .fa-sticky-note:before {
    content: "";
}

#about .fa-stop:before {
    content: "";
}

#about .fa-stop-circle:before {
    content: "";
}

#about .fa-stopwatch:before {
    content: "";
}

#about .fa-store:before {
    content: "";
}

#about .fa-store-alt:before {
    content: "";
}

#about .fa-strava:before {
    content: "";
}

#about .fa-stream:before {
    content: "";
}

#about .fa-street-view:before {
    content: "";
}

#about .fa-strikethrough:before {
    content: "";
}

#about .fa-stripe:before {
    content: "";
}

#about .fa-stripe-s:before {
    content: "";
}

#about .fa-stroopwafel:before {
    content: "";
}

#about .fa-studiovinari:before {
    content: "";
}

#about .fa-stumbleupon:before {
    content: "";
}

#about .fa-stumbleupon-circle:before {
    content: "";
}

#about .fa-subscript:before {
    content: "";
}

#about .fa-subway:before {
    content: "";
}

#about .fa-suitcase:before {
    content: "";
}

#about .fa-suitcase-rolling:before {
    content: "";
}

#about .fa-sun:before {
    content: "";
}

#about .fa-superpowers:before {
    content: "";
}

#about .fa-superscript:before {
    content: "";
}

#about .fa-supple:before {
    content: "";
}

#about .fa-surprise:before {
    content: "";
}

#about .fa-suse:before {
    content: "";
}

#about .fa-swatchbook:before {
    content: "";
}

#about .fa-swimmer:before {
    content: "";
}

#about .fa-swimming-pool:before {
    content: "";
}

#about .fa-synagogue:before {
    content: "";
}

#about .fa-sync:before {
    content: "";
}

#about .fa-sync-alt:before {
    content: "";
}

#about .fa-syringe:before {
    content: "";
}

#about .fa-table:before {
    content: "";
}

#about .fa-table-tennis:before {
    content: "";
}

#about .fa-tablet:before {
    content: "";
}

#about .fa-tablet-alt:before {
    content: "";
}

#about .fa-tablets:before {
    content: "";
}

#about .fa-tachometer-alt:before {
    content: "";
}

#about .fa-tag:before {
    content: "";
}

#about .fa-tags:before {
    content: "";
}

#about .fa-tape:before {
    content: "";
}

#about .fa-tasks:before {
    content: "";
}

#about .fa-taxi:before {
    content: "";
}

#about .fa-teamspeak:before {
    content: "";
}

#about .fa-teeth:before {
    content: "";
}

#about .fa-teeth-open:before {
    content: "";
}

#about .fa-telegram:before {
    content: "";
}

#about .fa-telegram-plane:before {
    content: "";
}

#about .fa-temperature-high:before {
    content: "";
}

#about .fa-temperature-low:before {
    content: "";
}

#about .fa-tencent-weibo:before {
    content: "";
}

#about .fa-tenge:before {
    content: "";
}

#about .fa-terminal:before {
    content: "";
}

#about .fa-text-height:before {
    content: "";
}

#about .fa-text-width:before {
    content: "";
}

#about .fa-th:before {
    content: "";
}

#about .fa-th-large:before {
    content: "";
}

#about .fa-th-list:before {
    content: "";
}

#about .fa-the-red-yeti:before {
    content: "";
}

#about .fa-theater-masks:before {
    content: "";
}

#about .fa-themeco:before {
    content: "";
}

#about .fa-themeisle:before {
    content: "";
}

#about .fa-thermometer:before {
    content: "";
}

#about .fa-thermometer-empty:before {
    content: "";
}

#about .fa-thermometer-full:before {
    content: "";
}

#about .fa-thermometer-half:before {
    content: "";
}

#about .fa-thermometer-quarter:before {
    content: "";
}

#about .fa-thermometer-three-quarters:before {
    content: "";
}

#about .fa-think-peaks:before {
    content: "";
}

#about .fa-thumbs-down:before {
    content: "";
}

#about .fa-thumbs-up:before {
    content: "";
}

#about .fa-thumbtack:before {
    content: "";
}

#about .fa-ticket-alt:before {
    content: "";
}

#about .fa-times:before {
    content: "";
}

#about .fa-times-circle:before {
    content: "";
}

#about .fa-tint:before {
    content: "";
}

#about .fa-tint-slash:before {
    content: "";
}

#about .fa-tired:before {
    content: "";
}

#about .fa-toggle-off:before {
    content: "";
}

#about .fa-toggle-on:before {
    content: "";
}

#about .fa-toilet:before {
    content: "";
}

#about .fa-toilet-paper:before {
    content: "";
}

#about .fa-toolbox:before {
    content: "";
}

#about .fa-tools:before {
    content: "";
}

#about .fa-tooth:before {
    content: "";
}

#about .fa-torah:before {
    content: "";
}

#about .fa-torii-gate:before {
    content: "";
}

#about .fa-tractor:before {
    content: "";
}

#about .fa-trade-federation:before {
    content: "";
}

#about .fa-trademark:before {
    content: "";
}

#about .fa-traffic-light:before {
    content: "";
}

#about .fa-train:before {
    content: "";
}

#about .fa-tram:before {
    content: "";
}

#about .fa-transgender:before {
    content: "";
}

#about .fa-transgender-alt:before {
    content: "";
}

#about .fa-trash:before {
    content: "";
}

#about .fa-trash-alt:before {
    content: "";
}

#about .fa-trash-restore:before {
    content: "";
}

#about .fa-trash-restore-alt:before {
    content: "";
}

#about .fa-tree:before {
    content: "";
}

#about .fa-trello:before {
    content: "";
}

#about .fa-tripadvisor:before {
    content: "";
}

#about .fa-trophy:before {
    content: "";
}

#about .fa-truck:before {
    content: "";
}

#about .fa-truck-loading:before {
    content: "";
}

#about .fa-truck-monster:before {
    content: "";
}

#about .fa-truck-moving:before {
    content: "";
}

#about .fa-truck-pickup:before {
    content: "";
}

#about .fa-tshirt:before {
    content: "";
}

#about .fa-tty:before {
    content: "";
}

#about .fa-tumblr:before {
    content: "";
}

#about .fa-tumblr-square:before {
    content: "";
}

#about .fa-tv:before {
    content: "";
}

#about .fa-twitch:before {
    content: "";
}

#about .fa-twitter:before {
    content: "";
}

#about .fa-twitter-square:before {
    content: "";
}

#about .fa-typo3:before {
    content: "";
}

#about .fa-uber:before {
    content: "";
}

#about .fa-ubuntu:before {
    content: "";
}

#about .fa-uikit:before {
    content: "";
}

#about .fa-umbrella:before {
    content: "";
}

#about .fa-umbrella-beach:before {
    content: "";
}

#about .fa-underline:before {
    content: "";
}

#about .fa-undo:before {
    content: "";
}

#about .fa-undo-alt:before {
    content: "";
}

#about .fa-uniregistry:before {
    content: "";
}

#about .fa-universal-access:before {
    content: "";
}

#about .fa-university:before {
    content: "";
}

#about .fa-unlink:before {
    content: "";
}

#about .fa-unlock:before {
    content: "";
}

#about .fa-unlock-alt:before {
    content: "";
}

#about .fa-untappd:before {
    content: "";
}

#about .fa-upload:before {
    content: "";
}

#about .fa-ups:before {
    content: "";
}

#about .fa-usb:before {
    content: "";
}

#about .fa-user:before {
    content: "";
}

#about .fa-user-alt:before {
    content: "";
}

#about .fa-user-alt-slash:before {
    content: "";
}

#about .fa-user-astronaut:before {
    content: "";
}

#about .fa-user-check:before {
    content: "";
}

#about .fa-user-circle:before {
    content: "";
}

#about .fa-user-clock:before {
    content: "";
}

#about .fa-user-cog:before {
    content: "";
}

#about .fa-user-edit:before {
    content: "";
}

#about .fa-user-friends:before {
    content: "";
}

#about .fa-user-graduate:before {
    content: "";
}

#about .fa-user-injured:before {
    content: "";
}

#about .fa-user-lock:before {
    content: "";
}

#about .fa-user-md:before {
    content: "";
}

#about .fa-user-minus:before {
    content: "";
}

#about .fa-user-ninja:before {
    content: "";
}

#about .fa-user-nurse:before {
    content: "";
}

#about .fa-user-plus:before {
    content: "";
}

#about .fa-user-secret:before {
    content: "";
}

#about .fa-user-shield:before {
    content: "";
}

#about .fa-user-slash:before {
    content: "";
}

#about .fa-user-tag:before {
    content: "";
}

#about .fa-user-tie:before {
    content: "";
}

#about .fa-user-times:before {
    content: "";
}

#about .fa-users:before {
    content: "";
}

#about .fa-users-cog:before {
    content: "";
}

#about .fa-usps:before {
    content: "";
}

#about .fa-ussunnah:before {
    content: "";
}

#about .fa-utensil-spoon:before {
    content: "";
}

#about .fa-utensils:before {
    content: "";
}

#about .fa-vaadin:before {
    content: "";
}

#about .fa-vector-square:before {
    content: "";
}

#about .fa-venus:before {
    content: "";
}

#about .fa-venus-double:before {
    content: "";
}

#about .fa-venus-mars:before {
    content: "";
}

#about .fa-viacoin:before {
    content: "";
}

#about .fa-viadeo:before {
    content: "";
}

#about .fa-viadeo-square:before {
    content: "";
}

#about .fa-vial:before {
    content: "";
}

#about .fa-vials:before {
    content: "";
}

#about .fa-viber:before {
    content: "";
}

#about .fa-video:before {
    content: "";
}

#about .fa-video-slash:before {
    content: "";
}

#about .fa-vihara:before {
    content: "";
}

#about .fa-vimeo:before {
    content: "";
}

#about .fa-vimeo-square:before {
    content: "";
}

#about .fa-vimeo-v:before {
    content: "";
}

#about .fa-vine:before {
    content: "";
}

#about .fa-vk:before {
    content: "";
}

#about .fa-vnv:before {
    content: "";
}

#about .fa-volleyball-ball:before {
    content: "";
}

#about .fa-volume-down:before {
    content: "";
}

#about .fa-volume-mute:before {
    content: "";
}

#about .fa-volume-off:before {
    content: "";
}

#about .fa-volume-up:before {
    content: "";
}

#about .fa-vote-yea:before {
    content: "";
}

#about .fa-vr-cardboard:before {
    content: "";
}

#about .fa-vuejs:before {
    content: "";
}

#about .fa-walking:before {
    content: "";
}

#about .fa-wallet:before {
    content: "";
}

#about .fa-warehouse:before {
    content: "";
}

#about .fa-water:before {
    content: "";
}

#about .fa-weebly:before {
    content: "";
}

#about .fa-weibo:before {
    content: "";
}

#about .fa-weight:before {
    content: "";
}

#about .fa-weight-hanging:before {
    content: "";
}

#about .fa-weixin:before {
    content: "";
}

#about .fa-whatsapp:before {
    content: "";
}

#about .fa-whatsapp-square:before {
    content: "";
}

#about .fa-wheelchair:before {
    content: "";
}

#about .fa-whmcs:before {
    content: "";
}

#about .fa-wifi:before {
    content: "";
}

#about .fa-wikipedia-w:before {
    content: "";
}

#about .fa-wind:before {
    content: "";
}

#about .fa-window-close:before {
    content: "";
}

#about .fa-window-maximize:before {
    content: "";
}

#about .fa-window-minimize:before {
    content: "";
}

#about .fa-window-restore:before {
    content: "";
}

#about .fa-windows:before {
    content: "";
}

#about .fa-wine-bottle:before {
    content: "";
}

#about .fa-wine-glass:before {
    content: "";
}

#about .fa-wine-glass-alt:before {
    content: "";
}

#about .fa-wix:before {
    content: "";
}

#about .fa-wizards-of-the-coast:before {
    content: "";
}

#about .fa-wolf-pack-battalion:before {
    content: "";
}

#about .fa-won-sign:before {
    content: "";
}

#about .fa-wordpress:before {
    content: "";
}

#about .fa-wordpress-simple:before {
    content: "";
}

#about .fa-wpbeginner:before {
    content: "";
}

#about .fa-wpexplorer:before {
    content: "";
}

#about .fa-wpforms:before {
    content: "";
}

#about .fa-wpressr:before {
    content: "";
}

#about .fa-wrench:before {
    content: "";
}

#about .fa-x-ray:before {
    content: "";
}

#about .fa-xbox:before {
    content: "";
}

#about .fa-xing:before {
    content: "";
}

#about .fa-xing-square:before {
    content: "";
}

#about .fa-y-combinator:before {
    content: "";
}

#about .fa-yahoo:before {
    content: "";
}

#about .fa-yandex:before {
    content: "";
}

#about .fa-yandex-international:before {
    content: "";
}

#about .fa-yarn:before {
    content: "";
}

#about .fa-yelp:before {
    content: "";
}

#about .fa-yen-sign:before {
    content: "";
}

#about .fa-yin-yang:before {
    content: "";
}

#about .fa-yoast:before {
    content: "";
}

#about .fa-youtube:before {
    content: "";
}

#about .fa-youtube-square:before {
    content: "";
}

#about .fa-zhihu:before {
    content: "";
}

#about .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#about .sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

#about .fab {
    font-family: "Font Awesome 5 Brands";
}

#about .far {
    font-weight: 400;
}

#about .fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

#about .fa,
.fas {
    font-weight: 900;
}

#about .primary-login {
    width: 24%;
}

#about .mag-logo-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

#about .mag-logo-list__item {
    margin: 0 2.5%;
}

#about .owl-buttons>div {
    background: transparent !important;
}

.content-img-slider__slides::before {
    content: "";
    background: transparent url(/images/sprite-sparkle.png) no-repeat scroll 0 0/100% auto;
    width: 135px;
    height: 135px;
    display: block;
    position: absolute;
    right: 231px;
    top: -79px;
    z-index: -1;
}

.content-img-slider__slides_new::before {
    content: "";
    width: 135px;
    height: 135px;
    display: block;
    position: absolute;
    right: 231px;
    top: -79px;
    z-index: -1;
}

.content-img-slider-new-right::before {
    right: 172px;
    top: -74px;
}

.content-img-slider-new-left::before {
    left: 172px;
    top: -74px;
}

.content-img-slider-new-right,
.content-img-slider-new-left {
    position: relative;
    z-index: 1;
}


.content-img-slider-new-right::before,
.content-img-slider-new-left::before {
    content: "";
    background: transparent url(/images/sprite-sparkle-half.png) no-repeat scroll 0 0/100% auto;
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    z-index: -1;
}