@charset "UTF-8";/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,figure,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h2,h3,h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h2,h3,h4 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-9,.col-md-12,.col-md-6,.col-sm-12,.col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.collapse {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
}

.d-block {
    display: block!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
}

.w-100 {
    width: 100%!important
}

.mx-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mx-0 {
    margin-left: 0!important
}

.p-0 {
    padding: 0!important
}

.py-0 {
    padding-top: 0!important
}

.px-0 {
    padding-right: 0!important
}

.py-0 {
    padding-bottom: 0!important
}

.px-0 {
    padding-left: 0!important
}

@media (min-width: 992px) {
    .ml-lg-auto {
        margin-left:auto!important
    }
}

.text-left {
    text-align: left!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }
}

.text-uppercase {
    text-transform: uppercase!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0);
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'),url(../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'),url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'),url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'),url(../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: hs-icons;
    src: url(fonts/hs-icons.ttf?xa77py) format('truetype'),url(fonts/hs-icons.woff?xa77py) format('woff'),url(fonts/hs-icons.svg?xa77py#hs-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 14px
}

body {
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.6;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    text-rendering: optimizelegibility;
    background-color: #fff
}

a {
    color: #b70000;
    outline: 0
}

a:focus,a:hover {
    color: #45c2b3
}

.nav-link {
    color: #999
}

.nav-link:focus,.nav-link:hover {
    color: #999
}

figure {
    margin-bottom: 0
}

h2,h3,h4 {
    line-height: 1.4
}

::selection {
    color: #fff;
    background-color: #b70000
}

.g-bg-primary ::selection {
    color: #b70000;
    background-color: #fff
}

[class*=u-go-to] {
    display: none
}

.u-go-to-v1 {
    width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color: rgba(255,255,255,.7);
    color: #999;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    transition: .3s ease-out;
    z-index: 11
}

.u-go-to-v1 i {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.u-go-to-v1:focus:hover,.u-go-to-v1:hover {
    text-decoration: none;
    color: #fff;
    background-color: #b70000
}

.u-go-to-v1:focus {
    text-decoration: none;
    color: #999;
    background-color: rgba(255,255,255,.7)
}

@media (max-width: 576px - 1) {
    .u-go-to-v1 {
        -ms-transform:scale(.8,.8);
        transform: scale(.8,.8)
    }
}

[class*=u-go-to] {
    display: none
}

[class*=u-go-to] {
    display: none
}

.u-header {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    font-size: .92857rem;
    z-index: 101
}

.u-header--sticky-top {
    position: fixed
}

.u-header--sticky-top {
    bottom: auto;
    top: 0
}

.u-header--moved-up {
    transform: translate3d(0,-100%,0)
}

.u-header[data-header-fix-effect] {
    transition: .3s ease
}

.u-header__section {
    position: relative;
    z-index: 1
}

.u-header__section:nth-child(1) {
    z-index: 5
}

.u-header__logo {
    position: relative;
    z-index: 1
}

.u-header__logo-img {
    top: 0;
    left: 0
}

.navbar>.container {
    position: relative
}

@media all and (max-width: 992px - 1) {
    .navbar-expand-lg>.container {
        -ms-flex-pack:start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-collapse {
        width: 100%;
        -ms-flex-order: 10;
        order: 10
    }
}

.btn {
    position: relative;
    transition: .2s ease;
    cursor: pointer
}

.btn:active:focus,.btn:focus {
    outline: 0 none;
    box-shadow: none
}

.btn-xs {
    line-height: 1.4;
    padding: .14286rem .5rem;
    font-size: .78571rem
}

.btn-md {
    line-height: 1.4;
    padding: .57143rem 1.42857rem;
    font-size: 1.07143rem
}

.u-btn-primary {
    color: #fff;
    background-color: #b70000
}

.u-btn-primary:hover {
    border-color: #ea0000;
    background-color: #ea0000
}

.u-btn-primary:focus,.u-btn-primary:hover {
    color: #fff
}

.u-btn-white {
    color: #555;
    background-color: #fff
}

.u-btn-white:hover {
    border-color: #fff;
    background-color: #fff
}

.u-btn-white:focus,.u-btn-white:hover {
    color: #555
}

.u-btn-red {
    color: #fff;
    background-color: red
}

.u-btn-red:hover {
    border-color: #f33;
    background-color: #f33
}

.u-btn-red:focus,.u-btn-red:hover {
    color: #fff
}

.u-btn-blue {
    color: #fff;
    background-color: #3398dc
}

.u-btn-blue:hover {
    border-color: #5faee3;
    background-color: #5faee3
}

.u-btn-blue:focus,.u-btn-blue:hover {
    color: #fff
}

.u-btn-orange {
    color: #fff;
    background-color: #e57d20
}

.u-btn-orange:hover {
    border-color: #ea984e;
    background-color: #ea984e
}

.u-btn-orange:focus,.u-btn-orange:hover {
    color: #fff
}

.u-icon-v1,.u-icon-v3 {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out
}

.u-icon-v1:hover,.u-icon-v3:hover {
    text-decoration: none
}

.u-icon-v1::before,.u-icon-v3::before {
    display: block
}

.u-icon-v1>i,.u-icon-v3>i {
    position: relative;
    top: 50%;
    display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.u-icon-v1 {
    width: 2.57143rem;
    height: 2.57143rem;
    font-size: 1.42857rem
}

.u-icon-v3 {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem
}

.u-icon-v3 {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem
}

.u-icon-v3 {
    background-color: #eee
}

.u-icon-v3 {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem
}

.u-icon-v3 {
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem
}

:hover>.u-shadow-v1-5--hover-parent {
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}

:hover>.u-shadow-v1-6--hover-parent {
    box-shadow: 0 0 10px rgba(0,0,0,.2)
}

:hover>.u-shadow-v1-7--hover-parent {
    box-shadow: 0 0 8px #eee
}

.u-shadow-v27 {
    box-shadow: 0 0 3px #b5b5b5
}

.u-form-control::placeholder {
    color: inherit;
    opacity: .3
}

.g-color-primary:focus {
    color: #b70000
}

.u-searchform-v2 .form-control::placeholder {
    color: g-color-white;
    opacity: .85
}

.u-searchform-v3 .form-control::placeholder {
    color: g-color-white;
    opacity: .85
}

.u-searchform-v4 .form-control::placeholder {
    color: g-color-gray-dark-v4;
    opacity: 1
}

.u-searchform-v5 .form-control::placeholder {
    color: g-color-gray-dark-v4;
    opacity: 1
}

[data-animation]:not(.u-in-viewport) {
    visibility: hidden
}

.nav-item>.nav-link,.nav-item>a {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: ease-in
}

@-moz-document url-prefix() {
}

@media (min-width: 768px) {
    @-moz-document url-prefix() {
    }
}

.hamburger-inner::after,.hamburger-inner::before {
    background-color: inherit
}

[class*=u-block-hover] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

[class*=u-block-hover],[class*=u-block-hover]::after,[class*=u-block-hover]::before {
    transition: all .3s ease
}

.u-block-hover__main--zoom-v1 {
    -webkit-transform: scale(1.01)
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.u-bg-overlay {
    position: relative
}

.u-bg-overlay::after,.u-bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.form-control::placeholder {
    color: inherit;
    opacity: .5
}

.hamburger {
    padding: 10px
}

.hamburger-box {
    width: 37px;
    height: 25px
}

.hamburger-inner {
    margin-top: 1px
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    width: 100%;
    height: 1px;
    border-radius: 0
}

.g-bg-primary {
    background-color: #b70000!important
}

.g-bg-black {
    background-color: #000!important
}

.g-bg-black-opacity-0_5--after::after {
    background-color: rgba(0,0,0,.5)!important
}

.g-bg-white {
    background-color: #fff!important
}

.g-bg-gray-light-v5 {
    background-color: #f7f7f7!important
}

.g-bg-darkpurple {
    background-color: #690000!important
}

.g-bg-facebook {
    background-color: #3b5998
}

.g-bg-twitter {
    background-color: #00acee
}

.g-bg-google-plus {
    background-color: #dd4b39
}

:hover>*>.g-fill-primary--hover-parent svg path,:hover>*>.g-fill-primary--hover-parent svg polygon {
    fill: #b70000!important
}

:hover>*>.g-fill-white--hover-parent svg path,:hover>*>.g-fill-white--hover-parent svg polygon {
    fill: #fff!important
}

:hover>*>.g-fill-main--hover-parent svg path,:hover>*>.g-fill-main--hover-parent svg polygon {
    fill: #fff!important
}

:hover>*>.g-fill-gray-light-v4--hover-parent svg path,:hover>*>.g-fill-gray-light-v4--hover-parent svg polygon {
    fill: #eee!important
}

:hover>*>.g-fill-red--hover-parent path,:hover>*>.g-fill-red--hover-parent polygon {
    fill: red!important
}

:hover>.g-fill-red--parent-hover path,:hover>.g-fill-red--parent-hover polygon {
    fill: red!important
}

:hover>*>*>.g-fill-red--parent-parent-parent-hover path,:hover>*>*>.g-fill-red--parent-parent-parent-hover polygon {
    fill: red!important
}

.g-brd-none {
    border: none!important
}

.g-rounded-50x {
    border-radius: 50%
}

.g-rounded-10 {
    border-radius: 10px!important
}

.g-rounded-50 {
    border-radius: 50px!important
}

.g-brd-2 {
    border-width: 2px!important
}

:hover>.g-brd-primary--hover-parent {
    border-color: #b70000!important
}

:hover>.g-brd-primary-opacity-0_3--hover-parent {
    border-color: rgba(183,0,0,.3)!important
}

:hover>.g-brd-primary-dark-dark-v1--hover-parent {
    border-color: #ad0000!important
}

:hover>.g-brd-primary-dark-dark-v2--hover-parent {
    border-color: #45c2b3!important
}

:hover>.g-brd-primary-dark-dark-v3--hover-parent {
    border-color: #41b5a7!important
}

:hover>.g-brd-black--hover-parent {
    border-color: #000!important
}

:hover>.g-brd-white--hover-parent {
    border-color: #fff!important
}

:hover>.g-brd-white-opacity-0_1--hover-parent {
    border-color: rgba(255,255,255,.1)!important
}

:hover>.g-brd-white-opacity-0_2--hover-parent {
    border-color: rgba(255,255,255,.2)!important
}

:hover>.g-brd-white-opacity-0_3--hover-parent {
    border-color: rgba(255,255,255,.3)!important
}

:hover>.g-brd-white-opacity-0_4--hover-parent {
    border-color: rgba(255,255,255,.4)!important
}

:hover>.g-brd-white-opacity-0_5--hover-parent {
    border-color: rgba(255,255,255,.5)!important
}

:hover>.g-brd-white-opacity-0_6--hover-parent {
    border-color: rgba(255,255,255,.6)!important
}

:hover>.g-brd-white-opacity-0_8--hover-parent {
    border-color: rgba(255,255,255,.8)!important
}

:hover>.g-brd-gray-dark-v1--hover-parent {
    border-color: #111!important
}

:hover>.g-brd-gray-dark-v2--hover-parent {
    border-color: #333!important
}

:hover>.g-brd-gray-dark-v3--hover-parent {
    border-color: #555!important
}

:hover>.g-brd-gray-dark-v4--hover-parent {
    border-color: #777!important
}

:hover>.g-brd-gray-dark-v5--hover-parent {
    border-color: #999!important
}

:hover>.g-brd-gray-light-v1--hover-parent {
    border-color: #bbb!important
}

:hover>.g-brd-gray-light-v2--hover-parent {
    border-color: #ccc!important
}

:hover>.g-brd-gray-light-v3--hover-parent {
    border-color: #ddd!important
}

:hover>.g-brd-gray-light-v4--hover-parent {
    border-color: #eee!important
}

:hover>.g-brd-gray-light-v5--hover-parent {
    border-color: #f7f7f7!important
}

:hover>.g-brd-transparent--hover-parent {
    border-color: transparent!important
}

:hover>.g-brd-green--hover-parent {
    border-color: #72c02c!important
}

:hover>.g-brd-blue--hover-parent {
    border-color: #3398dc!important
}

:hover>.g-brd-lightblue--hover-parent {
    border-color: #edf2f8!important
}

:hover>.g-brd-lightblue-v1--hover-parent {
    border-color: #d6e2ee!important
}

:hover>.g-brd-darkblue--hover-parent {
    border-color: #009!important
}

:hover>.g-brd-indigo--hover-parent {
    border-color: #4263a3!important
}

:hover>.g-brd-red--hover-parent {
    border-color: red!important
}

:hover>.g-brd-lightred--hover-parent {
    border-color: #e64b3b!important
}

:hover>.g-brd-darkred--hover-parent {
    border-color: #a10f2b!important
}

:hover>.g-brd-purple--hover-parent {
    border-color: #d667cd!important
}

:hover>.g-brd-darkpurple--hover-parent {
    border-color: #690000!important
}

:hover>.g-brd-pink--hover-parent {
    border-color: #f36!important
}

:hover>.g-brd-orange--hover-parent {
    border-color: #e57d20!important
}

:hover>.g-brd-deeporange--hover-parent {
    border-color: #fe541e!important
}

:hover>.g-brd-yellow--hover-parent {
    border-color: #ebc71d!important
}

:hover>.g-brd-aqua--hover-parent {
    border-color: #29d6e6!important
}

:hover>.g-brd-cyan--hover-parent {
    border-color: #00bed6!important
}

:hover>.g-brd-teal--hover-parent {
    border-color: #18ba9b!important
}

:hover>.g-brd-brown--hover-parent {
    border-color: #9c8061!important
}

:hover>.g-brd-bluegray--hover-parent {
    border-color: #585f69!important
}

.g-font-size-10 {
    font-size: .71429rem!important
}

.g-font-size-11 {
    font-size: .78571rem!important
}

.g-font-size-13 {
    font-size: .92857rem!important
}

.g-font-size-16 {
    font-size: 1.14286rem!important
}

.g-font-size-22 {
    font-size: 1.57143rem!important
}

.g-font-size-26 {
    font-size: 1.85714rem!important
}

.g-font-size-36 {
    font-size: 2.57143rem!important
}

.g-font-weight-400 {
    font-weight: 400!important
}

.g-font-weight-600 {
    font-weight: 600!important
}

.g-font-weight-700 {
    font-weight: 700!important
}

.g-letter-spacing-0_5 {
    letter-spacing: .03571rem
}

.g-line-height-1 {
    line-height: 1!important
}

.g-line-height-1_3 {
    line-height: 1.3!important
}

.g-pos-rel {
    position: relative!important
}

.g-pos-abs {
    position: absolute!important
}

.g-top-15 {
    top: 1.07143rem
}

.g-right-0 {
    right: 0!important
}

.g-flex-right--xs {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.g-overflow-hidden {
    overflow: hidden
}

.g-overflow-y-auto {
    overflow-y: auto
}

[class*=g-transition] {
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s
}

[class*=g-transition]::after,[class*=g-transition]::before {
    transition-property: all;
    transition-timing-function: ease;
    transition-delay: 0s
}

.g-transition-0_3 {
    transition-duration: .3s
}

.g-transition-0_3::after,.g-transition-0_3::before {
    transition-duration: .3s
}

.g-opacity-0_6 {
    opacity: .6!important
}

.g-placeholder-white::placeholder {
    opacity: 1;
    color: #fff
}

.g-placeholder-primary::placeholder {
    color: #fff
}

.g-placeholder-inherit::placeholder {
    color: inherit;
    opacity: 1
}

.g-color-primary {
    color: #b70000!important
}

.g-color-black {
    color: #000!important
}

.g-color-white {
    color: #fff!important
}

.g-color-white--hover:hover {
    color: #fff!important
}

.g-color-white-opacity-0_8 {
    color: rgba(255,255,255,.8)!important
}

:hover>.g-color-red--parent-hover {
    color: red!important
}

.g-width-70 {
    width: 70px!important
}

.g-max-width-600 {
    max-width: 600px
}

.g-max-width-750 {
    max-width: 750px
}

:hover>.g-width-70--hover {
    width: 70px
}

.g-height-100vh {
    height: 100vh!important
}

.g-height-70 {
    height: 70px
}

@media (min-width: 0) {
    .g-mx-10 {
        margin-left:.71429rem!important;
        margin-right: .71429rem!important
    }

    .g-mx-10 {
        margin-left: .71429rem!important;
        margin-right: .71429rem!important
    }

    .g-mt-15 {
        margin-top: 1.07143rem!important
    }

    .g-mt-15 {
        margin-top: 1.07143rem!important
    }

    .g-mt-40 {
        margin-top: 2.85714rem!important
    }

    .g-mb-5 {
        margin-bottom: .35714rem!important
    }

    .g-mb-12 {
        margin-bottom: .85714rem!important
    }

    .g-mb-15 {
        margin-bottom: 1.07143rem!important
    }

    .g-mb-20 {
        margin-bottom: 1.42857rem!important
    }

    .g-mb-15 {
        margin-bottom: 1.07143rem!important
    }

    .g-mb-20 {
        margin-bottom: 1.42857rem!important
    }

    .g-mb-25 {
        margin-bottom: 1.78571rem!important
    }

    .g-mb-30 {
        margin-bottom: 2.14286rem!important
    }

    .g-mb-65 {
        margin-bottom: 4.64286rem!important
    }

    .g-mr-5 {
        margin-right: .35714rem!important
    }

    .g-mr-10 {
        margin-right: .71429rem!important
    }

    .g-mr-5 {
        margin-right: .35714rem!important
    }

    .g-mr-10 {
        margin-right: .71429rem!important
    }

    .g-mr-15 {
        margin-right: 1.07143rem!important
    }
}

@media (min-width: 768px) {
    .g-mx-0--md {
        margin-left:0!important;
        margin-right: 0!important
    }

    .g-mb-0--md {
        margin-bottom: 0!important
    }

    .g-mr-30--md {
        margin-right: 2.14286rem!important
    }
}

@media (min-width: 992px) {
    .g-mb-0--lg {
        margin-bottom:0!important
    }

    .g-mx-15--lg {
        margin-left: 1.07143rem!important;
        margin-right: 1.07143rem!important
    }

    .g-mb-30--lg {
        margin-bottom: 2.14286rem!important
    }

    .g-mb-35--lg {
        margin-bottom: 2.5rem!important
    }
}

@media (min-width: 768px) {
    .g-mb-0--md {
        margin-bottom:0!important
    }
}

@media (min-width: 0) {
    .g-pa-0 {
        padding:0!important
    }

    .g-pa-20 {
        padding: 1.42857rem!important
    }

    .g-px-15 {
        padding-left: 1.07143rem!important;
        padding-right: 1.07143rem!important
    }

    .g-px-15 {
        padding-left: 1.07143rem!important;
        padding-right: 1.07143rem!important
    }

    .g-px-20 {
        padding-left: 1.42857rem!important;
        padding-right: 1.42857rem!important
    }

    .g-px-30 {
        padding-left: 2.14286rem!important;
        padding-right: 2.14286rem!important
    }

    .g-py-10 {
        padding-top: .71429rem!important;
        padding-bottom: .71429rem!important
    }

    .g-py-12 {
        padding-top: .85714rem!important;
        padding-bottom: .85714rem!important
    }

    .g-py-10 {
        padding-top: .71429rem!important;
        padding-bottom: .71429rem!important
    }

    .g-py-20 {
        padding-top: 1.42857rem!important;
        padding-bottom: 1.42857rem!important
    }

    .g-py-40 {
        padding-top: 2.85714rem!important;
        padding-bottom: 2.85714rem!important
    }

    .g-py-90 {
        padding-top: 6.42857rem!important;
        padding-bottom: 6.42857rem!important
    }

    .g-pt-20 {
        padding-top: 1.42857rem!important
    }

    .g-pt-30 {
        padding-top: 2.14286rem!important
    }

    .g-pt-90 {
        padding-top: 6.42857rem!important
    }

    .g-pb-30 {
        padding-bottom: 2.14286rem!important
    }
}

@media (min-width: 768px) {
    .g-py-20--md {
        padding-top:1.42857rem!important;
        padding-bottom: 1.42857rem!important
    }
}

@media (min-width: 992px) {
    .g-pt-0--lg {
        padding-top:0!important
    }

    .g-pt-0--lg {
        padding-top: 0!important
    }

    .g-pb-90--lg {
        padding-bottom: 6.42857rem!important
    }
}

a:active,a:focus,a:hover {
    color: #b70000
}

h2,h3,h4 {
    color: #111
}

.hamburger {
    padding: 0
}

.hamburger-box,.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
    width: 25px
}

.hamburger-box {
    height: 17px
}

.hamburger--slider .hamburger-inner {
    top: 0
}

.hamburger--slider .hamburger-inner:before {
    top: 9px
}

.hamburger--slider .hamburger-inner:after {
    top: 17px
}

.navbar-nav .nav-item .nav-link {
    color: #222
}

.navbar-nav .nav-item .nav-link:hover,.navbar-nav .nav-item.active .nav-link {
    color: #b70000
}

.g-theme-bg-gray-light-v1 {
    background-color: #f5f5f5!important
}
