@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

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

html {
    background-color: #f05b28;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #1794d5;
    text-decoration: none;
    transition: all .2s ease-in-out
}

a:focus,
a:hover {
    color: #106490;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #ff0;
    color: inherit;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #1794d5
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1274a7
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #1794d5
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #1274a7
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #ff0
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #cc0
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 17px
}

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

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

img {
    max-width: 100%
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 914px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1500px) {
    .container {
        width: 1440px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,
.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1500px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #ff0
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #e6e600
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 38px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    outline: none!important;
    transition: border-color .2s ease-in-out
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

.form-control:hover {
    border-color: #f05b28;
    color: #f05b28
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 40px
    }
    .input-group-sm>.input-group-btn>input.btn[type=date],
    .input-group-sm>.input-group-btn>input.btn[type=datetime-local],
    .input-group-sm>.input-group-btn>input.btn[type=month],
    .input-group-sm>.input-group-btn>input.btn[type=time],
    .input-group-sm>input.form-control[type=date],
    .input-group-sm>input.form-control[type=datetime-local],
    .input-group-sm>input.form-control[type=month],
    .input-group-sm>input.form-control[type=time],
    .input-group-sm>input.input-group-addon[type=date],
    .input-group-sm>input.input-group-addon[type=datetime-local],
    .input-group-sm>input.input-group-addon[type=month],
    .input-group-sm>input.input-group-addon[type=time],
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg>.input-group-btn>input.btn[type=date],
    .input-group-lg>.input-group-btn>input.btn[type=datetime-local],
    .input-group-lg>.input-group-btn>input.btn[type=month],
    .input-group-lg>.input-group-btn>input.btn[type=time],
    .input-group-lg>input.form-control[type=date],
    .input-group-lg>input.form-control[type=datetime-local],
    .input-group-lg>input.form-control[type=month],
    .input-group-lg>input.form-control[type=time],
    .input-group-lg>input.input-group-addon[type=date],
    .input-group-lg>input.input-group-addon[type=datetime-local],
    .input-group-lg>input.input-group-addon[type=month],
    .input-group-lg>input.input-group-addon[type=time],
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 20px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #ff0
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #f05b28
}

.has-error .form-control {
    border-color: #f05b28;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #d6420f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f7a487
}

.has-error .input-group-addon {
    color: #f05b28;
    border-color: #f05b28;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #f05b28
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;
    font-size: 12px;
    font-style: italic;
    opacity: .6
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 12px 28px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    outline: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #1794d5;
    border-color: #1584be
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #1274a7;
    border-color: #08344b
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1274a7;
    border-color: #0f5e87
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #0f5e87;
    border-color: #08344b
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #1794d5;
    border-color: #1584be
}

.btn-primary .badge {
    color: #1794d5;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f18632;
    border-color: #ef781a
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #e16b0f;
    border-color: #813e09
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e16b0f;
    border-color: #bf5b0d
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #bf5b0d;
    border-color: #813e09
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f18632;
    border-color: #ef781a
}

.btn-warning .badge {
    color: #f18632;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #1794d5;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #106490;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1794d5
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ebebeb;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #1794d5
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #1794d5
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 5px -15px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5d5d;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1794d5;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #106490;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #1794d5;
    border-color: #1794d5;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #1794d5
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #1274a7
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f18632
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #e16b0f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #1794d5;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,
.container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container-fluid .jumbotron,
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #666
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #1794d5
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #ff0;
    border-color: #e6bf00;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #ca0
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1794d5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-warning {
    background-color: #f18632
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #1794d5;
    border-color: #1794d5
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c0e5f8
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #ff0
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #e6e600
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #1794d5
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1794d5;
    border-color: #1794d5
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #1794d5
}

.panel-primary>.panel-heading .badge {
    color: #1794d5;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #1794d5
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #e6bf00
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #ff0;
    border-color: #e6bf00
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e6bf00
}

.panel-warning>.panel-heading .badge {
    color: #ff0;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #e6bf00
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .main,
.modal-open footer,
.modal-open header {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    transition: all .3s ease-out
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    transition: all .3s ease-out
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media (-webkit-transform-3d),
(transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent
}

.carousel-control.left {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1500px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1500px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1500px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1500px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1499px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1500px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

body.sticky-head {
    padding-top: 80px
}

body.sticky-head .header {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    border-radius: 0
}

.mt-0 {
    margin-top: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.text-thin {
    font-weight: 200
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-semibold {
    font-weight: 600
}

.text-bold {
    font-weight: 700
}

.text-color {
    color: #666
}

.text-3forcom {
    color: #f05b28
}

figure figcaption {
    font-size: .85714286em;
    color: #999;
    font-style: italic;
    margin-top: 1.42857143em;
    text-align: center
}

@media (max-width:1199px) {
    body {
        font-size: 13px
    }
    body.sticky-head {
        padding-top: 60px
    }
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
    .row>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:479px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .row {
        margin-left: -5px;
        margin-right: -5px
    }
    .row>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

@font-face {
    font-family: ElegantIcons;
    src: url(/assets/fonts/ElegantIcons.eot);
    src: url(/assets/fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/ElegantIcons.woff) format("woff"), url(/assets/fonts/ElegantIcons.ttf) format("truetype"), url(/assets/fonts/ElegantIcons.svg#glyphicons_halflingsregular) format("svg")
}

[data-icon]:before {
    font-family: ElegantIcons;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
    font-family: ElegantIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.arrow_up:before {
    content: "\21"
}

.arrow_down:before {
    content: "\22"
}

.arrow_left:before {
    content: "\23"
}

.arrow_right:before {
    content: "\24"
}

.arrow_left-up:before {
    content: "\25"
}

.arrow_right-up:before {
    content: "\26"
}

.arrow_right-down:before {
    content: "\27"
}

.arrow_left-down:before {
    content: "\28"
}

.arrow-up-down:before {
    content: "\29"
}

.arrow_up-down_alt:before {
    content: "\2a"
}

.arrow_left-right_alt:before {
    content: "\2b"
}

.arrow_left-right:before {
    content: "\2c"
}

.arrow_expand_alt2:before {
    content: "\2d"
}

.arrow_expand_alt:before {
    content: "\2e"
}

.arrow_condense:before {
    content: "\2f"
}

.arrow_expand:before {
    content: "\30"
}

.arrow_move:before {
    content: "\31"
}

.arrow_carrot-up:before {
    content: "\32"
}

.arrow_carrot-down:before {
    content: "\33"
}

.arrow_carrot-left:before {
    content: "\34"
}

.arrow_carrot-right:before {
    content: "\35"
}

.arrow_carrot-2up:before {
    content: "\36"
}

.arrow_carrot-2down:before {
    content: "\37"
}

.arrow_carrot-2left:before {
    content: "\38"
}

.arrow_carrot-2right:before {
    content: "\39"
}

.arrow_carrot-up_alt2:before {
    content: "\3a"
}

.arrow_carrot-down_alt2:before {
    content: "\3b"
}

.arrow_carrot-left_alt2:before {
    content: "\3c"
}

.arrow_carrot-right_alt2:before {
    content: "\3d"
}

.arrow_carrot-2up_alt2:before {
    content: "\3e"
}

.arrow_carrot-2down_alt2:before {
    content: "\3f"
}

.arrow_carrot-2left_alt2:before {
    content: "\40"
}

.arrow_carrot-2right_alt2:before {
    content: "\41"
}

.arrow_triangle-up:before {
    content: "\42"
}

.arrow_triangle-down:before {
    content: "\43"
}

.arrow_triangle-left:before {
    content: "\44"
}

.arrow_triangle-right:before {
    content: "\45"
}

.arrow_triangle-up_alt2:before {
    content: "\46"
}

.arrow_triangle-down_alt2:before {
    content: "\47"
}

.arrow_triangle-left_alt2:before {
    content: "\48"
}

.arrow_triangle-right_alt2:before {
    content: "\49"
}

.arrow_back:before {
    content: "\4a"
}

.icon_minus-06:before {
    content: "\4b"
}

.icon_plus:before {
    content: "\4c"
}

.icon_close:before {
    content: "\4d"
}

.icon_check:before {
    content: "\4e"
}

.icon_minus_alt2:before {
    content: "\4f"
}

.icon_plus_alt2:before {
    content: "\50"
}

.icon_close_alt2:before {
    content: "\51"
}

.icon_check_alt2:before {
    content: "\52"
}

.icon_zoom-out_alt:before {
    content: "\53"
}

.icon_zoom-in_alt:before {
    content: "\54"
}

.icon_search:before {
    content: "\55"
}

.icon_box-empty:before {
    content: "\56"
}

.icon_box-selected:before {
    content: "\57"
}

.icon_minus-box:before {
    content: "\58"
}

.icon_plus-box:before {
    content: "\59"
}

.icon_box-checked:before {
    content: "\5a"
}

.icon_circle-empty:before {
    content: "\5b"
}

.icon_circle-slelected:before {
    content: "\5c"
}

.icon_stop_alt2:before {
    content: "\5d"
}

.icon_stop:before {
    content: "\5e"
}

.icon_pause_alt2:before {
    content: "\5f"
}

.icon_pause:before {
    content: "\60"
}

.icon_menu:before {
    content: "\61"
}

.icon_menu-square_alt2:before {
    content: "\62"
}

.icon_menu-circle_alt2:before {
    content: "\63"
}

.icon_ul:before {
    content: "\64"
}

.icon_ol:before {
    content: "\65"
}

.icon_adjust-horiz:before {
    content: "\66"
}

.icon_adjust-vert:before {
    content: "\67"
}

.icon_document_alt:before {
    content: "\68"
}

.icon_documents_alt:before {
    content: "\69"
}

.icon_pencil:before {
    content: "\6a"
}

.icon_pencil-edit_alt:before {
    content: "\6b"
}

.icon_pencil-edit:before {
    content: "\6c"
}

.icon_folder-alt:before {
    content: "\6d"
}

.icon_folder-open_alt:before {
    content: "\6e"
}

.icon_folder-add_alt:before {
    content: "\6f"
}

.icon_info_alt:before {
    content: "\70"
}

.icon_error-oct_alt:before {
    content: "\71"
}

.icon_error-circle_alt:before {
    content: "\72"
}

.icon_error-triangle_alt:before {
    content: "\73"
}

.icon_question_alt2:before {
    content: "\74"
}

.icon_question:before {
    content: "\75"
}

.icon_comment_alt:before {
    content: "\76"
}

.icon_chat_alt:before {
    content: "\77"
}

.icon_vol-mute_alt:before {
    content: "\78"
}

.icon_volume-low_alt:before {
    content: "\79"
}

.icon_volume-high_alt:before {
    content: "\7a"
}

.icon_quotations:before {
    content: "\7b"
}

.icon_quotations_alt2:before {
    content: "\7c"
}

.icon_clock_alt:before {
    content: "\7d"
}

.icon_lock_alt:before {
    content: "\7e"
}

.icon_lock-open_alt:before {
    content: "\e000"
}

.icon_key_alt:before {
    content: "\e001"
}

.icon_cloud_alt:before {
    content: "\e002"
}

.icon_cloud-upload_alt:before {
    content: "\e003"
}

.icon_cloud-download_alt:before {
    content: "\e004"
}

.icon_image:before {
    content: "\e005"
}

.icon_images:before {
    content: "\e006"
}

.icon_lightbulb_alt:before {
    content: "\e007"
}

.icon_gift_alt:before {
    content: "\e008"
}

.icon_house_alt:before {
    content: "\e009"
}

.icon_genius:before {
    content: "\e00a"
}

.icon_mobile:before {
    content: "\e00b"
}

.icon_tablet:before {
    content: "\e00c"
}

.icon_laptop:before {
    content: "\e00d"
}

.icon_desktop:before {
    content: "\e00e"
}

.icon_camera_alt:before {
    content: "\e00f"
}

.icon_mail_alt:before {
    content: "\e010"
}

.icon_cone_alt:before {
    content: "\e011"
}

.icon_ribbon_alt:before {
    content: "\e012"
}

.icon_bag_alt:before {
    content: "\e013"
}

.icon_creditcard:before {
    content: "\e014"
}

.icon_cart_alt:before {
    content: "\e015"
}

.icon_paperclip:before {
    content: "\e016"
}

.icon_tag_alt:before {
    content: "\e017"
}

.icon_tags_alt:before {
    content: "\e018"
}

.icon_trash_alt:before {
    content: "\e019"
}

.icon_cursor_alt:before {
    content: "\e01a"
}

.icon_mic_alt:before {
    content: "\e01b"
}

.icon_compass_alt:before {
    content: "\e01c"
}

.icon_pin_alt:before {
    content: "\e01d"
}

.icon_pushpin_alt:before {
    content: "\e01e"
}

.icon_map_alt:before {
    content: "\e01f"
}

.icon_drawer_alt:before {
    content: "\e020"
}

.icon_toolbox_alt:before {
    content: "\e021"
}

.icon_book_alt:before {
    content: "\e022"
}

.icon_calendar:before {
    content: "\e023"
}

.icon_film:before {
    content: "\e024"
}

.icon_table:before {
    content: "\e025"
}

.icon_contacts_alt:before {
    content: "\e026"
}

.icon_headphones:before {
    content: "\e027"
}

.icon_lifesaver:before {
    content: "\e028"
}

.icon_piechart:before {
    content: "\e029"
}

.icon_refresh:before {
    content: "\e02a"
}

.icon_link_alt:before {
    content: "\e02b"
}

.icon_link:before {
    content: "\e02c"
}

.icon_loading:before {
    content: "\e02d"
}

.icon_blocked:before {
    content: "\e02e"
}

.icon_archive_alt:before {
    content: "\e02f"
}

.icon_heart_alt:before {
    content: "\e030"
}

.icon_star_alt:before {
    content: "\e031"
}

.icon_star-half_alt:before {
    content: "\e032"
}

.icon_star:before {
    content: "\e033"
}

.icon_star-half:before {
    content: "\e034"
}

.icon_tools:before {
    content: "\e035"
}

.icon_tool:before {
    content: "\e036"
}

.icon_cog:before {
    content: "\e037"
}

.icon_cogs:before {
    content: "\e038"
}

.arrow_up_alt:before {
    content: "\e039"
}

.arrow_down_alt:before {
    content: "\e03a"
}

.arrow_left_alt:before {
    content: "\e03b"
}

.arrow_right_alt:before {
    content: "\e03c"
}

.arrow_left-up_alt:before {
    content: "\e03d"
}

.arrow_right-up_alt:before {
    content: "\e03e"
}

.arrow_right-down_alt:before {
    content: "\e03f"
}

.arrow_left-down_alt:before {
    content: "\e040"
}

.arrow_condense_alt:before {
    content: "\e041"
}

.arrow_expand_alt3:before {
    content: "\e042"
}

.arrow_carrot_up_alt:before {
    content: "\e043"
}

.arrow_carrot-down_alt:before {
    content: "\e044"
}

.arrow_carrot-left_alt:before {
    content: "\e045"
}

.arrow_carrot-right_alt:before {
    content: "\e046"
}

.arrow_carrot-2up_alt:before {
    content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
    content: "\e048"
}

.arrow_carrot-2left_alt:before {
    content: "\e049"
}

.arrow_carrot-2right_alt:before {
    content: "\e04a"
}

.arrow_triangle-up_alt:before {
    content: "\e04b"
}

.arrow_triangle-down_alt:before {
    content: "\e04c"
}

.arrow_triangle-left_alt:before {
    content: "\e04d"
}

.arrow_triangle-right_alt:before {
    content: "\e04e"
}

.icon_minus_alt:before {
    content: "\e04f"
}

.icon_plus_alt:before {
    content: "\e050"
}

.icon_close_alt:before {
    content: "\e051"
}

.icon_check_alt:before {
    content: "\e052"
}

.icon_zoom-out:before {
    content: "\e053"
}

.icon_zoom-in:before {
    content: "\e054"
}

.icon_stop_alt:before {
    content: "\e055"
}

.icon_menu-square_alt:before {
    content: "\e056"
}

.icon_menu-circle_alt:before {
    content: "\e057"
}

.icon_document:before {
    content: "\e058"
}

.icon_documents:before {
    content: "\e059"
}

.icon_pencil_alt:before {
    content: "\e05a"
}

.icon_folder:before {
    content: "\e05b"
}

.icon_folder-open:before {
    content: "\e05c"
}

.icon_folder-add:before {
    content: "\e05d"
}

.icon_folder_upload:before {
    content: "\e05e"
}

.icon_folder_download:before {
    content: "\e05f"
}

.icon_info:before {
    content: "\e060"
}

.icon_error-circle:before {
    content: "\e061"
}

.icon_error-oct:before {
    content: "\e062"
}

.icon_error-triangle:before {
    content: "\e063"
}

.icon_question_alt:before {
    content: "\e064"
}

.icon_comment:before {
    content: "\e065"
}

.icon_chat:before {
    content: "\e066"
}

.icon_vol-mute:before {
    content: "\e067"
}

.icon_volume-low:before {
    content: "\e068"
}

.icon_volume-high:before {
    content: "\e069"
}

.icon_quotations_alt:before {
    content: "\e06a"
}

.icon_clock:before {
    content: "\e06b"
}

.icon_lock:before {
    content: "\e06c"
}

.icon_lock-open:before {
    content: "\e06d"
}

.icon_key:before {
    content: "\e06e"
}

.icon_cloud:before {
    content: "\e06f"
}

.icon_cloud-upload:before {
    content: "\e070"
}

.icon_cloud-download:before {
    content: "\e071"
}

.icon_lightbulb:before {
    content: "\e072"
}

.icon_gift:before {
    content: "\e073"
}

.icon_house:before {
    content: "\e074"
}

.icon_camera:before {
    content: "\e075"
}

.icon_mail:before {
    content: "\e076"
}

.icon_cone:before {
    content: "\e077"
}

.icon_ribbon:before {
    content: "\e078"
}

.icon_bag:before {
    content: "\e079"
}

.icon_cart:before {
    content: "\e07a"
}

.icon_tag:before {
    content: "\e07b"
}

.icon_tags:before {
    content: "\e07c"
}

.icon_trash:before {
    content: "\e07d"
}

.icon_cursor:before {
    content: "\e07e"
}

.icon_mic:before {
    content: "\e07f"
}

.icon_compass:before {
    content: "\e080"
}

.icon_pin:before {
    content: "\e081"
}

.icon_pushpin:before {
    content: "\e082"
}

.icon_map:before {
    content: "\e083"
}

.icon_drawer:before {
    content: "\e084"
}

.icon_toolbox:before {
    content: "\e085"
}

.icon_book:before {
    content: "\e086"
}

.icon_contacts:before {
    content: "\e087"
}

.icon_archive:before {
    content: "\e088"
}

.icon_heart:before {
    content: "\e089"
}

.icon_profile:before {
    content: "\e08a"
}

.icon_group:before {
    content: "\e08b"
}

.icon_grid-2x2:before {
    content: "\e08c"
}

.icon_grid-3x3:before {
    content: "\e08d"
}

.icon_music:before {
    content: "\e08e"
}

.icon_pause_alt:before {
    content: "\e08f"
}

.icon_phone:before {
    content: "\e090"
}

.icon_upload:before {
    content: "\e091"
}

.icon_download:before {
    content: "\e092"
}

.social_facebook:before {
    content: "\e093"
}

.social_twitter:before {
    content: "\e094"
}

.social_pinterest:before {
    content: "\e095"
}

.social_googleplus:before {
    content: "\e096"
}

.social_tumblr:before {
    content: "\e097"
}

.social_tumbleupon:before {
    content: "\e098"
}

.social_wordpress:before {
    content: "\e099"
}

.social_instagram:before {
    content: "\e09a"
}

.social_dribbble:before {
    content: "\e09b"
}

.social_vimeo:before {
    content: "\e09c"
}

.social_linkedin:before {
    content: "\e09d"
}

.social_rss:before {
    content: "\e09e"
}

.social_deviantart:before {
    content: "\e09f"
}

.social_share:before {
    content: "\e0a0"
}

.social_myspace:before {
    content: "\e0a1"
}

.social_skype:before {
    content: "\e0a2"
}

.social_youtube:before {
    content: "\e0a3"
}

.social_picassa:before {
    content: "\e0a4"
}

.social_googledrive:before {
    content: "\e0a5"
}

.social_flickr:before {
    content: "\e0a6"
}

.social_blogger:before {
    content: "\e0a7"
}

.social_spotify:before {
    content: "\e0a8"
}

.social_delicious:before {
    content: "\e0a9"
}

.social_facebook_circle:before {
    content: "\e0aa"
}

.social_twitter_circle:before {
    content: "\e0ab"
}

.social_pinterest_circle:before {
    content: "\e0ac"
}

.social_googleplus_circle:before {
    content: "\e0ad"
}

.social_tumblr_circle:before {
    content: "\e0ae"
}

.social_stumbleupon_circle:before {
    content: "\e0af"
}

.social_wordpress_circle:before {
    content: "\e0b0"
}

.social_instagram_circle:before {
    content: "\e0b1"
}

.social_dribbble_circle:before {
    content: "\e0b2"
}

.social_vimeo_circle:before {
    content: "\e0b3"
}

.social_linkedin_circle:before {
    content: "\e0b4"
}

.social_rss_circle:before {
    content: "\e0b5"
}

.social_deviantart_circle:before {
    content: "\e0b6"
}

.social_share_circle:before {
    content: "\e0b7"
}

.social_myspace_circle:before {
    content: "\e0b8"
}

.social_skype_circle:before {
    content: "\e0b9"
}

.social_youtube_circle:before {
    content: "\e0ba"
}

.social_picassa_circle:before {
    content: "\e0bb"
}

.social_googledrive_alt2:before {
    content: "\e0bc"
}

.social_flickr_circle:before {
    content: "\e0bd"
}

.social_blogger_circle:before {
    content: "\e0be"
}

.social_spotify_circle:before {
    content: "\e0bf"
}

.social_delicious_circle:before {
    content: "\e0c0"
}

.social_facebook_square:before {
    content: "\e0c1"
}

.social_twitter_square:before {
    content: "\e0c2"
}

.social_pinterest_square:before {
    content: "\e0c3"
}

.social_googleplus_square:before {
    content: "\e0c4"
}

.social_tumblr_square:before {
    content: "\e0c5"
}

.social_stumbleupon_square:before {
    content: "\e0c6"
}

.social_wordpress_square:before {
    content: "\e0c7"
}

.social_instagram_square:before {
    content: "\e0c8"
}

.social_dribbble_square:before {
    content: "\e0c9"
}

.social_vimeo_square:before {
    content: "\e0ca"
}

.social_linkedin_square:before {
    content: "\e0cb"
}

.social_rss_square:before {
    content: "\e0cc"
}

.social_deviantart_square:before {
    content: "\e0cd"
}

.social_share_square:before {
    content: "\e0ce"
}

.social_myspace_square:before {
    content: "\e0cf"
}

.social_skype_square:before {
    content: "\e0d0"
}

.social_youtube_square:before {
    content: "\e0d1"
}

.social_picassa_square:before {
    content: "\e0d2"
}

.social_googledrive_square:before {
    content: "\e0d3"
}

.social_flickr_square:before {
    content: "\e0d4"
}

.social_blogger_square:before {
    content: "\e0d5"
}

.social_spotify_square:before {
    content: "\e0d6"
}

.social_delicious_square:before {
    content: "\e0d7"
}

.icon_printer:before {
    content: "\e103"
}

.icon_calulator:before {
    content: "\e0ee"
}

.icon_building:before {
    content: "\e0ef"
}

.icon_floppy:before {
    content: "\e0e8"
}

.icon_drive:before {
    content: "\e0ea"
}

.icon_search-2:before {
    content: "\e101"
}

.icon_id:before {
    content: "\e107"
}

.icon_id-2:before {
    content: "\e108"
}

.icon_puzzle:before {
    content: "\e102"
}

.icon_like:before {
    content: "\e106"
}

.icon_dislike:before {
    content: "\e0eb"
}

.icon_mug:before {
    content: "\e105"
}

.icon_currency:before {
    content: "\e0ed"
}

.icon_wallet:before {
    content: "\e100"
}

.icon_pens:before {
    content: "\e104"
}

.icon_easel:before {
    content: "\e0e9"
}

.icon_flowchart:before {
    content: "\e109"
}

.icon_datareport:before {
    content: "\e0ec"
}

.icon_briefcase:before {
    content: "\e0fe"
}

.icon_shield:before {
    content: "\e0f6"
}

.icon_percent:before {
    content: "\e0fb"
}

.icon_globe:before {
    content: "\e0e2"
}

.icon_globe-2:before {
    content: "\e0e3"
}

.icon_target:before {
    content: "\e0f5"
}

.icon_hourglass:before {
    content: "\e0e1"
}

.icon_balance:before {
    content: "\e0ff"
}

.icon_rook:before {
    content: "\e0f8"
}

.icon_printer-alt:before {
    content: "\e0fa"
}

.icon_calculator_alt:before {
    content: "\e0e7"
}

.icon_building_alt:before {
    content: "\e0fd"
}

.icon_floppy_alt:before {
    content: "\e0e4"
}

.icon_drive_alt:before {
    content: "\e0e5"
}

.icon_search_alt:before {
    content: "\e0f7"
}

.icon_id_alt:before {
    content: "\e0e0"
}

.icon_id-2_alt:before {
    content: "\e0fc"
}

.icon_puzzle_alt:before {
    content: "\e0f9"
}

.icon_like_alt:before {
    content: "\e0dd"
}

.icon_dislike_alt:before {
    content: "\e0f1"
}

.icon_mug_alt:before {
    content: "\e0dc"
}

.icon_currency_alt:before {
    content: "\e0f3"
}

.icon_wallet_alt:before {
    content: "\e0d8"
}

.icon_pens_alt:before {
    content: "\e0db"
}

.icon_easel_alt:before {
    content: "\e0f0"
}

.icon_flowchart_alt:before {
    content: "\e0df"
}

.icon_datareport_alt:before {
    content: "\e0f2"
}

.icon_briefcase_alt:before {
    content: "\e0f4"
}

.icon_shield_alt:before {
    content: "\e0d9"
}

.icon_percent_alt:before {
    content: "\e0da"
}

.icon_globe_alt:before {
    content: "\e0de"
}

.icon_clipboard:before {
    content: "\e0e6"
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px
}

.glyph div {
    padding-bottom: 10px
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.glyph .fs1 {
    font-size: 2em
}

.header {
    margin: 0;
    border: none;
    padding: 0 40px;
    min-height: inherit;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .05)
}

.header:after {
    content: "";
    display: block;
    clear: both
}

.header__logo {
    display: block;
    padding: 13px 0
}

.header__logo img {
    height: 54px;
    transition: all .2s ease-in-out
}

.header__left {
    float: left;
    margin: 0;
    font-size: 0
}

.header__right {
    float: right
}

.header__right:after {
    content: "";
    display: block;
    clear: both
}

.header__right>* {
    display: inline-block;
    float: left
}

.header__right .nav {
    margin-right: 20px
}

.header__right .nav:after {
    content: "";
    display: block;
    clear: both
}

.header__right .nav>li {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.header__right .nav>li>a {
    line-height: 80px;
    padding: 0 24px;
    font-size: 1.14285714em;
    color: #333;
    text-transform: uppercase;
    position: relative;
    background: none
}

.header__right .nav>li>a:before {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    background-color: #f05b28;
    transition: all .2s ease-in-out
}

.header__right .nav>li>a:hover {
    color: #f05b28
}

.header__right .nav>li>ul.sub {
    position: absolute;
    top: 100%;
    visibility: hidden;
    background: #f6f6f6;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    min-width: 265px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px);
    transform: translate(15px);
    transition: all .2s ease-in-out
}

.header__right .nav>li>ul.sub>li>a {
    padding: 10px 24px;
    display: block;
    color: #666;
    white-space: nowrap
}

.header__right .nav>li>ul.sub>li.active a,
.header__right .nav>li>ul.sub>li>a:hover {
    color: #f05b28
}

.header__right .nav>li:hover>a:before {
    right: 0
}

.header__right .nav>li:hover>ul.sub {
    visibility: visible;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    filter: alpha(opacity=100)
}

.header__right .nav>li.active>a {
    background: none;
    color: #f05b28
}

.header__right .nav>li.active>a:before {
    right: 0
}

.header__tools {
    padding-top: 20px;
    transition: all .2s ease-in-out
}

.header__tools>* {
    display: inline-block;
    vertical-align: middle
}

.header__tools__submit {
    height: 40px;
    line-height: 40px;
    background-color: #f05b28;
    color: #fff;
    font-size: 1.14285714em;
    padding: 0 15px;
    margin-right: 5px;
    border: none
}

.header__tools__submit:hover {
    color: #fff;
    background-color: #1794d5
}

.header__tools__search {
    position: static;
    margin-right: 2px
}

.header__tools__search>.btn {
    border: none;
    background: transparent!important;
    line-height: 40px;
    padding: 0;
    min-width: 40px;
    font-size: 1.28571429em;
    color: #333;
    box-shadow: none;
    transition: all .2s ease-in-out
}

.header__tools__search>.btn>i {
    position: relative;
    top: 1px
}

.header__tools__search .dropdown-menu {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    right: 0;
    left: auto;
    display: block!important;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(15px);
    transform: translate(15px);
    transition: all .2s ease-in-out
}

.header__tools__search .dropdown-menu .form-control {
    height: 40px;
    border-color: #d7d7d7;
    font-size: 1.14285714em;
    padding-left: 17px;
    padding-right: 44px;
    width: 300px;
    border-radius: 0;
    border-width: 1px 0 0;
    box-shadow: none
}

.header__tools__search .dropdown-menu .form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.header__tools__search .dropdown-menu .form-control:-ms-input-placeholder {
    color: #666
}

.header__tools__search .dropdown-menu .form-control::-webkit-input-placeholder {
    color: #666
}

.header__tools__search .dropdown-menu .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    color: #c3cacc;
    padding: 0;
    font-size: 1.14285714em;
    line-height: 40px;
    border: none;
    background: none;
    width: 45px;
    text-align: center;
    box-shadow: none
}

.header__tools__search.open>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0);
    transform: translate(0)
}

.header__tools__search.open>.btn {
    color: #f05b28
}

.header__tools__menu {
    width: 50px;
    height: 40px;
    border-radius: 3px;
    position: relative
}

.header__tools__menu>span {
    display: block;
    position: absolute;
    width: 24px;
    height: 4px;
    background-color: #333;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -2px;
    transition: all .2s ease-in-out
}

.header__tools__menu>span:first-child {
    top: 11px
}

.header__tools__menu>span:last-child {
    top: 29px
}

.header__tools__menu:hover>span {
    background-color: #f05b28
}

.header__tools__menu.active span:first-child,
.header__tools__menu.active span:last-child {
    opacity: 0;
    filter: alpha(opacity=0)
}

.header__tools__menu.active span:first-child+span,
.header__tools__menu.active span:last-child+span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.header__tools__menu.active span:first-child+span+span,
.header__tools__menu.active span:last-child+span+span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.header.affix .header__logo {
    padding: 5px 0
}

.header.affix .header__logo img {
    height: 30px
}

.header.affix .header__right .nav>li>a {
    line-height: 40px;
    font-size: 1.07142857em
}

.header.affix .header__tools {
    padding-top: 0
}

.header.affix .header__tools__submit {
    height: 32px;
    line-height: 32px;
    font-size: 1.07142857em
}

.header.affix .slideMenu {
    top: 60px
}

@media (max-width:1699px) {
    .header {
        padding: 0 20px
    }
    .header__right .nav {
        margin-right: 10px
    }
    .header__right .nav>li {
        margin-right: 5px
    }
    .header__right .nav>li>a {
        padding: 0 15px
    }
    .header__tools__submit {
        padding: 0 10px
    }
    .header__tools__search {
        margin-right: 0
    }
    .header__tools__search .form-control {
        max-width: 200px
    }
}

@media (max-width:1439px) {
    .header__right .nav>li {
        margin-right: 5px
    }
    .header__right .nav>li>a {
        padding: 0 8px;
        font-size: .9em
    }
    .header__tools__search {
        margin-right: 0
    }
    .header__tools__search .form-control {
        max-width: 170px
    }
    .header.affix .header__right .nav>li>a,
    .header.affix .header__tools__submit {
        font-size: .9em
    }
}

@media (max-width:1199px) {
    .header {
        padding: 0 30px
    }
    .header__right .nav {
        display: none
    }
    .header__right .nav>li>a {
        line-height: 60px
    }
    .header__tools {
        padding-top: 10px
    }
    .header__tools__submit {
        display: none
    }
    .header__tools__search {
        margin-right: 0
    }
    .header__tools__search .form-control {
        max-width: 200px
    }
    .header__logo {
        padding: 10px 0
    }
    .header__logo img {
        height: 40px
    }
}

@media (max-width:768px) {
    .header {
        padding: 0 0 0 13px
    }
}

@media (max-width:479px) {
    .header__tools__search {
        margin: 0 -5px 0 0
    }
    .header__tools__search .dropdown-menu {
        width: 100%
    }
    .header__tools__search .dropdown-menu .form-control {
        width: 100%;
        max-width: inherit
    }
}

.main {
    overflow: hidden
}

.stickyMenuMobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6f6f6;
    z-index: 999;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .05)
}

.stickyMenuMobile:after {
    content: "";
    display: block;
    clear: both
}

.stickyMenuMobile__item {
    width: 33.33333333%;
    float: left;
    padding: 0 4px
}

.stickyMenuMobile__item a {
    display: block;
    max-width: 96px;
    margin: 0 auto;
    height: 60px;
    position: relative
}

.stickyMenuMobile__item a i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.stickyMenuMobile__item a i.ic-cross-platform {
    background-image: url(/assets/images/icons/ic-cross-platform.svg);
    width: 27px;
    height: 28px
}

.stickyMenuMobile__item a i.ic-ios-android {
    background-image: url(/assets/images/icons/ic-ios-android.svg);
    width: 49px;
    height: 26px
}

.stickyMenuMobile__item a i.ic-web-development {
    background-image: url(/assets/images/icons/ic-web-development.svg);
    width: 31px;
    height: 28px
}

.stickyMenuMobile__item a i.ic-ux-ui {
    background-image: url(/assets/images/icons/ic-ux-ui.svg);
    width: 38px;
    height: 24px
}

.stickyMenuMobile__item a i.ic-team {
    background-image: url(/assets/images/icons/ic-team.svg);
    width: 41px;
    height: 25px
}

.stickyMenuMobile__item.active {
    background-color: #ebebeb
}

.stickyMenuMobile__item.active a i.ic-cross-platform {
    background-image: url(/assets/images/icons/ic-cross-platform-active.svg)
}

.stickyMenuMobile__item.active a i.ic-ios-android {
    background-image: url(/assets/images/icons/ic-ios-android-active.svg)
}

.stickyMenuMobile__item.active a i.ic-web-development {
    background-image: url(/assets/images/icons/ic-web-development-active.svg)
}

.stickyMenuMobile__item.active a i.ic-ux-ui {
    background-image: url(/assets/images/icons/ic-ux-ui-active.svg)
}

.stickyMenuMobile__item.active a i.ic-team {
    background-image: url(/assets/images/icons/ic-team-active.svg)
}

.section-subheader {
    padding-top: 68px;
    padding-bottom: 116px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative
}

.section-subheader .heading--gradient {
    margin-bottom: 20px
}

.section-subheader--down {
    overflow: hidden;
    padding-bottom: 76px
}

.section-subheader--down:after,
.section-subheader--down:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 100px;
    width: 2950px;
    bottom: 3.5px;
    transition: all 1.5s ease-in-out
}

.section-subheader--down:before {
    right: 50%;
    margin-right: -1px;
    -webkit-transform: translateX(100px) skewY(4deg);
    transform: translateX(100px) skewY(4deg)
}

.section-subheader--down:after {
    left: 50%;
    -webkit-transform: translateX(100px) skewY(-4deg);
    transform: translateX(100px) skewY(-4deg)
}

.section-subheader--down.active:before {
    -webkit-transform: translateX(0) skewY(4deg);
    transform: translateX(0) skewY(4deg)
}

.section-subheader--down.active:after {
    -webkit-transform: translateX(0) skewY(-4deg);
    transform: translateX(0) skewY(-4deg)
}

.section-subheader--career {
    padding-bottom: 0
}

.section-subheader--career>.container {
    padding-bottom: 185px
}

.section-subheader--career .section-description__bottom {
    position: relative
}

.section-subheader--career .section-description__bottom:after,
.section-subheader--career .section-description__bottom:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 200px;
    width: 2950px;
    bottom: -260px;
    transition: all 1.5s ease-in-out
}

.section-subheader--career .section-description__bottom:before {
    right: 50%;
    margin-right: -1px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg)
}

.section-subheader--career .section-description__bottom:after {
    left: 50%;
    -webkit-transform: skewY(7deg);
    transform: skewY(7deg)
}

.section-subheader--up {
    padding-bottom: 0;
    overflow: hidden
}

.section-subheader--up>.container {
    padding-bottom: 150px
}

.section-subheader--up .section-description__bottom {
    position: relative
}

.section-subheader--up .section-description__bottom:after,
.section-subheader--up .section-description__bottom:before,
.section-subheader--up .section-description__bottom>span {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 200px;
    width: 2950px;
    bottom: -244px;
    transition: all 1.5s ease-in-out
}

.section-subheader--up .section-description__bottom:before {
    right: 50%;
    margin-right: -1px;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

.section-subheader--up .section-description__bottom:after,
.section-subheader--up .section-description__bottom>span {
    left: 50%;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg)
}

.section-subheader--up .section-description__bottom>span {
    left: 50%;
    bottom: -115px;
    background-color: #99dbec;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.section-subheader--up+.section-description {
    padding-top: 0
}

.section-subheader--up.active .section-description__bottom>span {
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg)
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs li>a {
    color: #999
}

.breadcrumbs li>a:hover {
    color: #fff
}

.breadcrumbs li:after {
    content: "›";
    padding-left: 12px;
    padding-right: 12px;
    color: #999
}

.breadcrumbs li:last-child:after {
    display: none
}

@media (max-width:1199px) {
    .section-subheader--career>.container {
        padding-bottom: 130px
    }
    .section-subheader--career .section-description__bottom:after,
    .section-subheader--career .section-description__bottom:before {
        bottom: -300px
    }
}

@media (max-width:768px) {
    body {
        padding-bottom: 60px
    }
    .stickyMenuMobile {
        display: block
    }
    .section-subheader--up>.container {
        padding-bottom: 110px
    }
    .section-subheader--up .section-description__bottom:after,
    .section-subheader--up .section-description__bottom:before,
    .section-subheader--up .section-description__bottom>span {
        bottom: -264px
    }
    .section-subheader--up .section-description__bottom>span {
        bottom: -135px
    }
}

@media (max-width:439px) {
    .section-subheader {
        padding-top: 40px;
        padding-bottom: 80px
    }
    .section-subheader--down {
        padding-bottom: 50px
    }
    .section-subheader--career {
        padding-bottom: 0
    }
    .section-subheader--career>.container {
        padding-bottom: 100px
    }
    .section-subheader--career .section-description__bottom:after,
    .section-subheader--career .section-description__bottom:before {
        bottom: -320px
    }
    .section-subheader--up {
        padding-bottom: 0
    }
}

.bottom {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 45px 0 40px;
    position: relative;
    overflow: hidden
}

.bottom>* {
    position: relative;
    z-index: 1
}

.bottom:before {
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    right: -50px;
    bottom: -50px;
    top: 0;
    z-index: 0;
    box-shadow: inset 0 0 42px #f8f8f8
}

.bottom__title {
    font-size: 1.14285714em;
    font-weight: 600;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px
}

.bottom__menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.bottom__menu li a {
    color: #666
}

.bottom__menu li a:hover {
    color: #f05b28
}

.bottom__menu li+li {
    margin-top: 16px
}

.footer {
    background: #f05b28;
    font-size: 1.14285714em;
    position: relative
}

.footer,
.footer a {
    color: #fff;
    color: hsla(0, 0%, 100%, .8)
}

.footer .container {
    position: relative
}

.footer .container:after {
    content: "";
    display: block;
    clear: both
}

.footer__contact,
.footer__social {
    width: 50%;
    float: left
}

.footer__contact {
    position: relative;
    line-height: 1.25;
    padding: 18px 0 13px
}

.footer__contact>* {
    position: relative;
    z-index: 1
}

.footer__contact:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -2000px;
    bottom: 0;
    right: 0;
    background: #dd4e1d;
    z-index: 1;
    -webkit-transform: skewX(-22deg) skewY(0);
    transform: skewX(-22deg) skewY(0)
}

.footer__contact ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer__contact ul li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    padding-right: 14px;
    margin-right: 12px
}

.footer__contact ul li:after {
    content: "";
    display: block;
    background-color: hsla(0, 0%, 100%, .8);
    height: 16px;
    width: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px
}

.footer__contact ul li i {
    font-size: .875em;
    margin-right: 15px
}

.footer__contact ul li:first-child,
.footer__contact ul li:last-child {
    padding: 0;
    margin-right: 0
}

.footer__contact ul li:first-child:after,
.footer__contact ul li:last-child:after {
    display: none
}

.footer__social {
    text-align: right;
    padding: 20px 0
}

.footer__social>* {
    display: inline-block
}

.footer__social p {
    margin-right: 70px
}

.footer__social a[class*=icon_],
.footer__social a[class*=social] {
    display: inline-block;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #f05b28;
    background-color: hsla(0, 0%, 100%, .56);
    border-radius: 50%
}

.footer__social a[class*=icon_]:not(:last-child),
.footer__social a[class*=social]:not(:last-child) {
    margin-right: 14px
}

.footer__social a[class*=icon_]:hover,
.footer__social a[class*=social]:hover {
    background-color: #fff
}

.footer__social a.icon_mail {
    line-height: 35px
}

.footer__call {
    position: fixed;
    bottom: 20px;
    right: 60px;
    text-align: center;
    top: auto!important;
    z-index: 990;
    font-size: 1.3125em;
    width: 3.33333333em;
    height: 3.33333333em;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(240, 91, 40, .05);
    transition: box-shadow .2s ease-in-out
}

.footer__call i {
    position: absolute;
    width: 3.04761905em;
    height: 3.04761905em;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(240, 91, 40, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .7);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer__call i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.38095238em;
    height: 2.38095238em;
    background-color: #f05b28;
    color: #fff;
    border-radius: 50%;
    line-height: 2.47619048em;
    box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out
}

.footer__call:hover {
    box-shadow: 0 0 0 10px rgba(240, 91, 40, .1)
}

.footer__call:hover i:before {
    background-color: #1794d5
}

.footer__call.fixed {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px
}

@media (max-width:1499px) {
    .bottom {
        padding-bottom: 0
    }
    .bottom .row>div {
        margin-bottom: 50px
    }
    .bottom .col-md-4:nth-child(3n+1) {
        clear: both
    }
    .footer {
        font-size: 1em
    }
    .footer__contact {
        width: 60%
    }
    .footer__contact ul li {
        display: inline-block;
        margin-bottom: 5px;
        position: relative;
        padding-right: 12px;
        margin-right: 10px
    }
    .footer__contact ul li:after {
        height: 12px;
        margin-top: -6px
    }
    .footer__contact ul li i {
        margin-right: 10px
    }
    .footer__social {
        width: 40%;
        padding: 18px 0
    }
    .footer__social p {
        margin-right: 40px
    }
    .footer__call {
        font-size: 1.28571429em
    }
}

@media (max-width:1199px) {
    .bottom {
        display: none
    }
    .footer {
        font-size: 1.07692308em
    }
    .footer__contact {
        width: 70.13574661%
    }
    .footer__social {
        width: 29.86425339%;
        padding: 18px 0
    }
    .footer__social p {
        display: none
    }
}

@media (max-width:991px) {
    .footer {
        font-size: 1em
    }
}

@media (max-width:767px) {
    .footer {
        font-size: 1.15384615em
    }
    .footer__contact,
    .footer__social {
        width: 100%;
        float: none
    }
    .footer__contact {
        padding-bottom: 0
    }
    .footer__contact:before {
        display: none
    }
    .footer__contact ul li {
        display: block;
        padding: 0;
        margin: 0;
        position: relative;
        padding-left: 30px!important
    }
    .footer__contact ul li>i {
        position: absolute;
        top: 2px;
        left: 0
    }
    .footer__contact ul li:after {
        display: none
    }
    .footer__contact ul li+li {
        margin-top: 10px
    }
    .footer__social {
        text-align: center
    }
    .footer__call,
    .footer__call.fixed {
        right: 10px;
        bottom: 68px;
        position: fixed;
        margin-bottom: 0;
        font-size: 1em
    }
}

.animate,
.animate50,
.hover-bounce,
.hover-flash,
.hover-heartbeat,
.hover-panic,
.hover-pulsate,
.hover-pulse,
.hover-shakeH,
.hover-shakeV,
.hover-slingshotCCW,
.hover-slingshotCW,
.hover-spinCCW,
.hover-spinCW,
.hover-strobe,
.hover-tada,
.hover-wave,
.hover-wobble,
.trigger {
    opacity: 0;
    -webkit-animation-duration: .66666667s;
    animation-duration: .66666667s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate.slow-mo,
.hover-bounce.slow-mo,
.hover-flash.slow-mo,
.hover-heartbeat.slow-mo,
.hover-panic.slow-mo,
.hover-pulsate.slow-mo,
.hover-pulse.slow-mo,
.hover-shakeH.slow-mo,
.hover-shakeV.slow-mo,
.hover-slingshotCCW.slow-mo,
.hover-slingshotCW.slow-mo,
.hover-spinCCW.slow-mo,
.hover-spinCW.slow-mo,
.hover-strobe.slow-mo,
.hover-tada.slow-mo,
.hover-wave.slow-mo,
.hover-wobble.slow-mo,
.trigger.slow-mo {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animate.super-slow-mo,
.hover-bounce.super-slow-mo,
.hover-flash.super-slow-mo,
.hover-heartbeat.super-slow-mo,
.hover-panic.super-slow-mo,
.hover-pulsate.super-slow-mo,
.hover-pulse.super-slow-mo,
.hover-shakeH.super-slow-mo,
.hover-shakeV.super-slow-mo,
.hover-slingshotCCW.super-slow-mo,
.hover-slingshotCW.super-slow-mo,
.hover-spinCCW.super-slow-mo,
.hover-spinCW.super-slow-mo,
.hover-strobe.super-slow-mo,
.hover-tada.super-slow-mo,
.hover-wave.super-slow-mo,
.hover-wobble.super-slow-mo,
.trigger.super-slow-mo {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

.animate.ultra-slow-mo,
.hover-bounce.ultra-slow-mo,
.hover-flash.ultra-slow-mo,
.hover-heartbeat.ultra-slow-mo,
.hover-panic.ultra-slow-mo,
.hover-pulsate.ultra-slow-mo,
.hover-pulse.ultra-slow-mo,
.hover-shakeH.ultra-slow-mo,
.hover-shakeV.ultra-slow-mo,
.hover-slingshotCCW.ultra-slow-mo,
.hover-slingshotCW.ultra-slow-mo,
.hover-spinCCW.ultra-slow-mo,
.hover-spinCW.ultra-slow-mo,
.hover-strobe.ultra-slow-mo,
.hover-tada.ultra-slow-mo,
.hover-wave.ultra-slow-mo,
.hover-wobble.ultra-slow-mo,
.trigger.ultra-slow-mo {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.animate.hyper-slow-mo,
.hover-bounce.hyper-slow-mo,
.hover-flash.hyper-slow-mo,
.hover-heartbeat.hyper-slow-mo,
.hover-panic.hyper-slow-mo,
.hover-pulsate.hyper-slow-mo,
.hover-pulse.hyper-slow-mo,
.hover-shakeH.hyper-slow-mo,
.hover-shakeV.hyper-slow-mo,
.hover-slingshotCCW.hyper-slow-mo,
.hover-slingshotCW.hyper-slow-mo,
.hover-spinCCW.hyper-slow-mo,
.hover-spinCW.hyper-slow-mo,
.hover-strobe.hyper-slow-mo,
.hover-tada.hyper-slow-mo,
.hover-wave.hyper-slow-mo,
.hover-wobble.hyper-slow-mo,
.trigger.hyper-slow-mo {
    -webkit-animation-duration: 5s;
    animation-duration: 5s
}

.animate.infinite,
.hover-bounce.infinite,
.hover-flash.infinite,
.hover-heartbeat.infinite,
.hover-panic.infinite,
.hover-pulsate.infinite,
.hover-pulse.infinite,
.hover-shakeH.infinite,
.hover-shakeV.infinite,
.hover-slingshotCCW.infinite,
.hover-slingshotCW.infinite,
.hover-spinCCW.infinite,
.hover-spinCW.infinite,
.hover-strobe.infinite,
.hover-tada.infinite,
.hover-wave.infinite,
.hover-wobble.infinite,
.trigger.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpLarge {
    -webkit-animation-name: fadeInUpLarge;
    animation-name: fadeInUpLarge
}

@-webkit-keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownLarge {
    -webkit-animation-name: fadeInDownLarge;
    animation-name: fadeInDownLarge
}

@-webkit-keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftLarge {
    -webkit-animation-name: fadeInLeftLarge;
    animation-name: fadeInLeftLarge
}

@-webkit-keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightLarge {
    -webkit-animation-name: fadeInRightLarge;
    animation-name: fadeInRightLarge
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-200px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(200px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-1000px)
    }
}

@keyframes fadeOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px)
    }
}

.fadeOutUpLarge {
    -webkit-animation-name: fadeOutUpLarge;
    animation-name: fadeOutUpLarge
}

@-webkit-keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(1000px)
    }
}

@keyframes fadeOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px)
    }
}

.fadeOutDownLarge {
    -webkit-animation-name: fadeOutDownLarge;
    animation-name: fadeOutDownLarge
}

@-webkit-keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-1000px)
    }
}

@keyframes fadeOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
}

.fadeOutLeftLarge {
    -webkit-animation-name: fadeOutLeftLarge;
    animation-name: fadeOutLeftLarge
}

@-webkit-keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(1000px)
    }
}

@keyframes fadeOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }
}

.fadeOutRightLarge {
    -webkit-animation-name: fadeOutRightLarge;
    animation-name: fadeOutRightLarge
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px);
        transform: scale(0) translateY(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px);
        transform: scale(0) translateY(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-200px);
        transform: scale(0) translateX(-200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px);
        transform: scale(0) translateX(200px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInUpLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px);
        transform: scale(0) translateY(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.zoomInUpLarge {
    -webkit-animation-name: zoomInUpLarge;
    animation-name: zoomInUpLarge
}

@-webkit-keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@keyframes zoomInDownLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px);
        transform: scale(0) translateY(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.zoomInDownLarge {
    -webkit-animation-name: zoomInDownLarge;
    animation-name: zoomInDownLarge
}

@-webkit-keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(-1000px);
        transform: scale(0) translateX(-1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.zoomInLeftLarge {
    -webkit-animation-name: zoomInLeftLarge;
    animation-name: zoomInLeftLarge
}

@-webkit-keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes zoomInRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(1000px);
        transform: scale(0) translateX(1000px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.zoomInRightLarge {
    -webkit-animation-name: zoomInRightLarge;
    animation-name: zoomInRightLarge
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
}

@keyframes zoomOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px);
        transform: scale(0) translateY(-200px)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes zoomOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px)
    }
}

@keyframes zoomOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(200px);
        transform: scale(0) translateY(200px)
    }
}

.animate.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-200px)
    }
}

@keyframes zoomOutLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-200px);
        transform: scale(1) translateX(-200px)
    }
}

.animate.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(200px)
    }
}

@keyframes zoomOutRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(200px);
        transform: scale(1) translateX(200px)
    }
}

.animate.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px)
    }
}

@keyframes zoomOutUpLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-1000px);
        transform: scale(0) translateY(-1000px)
    }
}

.animate.zoomOutUpLarge {
    -webkit-animation-name: zoomOutUpLarge;
    animation-name: zoomOutUpLarge
}

@-webkit-keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px)
    }
}

@keyframes zoomOutDownLarge {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0) translateY(1000px);
        transform: scale(0) translateY(1000px)
    }
}

.animate.zoomOutDownLarge {
    -webkit-animation-name: zoomOutDownLarge;
    animation-name: zoomOutDownLarge
}

@-webkit-keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-1000px)
    }
}

@keyframes zoomOutLeftLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(-1000px);
        transform: scale(1) translateX(-1000px)
    }
}

.animate.zoomOutLeftLarge {
    -webkit-animation-name: zoomOutLeftLarge;
    animation-name: zoomOutLeftLarge
}

@-webkit-keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(1000px)
    }
}

@keyframes zoomOutRightLarge {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(0);
        transform: scale(0) translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(1000px);
        transform: scale(1) translateX(1000px)
    }
}

.animate.zoomOutRightLarge {
    -webkit-animation-name: zoomOutRightLarge;
    animation-name: zoomOutRightLarge
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    70% {
        opacity: 1;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
    opacity: 1;
    filter: alpha(opacity=100)
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateY(-200px);
        transform: scale(0) translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateY(40px);
        transform: scale(1.1) translateY(40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateY(-20px);
        transform: scale(.9) translateY(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

.animate.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.animate.bounceInLeft {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translateX(200px);
        transform: scale(0) translateX(200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.1) translateX(-40px);
        transform: scale(1.1) translateX(-40px)
    }
    80% {
        opacity: 1;
        -webkit-transform: scale(.9) translateX(20px);
        transform: scale(.9) translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
}

.animate.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0)
    }
}

@keyframes bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    30% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.animate.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.animate.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }
}

@keyframes bounceOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200px);
        transform: translateY(200px)
    }
}

.animate.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-200px)
    }
}

@keyframes bounceOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

.animate.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(200px)
    }
}

@keyframes bounceOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.animate.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.hover-flash:hover,
.trigger.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes strobe {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        opacity: 1
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        opacity: 0
    }
}

@keyframes strobe {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        opacity: 1
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        opacity: 0
    }
}

.hover-strobe:hover,
.trigger.strobe {
    -webkit-animation-name: strobe;
    animation-name: strobe
}

@-webkit-keyframes shakeH {
    0%,
    to {
        -webkit-transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px)
    }
}

@keyframes shakeH {
    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.hover-shakeH:hover,
.trigger.shakeH {
    -webkit-animation-name: shakeH;
    animation-name: shakeH
}

@-webkit-keyframes shakeV {
    0%,
    to {
        -webkit-transform: translateY(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px)
    }
}

@keyframes shakeV {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.hover-shakeV:hover,
.trigger.shakeV {
    -webkit-animation-name: shakeV;
    animation-name: shakeV
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.hover-bounce:hover,
.trigger.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scale(1) rotate(0)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
}

@keyframes tada {
    0%,
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
}

.hover-tada:hover,
.trigger.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wave {
    20% {
        -webkit-transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg)
    }
}

@keyframes wave {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.hover-wave:hover {
    -webkit-animation-name: wave;
    animation-name: wave
}

@-webkit-keyframes spinCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spinCW {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.hover-spinCW:hover,
.trigger.spinCW {
    -webkit-animation-name: spinCW;
    animation-name: spinCW
}

@-webkit-keyframes spinCCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn)
    }
}

@keyframes spinCCW {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.hover-spinCCW:hover,
.trigger.spinCCW {
    -webkit-animation-name: spinCCW;
    animation-name: spinCCW
}

@-webkit-keyframes slingshotCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20%,
    30% {
        -webkit-transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes slingshotCW {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20%,
    30% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.hover-slingshotCW:hover,
.trigger.slingshotCW {
    -webkit-animation-name: slingshotCW;
    animation-name: slingshotCW
}

@-webkit-keyframes slingshotCCW {
    0% {
        -webkit-transform: rotate(0deg)
    }
    20%,
    30% {
        -webkit-transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(-1turn)
    }
}

@keyframes slingshotCCW {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20%,
    30% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.hover-slingshotCCW:hover,
.trigger.slingshotCCW {
    -webkit-animation-name: slingshotCCW;
    animation-name: slingshotCCW
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20px) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10px) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25px) rotate(-5deg);
        transform: translateX(-25px) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20px) rotate(3deg);
        transform: translateX(20px) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3deg);
        transform: translateX(-15px) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10px) rotate(2deg);
        transform: translateX(10px) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5px) rotate(-1deg);
        transform: translateX(-5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hover-wobble:hover,
.trigger.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0%,
    to {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes pulse {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hover-pulse:hover,
.trigger.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes pulsate {
    0%,
    50%,
    to {
        -webkit-transform: scale(1)
    }
    25%,
    75% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes pulsate {
    0%,
    50%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25%,
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hover-pulsate:hover,
.trigger.pulsate {
    -webkit-animation-name: pulsate;
    animation-name: pulsate
}

@-webkit-keyframes heartbeat {
    0%,
    30%,
    50%,
    60%,
    80% {
        -webkit-transform: scale(1)
    }
    40%,
    70% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes heartbeat {
    0%,
    30%,
    50%,
    60%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40%,
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.hover-heartbeat:hover,
.trigger.heartbeat {
    -webkit-animation-name: heartbeat;
    animation-name: heartbeat
}

@-webkit-keyframes panic {
    0%,
    to {
        -webkit-transform: scale(1) rotate(0)
    }
    10%,
    60% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    20%,
    40% {
        -webkit-transform: scale(1) rotate(-3deg)
    }
    30% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(3deg)
    }
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
}

@keyframes panic {
    0%,
    to {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
    10%,
    60% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    20%,
    40% {
        -webkit-transform: scale(1) rotate(-3deg);
        transform: scale(1) rotate(-3deg)
    }
    30% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(3deg);
        transform: scale(1) rotate(3deg)
    }
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
}

.hover-panic:hover,
.trigger.panic {
    -webkit-animation-name: panic;
    animation-name: panic
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes aboutOurStory-11 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 32.91139241%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes aboutOurStory-11 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 32.91139241%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes aboutOurStory-12 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 25.3164557%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes aboutOurStory-12 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 25.3164557%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes aboutOurStory-13 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 42.19409283%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes aboutOurStory-13 {
    0% {
        height: 0;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        height: 42.19409283%;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes aboutOurStoryRotateIn {
    0% {
        -webkit-transform-origin: 100% 50%;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: 100% 50%;
        -webkit-transform: none;
        opacity: 1
    }
}

@keyframes aboutOurStoryRotateIn {
    0% {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: none;
        transform: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes rotateInUn {
    0% {
        -webkit-transform-origin: center;
        -webkit-transform: rotate(200deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        -webkit-transform-origin: center;
        -webkit-transform: none;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes rotateInUn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes unzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes unzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.unzoomIn {
    -webkit-animation-name: unzoomIn;
    animation-name: unzoomIn
}

@-webkit-keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall
}

@-webkit-keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall
}

@-webkit-keyframes cardAnimating {
    0% {
        opacity: 0;
        -webkit-transform: perspective(12em) rotateX(8.5deg) scale3d(1.225, 1.225, 1.225);
        -webkit-transform-origin: 50% 100%
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg) scaleX(1)
    }
}

@keyframes cardAnimating {
    0% {
        opacity: 0;
        -webkit-transform: perspective(12em) rotateX(8.5deg) scale3d(1.225, 1.225, 1.225);
        transform: perspective(12em) rotateX(8.5deg) scale3d(1.225, 1.225, 1.225);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0deg) scaleX(1);
        transform: perspective(0) rotateX(0deg) scaleX(1)
    }
}

.cardAnimating {
    -webkit-animation-name: cardAnimating;
    animation-name: cardAnimating
}

@-webkit-keyframes loading {
    0% {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

@keyframes loading {
    0% {
        background-position: 0 -400px
    }
    to {
        background-position: -7px -400px
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spin {
    -webkit-animation-name: spin;
    animation-name: spin
}

@-webkit-keyframes unspin {
    to {
        -webkit-transform: rotate(-1turn)
    }
}

@keyframes unspin {
    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.unspin {
    -webkit-animation-name: unspin;
    animation-name: unspin
}

@-webkit-keyframes moveSystem {
    0% {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    0.1% {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    46% {
        top: 38.20754717%;
        left: 40.77771939%;
        -webkit-transform: rotate(0deg)
    }
    46.5% {
        top: 35.8490566%;
        left: 40.98791382%;
        -webkit-transform: rotate(-15deg)
    }
    47% {
        top: 33.49056604%;
        left: 41.77614293%;
        -webkit-transform: rotate(-35deg)
    }
    47.5% {
        top: 31.13207547%;
        left: 42.51182344%;
        -webkit-transform: rotate(-45deg)
    }
    53% {
        top: 7.54716981%;
        left: 47.97687861%;
        -webkit-transform: rotate(-45deg)
    }
    53.5% {
        top: 5.18867925%;
        left: 49.02785076%;
        -webkit-transform: rotate(-35deg)
    }
    54% {
        top: 2.83018868%;
        left: 49.55333684%;
        -webkit-transform: rotate(-25deg)
    }
    54.5% {
        top: .47169811%;
        left: 50.07882291%;
        -webkit-transform: rotate(0deg)
    }
    99.9% {
        top: .47169811%;
        left: 100.89332633%;
        -webkit-transform: rotate(0deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@keyframes moveSystem {
    0% {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    0.1% {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    45% {
        top: 38.20754717%;
        left: 40.77771939%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    45.5% {
        top: 35.8490566%;
        left: 40.98791382%;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    46% {
        top: 33.49056604%;
        left: 41.77614293%;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    46.5% {
        top: 31.13207547%;
        left: 42.51182344%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    54% {
        top: 7.54716981%;
        left: 47.97687861%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    54.5% {
        top: 5.18867925%;
        left: 49.02785076%;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
    55% {
        top: 2.83018868%;
        left: 49.55333684%;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }
    55.5% {
        top: .47169811%;
        left: 50.07882291%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    99.9% {
        top: .47169811%;
        left: 100.89332633%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }
    to {
        top: 38.20754717%;
        left: -5.78034682%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

.moveSystem {
    -webkit-animation-name: moveSystem;
    animation-name: moveSystem
}

.heading {
    text-align: center;
    margin-bottom: 30px
}

.heading.heading--divider:after {
    content: "";
    display: block;
    width: 7.14285714em;
    height: 2px;
    margin: 30px auto 0;
    background-color: #f05b28
}

.heading__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.71428571em;
    text-transform: uppercase;
    font-weight: 700;
    color: #333
}

.heading__desc {
    margin-top: 20px;
    font-size: 1.14285714em;
    line-height: 1.875;
    margin-bottom: 0
}

.heading__sub {
    max-width: 930px;
    margin: 0 auto 65px;
    text-align: center;
    font-size: 1.42857143em;
    line-height: 1.25;
    color: #999
}

.heading__subtitle {
    font-size: 1.28571429em;
    line-height: 1.4;
    font-weight: 300;
    max-width: 550px;
    margin: 0 auto 15px;
    color: #666
}

.heading__subtitle--2 {
    font-size: 1.71428571em
}

.heading--gradient {
    max-width: 930px;
    margin: 0 auto 80px;
    text-align: center
}

.heading--gradient .heading__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.85714286em;
    text-transform: uppercase;
    font-weight: 500
}

.heading--gradient .heading__desc {
    margin-top: 20px;
    font-size: 1.14285714em;
    line-height: 1.875;
    margin-bottom: 0
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--1 .heading__title {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        mix-blend-mode: multiply
    }
    .heading--gradient--1 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #f05b28, #852291);
        pointer-events: none;
        mix-blend-mode: screen
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--2 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--2 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #81bc06, #81bc06, #81bc06, #ffba33, #ffba33);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

.heading--gradient--2.heading--divider:after {
    background-color: #fff
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--3 .heading__title {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        mix-blend-mode: multiply
    }
    .heading--gradient--3 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #00aba2, #8c73c8);
        pointer-events: none;
        mix-blend-mode: screen
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--4 .heading__title {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        mix-blend-mode: multiply
    }
    .heading--gradient--4 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #05a6f0, #f05b28);
        pointer-events: none;
        mix-blend-mode: screen
    }
}

.heading--gradient--4 .heading__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f1f6fa;
    mix-blend-mode: multiply
}

.heading--gradient--4.heading--divider:after {
    background-color: #666
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--5 .heading__title {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        mix-blend-mode: multiply
    }
    .heading--gradient--5 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #f05b28, #05a6f0);
        pointer-events: none;
        mix-blend-mode: screen
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--6 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--6 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #0cf, #ffa800);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--7 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--7 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #ff4e00, #bc10d0);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--8 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--8 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #00aba2, #8c73c8);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--9 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--9 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #ffe92d, #f05b28);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--10 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--10 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #ffa800, #0cf);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--11 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--11 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #a067d9, #00d0ef);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--12 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--12 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #f05b28, #0070ff);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

.heading--gradient--12 .heading__desc {
    color: #fff
}

@supports (mix-blend-mode:lighten) {
    .heading--gradient--13 .heading__title {
        display: inline-block;
        position: relative;
        color: #fff;
        background: #000;
        mix-blend-mode: lighten
    }
    .heading--gradient--13 .heading__title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #c12900, #ffc601);
        pointer-events: none;
        mix-blend-mode: multiply
    }
}

.heading--gradient--13 .heading__desc {
    color: #fff
}

@media (max-width:1199px) {
    .heading--gradient {
        max-width: 570px;
        margin: 0 auto 40px;
        text-align: center
    }
    .heading--gradient.heading--divider:after {
        width: 5.38461538em;
        margin: 20px auto 0
    }
    .heading--gradient .heading__title {
        font-size: 2.30769231em
    }
    .heading--gradient .heading__desc {
        margin-top: 15px;
        font-size: 1.07692308em;
        line-height: 1.71428571
    }
}

@media (max-width:767px) {
    .heading--gradient {
        padding-left: 15px;
        padding-right: 15px
    }
    .heading__sub {
        margin: 0 auto 35px;
        font-size: 1.23076923em
    }
    .heading__subtitle {
        font-size: 1.14285714em
    }
    .heading__subtitle--2 {
        font-size: 1.28571429em
    }
    .heading__desc {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:479px) {
    .heading__sub {
        margin: 0 auto 30px;
        font-size: 1.07692308em
    }
}

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

.slick-slider,
.slick-slider * {
    outline: none!important
}

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

.slick-list:focus {
    outline: none
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

#searchModal .close {
    color: #fff;
    position: absolute;
    top: .6em;
    right: .88888889em;
    font-size: 3.21428571em;
    line-height: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

#searchModal .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%)
}

#searchModal .modal-dialog .modal-content {
    border: none;
    background: none;
    padding: 0;
    box-shadow: none
}

#searchModal .modal-dialog .form-control {
    font-size: 4.28571429em;
    padding: 0;
    color: #fff;
    border: none;
    background: none;
    outline: none!important;
    height: auto;
    box-shadow: none
}

#searchModal .modal-dialog .form-control::-moz-placeholder {
    color: hsla(0, 0%, 100%, .9);
    opacity: 1
}

#searchModal .modal-dialog .form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

#searchModal .modal-dialog .form-control::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .9)
}

#searchModal~.modal-backdrop.fade.in {
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
    background-color: #1794d5;
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #018445;
    background-image: linear-gradient(90deg, #018445, #779d4a)
}

.slideMenu {
    background-color: #f6f6f6;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 375px;
    max-width: 100%;
    z-index: 998;
    padding-top: 80px;
    box-shadow: -3px 7px 7px rgba(0, 0, 0, .1);
    -webkit-transform: translate(110%);
    transform: translate(110%);
    transition: all .2s ease-in-out
}

.slideMenu__inner {
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 35px;
    max-height: 100%
}

.slideMenu__nav {
    list-style: none;
    padding: 0;
    margin: 0
}

.slideMenu__nav>li {
    position: relative
}

.slideMenu__nav>li .showChild {
    position: absolute;
    display: block;
    top: 0;
    height: 40px;
    right: 0;
    width: 40px;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.slideMenu__nav>li .showChild:after,
.slideMenu__nav>li .showChild:before {
    content: "";
    display: block;
    background-color: #f05b28;
    position: absolute;
    top: 50%;
    transition: all .2s ease-in-out
}

.slideMenu__nav>li .showChild:before {
    width: 1px;
    height: 9px;
    margin-top: -4px;
    right: 9px
}

.slideMenu__nav>li .showChild:after {
    width: 9px;
    height: 1px;
    right: 5px
}

.slideMenu__nav>li .showChild:hover:after,
.slideMenu__nav>li .showChild:hover:before {
    background-color: #1794d5
}

.slideMenu__nav>li>a {
    font-weight: 600;
    text-transform: uppercase;
    color: #5d5d5d;
    display: inline-block;
    padding: 9px 0
}

.slideMenu__nav>li>a:hover {
    color: #f05b28
}

.slideMenu__nav>li+li {
    border-top: 1px solid #edecec
}

.slideMenu__nav>li>.sub {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px 0 20px 14px
}

.slideMenu__nav>li>.sub a {
    color: #666
}

.slideMenu__nav>li>.sub a:hover,
.slideMenu__nav>li>.sub li.active a {
    color: #f05b28
}

.slideMenu__nav>li>.sub li+li {
    margin-top: 10px
}

.slideMenu__nav>li.active>a {
    color: #f05b28
}

.slideMenu__nav>li.active .showChild:after,
.slideMenu__nav>li.active .showChild:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slideMenu__nav>li.active-child>.sub {
    display: block
}

.slideMenu.show {
    -webkit-transform: translate(0);
    transform: translate(0)
}

@media (max-width:1199px) {
    .slideMenu {
        padding-top: 59px
    }
    .slideMenu__nav li .showChild {
        height: 36px
    }
}

@media (max-width:768px) {
    .slideMenu__inner {
        padding-bottom: 85px
    }
}

@media (max-width:479px) {
    .slideMenu {
        width: 100%
    }
}

@media (max-width:479px) {
    .show-slideMenu {
        overflow: hidden
    }
}

.section-cta {
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.section-cta__inner {
    padding: 71px 0 74px;
    max-width: 690px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.71428571
}

.section-cta h2 {
    margin: 0 0 3px;
    font-weight: 300;
    color: #fff;
    font-size: 2.57142857em
}

.section-cta h3 {
    font-size: 1.71428571em;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff
}

.section-cta p {
    margin-bottom: 0;
    font-weight: 300
}

.section-cta a.btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #2c3e50;
    border-radius: 25px;
    padding: 1.07142857em 2.64285714em;
    border: none
}

.section-cta a.btn:hover {
    background-color: #f05b28
}

.section-cta--2 .container:before {
    display: block;
    border-top: 1px solid #e1e1e1
}

.section-cta--2 .section-cta__inner {
    padding: 45px 0 67px;
    max-width: 1150px
}

.section-cta--2 .section-cta__inner h2 {
    font-size: 2.14285714em;
    color: #f05b28;
    line-height: 1.4
}

.section-cta--2 .section-cta__inner .btn {
    margin-top: 40px
}

.section-cta--3 {
    overflow: hidden;
    position: relative
}

.section-cta--3:after,
.section-cta--3:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 100px;
    width: 2950px;
    top: -131px;
    transition: all 1.5s ease-in-out
}

.section-cta--3:before {
    right: 50%;
    margin-right: -1px;
    -webkit-transform: translateX(0) skewY(4deg);
    transform: translateX(0) skewY(4deg)
}

.section-cta--3:after {
    left: 50%;
    -webkit-transform: translateX(0) skewY(-4deg);
    transform: translateX(0) skewY(-4deg)
}

.section-cta--3 .section-cta__inner {
    padding-top: 120px;
    max-width: 990px
}

.section-cta--career {
    margin-bottom: 20px
}

.section-cta--career .section-cta__inner {
    max-width: inherit;
    padding: 88px 0 62px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-cta--career .section-cta__inner h3 {
    font-size: 2.57142857em;
    line-height: 1.33333333
}

.section-cta--career .section-cta__inner a.btn {
    background-color: #1794d5;
    font-weight: 400
}

.section-cta--career .section-cta__inner a.btn.btn-luna,
.section-cta--career .section-cta__inner a.btn:hover {
    background-color: #f05b28
}

.section-cta--career .section-cta__inner a.btn.btn-luna:hover {
    background-color: #1794d5
}

@media (max-width:479px) {
    .section-cta h3 {
        font-size: 1.38461538em
    }
    .section-cta--3 .section-cta__inner {
        padding: 100px 0 50px
    }
}

@media (max-width:439px) {
    .section-cta__inner {
        padding: 40px 0 50px
    }
    .section-cta h2 {
        font-size: 2.2em;
        margin-bottom: 12px
    }
    .section-cta--2 .section-cta__inner {
        padding: 35px 0 57px
    }
    .section-cta--2 .section-cta__inner h2 {
        font-size: 1.42857143em
    }
    .section-cta--2 .section-cta__inner .btn {
        margin-top: 20px;
        padding: 1.07142857em 2em
    }
    .section-cta--career .section-cta__inner {
        padding: 40px 0
    }
    .section-cta--career .section-cta__inner h3 {
        font-size: 2em
    }
}

.dropzone {
    position: relative;
    border: 1px solid #fbfbfb;
    background: #fefefe url(/assets/images/upload-bg.png);
    min-height: 127px;
    border-radius: 4px;
    padding: 5px
}

.dropzone.dz-clickable,
.dropzone.dz-clickable.dz-message,
.dropzone.dz-clickable.dz-message span {
    cursor: pointer
}

.dropzone>[type=file] {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.dropzone .dz-message {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    font-size: 1.28571429em;
    font-weight: 200;
    color: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dropzone .dz-message:before {
    content: "\e091";
    font-family: ElegantIcons;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: 1px dotted #c1c1c1;
    line-height: 43px;
    text-align: center;
    margin: 0 auto 12px
}

.dropzone.dz-drag-hover {
    border-color: #f05b28;
    background-color: rgba(240, 91, 40, .1)
}

.dropzone-previews .dz-preview,
.dropzone .dz-preview {
    background: hsla(0, 0%, 100%, .9);
    position: relative;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px
}

.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail] {
    display: none
}

.dropzone-previews .dz-preview .dz-details .dz-size,
.dropzone .dz-preview .dz-details .dz-size {
    font-size: .85714286em;
    color: #333
}

.dropzone-previews .dz-preview .dz-details .dz-filename,
.dropzone .dz-preview .dz-details .dz-filename {
    color: #999;
    font-size: .85714286em;
    font-weight: 700
}

.dropzone-previews .dz-preview .dz-details img,
.dropzone .dz-preview .dz-details img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px
}

.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark,
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-success .dz-success-mark {
    display: block
}

.dropzone-previews .dz-preview:hover .dz-details img,
.dropzone .dz-preview:hover .dz-details img {
    display: none
}

.dropzone-previews .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -10px;
    top: -10px
}

.dropzone-previews .dz-preview .dz-error-mark svg,
.dropzone-previews .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    max-width: 100%;
    max-height: 100%
}

.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-success-mark {
    color: #8cc657
}

.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-error-mark {
    color: #ee162d
}

.dropzone-previews .dz-preview .dz-progress,
.dropzone .dz-preview .dz-progress {
    position: absolute;
    bottom: 34px;
    left: 6px;
    right: 6px;
    height: 6px;
    background: #d7d7d7;
    border-radius: 4px;
    display: none
}

.dropzone-previews .dz-preview .dz-progress .dz-upload,
.dropzone .dz-preview .dz-progress .dz-upload {
    display: block;
    bottom: 0;
    background-color: #8cc657
}

.dropzone-previews .dz-preview.dz-processing .dz-progress,
.dropzone .dz-preview.dz-processing .dz-progress {
    display: block
}

.dropzone-previews .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-error-message {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: hsla(0, 0%, 96.1%, .8);
    padding: 8px 10px;
    font-size: .85714286em;
    color: #f05b28;
    z-index: 500;
    max-height: 60%;
    overflow: hidden
}

.dropzone-previews .dz-preview:hover.dz-error .dz-error-message,
.dropzone .dz-preview:hover.dz-error .dz-error-message {
    display: block
}

.dropzone-previews .dz-preview,
.dropzone .dz-preview {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .16);
    font-size: 14px
}

.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone .dz-preview.dz-image-preview:hover .dz-details img {
    display: block;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10)
}

.dropzone-previews .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark,
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone .dz-preview.dz-error .dz-progress .dz-upload {
    background: #ee1e2d
}

.dropzone-previews .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .4s ease-in-out;
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.4375),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:138dpi) {
    .dropzone-previews .dz-preview .dz-error-mark,
    .dropzone-previews .dz-preview .dz-success-mark,
    .dropzone .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark {
        background-size: 428px 406px
    }
}

.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-success-mark span,
.dropzone .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span {
    display: none
}

.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-error-mark {
    background-position: -268px -123px
}

.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-success-mark {
    background-position: -268px -163px
}

.dropzone-previews .dz-preview .dz-progress .dz-upload,
.dropzone .dz-preview .dz-progress .dz-upload {
    -webkit-animation: loading .4s linear infinite;
    animation: loading .4s linear infinite;
    transition: width .3s ease-in-out;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-repeat: repeat-x;
    background-position: 0 -400px
}

@media (-webkit-min-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.4375),
(min--moz-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx),
(min-resolution:138dpi) {
    .dropzone-previews .dz-preview .dz-progress .dz-upload,
    .dropzone .dz-preview .dz-progress .dz-upload {
        background-size: 428px 406px
    }
}

.dropzone-previews .dz-preview.dz-success .dz-progress,
.dropzone .dz-preview.dz-success .dz-progress {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .4s ease-in-out
}

.dropzone-previews .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-error-message {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .3s ease-in-out
}

.dropzone-previews .dz-preview:hover.dz-error .dz-error-message,
.dropzone .dz-preview:hover.dz-error .dz-error-message {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.dropzone-previews a.dz-remove,
.dropzone a.dz-remove {
    border-radius: 4px;
    border: 1px solid #eee;
    text-decoration: none;
    display: block;
    padding: 4px 5px;
    text-align: center;
    color: #fff;
    margin-top: 14px;
    background-color: #1794d5;
    font-size: 12px;
    text-transform: uppercase
}

.dropzone-previews a.dz-remove:hover,
.dropzone a.dz-remove:hover {
    background-color: #f05b28;
    color: #fff
}

.chosen-select,
.chosen-select-deselect {
    width: 100%
}

.chosen-container {
    display: inline-block;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    min-width: 100%
}

.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0
}

.chosen-container .chosen-results {
    color: #555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    padding: 5px 6px;
    font-size: .92857143em;
    color: #666
}

.chosen-container .chosen-results li em {
    background: #feffde;
    font-style: normal
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default;
    color: #999;
    font-weight: 700
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item
}

.chosen-container .chosen-results li.highlighted {
    background-color: #1794d5;
    background-image: none;
    color: #fff
}

.chosen-container .chosen-results li.highlighted em {
    background: transparent
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #777
}

.chosen-container .chosen-results .no-results {
    background: #eee;
    display: list-item
}

.chosen-container .chosen-results-scroll {
    background: #fff;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chosen-container .chosen-results-scroll span {
    display: inline-block;
    height: 1.42857143;
    text-indent: -5000px;
    width: 9px
}

.chosen-container .chosen-results-scroll-down {
    bottom: 0
}

.chosen-container .chosen-results-scroll-down span {
    background: url(/assets/images/chosen-sprite.png) no-repeat -4px -3px
}

.chosen-container .chosen-results-scroll-up span {
    background: url(/assets/images/chosen-sprite.png) no-repeat -22px -3px
}

.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    outline: none!important;
    transition: border-color .2s ease-in-out;
    padding: 0 0 0 15px;
    position: relative;
    text-decoration: none;
    white-space: nowrap
}

.chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single abbr {
    background: url(/assets/images/chosen-sprite.png) 100% 0 no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: right -11px
}

.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px
}

.chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px
}

.chosen-container-single .chosen-single div b {
    background: url(/assets/images/chosen-sprite.png) no-repeat 1px 10px;
    display: block;
    height: 100%;
    width: 100%
}

.chosen-container-single .chosen-default {
    color: #777
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1000
}

.chosen-container-single .chosen-search input[type=text] {
    background: url(/assets/images/chosen-sprite.png) no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin: 1px 0;
    padding: 2px 20px 2px 6px;
    width: 100%;
    outline: none!important;
    font-size: .92857143em
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-clip: padding-box
}

.chosen-container-single-nosearch .chosen-search input {
    position: absolute;
    left: -9000px
}

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    cursor: text;
    height: auto!important;
    height: 1%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices .search-field input[type=text] {
    background: transparent!important;
    border: 0!important;
    box-shadow: none;
    color: #555;
    height: 32px;
    margin: 0;
    padding: 4px;
    outline: 0
}

.chosen-container-multi .chosen-choices .search-field .default {
    color: #999
}

.chosen-container-multi .chosen-choices .search-choice {
    background-clip: padding-box;
    background-color: #eee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: linear-gradient(180deg, #fff 0, #eee);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffeeeeee", GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background: url(/assets/images/chosen-sprite.png) 100% 0 no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 4px;
    top: 5px;
    width: 12px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
    background-position: right -11px
}

.chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
    background-position: right -11px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: none
}

.chosen-container-active .chosen-single {
    border: 1px solid #f05b28
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #f05b28;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #f05b28
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 10px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #f05b28;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active .chosen-choices .search-field input[type=text] {
    color: #333!important
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-disabled {
    cursor: default;
    opacity: .5!important
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chosen-rtl .chosen-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chosen-rtl .chosen-single div {
    left: 7px;
    right: auto
}

.chosen-rtl .chosen-single abbr {
    left: 26px;
    right: auto
}

.chosen-rtl .chosen-choices .search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices .search-choice .search-choice-close {
    background-position: 100% 0;
    left: 4px;
    right: auto
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    background: url(/assets/images/chosen-sprite.png) no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:144dpi) {
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/assets/images/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default
}

.irs-from,
.irs-single,
.irs-to {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40)
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    outline: none!important;
    z-index: -9999!important;
    background: none!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs {
    height: 35px
}

.irs>* {
    z-index: 1
}

.irs>.irs-grid {
    z-index: 0
}

.irs-with-grid {
    height: 65px
}

.irs-line {
    height: 20px;
    top: 3px;
    background: #fff;
    border: 3px solid #ebebeb;
    border-radius: 16px
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px
}

.irs-bar {
    height: 20px;
    top: 3px;
    background: #f05b28
}

.irs-bar-edge {
    top: 4px;
    width: 18px;
    height: 18px;
    border: 3px solid #f05b28;
    background: #fff;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: .3;
    border-radius: 5px;
    -moz-border-radius: 5px
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30)
}

.irs-slider {
    top: 4px;
    width: 18px;
    height: 18px;
    border: 3px solid #f05b28;
    background: #fff;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #fff
}

.irs-max,
.irs-min {
    color: #333;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    -moz-border-radius: 3px
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}

.irs-grid {
    height: 27px
}

.irs-grid-pol {
    top: -47px;
    background: #ebebeb
}

.irs-grid-pol,
.irs-grid-pol.small {
    height: 42px
}

.irs-grid-text {
    bottom: 5px;
    padding: 0;
    font-size: 1em;
    font-weight: 300
}

.irs-grid-text~.small {
    display: none
}

@media (min-width:768px) {
    .irs-grid-text.js-grid-text-0 {
        margin-left: 0!important
    }
    .irs-grid-text+.small+.small {
        display: block
    }
}

@media (max-width:767px) {
    .irs-grid-text {
        font-size: .8em
    }
}

@media (max-width:479px) {
    .irs-grid-text {
        font-size: .7em
    }
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.no_drag .str_move,
.noStop .str_move,
.str_static .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none!important
}

body.loading {
    overflow: hidden
}

body.loading .fc-loading {
    display: block
}

.fc-loading {
    position: fixed;
    z-index: 1011;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .95);
    display: none
}

.fc-loading__3fc {
    width: 49px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px auto auto -20px
}

.fc-loading__3fc__item {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.fc-loading__3fc__item--1 {
    top: 0;
    left: 0;
    width: 43px;
    height: 23px;
    background-image: url(/assets/images/icons/loading-1.svg);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: loading-1 4s linear infinite both;
    animation: loading-1 4s linear infinite both
}

.fc-loading__3fc__item--2 {
    top: 18px;
    left: 28px;
    width: 15px;
    height: 20px;
    background-image: url(/assets/images/icons/loading-2.svg);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: loading-2 4s linear infinite both;
    animation: loading-2 4s linear infinite both;
    -webkit-animation-delay: .24s
}

.fc-loading__3fc__item--3 {
    top: 35px;
    left: 29px;
    width: 11px;
    height: 11px;
    background-image: url(/assets/images/icons/loading-3.svg);
    -webkit-animation: loading-2 4s linear infinite both;
    animation: loading-2 4s linear infinite both;
    -webkit-animation-delay: .48s
}

.fc-loading__3fc__item--4 {
    top: 40px;
    right: 0;
    width: 17px;
    height: 21px;
    background-image: url(/assets/images/icons/loading-4.svg);
    -webkit-animation: loading-4 4s linear infinite both;
    animation: loading-4 4s linear infinite both;
    -webkit-animation-delay: .72s;
    animation-delay: .72s
}

.fc-loading__3fc__item--5 {
    bottom: 0;
    left: 7.2px;
    width: 32px;
    height: 20px;
    background-image: url(/assets/images/icons/loading-5.svg);
    -webkit-animation: loading-5 4s linear infinite both;
    animation: loading-5 4s linear infinite both;
    -webkit-animation-delay: .96s
}

.fc-loading__3fc__item--6 {
    top: 46.3px;
    left: 7.2px;
    width: 5px;
    height: 7px;
    background-image: url(/assets/images/icons/loading-6.svg);
    -webkit-animation: loading-6 4s linear infinite both;
    animation: loading-6 4s linear infinite both;
    -webkit-animation-delay: 1.2s
}

@-webkit-keyframes loading-1 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(-180deg) rotateX(0);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
}

@keyframes loading-1 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(-180deg) rotateX(0);
        transform: perspective(250px) rotateY(-180deg) rotateX(0);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
}

@-webkit-keyframes loading-2 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
}

@keyframes loading-2 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
}

@-webkit-keyframes loading-4 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(-180deg) rotateX(0);
        opacity: 0
    }
}

@keyframes loading-4 {
    0%,
    10% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(-180deg) rotateX(0);
        transform: perspective(250px) rotateY(-180deg) rotateX(0);
        opacity: 0
    }
}

@-webkit-keyframes loading-5 {
    0%,
    10% {
        -webkit-transform-origin: 100% 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 100% 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
}

@keyframes loading-5 {
    0%,
    10% {
        -webkit-transform-origin: 100% 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 100% 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
}

@-webkit-keyframes loading-6 {
    0%,
    10% {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit--webkit-transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
}

@keyframes loading-6 {
    0%,
    10% {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(180deg);
        transform: perspective(250px) rotateY(0) rotateX(180deg);
        opacity: 0
    }
    19.9% {
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    20%,
    80% {
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    80.1% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(0) rotateX(0);
        transform: perspective(250px) rotateY(0) rotateX(0);
        opacity: 1
    }
    90%,
    to {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(250px) rotateY(180deg) rotateX(0);
        transform: perspective(250px) rotateY(180deg) rotateX(0);
        opacity: 0
    }
}

.boxSolutions__item {
    display: block;
    text-align: center;
    color: #333;
    opacity: 1;
    transition: color .2s ease-in-out
}

.boxSolutions__item__title {
    font-size: 1.28571429em;
    font-weight: 600;
    display: block;
    opacity: 0;
    transition: all .2s ease-in-out;
    transition-delay: .2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.boxSolutions__item__desc {
    display: inline-block;
    line-height: 1.57142857;
    margin-top: .71428571em;
    opacity: 0;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.boxSolutions__item__img {
    position: relative;
    margin-bottom: 35px;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.boxSolutions__item__img:after {
    content: "";
    padding-top: 74.76190476%;
    display: block;
    height: 0
}

.boxSolutions__item__img img {
    display: none;
    display: block
}

.boxSolutions__item__img>* {
    position: absolute;
    display: block;
    transition: all .2s ease-in-out;
    opacity: 0
}

.boxSolutions__item__img--1>:first-child {
    z-index: 4;
    top: 17.8343949%;
    left: 34.28571429%;
    width: 31.42857143%;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.boxSolutions__item__img--1>:nth-child(2) {
    z-index: 3;
    top: 24.20382166%;
    left: 30.47619048%;
    width: 30.47619048%;
    transition-delay: .1s;
    -webkit-transform: translate(5%, -5%);
    transform: translate(5%, -5%)
}

.boxSolutions__item__img--1>:nth-child(3) {
    z-index: 5;
    top: 32.48407643%;
    left: 59.04761905%;
    width: 14.28571429%;
    transition-delay: .3s;
    -webkit-transform: scale(.4) translateX(250%) translateY(140%);
    transform: scale(.4) translateX(250%) translateY(140%)
}

.boxSolutions__item__img--1>:nth-child(4) {
    z-index: 2;
    top: 41.40127389%;
    left: 65.23809524%;
    width: 16.19047619%;
    transition-delay: .6s
}

.boxSolutions__item__img--1>:nth-child(5) {
    z-index: 5;
    top: 64.33121019%;
    left: 27.14285714%;
    width: 11.9047619%;
    transition-delay: .6s;
    -webkit-transform: scale(.4) translateX(-250%) translateY(-140%);
    transform: scale(.4) translateX(-250%) translateY(-140%)
}

.boxSolutions__item__img--1>:nth-child(6) {
    z-index: 4;
    top: 49.68152866%;
    left: 19.52380952%;
    width: 15.71428571%;
    transition-delay: .8s
}

.boxSolutions__item__img--1>:nth-child(7) {
    z-index: 0;
    top: 0;
    left: 20%;
    width: 37.14285714%;
    transition-delay: .8s;
    -webkit-transform: scale(.4) translateX(50%) translateY(40%);
    transform: scale(.4) translateX(50%) translateY(40%)
}

.boxSolutions__item__img--2>:first-child {
    z-index: 1;
    top: 33.75796178%;
    left: 14.28571429%;
    width: 70.47619048%;
    transition: all .5s ease-in-out;
    transition-delay: 1s;
    margin-left: -30%
}

.boxSolutions__item__img--2>:nth-child(2) {
    z-index: 1;
    top: 72.61146497%;
    left: 14.76190476%;
    width: 17.14285714%;
    transition: all .5s ease-in-out;
    transition-delay: 1s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: -30%
}

.boxSolutions__item__img--2>:nth-child(3) {
    z-index: 1;
    top: 19.74522293%;
    left: 46.66666667%;
    width: 19.52380952%;
    transition-delay: 1.5s;
    -webkit-transform: scale(.4) translateY(100%);
    transform: scale(.4) translateY(100%)
}

.boxSolutions__item__img--2>:nth-child(4) {
    z-index: 0;
    top: 9.55414013%;
    left: 39.04761905%;
    width: 33.80952381%;
    transition-delay: 1.7s;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.boxSolutions__item__img--2~.boxSolutions__item__title {
    transition-delay: 1.2s
}

.boxSolutions__item__img--2~.boxSolutions__item__desc {
    transition-delay: 1.1s
}

.boxSolutions__item__img--3>:first-child {
    z-index: 7;
    top: 61.78343949%;
    left: 15.23809524%;
    width: 17.61904762%;
    transition-delay: 1.9s;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSolutions__item__img--3>:nth-child(2) {
    z-index: 4;
    top: 41.40127389%;
    left: 22.38095238%;
    width: 59.04761905%;
    transition-delay: 2.1s;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSolutions__item__img--3>:nth-child(3) {
    z-index: 6;
    top: 41.40127389%;
    left: 22.38095238%;
    width: 59.04761905%;
    transition-delay: 2.1s;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSolutions__item__img--3>:nth-child(4) {
    z-index: 5;
    top: 28.02547771%;
    left: 28.57142857%;
    width: 46.66666667%;
    transition-delay: 2.5s;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.boxSolutions__item__img--3>:nth-child(5) {
    z-index: 3;
    top: 46.49681529%;
    left: 26.66666667%;
    width: 58.0952381%;
    transition-delay: 2.3s;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%)
}

.boxSolutions__item__img--3>:nth-child(6) {
    z-index: 0;
    top: 5.73248408%;
    left: 50%;
    width: 45.71428571%;
    transition-delay: 2.5s;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.boxSolutions__item__img--3>:nth-child(7) {
    z-index: 8;
    top: 70.70063694%;
    left: 23.33333333%;
    width: 15.71428571%;
    transition-delay: 2.7s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 25% -10%;
    transform-origin: 25% -10%
}

.boxSolutions__item__img--3>:nth-child(8) {
    z-index: 2;
    top: 31.84713376%;
    left: 10%;
    width: 12.85714286%;
    transition-delay: 2.8s;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: 110% 80%;
    transform-origin: 110% 80%
}

.boxSolutions__item__img--3~.boxSolutions__item__title {
    transition-delay: 2.1s
}

.boxSolutions__item__img--3~.boxSolutions__item__desc {
    transition-delay: 2s
}

.boxSolutions__item__img--4>:first-child {
    z-index: 10;
    top: 63.05732484%;
    left: 37.61904762%;
    width: 23.33333333%;
    transition-delay: 3s;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSolutions__item__img--4>:nth-child(2) {
    z-index: 9;
    top: 63.05732484%;
    left: 21.9047619%;
    width: 23.33333333%;
    transition-delay: 3.2s;
    -webkit-transform: translate(67%);
    transform: translate(67%)
}

.boxSolutions__item__img--4>:nth-child(3) {
    z-index: 9;
    top: 63.05732484%;
    left: 53.80952381%;
    width: 23.33333333%;
    transition-delay: 3.2s;
    -webkit-transform: translate(-70%);
    transform: translate(-70%)
}

.boxSolutions__item__img--4>:nth-child(4) {
    z-index: 8;
    top: 63.69426752%;
    left: 25.23809524%;
    width: 54.28571429%;
    transition-delay: 3.4s;
    -webkit-transform: translate(-10%);
    transform: translate(-10%)
}

.boxSolutions__item__img--4>:nth-child(5) {
    z-index: 7;
    top: 76.43312102%;
    left: 13.33333333%;
    width: 71.9047619%;
    transition-delay: 3.5s;
    -webkit-transform: translate(10%);
    transform: translate(10%)
}

.boxSolutions__item__img--4>:nth-child(6) {
    z-index: 8;
    top: 22.29299363%;
    left: 47.61904762%;
    width: 4.28571429%;
    transition-delay: 3.6s
}

.boxSolutions__item__img--4>:nth-child(7) {
    z-index: 7;
    top: 24.84076433%;
    left: 22.38095238%;
    width: 54.28571429%;
    transition: height 2s ease-in-out;
    transition-delay: 3.7s;
    height: 0;
    display: block;
    overflow: hidden
}

.boxSolutions__item__img--4>:nth-child(8) {
    z-index: 7;
    top: 36.30573248%;
    left: 29.04761905%;
    width: 40.47619048%;
    transition-delay: 4.2s
}

.boxSolutions__item__img--4>:nth-child(9) {
    z-index: 7;
    top: 47.13375796%;
    left: 24.28571429%;
    width: 50.95238095%;
    transition-delay: 4.5s
}

.boxSolutions__item__img--4>:nth-child(10) {
    z-index: 7;
    top: 45.22292994%;
    left: 33.80952381%;
    width: 30.95238095%;
    transition-delay: 4.5s
}

.boxSolutions__item__img--4>:nth-child(11) {
    z-index: 7;
    top: 66.87898089%;
    left: 22.38095238%;
    width: 55.23809524%;
    transition-delay: 4.9s
}

.boxSolutions__item__img--4~.boxSolutions__item__title {
    transition-delay: 3.2s
}

.boxSolutions__item__img--4~.boxSolutions__item__desc {
    transition-delay: 3.1s
}

.boxSolutions__item__img--5>:first-child {
    z-index: 10;
    top: 21.01910828%;
    left: 15.23809524%;
    width: 55.23809524%;
    transition-delay: 5.2s
}

.boxSolutions__item__img--5>:nth-child(2) {
    z-index: 9;
    top: 40.76433121%;
    left: 19.04761905%;
    width: 55.23809524%;
    transition-delay: 5.3s;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%)
}

.boxSolutions__item__img--5>:nth-child(3) {
    z-index: 11;
    top: 23.56687898%;
    left: 59.04761905%;
    width: 24.76190476%;
    transition-delay: 5.5s;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transform-origin: 50% 48%;
    transform-origin: 50% 48%
}

.boxSolutions__item__img--5>:nth-child(4) {
    z-index: 10;
    top: 21.65605096%;
    left: 65.23809524%;
    width: 13.80952381%;
    transition-delay: 5.58s;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSolutions__item__img--5>:nth-child(5) {
    z-index: 9;
    top: 23.56687898%;
    left: 74.76190476%;
    width: 11.9047619%;
    transition-delay: 5.7s;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transform-origin: 0 72%;
    transform-origin: 0 72%;
    display: block
}

.boxSolutions__item__img--5>:nth-child(5) img {
    transition: all .2s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate(-26%, 7%);
    transform: translate(-26%, 7%);
    transition-delay: 6.1s
}

.boxSolutions__item__img--5>:nth-child(6) {
    z-index: 11;
    top: 89.8089172%;
    left: 6.19047619%;
    width: 8.0952381%;
    transition-delay: 6.1s
}

.boxSolutions__item__img--5>:nth-child(7) {
    z-index: 11;
    top: 70.06369427%;
    left: 21.9047619%;
    width: 8.0952381%;
    transition-delay: 6.3s
}

.boxSolutions__item__img--5>:nth-child(8) {
    z-index: 11;
    top: 89.8089172%;
    left: 36.19047619%;
    width: 8.0952381%;
    transition-delay: 6.5s
}

.boxSolutions__item__img--5>:nth-child(9) {
    z-index: 11;
    top: 70.06369427%;
    left: 52.38095238%;
    width: 8.0952381%;
    transition-delay: 6.7s
}

.boxSolutions__item__img--5>:nth-child(10) {
    z-index: 10;
    top: 74.52229299%;
    left: 9.52380952%;
    width: 47.61904762%;
    display: block;
    height: 21.65605096%;
    width: 0;
    overflow: hidden;
    transition: width 1.55s ease-in-out;
    transition-delay: 6.2s
}

.boxSolutions__item__img--5>:nth-child(10) img {
    width: auto;
    height: 100%;
    max-width: none
}

.boxSolutions__item__img--5>:nth-child(11) {
    z-index: 0;
    top: 11.46496815%;
    left: 52.85714286%;
    width: 39.04761905%;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    transition-delay: 5.9s
}

.boxSolutions__item__img--5~.boxSolutions__item__title {
    transition-delay: 5.3s
}

.boxSolutions__item__img--5~.boxSolutions__item__desc {
    transition-delay: 5.2s
}

.boxSolutions__item__img--6>:first-child {
    z-index: 4;
    top: 51.59235669%;
    left: 23.80952381%;
    width: 51.42857143%;
    transition-delay: 6.9s;
    -webkit-transform: translateY(7%);
    transform: translateY(7%)
}

.boxSolutions__item__img--6>:nth-child(2) {
    z-index: 5;
    top: 17.8343949%;
    left: 41.42857143%;
    width: 33.80952381%;
    transition-delay: 7.3s;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 18.3% 83%;
    transform-origin: 18.3% 83%
}

.boxSolutions__item__img--6>:nth-child(3) {
    z-index: 2;
    top: 14.01273885%;
    left: 23.80952381%;
    width: 52.38095238%;
    transition-delay: 7.5s;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

.boxSolutions__item__img--6>:nth-child(4) {
    z-index: 1;
    top: 14.01273885%;
    left: 28.0952381%;
    width: 50.95238095%;
    transition-delay: 7.7s;
    -webkit-transform: translate(-10%);
    transform: translate(-10%)
}

.boxSolutions__item__img--6>:nth-child(5) {
    z-index: 0;
    top: 51.59235669%;
    left: 15.71428571%;
    width: 67.61904762%;
    transition-delay: 7.1s;
    -webkit-transform: translateY(20%);
    transform: translateY(20%)
}

.boxSolutions__item__img--6~.boxSolutions__item__title {
    transition-delay: 7.1s
}

.boxSolutions__item__img--6~.boxSolutions__item__desc {
    transition-delay: 7s
}

.boxSolutions__item:hover {
    color: #f05b28
}

.boxSolutions__item.active .boxSolutions__item__img>* {
    opacity: 1
}

.boxSolutions__item.active .boxSolutions__item__img~.boxSolutions__item__desc,
.boxSolutions__item.active .boxSolutions__item__img~.boxSolutions__item__title {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.boxSolutions__item.active .boxSolutions__item__img--1>:first-child {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.boxSolutions__item.active .boxSolutions__item__img--1>:nth-child(2) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--1>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--1>:nth-child(5),
.boxSolutions__item.active .boxSolutions__item__img--1>:nth-child(7) {
    -webkit-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0)
}

.boxSolutions__item.active .boxSolutions__item__img--2>:first-child {
    margin-left: 0
}

.boxSolutions__item.active .boxSolutions__item__img--2>:nth-child(2) {
    margin-left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--2>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--2>:nth-child(4) {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.boxSolutions__item.active .boxSolutions__item__img--3>:first-child,
.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(2),
.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(6) {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(4),
.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(5) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(7),
.boxSolutions__item.active .boxSolutions__item__img--3>:nth-child(8) {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--4>:first-child {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.boxSolutions__item.active .boxSolutions__item__img--4>:nth-child(2),
.boxSolutions__item.active .boxSolutions__item__img--4>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--4>:nth-child(4),
.boxSolutions__item.active .boxSolutions__item__img--4>:nth-child(5) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--4>:nth-child(7) {
    height: 68.78980892%
}

.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(2),
.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(5) img {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(4),
.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(5) {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(10) {
    width: 47.61904762%
}

.boxSolutions__item.active .boxSolutions__item__img--5>:nth-child(11) {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.boxSolutions__item.active .boxSolutions__item__img--6>:first-child,
.boxSolutions__item.active .boxSolutions__item__img--6>:nth-child(3),
.boxSolutions__item.active .boxSolutions__item__img--6>:nth-child(4),
.boxSolutions__item.active .boxSolutions__item__img--6>:nth-child(5) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxSolutions__item.active .boxSolutions__item__img--6>:nth-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media (min-width:1200px) {
    .boxSolutions div[class*=col] {
        width: 16.66666667%;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .boxSolutions__item__img--2>:first-child,
    .boxSolutions__item__img--2>:nth-child(2) {
        transition-delay: 1s
    }
    .boxSolutions__item__img--2>:nth-child(3) {
        transition-delay: 1.5s
    }
    .boxSolutions__item__img--2>:nth-child(4) {
        transition-delay: 1.7s
    }
    .boxSolutions__item__img--2~.boxSolutions__item__title {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--2~.boxSolutions__item__desc {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--3>:first-child {
        transition-delay: 1.9s
    }
    .boxSolutions__item__img--3>:nth-child(2),
    .boxSolutions__item__img--3>:nth-child(3) {
        transition-delay: 2.1s
    }
    .boxSolutions__item__img--3>:nth-child(4) {
        transition-delay: 2.5s
    }
    .boxSolutions__item__img--3>:nth-child(5) {
        transition-delay: 2.3s
    }
    .boxSolutions__item__img--3>:nth-child(6) {
        transition-delay: 2.5s
    }
    .boxSolutions__item__img--3>:nth-child(7) {
        transition-delay: 2.7s
    }
    .boxSolutions__item__img--3>:nth-child(8) {
        transition-delay: 2.8s
    }
    .boxSolutions__item__img--3~.boxSolutions__item__title {
        transition-delay: 2.1s
    }
    .boxSolutions__item__img--3~.boxSolutions__item__desc {
        transition-delay: 2s
    }
    .boxSolutions__item__img--4>:first-child {
        transition-delay: 0
    }
    .boxSolutions__item__img--4>:nth-child(2),
    .boxSolutions__item__img--4>:nth-child(3) {
        transition-delay: .2s
    }
    .boxSolutions__item__img--4>:nth-child(4) {
        transition-delay: .4s
    }
    .boxSolutions__item__img--4>:nth-child(5) {
        transition-delay: .5s
    }
    .boxSolutions__item__img--4>:nth-child(6) {
        transition-delay: .6s
    }
    .boxSolutions__item__img--4>:nth-child(7) {
        transition-delay: .7s
    }
    .boxSolutions__item__img--4>:nth-child(8) {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--4>:nth-child(9),
    .boxSolutions__item__img--4>:nth-child(10) {
        transition-delay: 1.5s
    }
    .boxSolutions__item__img--4>:nth-child(11) {
        transition-delay: 1.9s
    }
    .boxSolutions__item__img--4~.boxSolutions__item__title {
        transition-delay: .2s
    }
    .boxSolutions__item__img--4~.boxSolutions__item__desc {
        transition-delay: .1s
    }
    .boxSolutions__item__img--5>:first-child {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--5>:nth-child(2) {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--5>:nth-child(3) {
        transition-delay: 1.4s
    }
    .boxSolutions__item__img--5>:nth-child(4) {
        transition-delay: 1.48s
    }
    .boxSolutions__item__img--5>:nth-child(5) {
        transition-delay: 1.6s
    }
    .boxSolutions__item__img--5>:nth-child(5) img,
    .boxSolutions__item__img--5>:nth-child(6) {
        transition-delay: 2s
    }
    .boxSolutions__item__img--5>:nth-child(7) {
        transition-delay: 2.2s
    }
    .boxSolutions__item__img--5>:nth-child(8) {
        transition-delay: 2.4s
    }
    .boxSolutions__item__img--5>:nth-child(9) {
        transition-delay: 2.6s
    }
    .boxSolutions__item__img--5>:nth-child(10) {
        transition-delay: 2.1s
    }
    .boxSolutions__item__img--5>:nth-child(11) {
        transition-delay: 1.8s
    }
    .boxSolutions__item__img--5~.boxSolutions__item__title {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--5~.boxSolutions__item__desc {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--6>:first-child {
        transition-delay: 1.9s
    }
    .boxSolutions__item__img--6>:nth-child(2) {
        transition-delay: 2.3s
    }
    .boxSolutions__item__img--6>:nth-child(3) {
        transition-delay: 2.5s
    }
    .boxSolutions__item__img--6>:nth-child(4) {
        transition-delay: 2.7s
    }
    .boxSolutions__item__img--6>:nth-child(5),
    .boxSolutions__item__img--6~.boxSolutions__item__title {
        transition-delay: 2.1s
    }
    .boxSolutions__item__img--6~.boxSolutions__item__desc {
        transition-delay: 2s
    }
}

@media (max-width:479px) {
    .boxSolutions__item__img--2>:first-child,
    .boxSolutions__item__img--2>:nth-child(2) {
        transition-delay: 1s
    }
    .boxSolutions__item__img--2>:nth-child(3) {
        transition-delay: 1.5s
    }
    .boxSolutions__item__img--2>:nth-child(4) {
        transition-delay: 1.7s
    }
    .boxSolutions__item__img--2~.boxSolutions__item__title {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--2~.boxSolutions__item__desc {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--3>:first-child {
        transition-delay: 0
    }
    .boxSolutions__item__img--3>:nth-child(2),
    .boxSolutions__item__img--3>:nth-child(3) {
        transition-delay: .2s
    }
    .boxSolutions__item__img--3>:nth-child(4) {
        transition-delay: .6s
    }
    .boxSolutions__item__img--3>:nth-child(5) {
        transition-delay: .4s
    }
    .boxSolutions__item__img--3>:nth-child(6) {
        transition-delay: .6s
    }
    .boxSolutions__item__img--3>:nth-child(7) {
        transition-delay: .8s
    }
    .boxSolutions__item__img--3>:nth-child(8) {
        transition-delay: .9s
    }
    .boxSolutions__item__img--3~.boxSolutions__item__title {
        transition-delay: .2s
    }
    .boxSolutions__item__img--3~.boxSolutions__item__desc {
        transition-delay: .1s
    }
    .boxSolutions__item__img--4>:first-child {
        transition-delay: 1s
    }
    .boxSolutions__item__img--4>:nth-child(2),
    .boxSolutions__item__img--4>:nth-child(3) {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--4>:nth-child(4) {
        transition-delay: 1.4s
    }
    .boxSolutions__item__img--4>:nth-child(5) {
        transition-delay: 1.5s
    }
    .boxSolutions__item__img--4>:nth-child(6) {
        transition-delay: 1.6s
    }
    .boxSolutions__item__img--4>:nth-child(7) {
        transition-delay: 1.7s
    }
    .boxSolutions__item__img--4>:nth-child(8) {
        transition-delay: 2.2s
    }
    .boxSolutions__item__img--4>:nth-child(9),
    .boxSolutions__item__img--4>:nth-child(10) {
        transition-delay: 2.5s
    }
    .boxSolutions__item__img--4>:nth-child(11) {
        transition-delay: 2.9s
    }
    .boxSolutions__item__img--4~.boxSolutions__item__title {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--4~.boxSolutions__item__desc {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--5>:first-child {
        transition-delay: .1
    }
    .boxSolutions__item__img--5>:nth-child(2) {
        transition-delay: .2s
    }
    .boxSolutions__item__img--5>:nth-child(3) {
        transition-delay: .4s
    }
    .boxSolutions__item__img--5>:nth-child(4) {
        transition-delay: .48s
    }
    .boxSolutions__item__img--5>:nth-child(5) {
        transition-delay: .6s
    }
    .boxSolutions__item__img--5>:nth-child(5) img,
    .boxSolutions__item__img--5>:nth-child(6) {
        transition-delay: 1s
    }
    .boxSolutions__item__img--5>:nth-child(7) {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--5>:nth-child(8) {
        transition-delay: 1.4s
    }
    .boxSolutions__item__img--5>:nth-child(9) {
        transition-delay: 1.6s
    }
    .boxSolutions__item__img--5>:nth-child(10) {
        transition-delay: 1.1s
    }
    .boxSolutions__item__img--5>:nth-child(11) {
        transition-delay: .8s
    }
    .boxSolutions__item__img--5~.boxSolutions__item__title {
        transition-delay: .2s
    }
    .boxSolutions__item__img--5~.boxSolutions__item__desc {
        transition-delay: .1s
    }
    .boxSolutions__item__img--6>:first-child {
        transition-delay: 1s
    }
    .boxSolutions__item__img--6>:nth-child(2) {
        transition-delay: 1.4s
    }
    .boxSolutions__item__img--6>:nth-child(3) {
        transition-delay: 1.6s
    }
    .boxSolutions__item__img--6>:nth-child(4) {
        transition-delay: 1.8s
    }
    .boxSolutions__item__img--6>:nth-child(5),
    .boxSolutions__item__img--6~.boxSolutions__item__title {
        transition-delay: 1.2s
    }
    .boxSolutions__item__img--6~.boxSolutions__item__desc {
        transition-delay: 1.1s
    }
}

.section-slide {
    min-height: 680px;
    position: relative;
    overflow: hidden
}

.section-slide__bottom {
    position: relative
}

.section-slide__bottom>span {
    position: absolute;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 2020px 160px 2000px;
    top: 100%;
    left: 50%;
    margin-top: -126px;
    -webkit-transform: rotate(0deg) translate(-51.41791045%);
    transform: rotate(0deg) translate(-51.41791045%);
    transition: all .8s ease-in-out
}

.section-slide__bottom>span:first-child:after,
.section-slide__bottom>span:first-child:before {
    content: "";
    display: block;
    position: absolute;
    transition: all .8s ease-in-out
}

.section-slide__bottom>span:first-child:before {
    background: rgba(119, 122, 144, .2);
    height: 500px;
    width: 2000px;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition-delay: .4s
}

.section-slide__bottom>span:first-child:after {
    background: hsla(0, 0%, 100%, .4);
    height: 500px;
    width: 2000px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(6.6deg);
    transform: rotate(6.6deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-delay: .6s
}

.section-slide.active .section-slide__bottom>span {
    -webkit-transform: rotate(-1.05deg) translate(-51.41791045%);
    transform: rotate(-1.05deg) translate(-51.41791045%)
}

.section-slide.active .section-slide__bottom>span:first-child:before {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.section-slide.active .section-slide__bottom>span:first-child:after {
    -webkit-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg)
}

.slideMain,
.slideMain+.section-slide__bottom {
    display: none
}

.slideMain.slick-slider,
.slideMain.slick-slider+.section-slide__bottom {
    display: block
}

.slideMain__item {
    background-size: cover;
    background-position: top
}

.slideMain__item__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 195px 0 200px
}

.slideMain__item__inner>* {
    display: block;
    max-width: 640px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slideMain__item__inner h1,
.slideMain__item__inner h2 {
    font-size: 2.57142857em;
    font-weight: 300;
    margin-top: 0;
    line-height: 1.22222222;
    margin-bottom: 35px
}

.slideMain__item__inner p {
    font-size: 1.42857143em;
    line-height: 1.5;
    margin-bottom: 30px
}

.slideMain__item__inner .btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 14px 25px;
    border-radius: 25px;
    border: none
}

.slideMain__item.slick-active>*>* {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.slideMain__item.slick-active p {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.slideMain__item.slick-active .btn {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@media screen and (max-width:480px) {
    .slideMain__item:first-child,
    .slideMain__item:nth-child(2) {
        background-position: 60% top
    }
}

.section-solutions {
    padding: 20px 0 30px
}

.section-strengths {
    padding: 150px 0 100px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.section-strengths__bottom,
.section-strengths__top {
    position: absolute;
    left: 0;
    right: 0
}

.section-strengths__bottom>span,
.section-strengths__top>span {
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    left: 50%;
    -webkit-transform: rotate(0deg) translate(-50%);
    transform: rotate(0deg) translate(-50%);
    transition: all .8s ease-in-out
}

.section-strengths__bottom>span:first-child:after,
.section-strengths__bottom>span:first-child:before,
.section-strengths__top>span:first-child:after,
.section-strengths__top>span:first-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 500px;
    width: 2000px;
    transition: all .8s ease-in-out
}

.section-strengths__top {
    top: 0
}

.section-strengths__top>span {
    border-width: 190px 1905px 0;
    top: 0;
    margin-top: -95px
}

.section-strengths__top>span:first-child:after,
.section-strengths__top>span:first-child:before {
    bottom: 0
}

.section-strengths__top>span:first-child:before {
    background: rgba(0, 0, 0, .1);
    right: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition-delay: .4s
}

.section-strengths__top>span:first-child:after {
    background: hsla(0, 0%, 100%, .05);
    left: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-delay: .6s
}

.section-strengths__bottom {
    bottom: 0
}

.section-strengths__bottom>span {
    border-width: 0 1715px 190px;
    top: 100%;
    margin-top: -106px
}

.section-strengths__bottom>span:first-child:after,
.section-strengths__bottom>span:first-child:before {
    top: 0
}

.section-strengths__bottom>span:first-child:before {
    background: hsla(0, 0%, 100%, .05);
    right: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition-delay: .8s
}

.section-strengths__bottom>span:first-child:after {
    background: rgba(0, 0, 0, .1);
    left: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-delay: 1s
}

.section-strengths.active .section-strengths__top>span:first-child:before {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.section-strengths.active .section-strengths__bottom>span:first-child:before,
.section-strengths.active .section-strengths__top>span:first-child:after {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.section-strengths.active .section-strengths__bottom>span:first-child:after {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.boxStrengths__item {
    padding-left: 90px;
    margin-bottom: 75px;
    position: relative
}

.boxStrengths__item__icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #ffba33;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 2.57142857em
}

.boxStrengths__item__icon[class*=ic-]:before {
    content: "";
    display: block;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.boxStrengths__item__icon.ic-shake-hand:before {
    background-image: url(/assets/images/icons/ic-shake-hand.svg);
    width: 73.33333333%;
    height: 53.33333333%
}

.boxStrengths__item__icon.ic-quote:before {
    background-image: url(/assets/images/icons/ic-quote.svg);
    width: 68.33333333%;
    height: 58.33333333%
}

.boxStrengths__item__icon.ic-quality:before {
    background-image: url(/assets/images/icons/ic-quality.svg);
    width: 51.66666667%;
    height: 71.66666667%
}

.boxStrengths__item__icon.ic-lock:before {
    background-image: url(/assets/images/icons/ic-lock.svg);
    width: 50%;
    height: 66.66666667%
}

.boxStrengths__item__icon.ic-optimizing:before {
    background-image: url(/assets/images/icons/ic-optimizing.svg);
    width: 70%;
    height: 70%
}

.boxStrengths__item__icon.ic-understanding:before {
    background-image: url(/assets/images/icons/ic-understanding.svg);
    width: 68.33333333%;
    height: 71.66666667%
}

.boxStrengths__item__icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    bottom: 0;
    background-color: rgba(1, 1, 1, .1);
    transition: all .2s ease-in-out
}

.boxStrengths__item__title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.42857143em;
    color: #ffba33;
    font-weight: 500;
    position: relative;
    top: -3px
}

.boxStrengths__item__desc {
    color: #fff;
    line-height: 1.71428571
}

.boxStrengths__item:hover .boxStrengths__item__icon:after {
    left: 0;
    background-color: hsla(0, 0%, 100%, .1)
}

.boxStrengths>.row>div:nth-child(2) .boxStrengths__item__icon {
    background-color: #81bc06
}

.boxStrengths>.row>div:nth-child(2) .boxStrengths__item__title {
    color: #81bc06
}

.boxStrengths>.row>div:nth-child(3) .boxStrengths__item__icon {
    background-color: #f54785
}

.boxStrengths>.row>div:nth-child(3) .boxStrengths__item__title {
    color: #f54785
}

.boxStrengths>.row>div:nth-child(4) .boxStrengths__item__icon {
    background-color: #05a6f0
}

.boxStrengths>.row>div:nth-child(4) .boxStrengths__item__title {
    color: #05a6f0
}

.boxStrengths>.row>div:nth-child(5) .boxStrengths__item__icon {
    background-color: #f05b28
}

.boxStrengths>.row>div:nth-child(5) .boxStrengths__item__title {
    color: #f05b28
}

.boxStrengths>.row>div:nth-child(6) .boxStrengths__item__icon {
    background-color: #dd6bee
}

.boxStrengths>.row>div:nth-child(6) .boxStrengths__item__title {
    color: #dd6bee
}

@media (min-width:992px) {
    .boxStrengths>.row>div:nth-child(3n+1) {
        clear: both
    }
}

@media (min-width:768px) and (max-width:991px) {
    .boxStrengths>.row>div:nth-child(odd) {
        clear: both
    }
}

.boxCaseStudies__icon {
    margin-bottom: 5.35714286em
}

.boxCaseStudies__icon__item {
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center
}

.boxCaseStudies__item {
    position: relative;
    margin-bottom: 15px
}

.boxCaseStudies__item .container,
.boxCaseStudies__item .row,
.boxCaseStudies__item [class*=col] {
    position: static
}

.boxCaseStudies__item__img a {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
    bottom: 0;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #1794d5
}

.boxCaseStudies__item__img a img {
    display: none
}

.boxCaseStudies__item__content {
    padding: 135px 10.86956522% 140px
}

.boxCaseStudies__item__content>* {
    position: relative;
    z-index: 1
}

.boxCaseStudies__item__content:before {
    content: "";
    margin-left: 15px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #f1f6fa;
    z-index: 0
}

.boxCaseStudies__item__meta {
    color: #666;
    font-size: 1.14285714em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400
}

.boxCaseStudies__item__name {
    font-size: 2.85714286em;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 45px;
    color: #1794d5
}

.boxCaseStudies__item__desc {
    line-height: 1.71428571;
    display: block;
    margin-bottom: 68px;
    padding-left: 32px;
    position: relative
}

.boxCaseStudies__item__desc:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    top: 6px;
    bottom: 6px;
    background-color: #b8b7b7
}

.boxCaseStudies__item__btn {
    background-color: #1794d5;
    border-color: #1794d5;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px
}

.boxCaseStudies__item__btn:active,
.boxCaseStudies__item__btn:focus,
.boxCaseStudies__item__btn:hover {
    color: #fff;
    background-color: #1274a7;
    border-color: #1274a7
}

.boxCaseStudies__item__btn:last-child {
    margin-right: 0
}

.boxCaseStudies__item__btn+.boxCaseStudies__item__btn {
    background-color: #f05b28
}

.boxCaseStudies__item__btn+.boxCaseStudies__item__btn:active,
.boxCaseStudies__item__btn+.boxCaseStudies__item__btn:focus,
.boxCaseStudies__item__btn+.boxCaseStudies__item__btn:hover {
    color: #fff;
    background-color: #c33c0e;
    border-color: #c33c0e
}

.boxCaseStudies__item--red .boxCaseStudies__item__img a {
    background-color: #d93e5f
}

.boxCaseStudies__item--red .boxCaseStudies__item__name {
    color: #d93e5f
}

.boxCaseStudies__item--red .boxCaseStudies__item__btn {
    background-color: #d93e5f;
    border-color: #d93e5f
}

.boxCaseStudies__item--red .boxCaseStudies__item__btn:active,
.boxCaseStudies__item--red .boxCaseStudies__item__btn:focus,
.boxCaseStudies__item--red .boxCaseStudies__item__btn:hover {
    background-color: #be2646;
    border-color: #be2646
}

.boxCaseStudies__item--green .boxCaseStudies__item__img a {
    background-color: #01915c
}

.boxCaseStudies__item--green .boxCaseStudies__item__name {
    color: #01915c
}

.boxCaseStudies__item--green .boxCaseStudies__item__btn {
    background-color: #01915c;
    border-color: #01915c
}

.boxCaseStudies__item--green .boxCaseStudies__item__btn:active,
.boxCaseStudies__item--green .boxCaseStudies__item__btn:focus,
.boxCaseStudies__item--green .boxCaseStudies__item__btn:hover {
    background-color: #015e3c;
    border-color: #015e3c
}

.boxCaseStudies__item--greenlight .boxCaseStudies__item__img a {
    background-color: #5caeb7
}

.boxCaseStudies__item--greenlight .boxCaseStudies__item__name {
    color: #5caeb7
}

.boxCaseStudies__item--greenlight .boxCaseStudies__item__btn {
    background-color: #5caeb7;
    border-color: #5caeb7
}

.boxCaseStudies__item--greenlight .boxCaseStudies__item__btn:active,
.boxCaseStudies__item--greenlight .boxCaseStudies__item__btn:focus,
.boxCaseStudies__item--greenlight .boxCaseStudies__item__btn:hover {
    background-color: #45939b;
    border-color: #45939b
}

.boxCaseStudies__item--wedgewood .boxCaseStudies__item__img a {
    background-color: #50608e
}

.boxCaseStudies__item--wedgewood .boxCaseStudies__item__name {
    color: #50608e
}

.boxCaseStudies__item--wedgewood .boxCaseStudies__item__btn {
    background-color: #50608e;
    border-color: #50608e
}

.boxCaseStudies__item--wedgewood .boxCaseStudies__item__btn:active,
.boxCaseStudies__item--wedgewood .boxCaseStudies__item__btn:focus,
.boxCaseStudies__item--wedgewood .boxCaseStudies__item__btn:hover {
    background-color: #3e4a6d;
    border-color: #3e4a6d
}

.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__img a {
    background-color: #0e4f6e
}

.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__name {
    color: #0e4f6e
}

.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__btn {
    background-color: #0e4f6e;
    border-color: #0e4f6e
}

.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__btn:active,
.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__btn:focus,
.boxCaseStudies__item--dark-cerulean .boxCaseStudies__item__btn:hover {
    background-color: #082f41;
    border-color: #082f41
}

.boxCaseStudies__item:nth-child(2n) {
    background-color: #f6f6f6
}

.boxCaseStudies__item:nth-child(2n) .row>div:first-child {
    float: right
}

.boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__img a {
    left: 50%;
    right: 0;
    background-color: #f6f6f6;
    background-position: 0
}

.boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__content {
    text-align: right
}

.boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__content:before {
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: 15px;
    background-color: #f6f6f6
}

.boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__desc {
    padding-left: 0;
    padding-right: 32px
}

.boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__desc:before {
    left: auto;
    right: 0
}

.boxCaseStudies__readmore {
    text-align: center;
    margin-top: 35px
}

.boxCaseStudies__readmore a {
    font-size: 1.14285714em;
    color: #f05b28;
    text-transform: uppercase
}

.boxCaseStudies__readmore a i {
    margin-right: 10px
}

.boxCaseStudies__readmore a:hover {
    color: #1794d5
}

.boxCaseStudies__loadmore {
    min-height: 2.5em;
    line-height: 2.5em;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
    position: relative
}

.boxCaseStudies__loadmore a {
    font-size: 1.14285714em;
    text-transform: uppercase;
    color: #1794d5
}

.boxCaseStudies__loadmore a i {
    margin-right: 10px
}

.boxCaseStudies__loadmore .spinner {
    display: none
}

.boxCaseStudies__loadmore.loading .spinner {
    display: block
}

.boxCaseStudies__loadmore.endload .spinner,
.boxCaseStudies__loadmore.endload a,
.boxCaseStudies__loadmore.loading a {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.spinner {
    width: 70px;
    height: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #f05b28;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    animation: sk-bouncedelay 1.4s ease-in-out infinite both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.section-business {
    margin: 50px 0 60px;
    padding: 110px 0;
    position: relative
}

.section-business>* {
    position: relative;
    z-index: 2
}

.section-business__background {
    display: block;
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f6fa;
    z-index: 1!important;
    -webkit-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
    transition: all .8s ease-in-out
}

.section-business:after,
.section-business:before {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
    transition: all .6s ease-in-out
}

.section-business:before {
    top: 2px;
    background-color: #1794d5;
    transition-delay: .4s
}

.section-business:after {
    bottom: 2px;
    background-color: #f05b28;
    transition-delay: .7s
}

.section-business.active .section-business__background {
    -webkit-transform: skewX(0) skewY(-4deg);
    transform: skewX(0) skewY(-4deg)
}

.section-business.active:after,
.section-business.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skewX(0) skewY(4deg);
    transform: skewX(0) skewY(4deg)
}

.section-business.active:before {
    top: 0
}

.section-business.active:after {
    bottom: 0
}

.boxBusiness__item__icon {
    max-width: 329px;
    margin: 0 auto 45px;
    position: relative;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.boxBusiness__item__icon:after {
    content: "";
    padding-top: 78.41945289%;
    display: block;
    height: 0
}

.boxBusiness__item__icon img {
    display: none
}

.boxBusiness__item__icon>img {
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.boxBusiness__item__icon.ic-platform>img:first-child {
    z-index: 4;
    top: 42.24806202%;
    left: 58.35866261%;
    width: 18.23708207%
}

.boxBusiness__item__icon.ic-platform>img:nth-child(2) {
    z-index: 3;
    top: 22.86821705%;
    left: 15.50151976%;
    width: 55.6231003%
}

.boxBusiness__item__icon.ic-platform>img:nth-child(3) {
    z-index: 2;
    top: 0;
    left: 0;
    width: 57.75075988%
}

.boxBusiness__item__icon.ic-platform>img:nth-child(4) {
    z-index: 1;
    top: 34.88372093%;
    left: 48.32826748%;
    width: 51.97568389%
}

.boxBusiness__item__icon.ic-website>img:first-child {
    top: 11.62790698%;
    left: 11.85410334%;
    width: 38.90577508%
}

.boxBusiness__item__icon.ic-website>img:nth-child(2) {
    top: 72.86821705%;
    left: 51.36778116%;
    width: 41.64133739%
}

.boxBusiness__item__icon.ic-website>img:nth-child(3) {
    top: 27.90697674%;
    left: 24.62006079%;
    width: 54.10334347%
}

.boxBusiness__item__icon.ic-team>img:first-child {
    top: 8.13953488%;
    left: 28.57142857%;
    width: 33.73860182%
}

.boxBusiness__item__icon.ic-team>img:nth-child(2) {
    top: 24.03100775%;
    left: 23.10030395%;
    width: 53.49544073%
}

.boxBusiness__item__icon.ic-team>img:nth-child(3) {
    top: 44.57364341%;
    left: 37.99392097%;
    width: 24.31610942%
}

.boxBusiness__item__title {
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.42857143em;
    color: #333;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.boxBusiness__item__title,
.boxBusiness__item__title a {
    color: #333
}

.boxBusiness__item__title:hover,
.boxBusiness__item__title a:hover {
    color: #1794d5
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-platform>img:first-child {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-platform>img:nth-child(2) {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-platform>img:nth-child(3) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-platform>img:nth-child(4) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-platform+.boxBusiness__item__title {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-website>img:first-child {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-website>img:nth-child(2) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-website>img:nth-child(3) {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-website+.boxBusiness__item__title {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-team>img:first-child {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-team>img:nth-child(2) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-team>img:nth-child(3) {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.boxBusiness__item.active .boxBusiness__item__icon.ic-team+.boxBusiness__item__title {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.boxBusiness__item.active .boxBusiness__item__title {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.section-partner {
    padding-bottom: 60px
}

.boxPartner {
    border: 1px solid #d5d5d5;
    border-width: 1px 0 0 1px
}

.boxPartner:after {
    content: "";
    display: block;
    clear: both
}

.boxPartner__item {
    width: 16.66666667%;
    float: left;
    position: relative;
    border: 1px solid #d5d5d5;
    border-width: 0 1px 1px 0;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.boxPartner__item:after {
    content: "";
    padding-top: 64.1509434%;
    display: block;
    height: 0
}

.boxPartner__item img {
    display: none
}

.boxPartner__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #f3f3f3;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease-in-out
}

.boxPartner__item span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.boxPartner__item span img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 70%!important;
    max-height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out
}

.boxPartner--col8 .boxPartner__item {
    width: 12.5%
}

.boxPartnerWapper .boxPartner {
    border-width: 1px 0 0;
    width: 6400px
}

.boxPartnerWapper .boxPartner__item {
    width: 320px
}

@media (max-width:1199px) {
    .boxPartnerWapper .boxPartner {
        width: 4800px
    }
    .boxPartnerWapper .boxPartner__item {
        width: 240px
    }
}

@media (max-width:991px) {
    .boxPartnerWapper .boxPartner {
        width: 4400px
    }
    .boxPartnerWapper .boxPartner__item {
        width: 220px
    }
}

@media (max-width:767px) {
    .boxPartnerWapper .boxPartner {
        width: 3600px
    }
    .boxPartnerWapper .boxPartner__item {
        width: 180px
    }
}

@media (max-width:479px) {
    .boxPartnerWapper .boxPartner {
        width: 2400px
    }
    .boxPartnerWapper .boxPartner__item {
        width: 120px
    }
}

.section-callback {
    background-color: #fcded4;
    position: relative;
    margin-bottom: 60px
}

.section-callback .container,
.section-callback .row,
.section-callback [class*=col-] {
    position: static
}

.section-callback__left {
    padding-top: 155px;
    padding-bottom: 100px;
    position: relative!important;
    z-index: 2
}

.section-callback__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    z-index: 1
}

.section-callback__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    bottom: 0;
    right: -45px;
    background-color: #fff;
    -webkit-transform: skewX(-21.5deg) skewY(0);
    transform: skewX(-21.5deg) skewY(0)
}

.section-callback__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 44.89583333%;
    right: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.section-callback__img img {
    display: none
}

.section-callback__img>video {
    position: absolute;
    left: -10px;
    top: -66px;
    width: 127%!important;
    height: 121%!important
}

.section-callback__title {
    font-size: 2.57142857em;
    font-weight: 300;
    color: #333;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1.4
}

.section-callback__title span {
    font-weight: 400
}

.section-callback__title~p {
    font-size: 1.71428571em;
    line-height: 1.5
}

.section-callback__readmore {
    font-size: 20px;
    position: absolute;
    width: 12.2em;
    height: 12.2em;
    background-color: #1794d5;
    border-radius: 50%;
    right: -8em;
    top: 50%;
    margin-top: -6.1em;
    z-index: 1
}

.section-callback__readmore:before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-callback__readmore--after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 0
}

.section-callback__readmore:hover {
    background-color: #1584be
}

.section-callback__readmore:hover+div,
.section-callback__readmore:hover .navigation {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.section-callback .navigation {
    width: 105.73770492%;
    height: 105.73770492%;
    position: absolute;
    left: -2.86885246%;
    top: -2.86885246%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .26);
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    transition: all .2s ease-in-out
}

.section-callback .navigation__center {
    height: 52.71317829%;
    width: 52.71317829%;
    background-color: #015f8a;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    z-index: 20;
    border: 2px solid #05a6f0;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-callback .navigation__center h2 {
    font-size: .8em;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1.4;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-callback .navigation__nav {
    width: 96.89922481%;
    height: 96.89922481%;
    overflow: hidden;
    position: absolute;
    top: 1.5503876%;
    left: 1.5503876%;
    border-radius: 50%;
    background-color: #05a6f0;
    z-index: 10
}

.section-callback .navigation__nav__inner {
    width: 97.6%;
    height: 97.6%;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: 1.6%;
    left: 1.6%;
    border-radius: 50%
}

.section-callback .navigation__nav__inner ul li {
    position: absolute;
    width: 50%;
    height: 50%;
    overflow: hidden;
    left: 0;
    top: 0;
    border: 1px solid #05a6f0;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.section-callback .navigation__nav__inner ul li a {
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    bottom: -100%;
    right: -100%;
    color: #fff;
    border-radius: 50%;
    background-color: #0093d6;
    -webkit-transform: skew(-30deg) rotate(-30deg);
    transform: skew(-30deg) rotate(-30deg);
    transition: all .3s ease-in-out
}

.section-callback .navigation__nav__inner ul li a span {
    width: 12.29508197%;
    height: 12.29508197%;
    position: absolute;
    display: block;
    left: 24.59016393%;
    top: 10.6557377%;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.07142857
}

.section-callback .navigation__nav__inner ul li a:hover {
    background-color: transparent!important
}

.section-callback .navigation__nav__inner ul li:nth-child(2n) a {
    background-color: #037db5
}

.section-callback .navigation__nav__inner ul li:first-child {
    -webkit-transform: rotate(90deg) skew(30deg);
    transform: rotate(90deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:first-child a span {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(2) {
    -webkit-transform: rotate(150deg) skew(30deg);
    transform: rotate(150deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(2) a span {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(3) {
    -webkit-transform: rotate(210deg) skew(30deg);
    transform: rotate(210deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(3) a span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(4) {
    -webkit-transform: rotate(270deg) skew(30deg);
    transform: rotate(270deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(4) a span {
    -webkit-transform: rotate(-240deg);
    transform: rotate(-240deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(5) {
    -webkit-transform: rotate(330deg) skew(30deg);
    transform: rotate(330deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(5) a span {
    -webkit-transform: rotate(-300deg);
    transform: rotate(-300deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(6) {
    -webkit-transform: rotate(390deg) skew(30deg);
    transform: rotate(390deg) skew(30deg)
}

.section-callback .navigation__nav__inner ul li:nth-child(6) a span {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.section-callback .navigation__bg {
    display: block;
    width: 169.67213115%;
    height: 169.67213115%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-callback .navigation__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:1799px) {
    .section-callback__bg:before {
        left: 10px
    }
}

@media (max-width:1499px) {
    .section-slide {
        min-height: auto
    }
    .slideMain__item__inner {
        max-width: 1140px;
        padding: 95px 0 170px
    }
    .slideMain__item__inner>* {
        max-width: 500px
    }
    .slideMain__item__inner h1,
    .slideMain__item__inner h2 {
        font-size: 2.14285714em
    }
    .boxSolutions__item__title {
        font-size: 1.14285714em
    }
    .boxSolutions__item__img {
        margin-bottom: 34px
    }
    .boxCaseStudies__icon {
        margin-bottom: 3.92857143em
    }
    .boxCaseStudies__item__content {
        padding: 70px 10.14492754% 90px 13.04347826%
    }
    .boxCaseStudies__item__meta {
        margin-bottom: 20px
    }
    .boxCaseStudies__item__name {
        margin-top: 0;
        margin-bottom: 25px
    }
    .boxCaseStudies__item__desc {
        margin-bottom: 40px
    }
    .section-partner {
        padding-bottom: 20px
    }
    .boxPartner--col8 .boxPartner__item {
        width: 16.66666667%
    }
    .section-callback {
        overflow: hidden;
        margin-bottom: 20px
    }
    .section-callback__left {
        padding-top: 100px;
        padding-bottom: 60px
    }
    .section-callback__bg:before {
        left: 0
    }
    .section-callback__title {
        font-size: 2.14285714em
    }
    .section-callback__title~p {
        font-size: 1.42857143em
    }
    .section-callback__readmore {
        width: 200px;
        height: 200px;
        font-size: 16px;
        right: -8.6em
    }
}

@media (max-width:1499px) and (min-width:1200px) {
    .boxSolutions__item__desc {
        font-size: .85714286em
    }
}

@media (max-width:1199px) {
    .section-slide__bottom>span {
        margin-top: -90px
    }
    .slideMain__item__inner {
        max-width: 774px;
        padding: 90px 10px 106px
    }
    .slideMain__item__inner h1,
    .slideMain__item__inner h2 {
        font-size: 1.84615385em;
        margin-bottom: 20px
    }
    .slideMain__item__inner p {
        font-size: 1.23076923em;
        line-height: 1.5;
        margin-bottom: 40px
    }
    .slideMain__item__inner .btn {
        font-size: .92307692em;
        padding: 9px 20px;
        line-height: 1.4
    }
    .section-solutions {
        padding: 0
    }
    .boxSolutions__item__title {
        font-size: 1.23076923em
    }
    .boxSolutions__item__img {
        position: relative;
        margin-bottom: 20px
    }
    .section-strengths {
        padding: 125px 0 100px
    }
    .section-strengths__top>span {
        margin-top: -125px
    }
    .section-strengths__bottom>span {
        margin-top: -70px
    }
    .boxStrengths__item {
        padding-left: 75px;
        margin-bottom: 45px
    }
    .boxStrengths__item__icon {
        width: 55px;
        height: 55px;
        line-height: 55px
    }
    .boxStrengths__item__title {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 1.07692308em;
        top: -2px
    }
    .boxCaseStudies__icon {
        margin-bottom: 3.46153846em
    }
    .boxCaseStudies__item__content {
        padding: 54px 10.14492754% 45px 60px
    }
    .boxCaseStudies__item__meta {
        margin-bottom: 15px;
        font-size: .92307692em
    }
    .boxCaseStudies__item__name {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 1.84615385em
    }
    .boxCaseStudies__item__desc {
        margin-bottom: 22px;
        padding-left: 22px
    }
    .boxCaseStudies__item__btn {
        padding: 7px 24px
    }
    .boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__desc {
        padding-left: 0;
        padding-right: 22px
    }
    .boxCaseStudies__item:nth-child(odd) .boxCaseStudies__item__img a {
        background-size: cover
    }
    .section-business {
        padding: 65px 0
    }
    .boxBusiness__item__icon {
        max-width: 230px;
        margin: 0 auto 26px
    }
    .boxBusiness__item__title {
        font-size: 1.23076923em
    }
    .section-partner {
        padding-bottom: 10px
    }
    .boxPartner__item {
        width: 25%
    }
    .section-callback {
        margin-bottom: 10px
    }
    .section-callback__left {
        padding-top: 140px;
        padding-bottom: 105px
    }
    .section-callback__title {
        font-size: 1.84615385em;
        margin-bottom: 25px
    }
    .section-callback__title~p {
        font-size: 1.07692308em
    }
    .section-callback__bg:before {
        left: -5px
    }
    .section-callback__readmore {
        width: 150px;
        height: 150px;
        font-size: 12px;
        right: -10em
    }
    .section-callback__img>video {
        width: 125%!important
    }
}

@media (max-width:991px) {
    .section-slide__bottom>span {
        margin-top: -80px
    }
    .slideMain__item__inner {
        max-width: 720px;
        padding: 58px 10px 100px
    }
    .boxSolutions .row>div:nth-child(3n+1),
    .boxStrengths .row>div:nth-child(odd) {
        clear: both
    }
    .section-callback__left {
        padding-right: 20px!important;
        padding-top: 100px;
        padding-bottom: 80px
    }
    .section-callback__bg:before {
        left: -35px
    }
    .section-callback__img>video {
        width: 160%!important
    }
}

@media (max-width:767px) {
    .slideMain__item__inner {
        padding-left: 30px
    }
    .boxSolutions__item__title {
        font-size: 1.07692308em
    }
    .boxSolutions__item__desc {
        font-size: 11px
    }
    .boxCaseStudies__icon {
        margin-bottom: 2.61538462em
    }
    .boxCaseStudies__item {
        margin-bottom: 0
    }
    .boxCaseStudies__item .container {
        padding: 0
    }
    .boxCaseStudies__item .row {
        margin: 0
    }
    .boxCaseStudies__item .row>div {
        padding: 0
    }
    .boxCaseStudies__item__img {
        display: block;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative
    }
    .boxCaseStudies__item__img:after {
        content: "";
        padding-top: 53.33333333%;
        display: block;
        height: 0
    }
    .boxCaseStudies__item__img img {
        display: none
    }
    .boxCaseStudies__item__img a {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }
    .boxCaseStudies__item__content {
        padding: 33px 15px 35px;
        background-color: #f1f6fa
    }
    .boxCaseStudies__item__content:before {
        display: none
    }
    .boxCaseStudies__item__meta {
        margin-bottom: 15px
    }
    .boxCaseStudies__item__name {
        font-size: 2.30769231em;
        margin-bottom: 15px
    }
    .boxCaseStudies__item__desc {
        margin-bottom: 25px;
        padding-left: 20px
    }
    .boxCaseStudies__item:nth-child(2n) {
        background-color: #fff
    }
    .boxCaseStudies__item:nth-child(2n) .row>div:first-child {
        float: none
    }
    .boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__img a {
        left: 0;
        right: 0;
        background-color: #fff;
        background-position: 50%
    }
    .boxCaseStudies__item:nth-child(2n) .boxCaseStudies__item__desc {
        padding-left: 0;
        padding-right: 20px
    }
    .boxCaseStudies__readmore {
        margin-top: 26px
    }
    .boxBusiness__item__title {
        font-size: 1.53846154em
    }
    .boxBusiness .row>div+div {
        margin-top: 50px
    }
    .boxPartner__item {
        width: 33.33333333%
    }
    .boxPartner--col8 .boxPartner__item {
        width: 25%
    }
    .section-callback {
        background-color: #fff
    }
    .section-callback__left {
        padding-top: 40px;
        padding-bottom: 30px
    }
    .section-callback__right {
        position: relative!important;
        display: block;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
    .section-callback__right:after {
        content: "";
        padding-top: 48.88268156%;
        display: block;
        height: 0
    }
    .section-callback__right img {
        display: none
    }
    .section-callback__img {
        left: 0
    }
    .section-callback__img>video {
        top: 0;
        left: 0;
        width: 110%!important;
        height: 122%!important
    }
    .section-callback__bg:before {
        left: -100px;
        right: auto;
        width: 200px;
        bottom: -1px
    }
    .section-callback__readmore {
        left: 20px
    }
    .section-callback__readmore img {
        display: block
    }
}

@media (max-width:479px) {
    .section-slide__bottom>span {
        margin-top: -70px;
        -webkit-transform: rotate(0) translate(-50.51791045%);
        transform: rotate(0) translate(-50.51791045%)
    }
    .section-slide.active .section-slide__bottom>span {
        -webkit-transform: rotate(-1.05deg) translate(-50.51791045%);
        transform: rotate(-1.05deg) translate(-50.51791045%)
    }
    .slideMain__item__inner {
        max-width: auto;
        padding: 38px 20px 90px 40px
    }
    .boxSolutions .row>div {
        width: 50%
    }
    .boxSolutions .row>div:nth-child(3n+1) {
        clear: none
    }
    .boxSolutions .row>div:nth-child(odd) {
        clear: both
    }
    .boxSolutions__item__desc {
        padding: 0
    }
    .section-strengths {
        padding: 85px 0 50px
    }
    .section-strengths__top>span {
        margin-top: -165px
    }
    .section-strengths__bottom>span {
        margin-top: -50px
    }
    .boxCaseStudies__item__img {
        display: block;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
    .boxCaseStudies__item__img:after {
        content: "";
        padding-top: 62.13333333%;
        display: block;
        height: 0
    }
    .boxCaseStudies__item__img img {
        display: none
    }
    .boxCaseStudies__item__name {
        font-size: 1.84615385em
    }
    .boxCaseStudies__item__btn {
        padding: 6px 15px;
        font-size: .9em
    }
    .boxPartner__item {
        width: 50%
    }
    .boxPartner--col8 .boxPartner__item {
        width: 33.33333333%
    }
    .section-callback__left {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .section-callback__right {
        display: block;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
    .section-callback__right:after {
        content: "";
        padding-top: 94.59459459%;
        display: block;
        height: 0
    }
    .section-callback__right img {
        display: none
    }
    .section-callback__bg:before {
        left: -120px
    }
    .section-callback__readmore {
        width: 140px;
        height: 140px;
        font-size: 11px;
        left: 10px
    }
    .section-callback__readmore img {
        display: block
    }
    .section-callback__img>video {
        left: -80px;
        width: 170%!important;
        height: 100%!important
    }
}

.section-description {
    text-align: center;
    position: relative;
    padding: 15px 0 40px
}

.section-description--divider .section-description__content:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #f05b28;
    margin: 40px auto 0;
    position: relative;
    z-index: 1
}

.section-description__content {
    max-width: 930px;
    margin: 0 auto;
    font-size: 1.14285714em;
    line-height: 1.875
}

.section-description>* {
    position: relative;
    z-index: 1
}

.section-description:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1
}

.section-description__top {
    position: relative;
    z-index: 0
}

.section-description__top>span {
    position: absolute;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 2000px 160px;
    top: 100%;
    left: 50%;
    margin-left: -2000px;
    margin-top: -92px;
    z-index: 0;
    transition: all .8s ease-in-out
}

.section-description__top>span:first-child:after,
.section-description__top>span:first-child:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .8s ease-in-out
}

.section-description__top>span:first-child:before {
    background: rgba(105, 99, 136, .2);
    height: 120px;
    width: 2000px;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition-delay: .4s
}

.section-description__top>span:first-child:after {
    background: rgba(105, 99, 136, .2);
    height: 100px;
    width: 2000px;
    top: 0;
    left: 0;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-delay: .6s
}

.section-description.active .section-description__top>span:first-child:after,
.section-description.active .section-description__top>span:first-child:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.section-description.active .section-description__top>span:first-child:before {
    -webkit-transform: rotate(1.4deg);
    transform: rotate(1.4deg)
}

.section-description.active .section-description__top>span:first-child:after {
    -webkit-transform: rotate(-1.6deg);
    transform: rotate(-1.6deg)
}

.section-description a.btn {
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #2c3e50;
    border-radius: 25px;
    padding: 1.07142857em 2.64285714em;
    border: none;
    margin-left: 10px;
    margin-right: 10px
}

.section-description a.btn:hover {
    background-color: #f05b28
}

@media (max-width:439px) {
    .section-description a.btn {
        margin-top: 20px;
        padding: 1.07142857em 2em
    }
}

.section-description--2 {
    padding: 65px 0 60px
}

.section-description--2 .section-description__top {
    display: none
}

.section-description--2 .section-description__content:after {
    margin-top: 27px
}

.section-solution,
.section-solution__bg {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.section-solution h2 {
    color: #2c3e50;
    font-size: 2.57142857em;
    font-weight: 300;
    margin-top: 80px
}

.section-solution .solution__link-detail {
    color: #f05b28;
    margin-bottom: 55px;
    display: inline-block
}

.section-solution .solution__link-detail i {
    margin-left: 5px;
    position: relative;
    top: 2px
}

.section-solution .solution__link-detail:hover {
    color: #1794d5
}

.section-solution .solution__listSolution {
    list-style: none;
    margin: 0 0 2.5em;
    padding: 0
}

.section-solution .solution__listSolution li {
    font-size: 1.14285714em;
    color: #2c3e50;
    font-weight: 600;
    padding-left: 2.8125em;
    position: relative;
    line-height: 1.25;
    margin-top: 2.1875em
}

.section-solution .solution__listSolution li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.1875em;
    height: 1.25em;
    color: #fff;
    text-align: center;
    line-height: 1.25;
    background-color: #f05b28
}

.section-solution .solution__listSolution li i+span:before,
.section-solution .solution__listSolution li i:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-style: solid;
    border-color: #f05b28 transparent
}

.section-solution .solution__listSolution li i+span:before {
    top: -.625em;
    border-width: 0 1.09375em .625em
}

.section-solution .solution__listSolution li i:after {
    bottom: -.625em;
    border-width: .625em 1.09375em 0
}

.section-solution .solution__listSolution li i.ic--Green {
    background-color: #81bc06
}

.section-solution .solution__listSolution li i.ic--Green+span:before,
.section-solution .solution__listSolution li i.ic--Green:after {
    border-color: #81bc06 transparent
}

.section-solution .solution__listSolution li i.ic--DarkCerulean {
    background-color: #105b78
}

.section-solution .solution__listSolution li i.ic--DarkCerulean+span:before,
.section-solution .solution__listSolution li i.ic--DarkCerulean:after {
    border-color: #105b78 transparent
}

.section-solution .solution__listSolution li i.ic--Mariner {
    background-color: #3f78a1
}

.section-solution .solution__listSolution li i.ic--Mariner+span:before,
.section-solution .solution__listSolution li i.ic--Mariner:after {
    border-color: #3f78a1 transparent
}

.section-solution .solution__listSolution li i.ic--Yellow {
    background-color: #ffba33
}

.section-solution .solution__listSolution li i.ic--Yellow+span:before,
.section-solution .solution__listSolution li i.ic--Yellow:after {
    border-color: #ffba33 transparent
}

.section-solution .solution__listSolution li i.ic--DodgerBlue {
    background-color: #33b5ff
}

.section-solution .solution__listSolution li i.ic--DodgerBlue+span:before,
.section-solution .solution__listSolution li i.ic--DodgerBlue:after {
    border-color: #33b5ff transparent
}

.section-solution .solution__listSolution li i.ic--FrenchRose {
    background-color: #f54785
}

.section-solution .solution__listSolution li i.ic--FrenchRose+span:before,
.section-solution .solution__listSolution li i.ic--FrenchRose:after {
    border-color: #f54785 transparent
}

.section-solution .solution__listSolution li i.ic--MediumAquamarine {
    background-color: #60dc9a
}

.section-solution .solution__listSolution li i.ic--MediumAquamarine+span:before,
.section-solution .solution__listSolution li i.ic--MediumAquamarine:after {
    border-color: #60dc9a transparent
}

.section-solution .solution__listSolution li i.ic--Christi {
    background-color: #6fc120
}

.section-solution .solution__listSolution li i.ic--Christi+span:before,
.section-solution .solution__listSolution li i.ic--Christi:after {
    border-color: #6fc120 transparent
}

.section-solution .solution__listSolution li i.ic--CuriousBlue {
    background-color: #3677c0
}

.section-solution .solution__listSolution li i.ic--CuriousBlue+span:before,
.section-solution .solution__listSolution li i.ic--CuriousBlue:after {
    border-color: #3677c0 transparent
}

.section-solution .solution__listSolution li i.ic--DarkViolet {
    background-color: #ae00d9
}

.section-solution .solution__listSolution li i.ic--DarkViolet+span:before,
.section-solution .solution__listSolution li i.ic--DarkViolet:after {
    border-color: #ae00d9 transparent
}

.section-solution .solution__listSolution--col2:after {
    content: "";
    display: block;
    clear: both
}

.section-solution .solution__listSolution--col2 li {
    float: left;
    width: 50%;
    padding-right: 20px
}

.section-solution .solution__listSolution--col2 li::nth-child(2n+1) {
    clear: both
}

.section-solution .solutionMobileIcon {
    max-width: 510px;
    margin: 0 auto 25px;
    position: relative;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2
}

.section-solution .solutionMobileIcon:after {
    content: "";
    padding-top: 67.05882353%;
    display: block;
    height: 0
}

.section-solution .solutionMobileIcon img {
    display: none
}

.section-solution .solutionMobileIcon>img {
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.section-solution .solutionMobileIcon>img:first-child {
    top: 0;
    left: 33.1372549%;
    width: 23.33333333%
}

.section-solution .solutionMobileIcon>img:nth-child(2) {
    top: 53.21637427%;
    left: 16.07843137%;
    width: 46.2745098%
}

.section-solution .solutionMobileIcon>img:nth-child(3) {
    top: 88.30409357%;
    left: 0;
    width: 75.09803922%
}

.section-solution .solutionMobileIcon>img:nth-child(4) {
    top: 11.40350877%;
    left: 63.52941176%;
    width: 23.7254902%
}

.section-solution .solutionMobileIcon>img:nth-child(5) {
    top: 79.23976608%;
    left: 53.33333333%;
    width: 44.70588235%
}

.section-solution .solutionMobileIcon>img:nth-child(6) {
    top: 35.67251462%;
    left: 89.21568627%;
    width: 9.80392157%
}

.section-solution .solutionMobileIcon>img:nth-child(7) {
    top: 15.20467836%;
    left: 17.64705882%;
    width: 11.37254902%
}

.section-solution .solutionMobileIcon>img:nth-child(8) {
    top: 35.96491228%;
    left: 16.47058824%;
    width: 13.1372549%
}

.section-solution .solutionMobileIcon>img:nth-child(9) {
    top: 1.16959064%;
    left: 57.45098039%;
    width: 8.82352941%
}

.section-solution--1 {
    padding-bottom: 20px
}

.section-solution--1 h2 {
    margin-top: 30px
}

.section-solution--1 h2+p {
    display: block;
    max-width: 452px
}

.section-solution--2 {
    background-color: #f9fafb;
    position: relative
}

.section-solution--2 .section-solution__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.section-solution--2>* {
    position: relative;
    z-index: 1
}

.section-solution--2 h2+p {
    display: block;
    max-width: 567px
}

.section-solution--2 .solution__link-detail {
    margin-bottom: 65px
}

.section-solution--3 {
    background-color: #f1f6fa;
    overflow: hidden
}

.section-solution--3 .solutionWebIcon {
    position: relative;
    padding: 70px 0 60px
}

.section-solution--3 .solutionWebIcon:after,
.section-solution--3 .solutionWebIcon:before {
    content: "";
    display: block;
    position: absolute;
    top: -200px;
    bottom: -200px;
    right: 0
}

.section-solution--3 .solutionWebIcon:before {
    left: -2000px;
    background-color: #1794d5
}

.section-solution--3 .solutionWebIcon:after {
    background-color: #f1f6fa;
    width: 100px;
    -webkit-transform: translateX(50px) skewX(-10deg);
    transform: translateX(50px) skewX(-10deg)
}

@media (max-width:1499px) and (min-width:992px) {
    .section-solution--3 .solutionWebIcon img {
        position: relative;
        left: -60px;
        bottom: -30px
    }
}

.section-solution--3 h2+p {
    display: block;
    max-width: 570px
}

.section-solution--4 {
    background-position: bottom
}

.section-solution--4 h2+p {
    display: block;
    max-width: 450px
}

.section-solution--4 .solution__link-detail {
    margin-bottom: 60px
}

.section-solution--5 {
    position: relative;
    background-color: #f1f6fa
}

.section-solution--5 .row,
.section-solution--5 .row>div {
    position: static
}

.section-solution--5 .solutionBusinessIcon {
    min-height: 450px
}

.section-solution--5 .solutionBusinessIcon img {
    display: none
}

.section-solution--5 .solutionBusinessIcon__bg {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: -1px;
    margin-right: 20px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.section-solution--5 .solutionBusinessIcon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    background-color: #f1f6fa;
    width: 100px;
    margin-left: -20px;
    -webkit-transform: translateX(30px) skewX(-10deg);
    transform: translateX(30px) skewX(-10deg)
}

.section-solution--5 h2+p {
    display: block;
    max-width: 570px
}

.section-solution--6 {
    overflow: hidden
}

.section-solution--6 .row>div:first-child {
    float: right
}

.section-solution--6 h2+p {
    display: block;
    max-width: 450px
}

.section-solution--6 .solutionSystemIcon {
    padding-top: 54px;
    padding-bottom: 45px;
    position: relative
}

.section-solution--6 .solutionSystemIcon img {
    position: relative;
    z-index: 1
}

.section-solution--6 .solutionSystemIcon:before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: 50%;
    right: -2000px;
    margin-left: -25px;
    z-index: 0;
    background-color: #46749c;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg)
}

.section-mobile {
    padding-top: 70px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-mobile h2 {
    text-align: center;
    color: #333;
    font-size: 2.14285714em;
    line-height: 1.4;
    font-weight: 300;
    max-width: 830px;
    margin: 0 auto 45px
}

.section-mobile h3 {
    color: inherit;
    font-weight: 400;
    font-size: 1.71428571em;
    line-height: 1.25;
    margin: 0 0 2.14285714em
}

.section-mobile h3+p {
    margin-top: -1.25em;
    margin-bottom: 0;
    font-size: 1.14285714em;
    line-height: 1.875
}

.section-mobile .listPlanning>li {
    padding-left: 3em
}

.section-mobile .listPlanning>li:before {
    left: 15px
}

.section-mobile--2 h2 {
    max-width: 930px
}

.page-service .section-mobile {
    padding-top: 3.57142857em;
    padding-bottom: 4.28571429em
}

.page-service .section-description+.section-mobile {
    padding-top: 1.42857143em
}

.boxBuild {
    padding-top: 45px
}

.boxBuild__item {
    position: relative;
    padding-left: 6.11111111em;
    font-size: 1.28571429em;
    line-height: 1.4;
    color: #333;
    min-height: 4.16666667em
}

.boxBuild__item i {
    display: block;
    width: 2.08333333em;
    height: 2.08333333em;
    line-height: 2.08333333em;
    border-radius: 50%;
    background-color: #f05b28;
    text-align: center;
    font-size: 2em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.boxBuild__item--green i {
    background-color: #2ec27b
}

.boxBuild__item--violet i {
    background-color: #651fd9
}

.boxBuild__item--orange i {
    background-color: #ff9920
}

.boxBuild__item--blue i {
    background-color: #00b2ec
}

.boxBuild__item:first-child {
    margin-top: 55px
}

.boxBuild__item+.boxBuild__item {
    margin-top: 5.83333333em
}

.boxBuild__graphic {
    max-width: 686px;
    margin: 0 auto;
    position: relative
}

.boxBuild__graphic img:first-child {
    position: absolute;
    width: 67.34693878%;
    left: 16.6180758%;
    top: 6.20155039%
}

@media (min-width:768px) {
    .boxBuild>.row>div:first-child .boxBuild__item {
        padding-left: 0;
        padding-right: 6.11111111em;
        text-align: right
    }
    .boxBuild>.row>div:first-child .boxBuild__item i {
        left: auto;
        right: 0
    }
    .boxBuild>.row>div:first-child+div {
        float: right
    }
}

.listPlanning {
    list-style: none;
    margin: 0;
    padding: 0
}

.listPlanning>li {
    color: #333;
    font-size: 1.28571429em;
    padding-left: 2.16666667em;
    margin-bottom: 24px;
    position: relative
}

.listPlanning>li:before {
    content: "\e052";
    font-family: ElegantIcons;
    color: #f05b28;
    font-size: 1.11111111em;
    position: absolute;
    top: .05em;
    left: 0;
    line-height: 1
}

.listPlanning>li h4 {
    font-size: 1em;
    margin-top: 0;
    padding-top: .11111111em;
    font-weight: 700
}

.listPlanning>li h4+span {
    font-size: .88888889em;
    color: #666
}

.listPlanning:after {
    content: "";
    display: block;
    clear: both
}

.boxApp {
    padding: 64px 0 90px;
    font-size: 1.14285714em;
    line-height: 1.5625
}

.boxApp p {
    padding-left: 27px
}

.section-website {
    padding-top: 80px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-website h2 {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 2.14285714em;
    line-height: 1.4;
    max-width: 876px;
    margin: 0 auto 26px
}

.section-website p {
    font-size: 1.14285714em;
    line-height: 2.25
}

.section-website--2 {
    padding-bottom: 45px
}

@media (min-width:1399px) {
    .section-website--2 .row>div:first-child {
        padding-left: 45px
    }
}

.boxWebsite {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.boxWebsite:after {
    content: "";
    display: block;
    padding-top: 22.49080399%
}

.boxWebsite img {
    position: absolute
}

.boxWebsite img:first-child {
    top: 0;
    left: 34.41933789%;
    width: 33.47346295%;
    z-index: 6
}

.boxWebsite img:nth-child(2) {
    top: 42.52336449%;
    left: 21.49238045%;
    width: 33.63110878%;
    z-index: 5
}

.boxWebsite img:nth-child(3) {
    top: 37.61682243%;
    left: 51.23489228%;
    width: 34.15659485%;
    z-index: 4
}

.boxWebsite img:nth-child(4) {
    top: 54.6728972%;
    left: 6.93641618%;
    width: 23.54177614%;
    z-index: 3
}

.boxWebsite img:nth-child(5) {
    top: 60.28037383%;
    left: 72.41198108%;
    width: 25.64372044%;
    z-index: 2
}

.boxWebsite img:nth-child(6) {
    top: 19.1588785%;
    left: 62.21755123%;
    width: 29.00683132%;
    z-index: 1
}

.boxWebsite img:nth-child(7) {
    top: 17.52336449%;
    left: 16.44771414%;
    width: 25.59117183%;
    z-index: 0
}

.boxEcommerce {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.boxEcommerce:after {
    content: "";
    display: block;
    padding-top: 21.8602207%
}

.boxEcommerce img {
    position: absolute
}

.boxEcommerce img:first-child {
    top: 0;
    left: 23.9096164%;
    width: 52.07566999%;
    z-index: 6
}

.boxTeam {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.boxTeam:after {
    content: "";
    display: block;
    padding-top: 21.01944298%
}

.boxSolutionBusiness {
    max-width: 1410px;
    margin: 20px auto 0;
    position: relative
}

.boxSolutionBusiness:before {
    content: "";
    display: block;
    padding-top: 29.57446809%
}

.boxSolutionBusiness>* {
    position: absolute;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.boxSolutionBusiness>:first-child {
    top: 0;
    left: 20.92198582%;
    width: 57.09219858%
}

.boxSolutionBusiness>:nth-child(2) {
    top: 10.07194245%;
    left: 25.74468085%;
    width: 10.70921986%
}

.boxSolutionBusiness>:nth-child(3) {
    top: 37.17026379%;
    left: 36.5248227%;
    width: 23.68794326%
}

.boxSolutionBusiness>:nth-child(4) {
    top: 52.27817746%;
    left: 38.79432624%;
    width: 19.18439716%
}

.boxSolutionBusiness>:nth-child(5) {
    top: 0;
    left: 44.46808511%;
    width: 7.80141844%
}

.boxSolutionBusiness>:nth-child(6) {
    top: 45.32374101%;
    left: 15.31914894%;
    width: 5.10638298%
}

.boxSolutionBusiness>:nth-child(7) {
    top: 28.05755396%;
    left: 63.04964539%;
    width: 5.74468085%
}

.boxSolutionBusiness>:nth-child(8) {
    top: 27.09832134%;
    left: 19.0070922%;
    width: 6.73758865%
}

.boxSolutionBusiness>:nth-child(9) {
    top: 17.74580336%;
    left: 55.24822695%;
    width: 7.44680851%
}

.boxSolutionBusiness>:nth-child(10) {
    top: 37.17026379%;
    left: 9.29078014%;
    width: 4.11347518%
}

.boxSolutionBusiness>:nth-child(11) {
    top: 65.22781775%;
    left: 8.0141844%;
    width: 6.24113475%
}

.boxSolutionBusiness>:nth-child(12) {
    top: 53.23741007%;
    left: 25.53191489%;
    width: 8.65248227%
}

.boxSolutionBusiness>:nth-child(13) {
    top: 69.54436451%;
    left: 72.34042553%;
    width: 7.37588652%
}

.boxSolutionBusiness>:nth-child(14) {
    top: 33.33333333%;
    left: 61.84397163%;
    width: 14.82269504%
}

.boxSolutionBusiness>:nth-child(15) {
    top: 48.20143885%;
    left: 80.21276596%;
    width: 8.65248227%
}

.boxSystem {
    max-width: 1903px;
    margin: 20px auto 0;
    position: relative
}

.boxSystem:before {
    content: "";
    display: block;
    padding-top: 22.28060956%
}

.boxSystem>* {
    position: absolute;
    z-index: 1;
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.boxSystem>:first-child {
    top: 24.05660377%;
    left: -3.04781923%;
    width: 104.72937467%;
    max-width: none
}

.boxSystem>:nth-child(2),
.boxSystem>:nth-child(3),
.boxSystem>:nth-child(4),
.boxSystem>:nth-child(6),
.boxSystem>:nth-child(7),
.boxSystem>:nth-child(8) {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

.boxSystem>:nth-child(2) {
    top: 56.13207547%;
    left: 41.77614293%;
    width: 4.72937467%
}

.boxSystem>:nth-child(3) {
    top: 18.39622642%;
    left: 50.18392013%;
    width: 4.78192328%
}

.boxSystem>:nth-child(4) {
    top: 52.12264151%;
    left: 52.54860746%;
    width: 8.77561745%
}

.boxSystem>:nth-child(5) {
    top: 23.11320755%;
    left: 42.87966369%;
    width: 15.65948502%
}

.boxSystem>:nth-child(6) {
    top: 60.61320755%;
    left: 54.44035733%;
    width: 4.9395691%
}

.boxSystem>:nth-child(7) {
    top: 63.20754717%;
    left: 43.35260116%;
    width: 1.62900683%
}

.boxSystem>:nth-child(8) {
    top: 68.16037736%;
    left: 56.06936416%;
    width: 1.62900683%
}

.boxSystem>:nth-child(9) {
    top: 58.96226415%;
    left: 37.20441408%;
    width: 8.56542302%
}

.boxSystem>:nth-child(10) {
    top: 43.16037736%;
    left: 55.17603783%;
    width: 7.09406201%
}

.boxSystem>:nth-child(11),
.boxSystem>:nth-child(12),
.boxSystem>:nth-child(13),
.boxSystem>:nth-child(14),
.boxSystem>:nth-child(15),
.boxSystem>:nth-child(16),
.boxSystem>:nth-child(17),
.boxSystem>:nth-child(18),
.boxSystem>:nth-child(19),
.boxSystem>:nth-child(20),
.boxSystem>:nth-child(21),
.boxSystem>:nth-child(22),
.boxSystem>:nth-child(23),
.boxSystem>:nth-child(24) {
    z-index: 0;
    top: 37.73584906%;
    left: -5.78034682%;
    width: 5.30740935%;
    -webkit-animation: moveSystem 11.2s linear infinite;
    animation: moveSystem 11.2s linear infinite;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.boxSystem>:nth-child(12) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.boxSystem>:nth-child(13) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.boxSystem>:nth-child(14) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.boxSystem>:nth-child(15) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.boxSystem>:nth-child(16) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.boxSystem>:nth-child(17) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.boxSystem>:nth-child(18) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s
}

.boxSystem>:nth-child(19) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s
}

.boxSystem>:nth-child(20) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.boxSystem>:nth-child(21) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.boxSystem>:nth-child(22) {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s
}

.boxSystem>:nth-child(23) {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s
}

.boxSystem>:nth-child(24) {
    -webkit-animation-delay: 10.4s;
    animation-delay: 10.4s
}

@media (max-width:1499px) and (min-width:768px) {
    .boxBuild {
        font-size: 11px
    }
    .boxBuild__item {
        padding-left: 5.55555556em
    }
    .boxBuild__item:first-child {
        margin-top: 65px
    }
    .boxBuild__item+.boxBuild__item {
        margin-top: 2.77777778em
    }
    .boxBuild>.row>div:first-child .boxBuild__item {
        padding-left: 0;
        padding-right: 5.55555556em
    }
    .listPlanning>li {
        font-size: 1.1em
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .section-solution h2 {
        font-size: 2.30769231em;
        margin-top: 50px
    }
    .boxBuild {
        font-size: 10px
    }
    .listPlanning>li:nth-child(3n+1) {
        clear: both
    }
}

@media (max-width:991px) {
    .section-solution h2 {
        margin-top: 40px;
        font-size: 2.30769231em
    }
    .section-solution .solution__link-detail {
        margin-bottom: 50px
    }
    .section-solution--1 {
        padding-bottom: 0
    }
    .section-solution--1 h2 {
        margin-top: 20px
    }
    .section-solution--2,
    .section-solution--4 {
        position: relative
    }
    .section-solution--2:before,
    .section-solution--4:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: rgba(249, 250, 251, .5)
    }
    .section-solution--2>.container,
    .section-solution--4>.container {
        position: relative;
        z-index: 2
    }
    .section-solution--3 h2 {
        margin-top: 10px
    }
    .section-solution--3 .solutionWebIcon {
        text-align: center;
        padding: 50px 0 60px
    }
    .section-solution--3 .solutionWebIcon:before {
        right: -2000px;
        bottom: 0
    }
    .section-solution--3 .solutionWebIcon:after {
        width: auto;
        height: 100px;
        top: auto;
        left: -1000px;
        right: -1000px;
        bottom: 0;
        -webkit-transform: translateY(50px) skewy(-4deg);
        transform: translateY(50px) skewy(-4deg)
    }
    .section-solution--4 {
        background-position: 100% 100%;
        background-size: 100% auto
    }
    .section-solution--5 h2 {
        margin-top: 10px
    }
    .section-solution--5 .solutionBusinessIcon {
        position: relative;
        min-height: 350px
    }
    .section-solution--5 .solutionBusinessIcon__bg {
        left: -130px;
        right: -130px;
        margin: 0
    }
    .section-solution--5 .solutionBusinessIcon:after {
        width: auto;
        height: 100px;
        top: auto;
        left: -1000px;
        right: -1000px;
        bottom: 0;
        -webkit-transform: translateY(50px) skewy(-4deg);
        transform: translateY(50px) skewy(-4deg)
    }
    .section-solution--6 h2 {
        margin-top: 0
    }
    .section-solution--6 .row>div:first-child {
        float: none
    }
    .section-solution--6 .solutionSystemIcon:before {
        left: -1000px;
        right: -1000px;
        bottom: 50%;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        margin: 0
    }
    .section-mobile {
        padding-top: 50px
    }
    .section-mobile h2 {
        font-size: 1.85714286em;
        margin-bottom: 30px
    }
    .section-website {
        padding-top: 50px
    }
    .section-website--2 {
        padding-bottom: 30px
    }
    .section-website h2 {
        font-size: 1.85714286em;
        margin: 0 auto 24px
    }
    .boxBuild {
        padding-top: 20px
    }
    .boxBuild__item {
        margin-bottom: 2.77777778em
    }
    .boxBuild__item+.boxBuild__item,
    .boxBuild__item:first-child {
        margin-top: 0
    }
    .boxApp {
        text-align: center;
        padding: 40px 0 20px
    }
    .boxApp .text-center img {
        margin-bottom: 30px
    }
    .boxApp p {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .section-solution--5 .solutionBusinessIcon__bg {
        left: -16px;
        right: -16px;
        margin: 0
    }
    .section-description__top>span {
        margin-top: -70px
    }
    .boxBuild__item {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }
    .boxBuild__item span>span {
        display: none
    }
    .listPlanning li {
        font-size: 1.07692308em
    }
}

@media (max-width:479px) {
    .section-solution h2 {
        margin-top: 30px
    }
    .section-solution .solution__link-detail {
        margin-bottom: 40px
    }
    .section-solution .solution__listSolution li {
        float: none;
        width: 100%
    }
    .section-solution--1 h2 {
        margin-top: 10px
    }
    .section-solution--4 {
        padding-bottom: 30%;
        background-position: 100% 100%;
        background-size: 180% auto
    }
    .section-solution--5 h2 {
        margin-top: 10px
    }
    .section-solution--5 .solutionBusinessIcon {
        position: relative;
        min-height: auto
    }
    .section-solution--5 .solutionBusinessIcon:before {
        content: "";
        display: block;
        padding-top: 70%
    }
    .section-solution--5 .solutionBusinessIcon__bg {
        left: -16px;
        right: -16px;
        margin: 0
    }
    .section-solution--5 .solutionBusinessIcon:after {
        width: auto;
        height: 100px;
        top: auto;
        left: -1000px;
        right: -1000px;
        bottom: 0;
        -webkit-transform: translateY(50px) skewy(-4deg);
        transform: translateY(50px) skewy(-4deg)
    }
    .section-solution--6 h2 {
        margin-top: 0
    }
    .section-solution--6 .row>div:first-child {
        float: none
    }
    .section-solution--6 .solutionSystemIcon:before {
        left: -1000px;
        right: -1000px;
        bottom: 50%;
        -webkit-transform: skewY(-10deg);
        transform: skewY(-10deg);
        margin: 0
    }
    .section-description--2 {
        padding: 40px 0
    }
}

@media (max-width:439px) {
    .section-mobile {
        padding-top: 30px
    }
    .section-mobile h2 {
        margin-bottom: 20px
    }
    .section-website {
        padding-top: 30px
    }
    .section-website--2 {
        padding-bottom: 20px
    }
    .section-description {
        padding: 0 0 30px
    }
    .section-description--divider .section-description__content:after {
        margin: 35px auto 0
    }
    .section-description__top>span {
        margin-top: -50px
    }
    .section-description--2 {
        padding: 30px 0
    }
    .boxBuild {
        padding-top: 10px
    }
    .boxBuild__item {
        max-width: 270px;
        margin-bottom: 40px;
        font-size: 15px
    }
    .listPlanning>li {
        font-size: 15px
    }
}

.page-about {
    position: relative
}

.page-about:after,
.page-about:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.page-about>* {
    position: relative;
    z-index: 1
}

.page-about:before {
    background-image: url(/assets/images/about-bg-1.png);
    top: 228px;
    right: 0;
    width: 7.30425644%;
    height: 611px
}

.page-about:after {
    background-image: url(/assets/images/about-bg-2.png);
    top: 1122px;
    left: 0;
    width: 16.97320021%;
    height: 230px
}

@media (max-width:767px) {
    .page-about:before {
        top: 200px
    }
}

.section-aboutDesc {
    padding: 70px 0
}

.section-aboutDesc__inner {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.14285714em;
    line-height: 1.5625
}

.section-aboutDesc__inner p {
    margin-bottom: 1.5625em
}

.section-aboutDesc__inner p:last-child {
    margin-bottom: 0
}

.box-aboutOurStory {
    position: relative;
    display: none;
    margin-bottom: 160px;
    border-bottom: 1px dashed #f05b28
}

.box-aboutOurStory.slick-slider {
    display: block
}

.box-aboutOurStory__item__inner {
    max-width: 1045px;
    margin: 0 auto;
    padding-top: 33px;
    padding-bottom: 55px
}

.box-aboutOurStory__item__inner:after {
    content: "";
    display: block;
    clear: both
}

.box-aboutOurStory__item__inner__left {
    width: 50%;
    float: left;
    padding-left: 40px
}

.box-aboutOurStory__item__inner__content {
    width: 50%;
    float: left;
    padding-top: 60px;
    padding-left: 30px
}

.box-aboutOurStory__item__icon {
    max-width: 237px;
    margin: 0 auto;
    background: url(/assets/images/about-OurStory-bg.png) 50%;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: auto;
    background-repeat: repeat;
    position: relative
}

.box-aboutOurStory__item__icon:after {
    content: "";
    padding-top: 100%;
    display: block;
    height: 0
}

.box-aboutOurStory__item__icon img {
    display: none
}

.box-aboutOurStory__item__icon>*,
.box-aboutOurStory__item__icon>img {
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.box-aboutOurStory__item__icon--1>:first-child {
    top: 49.78902954%;
    left: 43.45991561%;
    width: 41.7721519%
}

.box-aboutOurStory__item__icon--1>:nth-child(2) {
    right: .84388186%;
    bottom: 42.19409283%;
    width: 15.18987342%;
    height: 32.91139241%;
    background-position: 0 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--1>:nth-child(3) {
    left: 16.87763713%;
    bottom: 16.4556962%;
    width: 25.73839662%;
    height: 25.3164557%;
    background-position: 0 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--1>:nth-child(4) {
    right: 44.30379747%;
    bottom: 41.7721519%;
    width: 31.64556962%;
    height: 42.19409283%;
    background-position: 0 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--1>:nth-child(5) {
    top: 26.16033755%;
    left: -8.43881857%;
    width: 51.89873418%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.box-aboutOurStory__item__icon--1>:nth-child(6) {
    top: -6.75105485%;
    left: 36.70886076%;
    width: 62.02531646%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.box-aboutOurStory__item__icon--2 img:first-child,
.box-aboutOurStory__item__icon--2>:first-child {
    top: 5.06329114%;
    left: 5.06329114%;
    width: 44.7257384%
}

.box-aboutOurStory__item__icon--2 img:nth-child(2),
.box-aboutOurStory__item__icon--2>:nth-child(2) {
    top: 7.59493671%;
    left: 7.59493671%;
    width: 83.5443038%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.box-aboutOurStory__item__icon--2 img:nth-child(3),
.box-aboutOurStory__item__icon--2>:nth-child(3) {
    top: 13.08016878%;
    left: 13.08016878%;
    width: 72.57383966%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--2 img:nth-child(4),
.box-aboutOurStory__item__icon--2>:nth-child(4) {
    top: 35%;
    left: 14%;
    width: 70%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.box-aboutOurStory__item__icon--2 img:nth-child(5),
.box-aboutOurStory__item__icon--2>:nth-child(5) {
    top: 15.61181435%;
    left: 23.62869198%;
    width: 8.01687764%;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.box-aboutOurStory__item__icon--2 img:nth-child(6),
.box-aboutOurStory__item__icon--2>:nth-child(6) {
    top: 24.89451477%;
    left: 66.66666667%;
    width: 8.01687764%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.box-aboutOurStory__item__icon--2 img:nth-child(7),
.box-aboutOurStory__item__icon--2>:nth-child(7) {
    top: 2.10970464%;
    left: 64.55696203%;
    width: 8.01687764%;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.box-aboutOurStory__item__icon--2 img:nth-child(8),
.box-aboutOurStory__item__icon--2>:nth-child(8) {
    top: 12.23628692%;
    left: 72.15189873%;
    width: 8.01687764%;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.box-aboutOurStory__item__icon--3>:first-child {
    top: 2.10970464%;
    left: 8.43881857%;
    width: 83.96624473%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--3>:nth-child(2) {
    top: 29.95780591%;
    left: 30.37974684%;
    width: 40.08438819%
}

.box-aboutOurStory__item__icon--4>:first-child {
    top: 7.59493671%;
    left: 8.43881857%;
    width: 85.23206751%
}

.box-aboutOurStory__item__icon--4>:nth-child(2) {
    top: 41.35021097%;
    left: -18.98734177%;
    width: 22.3628692%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.box-aboutOurStory__item__icon--4>:nth-child(3) {
    top: 13.5021097%;
    left: 16.4556962%;
    width: 53.58649789%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.box-aboutOurStory__item__icon--4>:nth-child(4) {
    top: 32.91139241%;
    left: 15.61181435%;
    width: 66.24472574%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--5>:first-child {
    top: 26.16033755%;
    left: 25.73839662%;
    width: 50.63291139%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.box-aboutOurStory__item__icon--5>:nth-child(2) {
    top: 42.19409283%;
    left: 43.45991561%;
    width: 15.18987342%;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.box-aboutOurStory__item__icon--5>:nth-child(3) {
    top: 9.70464135%;
    left: 8.86075949%;
    width: 84.38818565%;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.box-aboutOurStory__item__icon--5>:nth-child(4) {
    top: 13.08016878%;
    left: 15.18987342%;
    width: 15.18987342%;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.box-aboutOurStory__item__icon--5>:nth-child(5) {
    top: 15.18987342%;
    left: 69.19831224%;
    width: 18.14345992%;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.box-aboutOurStory__item__icon--5>:nth-child(6) {
    top: 69.62025316%;
    left: 70.88607595%;
    width: 14.76793249%;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.box-aboutOurStory__item__icon--5>:nth-child(7) {
    top: 74.26160338%;
    left: 10.97046414%;
    width: 20.67510549%;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.box-aboutOurStory__item__date {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px
}

.box-aboutOurStory__item__title {
    color: #f05b28;
    font-size: 1.71428571em;
    line-height: 1.4;
    margin: 0;
    font-weight: 300
}

.box-aboutOurStory .slick-arrow {
    position: absolute;
    bottom: -1.78571429em;
    width: 3.57142857em;
    height: 3.57142857em;
    line-height: 3.42857143em;
    border: 1px solid #f05b28;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    margin-bottom: -1px;
    transition: all .2s ease-in-out
}

.box-aboutOurStory .slick-arrow:after,
.box-aboutOurStory .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: transparent #f05b28;
    transition: all .2s ease-in-out
}

.box-aboutOurStory .slick-arrow:before {
    margin-top: -.67857143em;
    margin-left: -.53571429em;
    border-width: .67857143em .92857143em .67857143em 0
}

.box-aboutOurStory .slick-arrow:after {
    margin-top: -.39285714em;
    margin-left: -.32142857em;
    border-color: transparent #fff;
    border-width: .39285714em .57142857em .39285714em 0
}

.box-aboutOurStory .slick-arrow.slick-prev {
    left: 0
}

.box-aboutOurStory .slick-arrow.slick-next {
    right: 0
}

.box-aboutOurStory .slick-arrow.slick-next:before {
    margin-top: -.67857143em;
    margin-left: -.35714286em;
    border-width: .67857143em 0 .67857143em .92857143em
}

.box-aboutOurStory .slick-arrow.slick-next:after {
    margin-top: -.39285714em;
    margin-left: -.21428571em;
    border-color: transparent #fff;
    border-width: .39285714em 0 .39285714em .57142857em
}

.box-aboutOurStory .slick-arrow:hover {
    background-color: #f05b28
}

.box-aboutOurStory .slick-arrow:hover:before {
    border-color: transparent #fff
}

.box-aboutOurStory .slick-arrow:hover:after {
    border-color: transparent #f05b28
}

.box-aboutOurStory .slick-dots {
    list-style: none;
    padding: 0;
    display: table;
    width: 80%;
    margin: 0 auto;
    position: relative;
    bottom: -5px
}

.box-aboutOurStory .slick-dots>li {
    position: relative;
    z-index: 1;
    display: table-cell;
    cursor: pointer
}

.box-aboutOurStory .slick-dots>li:after,
.box-aboutOurStory .slick-dots>li:before {
    content: "";
    display: block;
    transition: all .4s ease-in-out
}

.box-aboutOurStory .slick-dots>li:before {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #e1e1e1
}

.box-aboutOurStory .slick-dots>li:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f05b28;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.box-aboutOurStory .slick-dots>li span {
    font-size: 1.28571429em;
    color: #bebebe;
    display: block;
    min-width: 150px;
    text-align: right;
    position: absolute;
    line-height: 1.38888889;
    right: 50%;
    top: -.33333333em;
    padding-right: 24px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: all .2s ease-in-out;
    transition-delay: 0s
}

.box-aboutOurStory .slick-dots>li span:first-child {
    font-size: 1.71428571em;
    color: #f05b28;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    transition-delay: 0s
}

.box-aboutOurStory .slick-dots>li span:last-child {
    transition-delay: .2s
}

.box-aboutOurStory .slick-dots>li.slick-active:before {
    background-color: #f05b28
}

.box-aboutOurStory .slick-dots>li.slick-active:after {
    border-width: 3px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.box-aboutOurStory .slick-dots>li.slick-active span:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: .2s
}

.box-aboutOurStory .slick-dots>li.slick-active span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
    transition-delay: 0s
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon>*,
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon>img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:first-child {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:nth-child(2) {
    -webkit-animation-name: "aboutOurStory-11";
    animation-name: "aboutOurStory-11"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:nth-child(3) {
    -webkit-animation-name: "aboutOurStory-12";
    animation-name: "aboutOurStory-12"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:nth-child(4) {
    -webkit-animation-name: "aboutOurStory-13";
    animation-name: "aboutOurStory-13"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:nth-child(5),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--1>:nth-child(6) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:first-child {
    -webkit-animation-name: "aboutOurStoryRotateIn";
    animation-name: "aboutOurStoryRotateIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(2),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(3) {
    -webkit-animation-name: "rotateIn";
    animation-name: "rotateIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(4) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(5),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(6),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(7),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--2>:nth-child(8) {
    -webkit-animation-name: "fadeInDown";
    animation-name: "fadeInDown"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--3>:first-child,
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--3>:nth-child(2) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--4>:first-child {
    -webkit-animation-name: "fadeIn";
    animation-name: "fadeIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--4>:nth-child(2) {
    -webkit-animation-name: "fadeInLeftSmall";
    animation-name: "fadeInLeftSmall"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--4>:nth-child(3) {
    -webkit-animation-name: "fadeInRightSmall";
    animation-name: "fadeInRightSmall"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--4>:nth-child(4) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:first-child {
    -webkit-animation-name: "rotateIn";
    animation-name: "rotateIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(2) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(3) {
    -webkit-animation-name: "rotateInUn";
    animation-name: "rotateInUn"
}

.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(4),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(5),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(6),
.box-aboutOurStory.active .slick-active .box-aboutOurStory__item__icon--5>:nth-child(7) {
    -webkit-animation-name: "zoomIn";
    animation-name: "zoomIn"
}

.box-aboutTeam {
    margin: 30px auto 0;
    position: relative;
    height: auto;
    min-height: 500px
}

.box-aboutTeam ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    zoom: 1
}

.box-aboutTeam ul:after,
.box-aboutTeam ul:before {
    content: "";
    display: table
}

.box-aboutTeam ul:after {
    clear: both
}

.box-aboutTeam ul li {
    -webkit-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #ebebeb
}

.box-aboutTeam ul li a {
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #333;
    box-sizing: content-box;
    opacity: .5;
    filter: alpha(opacity=50)
}

.box-aboutTeam-size-1 {
    width: 55%
}

.box-aboutTeam-size-2 {
    width: 100%
}

.box-aboutTeam-size-3 {
    width: 100%;
    margin-top: 0
}

.box-aboutTeam-loading:after,
.box-aboutTeam-loading:before,
.box-aboutTeam__loading-image {
    display: none
}

.box-aboutTeam-loading .box-aboutTeam__loading-image {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box-aboutTeam__hasTag {
    font-size: 5.14285714em;
    color: #000;
    background-image: url(/assets/images/about-Team-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1760px;
    max-width: 100%
}

.box-aboutTeam__hasTag:before {
    content: "";
    display: block;
    padding-top: 43.29545455%
}

.box-aboutTeam__hasTag,
.box-aboutTeam__hasTag__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.box-aboutTeam__hasTag span {
    display: block;
    text-align: center
}

.box-aboutTeam__hasTag span:last-child {
    color: #f05b28
}

.section-aboutTechnologies {
    padding: 78px 0 40px
}

.box-aboutTechnologies {
    padding-top: 30px;
    text-align: center
}

.section-aboutProcess {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    padding: 80px 0
}

.section-aboutProcess:after,
.section-aboutProcess:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 200px;
    width: 2950px;
    top: 10.5px;
    transition: all 1.5s ease-in-out
}

.section-aboutProcess:before {
    right: 50%;
    margin-right: -1px;
    -webkit-transform: translateX(0) skewY(-8deg);
    transform: translateX(0) skewY(-8deg)
}

.section-aboutProcess:after {
    left: 50%;
    -webkit-transform: translateX(0) skewY(8deg);
    transform: translateX(0) skewY(8deg)
}

.box-aboutProcess {
    max-width: 930px;
    margin: 0 auto;
    position: relative
}

.box-aboutProcess:before {
    content: "";
    display: block;
    padding-top: 150.53763441%
}

.box-aboutProcess>* {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute
}

.box-aboutProcess>*>span {
    display: none
}

.box-aboutProcess>:first-child {
    top: 0;
    left: 30%;
    width: 39.89247312%;
    height: 15.85714286%
}

.box-aboutProcess>:nth-child(2) {
    top: 16.28571429%;
    left: 49.78494624%;
    width: .32258065%;
    background-size: 100% auto
}

.box-aboutProcess>:nth-child(3) {
    top: 21.42857143%;
    left: 46.55913978%;
    width: 6.88172043%
}

.box-aboutProcess>:nth-child(4) {
    top: 20.35714286%;
    left: .43010753%;
    width: 43.5483871%;
    height: 6.78571429%
}

.box-aboutProcess>:nth-child(5) {
    top: 19.42857143%;
    left: 55.48387097%;
    width: 20.32258065%
}

.box-aboutProcess>:nth-child(6) {
    top: 35%;
    left: 46.55913978%;
    width: 6.88172043%
}

.box-aboutProcess>:nth-child(7) {
    top: 34.21428571%;
    left: 56.12903226%;
    width: 40.96774194%;
    height: 5.5%
}

.box-aboutProcess>:nth-child(8) {
    top: 34.35714286%;
    left: 16.34408602%;
    width: 28.60215054%
}

.box-aboutProcess>:nth-child(9) {
    top: 47.42857143%;
    left: 46.55913978%;
    width: 6.88172043%
}

.box-aboutProcess>:nth-child(10) {
    top: 46.21428571%;
    left: .43010753%;
    width: 43.5483871%;
    height: 6.78571429%
}

.box-aboutProcess>:nth-child(11) {
    top: 44.85714286%;
    left: 55.48387097%;
    width: 29.78494624%
}

.box-aboutProcess>:nth-child(12) {
    top: 60.07142857%;
    left: 46.55913978%;
    width: 6.88172043%
}

.box-aboutProcess>:nth-child(13) {
    top: 58.92857143%;
    left: 56.34408602%;
    width: 43.5483871%;
    height: 6.78571429%
}

.box-aboutProcess>:nth-child(14) {
    top: 59.28571429%;
    left: 24.7311828%;
    width: 19.78494624%
}

.box-aboutProcess>:nth-child(15) {
    top: 70.07142857%;
    left: 30%;
    width: 39.89247312%;
    height: 15.92857143%
}

.box-aboutProcess>:nth-child(16) {
    top: 90.92857143%;
    left: 37.84946237%;
    width: 24.30107527%;
    height: 1.5%
}

.box-aboutProcess>:nth-child(17),
.box-aboutProcess>:nth-child(18),
.box-aboutProcess>:nth-child(19),
.box-aboutProcess>:nth-child(20),
.box-aboutProcess>:nth-child(21),
.box-aboutProcess>:nth-child(22),
.box-aboutProcess>:nth-child(23) {
    top: 94.64285714%;
    left: 11.29032258%;
    width: 77.52688172%
}

@media (max-width:991px) {
    .box-aboutOurStory__item__inner__left {
        width: 40%
    }
    .box-aboutOurStory__item__inner__content {
        width: 60%
    }
    .box-aboutTeam__hasTag {
        font-size: 4em
    }
}

@media (max-width:767px) {
    .section-aboutDesc,
    .section-aboutProcess,
    .section-aboutTechnologies {
        padding: 50px 0
    }
    .box-aboutOurStory {
        font-size: 11px;
        margin-bottom: 120px
    }
    .box-aboutOurStory__item__inner {
        padding-bottom: 35px
    }
    .box-aboutOurStory__item__inner__left {
        padding-left: 50px
    }
    .box-aboutOurStory__item__inner__content {
        padding-top: 35px
    }
    .box-aboutOurStory__item__inner__content .box-aboutOurStory__item__date {
        font-size: 1.1em
    }
    .box-aboutOurStory .slick-dots>li:after {
        width: 20px;
        height: 20px;
        top: -5px;
        margin-left: -10px
    }
    .box-aboutTeam__hasTag {
        font-size: 2.8em
    }
}

@media (max-width:629px) {
    .box-aboutOurStory {
        font-size: 10px
    }
    .box-aboutOurStory__item__inner {
        padding: 25px 0
    }
    .box-aboutOurStory__item__inner__left {
        padding-left: 40px
    }
    .box-aboutOurStory__item__inner__content {
        padding-top: 15px
    }
    .box-aboutTeam {
        min-height: auto
    }
}

@media (max-width:479px) {
    .section-aboutDesc,
    .section-aboutProcess,
    .section-aboutTechnologies {
        padding: 35px 0
    }
    .box-aboutOurStory {
        font-size: 11px;
        margin-bottom: 90px
    }
    .box-aboutOurStory__item__inner {
        padding: 0 0 10px
    }
    .box-aboutOurStory__item__inner__left {
        padding: 0;
        width: 100%;
        float: left
    }
    .box-aboutOurStory__item__inner__content {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 20px;
        padding-left: 0
    }
    .box-aboutOurStory__item__date {
        margin-bottom: 14px
    }
    .box-aboutOurStory__item__icon {
        max-width: 180px
    }
    .box-aboutOurStory .slick-arrow {
        font-size: 6px
    }
    .box-aboutOurStory .slick-dots {
        font-size: 7px
    }
    .box-aboutTechnologies {
        padding-top: 0
    }
    .box-aboutTeam__hasTag {
        font-size: 1.8em
    }
}

.faqsSearch {
    margin-top: 45px
}

.faqsSearch h3 {
    font-size: 1.71428571em;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    margin-bottom: 22px
}

.faqsSearch__control {
    border: none;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 4px;
    padding: 14px 27px;
    font-size: 1.14285714em;
    color: #f05b28;
    font-weight: 400;
    width: 570px;
    outline: none!important;
    max-width: 100%
}

.faqsSearch__control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.faqsSearch__control:-ms-input-placeholder {
    color: #999
}

.faqsSearch__control::-webkit-input-placeholder {
    color: #999
}

.faqsSearch__btn {
    text-transform: uppercase;
    padding: 15px 25px;
    background-color: #f05b28;
    color: #fff;
    border-radius: 25px;
    border: none;
    outline: none!important;
    margin-left: 30px;
    transition: all .2s ease-in-out
}

.faqsSearch__btn:hover {
    background-color: #d6420f
}

.section-faqs {
    padding-top: 56px;
    background-color: #f2f2f2;
    background-image: url(/assets/images/faqs-content-bg.jpg);
    background-position: top;
    position: relative
}

.section-faqs__bg {
    position: absolute!important;
    left: 0;
    right: 50%;
    top: -32px;
    height: 300px;
    z-index: 0;
    background-color: #f2f2f2;
    overflow: hidden;
    -webkit-transform: skewX(0deg) skewY(3.7deg);
    transform: skewX(0deg) skewY(3.7deg)
}

.section-faqs__bg:before {
    content: "";
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/assets/images/faqs-content-bg-left.jpg);
    background-position: 100% 0;
    -webkit-transform: skewX(0deg) skewY(-3.7deg);
    transform: skewX(0deg) skewY(-3.7deg)
}

.section-faqs__bg--right {
    left: 50%;
    margin-left: -1px;
    right: 0;
    -webkit-transform: skewX(0deg) skewY(-3.7deg);
    transform: skewX(0deg) skewY(-3.7deg)
}

.section-faqs__bg--right:before {
    background-image: url(/assets/images/faqs-content-bg-right.jpg);
    background-position: 0 0;
    -webkit-transform: skewX(0deg) skewY(3.7deg);
    transform: skewX(0deg) skewY(3.7deg)
}

.section-faqs>* {
    position: relative;
    z-index: 1
}

.section-faqs .nav-tabs {
    display: block;
    width: 100%;
    border: none;
    position: relative;
    z-index: 1
}

.section-faqs .nav-tabs:after {
    content: "";
    display: block;
    clear: both
}

.section-faqs .nav-tabs>li {
    width: 30%;
    float: left;
    margin: 0
}

.section-faqs .nav-tabs>li>a {
    display: block;
    border: 1px solid #f1f1f1;
    border-left-width: 0;
    margin: 0;
    background-color: #f8f8f8;
    font-size: 1.71428571em;
    line-height: 1.25;
    font-weight: 300;
    color: #999;
    text-align: center;
    padding: 1.375em 0;
    border-radius: 0;
    position: relative
}

.section-faqs .nav-tabs>li>a>* {
    display: inline-block;
    vertical-align: top
}

.section-faqs .nav-tabs>li>a i {
    font-size: 1.25em;
    line-height: 1;
    margin-right: .93333333em
}

.section-faqs .nav-tabs>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -.70833333em;
    border-color: #f8f8f8 transparent;
    border-style: solid;
    border-width: .5em .70833333em 0;
    transition: all .2s ease-in-out
}

.section-faqs .nav-tabs>li:last-child {
    width: 40%
}

.section-faqs .nav-tabs>li:first-child>a {
    border-left: 1px solid #f1f1f1
}

.section-faqs .nav-tabs>li.active>a,
.section-faqs .nav-tabs>li.active>a:focus,
.section-faqs .nav-tabs>li.active>a:hover {
    background-color: #1794d5;
    color: #fff;
    border: 1px solid #1794d5;
    border-left-width: 0
}

.section-faqs .nav-tabs>li.active>a:after,
.section-faqs .nav-tabs>li.active>a:focus:after,
.section-faqs .nav-tabs>li.active>a:hover:after {
    margin-bottom: -.5em;
    border-color: #1794d5 transparent
}

.section-faqs .nav-tabs>li.active:first-child>a {
    border-left: 1px solid #1794d5
}

.section-faqs .tab-content {
    position: relative;
    z-index: 0
}

.section-faqs .tab-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    display: block;
    z-index: 0;
    background-color: #f8f8f8
}

.section-faqs .tab-content .tab-pane {
    padding: 55px 0 85px;
    position: relative;
    z-index: 1
}

.section-faqs .tab-content .tab-pane .panel-group .panel {
    border: none;
    background: none;
    box-shadow: none
}

.section-faqs .tab-content .tab-pane .panel-group .panel-heading {
    border: none;
    position: relative;
    padding: 0 0 2px
}

.section-faqs .tab-content .tab-pane .panel-group .panel-heading:after {
    content: "";
    display: block;
    border-bottom: 1px solid #e1e1e1;
    position: absolute;
    bottom: 1px;
    left: 5px;
    right: 0
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title {
    font-size: 1.28571429em;
    font-weight: 400;
    line-height: 1.4
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a {
    display: block;
    padding: .55555556em 2.22222222em .55555556em 3.44444444em;
    position: relative;
    color: #f05b28
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a:before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 6px;
    text-align: center;
    line-height: 2.5em;
    font-weight: 400;
    background-color: #f05b28;
    color: #fff;
    transition: all .2s ease-in-out
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a:after {
    content: "\4b";
    font-family: ElegantIcons;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.22222222em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    font-size: .88888889em;
    color: #f05b28
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a.collapsed {
    font-weight: 300;
    color: #333
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a.collapsed:before {
    color: #f05b28;
    background-color: #e3e3e3
}

.section-faqs .tab-content .tab-pane .panel-group .panel-title a.collapsed:after {
    content: "\4c"
}

.section-faqs .tab-content .tab-pane .panel-group .panel-body {
    padding: 1.42857143em 50px 1.42857143em 1.28571429em;
    border: none;
    line-height: 2
}

.section-faqs .tab-content .tab-pane .panel-group .panel+.panel {
    margin-top: 13px
}

@media (max-width:1499px) {
    .section-faqs .nav-tabs {
        font-size: 12px
    }
}

@media (max-width:1199px) {
    .section-faqs .nav-tabs {
        font-size: 10px
    }
}

@media (max-width:992px) {
    .section-faqs .nav-tabs {
        font-size: 8px
    }
}

@media (max-width:767px) {
    .section-faqs {
        padding-top: 25px
    }
    .section-faqs .nav-tabs {
        font-size: 7.5px
    }
    .section-faqs .nav-tabs>li>a {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 1em
    }
    .section-faqs .nav-tabs>li>a i {
        display: inline-block;
        margin: 0
    }
    .section-faqs .nav-tabs>li>a span {
        display: block;
        margin-top: 10px;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        min-height: 34px
    }
    .section-faqs .tab-content .tab-pane {
        padding: 35px 0
    }
    .section-faqs .tab-content .tab-pane .panel-group .panel-body {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:479px) {
    .section-faqs {
        padding-top: 25px
    }
    .section-faqs .nav-tabs {
        font-size: 7px
    }
    .section-faqs .nav-tabs>li>a span {
        min-height: 50px
    }
}

@media (max-width:439px) {
    .faqsSearch {
        margin-top: 25px
    }
    .faqsSearch h3 {
        font-size: 1.53846154em;
        margin-bottom: 18px
    }
    .faqsSearch__control {
        padding: 12px 27px;
        font-size: 1em
    }
    .faqsSearch__btn {
        padding: 12px 25px
    }
    .section-faqs {
        padding-top: 0;
        min-height: 38px
    }
    .section-faqs .tab-content .tab-pane {
        padding: 30px 0 15px
    }
    .section-faqs .tab-content .tab-pane .panel-group .panel-body {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:400px) {
    .section-faqs .nav-tabs {
        font-size: 6px
    }
    .section-faqs .nav-tabs>li>a span {
        min-height: 36px
    }
    .section-faqs .tab-content .tab-pane .panel-group .panel-title {
        font-size: 1.1em
    }
    .section-faqs .tab-content .tab-pane .panel-group .panel-title a {
        padding-top: 0
    }
    .section-faqs .tab-content .tab-pane .panel-group .panel-title a:before {
        top: 2px
    }
}

.subheader__openning {
    padding-top: 65px;
    color: #fff
}

.subheader__openning__icon {
    width: 12.85714286em;
    height: 10.85714286em;
    position: relative;
    margin-left: auto
}

.subheader__openning__icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/assets/images/icons/ic-careers-toolbox.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    opacity: .2;
    filter: alpha(opacity=20)
}

.subheader__openning__icon span {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 5.92857143em;
    font-weight: 700;
    color: #f05b28;
    padding-top: .42168675em
}

.subheader__openning__more {
    display: inline-block;
    line-height: 1.71428571;
    padding: .78571429em 2.42857143em;
    text-transform: uppercase;
    background-color: #f05b28;
    color: #fff;
    border-radius: 25px
}

.subheader__openning__more:hover {
    background-color: #fff;
    color: #f05b28
}

.subheader__openning__title {
    font-size: 1.71428571em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 1.14285714em;
    color: #fff
}

.subheader__openning__desc h3 {
    font-weight: 200;
    margin: 0;
    font-size: 2.57142857em;
    line-height: 1.42857143;
    color: #fff
}

.subheader__openning__desc p {
    font-weight: 300;
    line-height: 1.78571429;
    margin: 0;
    text-align: justify
}

.subheader__openning__desc p.text-center {
    padding-top: 2px;
    text-align: center
}

@media (min-width:1500px) {
    .subheader__openning__desc {
        padding-right: 110px
    }
}

.subheader__openning>.row>div:first-child>.row>div:last-child,
.subheader__openning>.row>div:last-child {
    text-align: left
}

.section-careerImages {
    padding-top: 50px
}

.section-careerImages__item {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-careerImages__item:after {
    content: "";
    padding-top: 58.02469136%;
    display: block;
    height: 0
}

.section-careerImages__item img {
    display: none
}

.section-careerImages__item--sub {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-careerImages__item--sub:after {
    content: "";
    padding-top: 48.88888889%;
    display: block;
    height: 0
}

.section-careerImages__item--sub img {
    display: none
}

@media (max-width:1499px) and (min-width:1200px) {
    .section-careerImages__item--sub:after {
        padding-top: 48.4%
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .section-careerImages__item--sub:after {
        padding-top: 48.45%
    }
}

.section-careerImages .row>div:last-child>.row>div:first-child {
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .section-careerImages .row>div:last-child>.row>div:first-child {
        margin-bottom: 20px
    }
}

.section-careerFearture {
    padding: 75px 0 50px
}

.careerFearture__item {
    text-align: center;
    margin-bottom: 30px
}

.careerFearture__item i {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto 2.5em;
    width: 7.28571429em;
    height: 5.92857143em
}

.careerFearture__item i.ic-career-create {
    background-image: url(/assets/images/icons/ic-career-create.svg);
    background-size: 81.37254902% auto
}

.careerFearture__item i.ic-career-learn {
    background-image: url(/assets/images/icons/ic-career-learn.svg);
    background-size: 100% auto
}

.careerFearture__item i.ic-career-play {
    background-image: url(/assets/images/icons/ic-career-play.svg);
    background-size: 79.41176471% auto
}

.careerFearture__item h2 {
    font-size: 2.14285714em;
    color: #f05b28;
    margin: 0 0 1em;
    font-weight: 400
}

.careerFearture__item p {
    line-height: 1.78571429
}

.careerFearture__item p:last-child {
    margin-bottom: 0
}

@media (min-width:1500px) {
    .careerFearture__item p {
        padding-left: 40px;
        padding-right: 40px
    }
}

.page-openingVacancies,
.page-openingVacancies .section-subheader--career .section-description__bottom:after,
.page-openingVacancies .section-subheader--career .section-description__bottom:before {
    background-color: #f3f3f3
}

.page-openingVacancies .faqsSearch {
    margin: 95px 0 70px
}

.page-openingVacancies--detail .section-subheader .container {
    padding-bottom: 405px
}

.section-careerPositions {
    position: relative;
    margin-top: -150px;
    z-index: 2
}

.careerPositions {
    background: #fff;
    padding: 2.85714286em 120px 83px
}

.careerPositions__title {
    margin-top: 0;
    margin-bottom: .77777778em;
    font-size: 2.57142857em;
    color: #666;
    text-align: center;
    font-weight: 300
}

.careerPositions__list {
    margin-left: -12px;
    margin-right: -12px
}

.careerPositions__list:after {
    content: "";
    display: block;
    clear: both
}

.careerPositions__item {
    padding: 12px;
    float: left;
    width: 33.33333333%
}

.careerPositions__item__inner {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.careerPositions__item__inner:after {
    content: "";
    padding-top: 40.8%;
    display: block;
    height: 0
}

.careerPositions__item__inner img {
    display: none
}

.careerPositions__item__inner>* {
    position: absolute
}

.careerPositions__item__inner:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -100%;
    bottom: -100%;
    margin-right: -26px;
    margin-bottom: -27px;
    background-color: #fff;
    border: 3px solid #e1e1e1;
    visibility: hidden;
    transition: all .2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

.careerPositions__item__inner:hover {
    z-index: 3
}

.careerPositions__item__inner:hover .careerPositions__item__desc,
.careerPositions__item__inner:hover .careerPositions__item__skill {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.careerPositions__item__inner:hover .careerPositions__item__desc,
.careerPositions__item__inner:hover .careerPositions__item__skill,
.careerPositions__item__inner:hover:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100)
}

.careerPositions__item__title {
    top: 50%;
    left: 10.13333333%;
    font-size: 1.14285714em;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    max-width: 49.33333333%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.careerPositions__item__title:hover {
    color: #f05b28
}

.careerPositions__item__title span {
    display: block
}

.careerPositions__item__title small {
    display: inline-block;
    color: #fff;
    font-size: .75em;
    background-color: #2ecc71;
    border-radius: 10px;
    line-height: 1.41666667;
    padding: 0 13px;
    text-transform: none;
    font-weight: 400
}

.careerPositions__item__title--Junior small,
.careerPositions__item__title--partime small {
    background-color: #3498db
}

.careerPositions__item__title--Senior small {
    background-color: #ed913f
}

.careerPositions__item__title--SuperHero small {
    background-color: #e8594a
}

.careerPositions__item__vacancies {
    top: 50%;
    right: 8%;
    line-height: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.careerPositions__item__vacancies__number {
    font-size: 4.28571429em;
    font-weight: 200;
    display: block
}

.careerPositions__item__vacancies__title {
    color: #999;
    text-transform: lowercase;
    display: block
}

.careerPositions__item__desc {
    top: 0;
    bottom: -100%;
    left: 100%;
    right: -100%;
    margin-right: -26px;
    padding: 30px 24px;
    visibility: hidden;
    -webkit-transform: translate(20px);
    transform: translate(20px);
    transition: all .2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

.careerPositions__item__desc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.careerPositions__item__desc ul li {
    position: relative;
    padding-left: 16px
}

.careerPositions__item__desc ul li:before {
    content: "▶";
    display: block;
    color: #f05b28;
    position: absolute;
    top: -2px;
    left: 0
}

.careerPositions__item__desc ul li+li {
    margin-top: 10px
}

.careerPositions__item__desc a {
    display: inline-block;
    margin-top: 20px;
    color: #f05b28
}

.careerPositions__item__desc a i {
    margin-right: 10px
}

.careerPositions__item__desc a:hover {
    color: #1794d5
}

.careerPositions__item__skill {
    top: 100%;
    bottom: -100%;
    left: 0;
    right: 0;
    border-top: 1px solid #ebebeb;
    padding: 26px 24px;
    font-size: .85714286em;
    color: #999;
    line-height: 2.08333333;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .2s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (min-width:1200px) {
    .careerPositions__item:nth-child(3n) .careerPositions__item__inner:before {
        left: -100%;
        right: -1px;
        margin-right: 0;
        margin-left: -26px
    }
    .careerPositions__item:nth-child(3n) .careerPositions__item__inner .careerPositions__item__desc {
        left: -100%;
        right: 100%;
        margin-right: 0;
        margin-left: -26px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .careerPositions__item:nth-child(2n) .careerPositions__item__inner:before {
        left: -100%;
        right: -1px;
        margin-right: 0;
        margin-left: -26px
    }
    .careerPositions__item:nth-child(2n) .careerPositions__item__inner .careerPositions__item__desc {
        left: -100%;
        right: 100%;
        margin-right: 0;
        margin-left: -26px
    }
}

.careerPositions__item__inner:before {
    top: -1px!important;
    left: -1px!important;
    right: -1px!important;
    bottom: -1px!important;
    margin: 0!important
}

.careerPositions__item__desc,
.careerPositions__item__skill {
    display: none
}

.section-careerDetail {
    margin-top: -356px;
    position: relative
}

.careerDetail {
    min-height: 400px;
    background-color: #fff
}

.careerDetail__inner {
    padding: 40px 0
}

.careerDetail__all {
    position: absolute;
    top: 0;
    left: 15px;
    color: #f05b28;
    font-weight: 300
}

.careerDetail__all:before {
    content: "\e08c";
    font-family: ElegantIcons;
    margin-right: 6px
}

.careerDetail__title {
    max-width: 690px;
    margin: 0 auto;
    font-size: 2.14285714em;
    font-weight: 400;
    color: #333;
    text-align: center;
    text-transform: uppercase
}

.careerDetail__badges {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    background-color: #2ecc71;
    border-radius: 15px;
    line-height: 1.71428571;
    padding: 0 13px;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px
}

.careerDetail__badges--Junior,
.careerDetail__badges--partime {
    background-color: #3498db
}

.careerDetail__badges--Senior {
    background-color: #ed913f
}

.careerDetail__badges--SuperHero {
    background-color: #e8594a
}

.careerDetail__desc {
    text-align: center;
    max-width: 690px;
    margin: 30px auto 60px;
    font-size: 1.28571429em;
    font-weight: 300;
    color: #666;
    line-height: 1.66666667
}

.careerDetail__desc:after {
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    margin: 28px auto 0;
    background-color: #f05b28
}

.careerDetail__head {
    margin: 0 0 15px;
    font-weight: 700;
    color: #f05b28;
    line-height: 1.78571429;
    font-size: 1em;
    text-transform: uppercase
}

.careerDetail__head~.careerDetail__head {
    margin-top: 26px
}

.careerDetail__list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 1.78571429
}

.careerDetail__list li {
    padding-left: 18px;
    position: relative
}

.careerDetail__list li:before {
    content: "◆";
    display: inline-block;
    position: absolute;
    top: -.07142857em;
    left: 0
}

.careerDetail__form__head {
    font-weight: 400;
    font-size: 2.14285714em;
    margin: 0 0 28px;
    color: #333
}

.careerDetail__form .dropzone {
    margin-top: 30px;
    margin-bottom: 50px
}

.careerDetail__form .btn {
    text-transform: uppercase
}

.section-joiningFearture {
    padding-bottom: 5.35714286em
}

.section-joiningFearture h3 {
    font-weight: 400;
    font-size: 1.71428571em;
    margin: 0 0 2.5em
}

.joiningForm {
    background-color: #f3f3f3;
    padding: 50px 0 40px
}

.joiningForm h2 {
    text-align: center;
    font-size: 2.14285714em;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 1.66666667em
}

.joiningForm .form-group {
    margin-bottom: 1.57142857em
}

.joiningForm .form-group--radio {
    padding: 5px 0
}

.joiningForm .form-group--radio label {
    font-size: 1.14285714em;
    font-weight: 400;
    margin-right: 1.78571429em;
    color: #666
}

@media screen and (max-width:479px) {
    .joiningForm .form-group--radio label {
        display: block;
        margin-bottom: 10px
    }
}

.joiningForm .form-group--radio .radio {
    display: inline-block;
    margin: 0 1.78571429em 0 0;
    position: relative;
    padding-left: 1.57142857em;
    cursor: pointer
}

.joiningForm .form-group--radio .radio span:after,
.joiningForm .form-group--radio .radio span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.joiningForm .form-group--radio .radio span:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 1px solid #999
}

.joiningForm .form-group--radio .radio span:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    left: 3px;
    background-color: transparent
}

.joiningForm .form-group--radio .radio input {
    display: none
}

.joiningForm .form-group--radio .radio input:checked+span:before {
    border-color: #f05b28
}

.joiningForm .form-group--radio .radio input:checked+span:after {
    background-color: #f05b28
}

.joiningForm .form-group.text-center {
    padding-top: 40px
}

@media (max-width:1499px) and (min-width:1200px) {
    .careerPositions {
        padding: 2.85714286em 50px 40px
    }
    .careerPositions .careerPositions__item__skill {
        overflow: hidden
    }
    .careerPositions .careerPositions__item__desc {
        font-size: .85714286em
    }
    .careerDetail__inner {
        padding: 40px 50px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .careerPositions {
        padding: 2.85714286em 50px 40px
    }
    .careerPositions__item {
        width: 50%
    }
    .careerDetail__inner {
        padding: 40px 50px
    }
}

@media (max-width:1199px) {
    .section-careerImages {
        padding-top: 10px
    }
    .section-careerImages .row>div:last-child>.row>div:first-child {
        margin-bottom: 20px
    }
    .page-openingVacancies .faqsSearch {
        margin: 50px 0 70px
    }
}

@media (max-width:991px) {
    .subheader__openning__desc h3 {
        font-size: 2em
    }
    .section-careerImages {
        padding-top: 0
    }
    .section-careerImages .row>div:first-child {
        margin-bottom: 20px
    }
    .section-careerImages .row>div:last-child>.row>div:first-child {
        margin-bottom: 0
    }
    .careerFearture__item i {
        font-size: 10px
    }
    .careerFearture__item h2 {
        font-size: 1.69230769em
    }
    .page-openingVacancies .faqsSearch {
        margin: 35px 0 60px
    }
    .careerPositions {
        padding: 30px 40px
    }
    .careerPositions__item {
        width: 50%
    }
    .careerPositions__item__inner:before {
        left: -1px;
        right: -1px;
        bottom: -1px;
        margin: 0
    }
    .careerPositions__item__desc,
    .careerPositions__item__skill {
        display: none
    }
    .careerDetail__all {
        position: static;
        display: block;
        max-width: 120px;
        text-align: center;
        margin: 0 auto 20px
    }
    .careerDetail__inner {
        padding: 30px 40px
    }
    .careerDetail__desc {
        margin-bottom: 40px
    }
    .careerDetail__form {
        margin-top: 40px
    }
}

@media (max-width:767px) {
    .subheader__openning {
        padding-top: 30px
    }
    .subheader__openning .row>div:first-child {
        font-size: 12px
    }
    .subheader__openning__desc {
        padding-top: 30px
    }
    .subheader__openning__desc,
    .subheader__openning__desc p {
        text-align: center
    }
    .section-careerFearture {
        padding: 50px 0 20px
    }
    .page-openingVacancies .faqsSearch {
        margin: 25px 0 50px
    }
    .careerPositions {
        padding: 20px 30px;
        font-size: 12px
    }
    .careerPositions__list {
        margin-left: -5px;
        margin-right: -5px
    }
    .careerPositions__item {
        padding: 5px
    }
    .careerPositions__title {
        margin-bottom: 10px;
        font-size: 2.15384615em
    }
    .careerDetail__inner {
        padding: 20px 30px
    }
    .careerDetail__title {
        font-size: 2em
    }
    .careerDetail__desc {
        margin-bottom: 30px
    }
    .careerDetail__form {
        margin-top: 30px
    }
    .careerDetail__form__head {
        font-size: 1.8em
    }
    .careerDetail__form .dropzone {
        margin-top: 15px;
        margin-bottom: 15px
    }
    .careerDetail__form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (max-width:639px) {
    .careerPositions {
        font-size: 11px;
        padding: 15px 20px
    }
    .careerDetail__title {
        font-size: 1.8em;
        margin-bottom: 5px
    }
    .careerDetail__desc {
        font-size: 1.2em;
        margin-top: 15px
    }
    .careerDetail__inner {
        padding: 20px
    }
}

@media (max-width:479px) {
    .section-careerImages .row>div:first-child {
        margin-bottom: 10px
    }
    .section-careerFearture {
        padding: 40px 0 10px
    }
    .subheader__openning .row>div:first-child {
        font-size: 10px
    }
    .careerPositions__item {
        float: none;
        width: 100%
    }
    .careerPositions__item__inner:after {
        padding-top: 32%
    }
    .page-openingVacancies--detail .section-subheader .container {
        padding-bottom: 385px
    }
    .careerDetail__form__head,
    .careerDetail__title {
        font-size: 1.7em
    }
}

@media (max-width:439px) {
    .page-openingVacancies .faqsSearch {
        margin: 25px 0 80px
    }
}

.section-contactForm {
    padding: 65px 0
}

.section-contactForm .heading {
    margin-bottom: 55px
}

.section-contactForm .form__head {
    font-size: 1.71428571em;
    font-weight: 300;
    color: #666;
    margin-bottom: 22px;
    margin-top: 25px
}

.section-contactForm .form__head:first-child {
    margin-top: 0
}

.section-contactForm .form .dropzone {
    min-height: 164px
}

.section-contactForm .form .checkbox,
.section-contactForm .form .radio {
    margin: 0
}

.section-contactForm .form .checkbox label,
.section-contactForm .form .radio label {
    padding: 0;
    display: block
}

.section-contactForm .form .checkbox label>span,
.section-contactForm .form .radio label>span {
    display: block;
    padding: .5em .5em .5em 3.75em;
    line-height: 1.4;
    font-size: 1.14285714em;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    color: #333;
    position: relative
}

.section-contactForm .form .checkbox label>span:before,
.section-contactForm .form .radio label>span:before {
    font-family: ElegantIcons;
    content: "\52";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 1.66666667em;
    font-size: 1.5em;
    color: #ebebeb
}

.section-contactForm .form .checkbox label input:checked+span,
.section-contactForm .form .radio label input:checked+span {
    background-color: #f05b28;
    border-color: #f05b28
}

.section-contactForm .form .checkbox label input:checked+span,
.section-contactForm .form .checkbox label input:checked+span:before,
.section-contactForm .form .radio label input:checked+span,
.section-contactForm .form .radio label input:checked+span:before {
    color: #fff
}

.section-contactForm .form .checkbox input,
.section-contactForm .form .radio input {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}

.section-contactForm .form-group.text-center {
    margin-top: 66px;
    margin-bottom: 0
}

.section-contactForm .form-group.text-center .btn {
    padding-left: 33px;
    padding-right: 33px
}

.section-contactInfo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.section-contactInfo .contactInfo {
    padding: 70px 0;
    color: #fff
}

.section-contactInfo .contactInfo__item {
    text-align: center
}

.section-contactInfo .contactInfo__item__inner {
    margin: 0 auto;
    display: table;
    position: relative;
    vertical-align: middle;
    width: 25em
}

.section-contactInfo .contactInfo__item__inner>* {
    display: table-cell;
    vertical-align: middle
}

.section-contactInfo .contactInfo__item i {
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto
}

.section-contactInfo .contactInfo__item i.ic-mail {
    background-image: url(/assets/images/icons/ic-mail.svg);
    width: 5.21428571em;
    height: 4.5em
}

.section-contactInfo .contactInfo__item i.ic-location {
    background-image: url(/assets/images/icons/ic-location.svg);
    width: 3.64285714em;
    height: 4.28571429em
}

.section-contactInfo .contactInfo__item i.ic-call {
    background-image: url(/assets/images/icons/ic-call.svg);
    width: 4.07142857em;
    height: 4.07142857em
}

.section-contactInfo .contactInfo__item span {
    text-align: left;
    padding-left: 20px
}

.section-contactInfo .row>div:first-child>div>div {
    margin-left: 0
}

.section-contactInfo .row>div:last-child>div>div {
    margin-right: 0;
    width: 16.42857143em
}

@media (max-width:991px) {
    .section-contactInfo .contactInfo {
        padding: 60px 0
    }
    .section-contactInfo .contactInfo__item__inner {
        width: 100%
    }
    .section-contactInfo .contactInfo__item i {
        font-size: .84615385em
    }
}

@media (max-width:767px) {
    .section-contactForm {
        padding: 40px 0
    }
    .section-contactForm .form-group.text-center {
        margin-top: 30px
    }
    .section-contactInfo .contactInfo {
        padding: 50px 0
    }
    .section-contactInfo .contactInfo__item__inner {
        width: 310px;
        margin: 30px auto!important
    }
    .section-contactInfo .contactInfo__item i {
        font-size: .84615385em
    }
    .section-contactInfo .contactInfo__item i.ic-mail {
        font-size: .65384615em
    }
    .section-contactInfo .contactInfo .row>div:last-child>div>div {
        width: 310px
    }
}

@media (max-width:479px) {
    .section-contactForm .form .checkbox label>span {
        font-size: 1em
    }
    .section-contactInfo .contactInfo {
        padding: 30px 0
    }
    .section-contactInfo .contactInfo__item__inner {
        width: 100%;
        display: block;
        margin: 30px 0
    }
    .section-contactInfo .contactInfo__item i {
        display: block;
        margin: 0 auto 10px
    }
    .section-contactInfo .contactInfo__item i,
    .section-contactInfo .contactInfo__item i.ic-mail {
        font-size: .76923077em
    }
    .section-contactInfo .contactInfo__item span {
        padding: 0 15px;
        display: block;
        text-align: center
    }
    .section-contactInfo .contactInfo .row>div:last-child>div>div {
        width: 100%
    }
}

.page-services .section-description {
    background-color: #fff;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.page-services .section-description:before {
    display: none
}

.subheader__services {
    padding-top: 65px;
    color: #fff
}

.subheader__services .iconServiceBox {
    text-align: center
}

.subheader__services .iconServiceBox__item__icon {
    margin: 0 auto;
    display: block;
    width: 9.92857143em;
    position: relative
}

.subheader__services .iconServiceBox__item__icon:after,
.subheader__services .iconServiceBox__item__icon:before {
    content: "";
    display: block
}

.subheader__services .iconServiceBox__item__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/icons/ic-service-border.svg) no-repeat 50%;
    background-size: 100%;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

.subheader__services .iconServiceBox__item__icon:after {
    padding-top: 100%
}

.subheader__services .iconServiceBox__item__icon>* {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 47.48201439%;
    max-height: 47.48201439%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.subheader__services .iconServiceBox__item__title {
    margin: 1.2em 0 0;
    font-size: 1.42857143em;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.subheader__services .iconServiceBox>.row>div:last-child .iconServiceBox__item__icon>* {
    max-height: 41.72661871%
}

.subheader__services__desc h3 {
    font-weight: 200;
    font-size: 2.57142857em;
    line-height: 1.3;
    margin: .27777778em 0 .55555556em;
    color: #fff
}

.subheader__services__desc p {
    font-weight: 300;
    line-height: 1.78571429;
    margin: 0;
    text-align: justify;
    max-width: 495px
}

@media (min-width:1500px) {
    .subheader__services__desc {
        padding-right: 110px
    }
}

.subheader__services>.row>div:last-child {
    text-align: left
}

.boxServices {
    overflow: hidden;
    margin: 50px 0 79px
}

.boxServices .row {
    margin: 0 -1px 0 0
}

.boxServices .row>div {
    padding: 0;
    position: relative
}

.boxServices .row>div:before {
    content: "";
    display: block;
    padding-top: 77.99442897%
}

.boxServices .row>div>* {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    border: 1px solid hsla(0, 0%, 65.9%, .2);
    border-width: 0 1px 1px 0
}

.boxServices__item,
.boxServices__item>*,
.boxServices__item>*>* {
    display: block
}

.boxServices__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #f05b28;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out;
    transition-delay: 0s
}

.boxServices__item__bottom,
.boxServices__item__top {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .2s ease-in-out
}

.boxServices__item__top {
    transition-delay: .2s
}

.boxServices__item__bottom {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%)
}

.boxServices__item__icon {
    margin-bottom: 1.78571429em
}

.boxServices__item__icon i {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    display: block;
    margin: 0 auto
}

.boxServices__item__icon i:before {
    content: "";
    display: block
}

.boxServices__item__icon i.ic-cross-platform {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-cross.svg);
    width: 79px;
    max-width: 5.64285714em
}

.boxServices__item__icon i.ic-cross-platform:before {
    content: "";
    display: block;
    padding-top: 103.79746835%
}

.boxServices__item__icon i.ic-service-ios {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-ios.svg);
    width: 123px;
    max-width: 8.78571429em
}

.boxServices__item__icon i.ic-service-ios:before {
    content: "";
    display: block;
    padding-top: 56.09756098%
}

.boxServices__item__icon i.ic-service-web {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-web.svg);
    width: 81px;
    max-width: 5.78571429em
}

.boxServices__item__icon i.ic-service-web:before {
    content: "";
    display: block;
    padding-top: 88.88888889%
}

.boxServices__item__icon i.ic-service-technical {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-technical.svg);
    width: 79px;
    max-width: 5.64285714em
}

.boxServices__item__icon i.ic-service-technical:before {
    content: "";
    display: block;
    padding-top: 117.72151899%
}

.boxServices__item__icon i.ic-service-ux {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-ux.svg);
    width: 102px;
    max-width: 7.28571429em
}

.boxServices__item__icon i.ic-service-ux:before {
    content: "";
    display: block;
    padding-top: 61.76470588%
}

.boxServices__item__icon i.ic-service-seo {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-seo.svg);
    width: 84px;
    max-width: 6em
}

.boxServices__item__icon i.ic-service-seo:before {
    content: "";
    display: block;
    padding-top: 98.80952381%
}

.boxServices__item__icon i.ic-service-system {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-system.svg);
    width: 77px;
    max-width: 5.5em
}

.boxServices__item__icon i.ic-service-system:before {
    content: "";
    display: block;
    padding-top: 100%
}

.boxServices__item__title {
    font-size: 1.28571429em;
    line-height: 1.16666667;
    font-weight: 500;
    color: #333;
    margin: 0
}

.boxServices__item__desc {
    max-width: 85%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.71428571
}

.boxServices__item__viewmore {
    font-size: 1em;
    color: #333
}

.boxServices__item__bottom {
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0s
}

.boxServices__item__bottom .boxServices__item__icon {
    margin-bottom: 18px
}

.boxServices__item__bottom .boxServices__item__icon i.ic-cross-platform {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-cross-active.svg);
    width: 54px;
    max-width: 3.85714286em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-cross-platform:before {
    content: "";
    display: block;
    padding-top: 103.7037037%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-ios {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-ios-active.svg);
    width: 80px;
    max-width: 5.71428571em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-ios:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-web {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-web-active.svg);
    width: 48px;
    max-width: 3.42857143em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-web:before {
    content: "";
    display: block;
    padding-top: 87.5%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-technical {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-technical-active.svg);
    width: 44px;
    max-width: 3.14285714em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-technical:before {
    content: "";
    display: block;
    padding-top: 113.63636364%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-ux {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-ux-active.svg);
    width: 66px;
    max-width: 4.71428571em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-ux:before {
    content: "";
    display: block;
    padding-top: 62.12121212%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-seo {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-seo-active.svg);
    width: 47px;
    max-width: 3.35714286em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-seo:before {
    content: "";
    display: block;
    padding-top: 95.74468085%
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-system {
    display: inline-block;
    background-image: url(/assets/images/icons/ic-service-system-active.svg);
    width: 48px;
    max-width: 3.42857143em
}

.boxServices__item__bottom .boxServices__item__icon i.ic-service-system:before {
    content: "";
    display: block;
    padding-top: 100%
}

.boxServices__item__bottom .boxServices__item__title {
    margin: 0 0 14px
}

.boxServices__item__bottom .boxServices__item__desc,
.boxServices__item__bottom .boxServices__item__title {
    color: #fff
}

.boxServices__item__bottom .boxServices__item__desc {
    margin-bottom: 10px
}

.boxServices__item__bottom .boxServices__item__viewmore {
    color: #333
}

.boxServices__item__bottom .boxServices__item__viewmore i {
    margin-right: 10px
}

.boxServices__item--label:before {
    display: none
}

.boxServices__item--label h2 {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    font-size: 3.21428571em;
    font-weight: 400;
    color: #f05b28;
    margin: 0;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .boxServices__item:hover .boxServices__item__top {
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-80%);
        transform: translateY(-80%);
        transition-delay: 0s
    }
    .boxServices__item:hover .boxServices__item__bottom,
    .boxServices__item:hover:before {
        transition-delay: .2s;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .boxServices__item:hover .boxServices__item__bottom {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.section-partner .heading {
    max-width: inherit;
    margin: 0;
    padding: 4.64285714em 0 4.28571429em;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.section-partner .heading__desc {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto
}

.section-ServiceFeature {
    padding: 5em 0
}

.section-description+.section-ServiceFeature {
    padding-top: 2.14285714em
}

.feartuebox__item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px
}

.feartuebox__item__icon {
    margin: 0 auto;
    max-width: 10.71428571em;
    position: relative;
    border-radius: 50%;
    background-color: #f6f6f6
}

.feartuebox__item__icon:after,
.feartuebox__item__icon:before {
    content: "";
    display: block
}

.feartuebox__item__icon:after {
    padding-top: 100%
}

.feartuebox__item__icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feartuebox__item__icon--full-services:before {
    background-image: url(/assets/images/icons/ic-service-full-services.svg);
    width: 6.14285714em;
    height: 5.5em
}

.feartuebox__item__icon--excellent-technique:before {
    background-image: url(/assets/images/icons/ic-service-excellent-technique.svg);
    width: 5.71428571em;
    height: 5.07142857em
}

.feartuebox__item__icon--open-source:before {
    background-image: url(/assets/images/icons/ic-service-open-source.svg);
    width: 3.57142857em;
    height: 4.07142857em
}

.feartuebox__item__icon--no-bug:before {
    background-image: url(/assets/images/icons/ic-service-no-bug.svg);
    width: 5.64285714em;
    height: 4.28571429em
}

.feartuebox__item__icon--web-development:before {
    background-image: url(/assets/images/icons/ic-service-web-development.svg);
    width: 7.14285714em;
    height: 5.85714286em
}

.feartuebox__item__icon--cms:before {
    background-image: url(/assets/images/icons/ic-service-cms.svg);
    width: 11.07142857em;
    height: 5.28571429em
}

.feartuebox__item__icon--web-1:before {
    margin-left: -.57142857em;
    background-image: url(/assets/images/icons/ic-service-web-1.svg);
    width: 7.21428571em;
    height: 7.21428571em
}

.feartuebox__item__icon--web-2:before {
    background-image: url(/assets/images/icons/ic-service-web-2.svg);
    width: 8.28571429em;
    height: 5.85714286em
}

.feartuebox__item__icon--web-design:before {
    background-image: url(/assets/images/icons/ic-service-web-design.svg);
    width: 5.92857143em;
    height: 5.92857143em
}

.feartuebox__item__icon--mobile-design:before {
    background-image: url(/assets/images/icons/ic-service-mobile-design.svg);
    width: 4.35714286em;
    height: 6.42857143em
}

.feartuebox__item__icon--prototyping:before {
    background-image: url(/assets/images/icons/ic-service-prototyping.svg);
    width: 3.5em;
    height: 5em
}

.feartuebox__item__icon--tailored-support:before {
    background-image: url(/assets/images/icons/ic-service-tailored-support.svg);
    width: 5.64285714em;
    height: 6.35714286em
}

.feartuebox__item__icon--ongoing:before {
    background-image: url(/assets/images/icons/ic-service-ongoing.svg);
    width: 4.57142857em;
    height: 6.14285714em
}

.feartuebox__item__icon--sales:before {
    background-image: url(/assets/images/icons/ic-sales.svg);
    width: 5.42857143em;
    height: 5.35714286em
}

.feartuebox__item__icon--private:before {
    background-image: url(/assets/images/icons/ic-private.svg);
    width: 6.78571429em;
    height: 6.78571429em
}

.feartuebox__item__icon--business:before {
    background-image: url(/assets/images/icons/ic-business.svg);
    width: 5.64285714em;
    height: 6.21428571em
}

.feartuebox__item__icon--online:before {
    background-image: url(/assets/images/icons/ic-online.svg);
    width: 6.92857143em;
    height: 4.85714286em
}

.feartuebox__item__icon--system:before {
    background-image: url(/assets/images/icons/ic-system.svg);
    width: 5.85714286em;
    height: 5.92857143em
}

.feartuebox__item__icon--technical:before {
    margin-top: -3.33333333%;
    margin-left: 3.33333333%;
    background-image: url(/assets/images/icons/ic-technical.svg);
    width: 5.92857143em;
    height: 5.92857143em
}

.feartuebox__item__icon--development:before {
    background-image: url(/assets/images/icons/ic-development.svg);
    width: 6.42857143em;
    height: 4.71428571em
}

.feartuebox__item__icon--project:before {
    background-image: url(/assets/images/icons/ic-project.svg);
    width: 5.78571429em;
    height: 6.42857143em
}

.feartuebox__item__icon--helpdesk:before {
    background-image: url(/assets/images/icons/ic-service-helpdesk.svg);
    width: 5.78571429em;
    height: 6.28571429em
}

.feartuebox__item__icon--optimize:before {
    background-image: url(/assets/images/icons/ic-service-optimize.svg);
    width: 3.92857143em;
    height: 3.78571429em
}

.feartuebox__item__icon--change:before {
    background-image: url(/assets/images/icons/ic-service-change.svg);
    width: 3.85714286em;
    height: 3.85714286em
}

.feartuebox__item__icon--deploy:before {
    background-image: url(/assets/images/icons/ic-service-deploy.svg);
    width: 2.92857143em;
    height: 4.78571429em
}

.feartuebox__item__icon--innovate:before {
    background-image: url(/assets/images/icons/ic-service-innovate.svg);
    width: 4.21428571em;
    height: 4.21428571em
}

.feartuebox__item__title {
    font-size: 1.71428571em;
    margin: 1.28571429em 0 0;
    color: #333;
    font-weight: 500
}

.feartuebox__item__desc {
    font-size: 1.14285714em;
    line-height: 1.5625;
    margin: 1.57142857em 0 0
}

.feartuebox--careers .feartuebox__item__title {
    font-size: 1.28571429em;
    line-height: 1.38888889
}

@media (min-width:1500px) {
    .feartuebox--careers .col-lg-3 {
        width: 20%
    }
}

@media (max-width:1499px) and (min-width:1200px) {
    .feartuebox--careers.feartuebox>.row>.col-lg-3 {
        width: 20%
    }
    .feartuebox--careers.feartuebox>.row>.col-md-offset-3 {
        margin-left: 0
    }
}

.section-TechnicalBanner {
    padding: 10em 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.section-TechnicalBanner>* {
    position: relative;
    z-index: 1
}

.section-TechnicalBanner h2 {
    color: #fff
}

.section-ServiceBanner {
    padding-top: 2.85714286em;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.section-ServiceBanner>* {
    position: relative;
    z-index: 1
}

.section-ServiceBanner h2 {
    text-align: center;
    font-weight: 300;
    font-size: 2.14285714em;
    line-height: 1.4;
    max-width: 876px;
    margin: 0 auto 1.85714286em
}

.section-ServiceBanner h2.text-luna{
    max-width: 920px;
    color: #f05b28
}

.section-ServiceBanner h2.text-white {
    max-width: 920px;
    color: #fff;
    margin-bottom: 1.33333333em
}

.section-ServiceBanner p {
    font-size: 1.14285714em;
    line-height: 2.25
}

.section-ServiceBanner .boxCross {
    margin-top: -9.28571429em;
    z-index: 0
}

@media (min-width:1500px) {
    .section-ServiceBanner .fix>div.row {
        position: absolute;
        top: 4.92857143em;
        left: 0;
        right: 0
    }
}

.boxCross {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.boxCross:after {
    content: "";
    display: block;
    padding-top: 24.80294272%
}

.boxCross img {
    position: absolute
}

.boxCross img:first-child {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0
}

.boxCross img:nth-child(2) {
    top: 73.51694915%;
    left: 61.63951655%;
    width: 11.66579086%
}

.boxCross img:nth-child(3) {
    top: 8.05084746%;
    left: 88.17656332%;
    width: 5.04466632%
}

.boxCross img:nth-child(4) {
    top: 15.6779661%;
    left: 69.46925906%;
    width: 5.14976353%
}

.boxCross img:nth-child(5) {
    top: 55.08474576%;
    left: 7.82974251%;
    width: 13.97792958%
}

.boxCross img:nth-child(6) {
    top: 50.84745763%;
    left: 23.2264845%;
    width: 10.29952706%;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%
}

@media (min-width:1500px) {
    .boxCross img:nth-child(6) {
        border-width: 2px
    }
}

.boxCross img:nth-child(7) {
    top: 39.40677966%;
    left: 50.07882291%;
    width: 10.29952706%;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%
}

@media (min-width:1500px) {
    .boxCross img:nth-child(7) {
        border-width: 2px
    }
}

.boxCross img:nth-child(8) {
    top: 57.41525424%;
    left: 79.5585917%;
    width: 9.19600631%;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%
}

@media (min-width:1500px) {
    .boxCross img:nth-child(8) {
        border-width: 2px
    }
}

.boxIosAndroid {
    max-width: 1590px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.boxIosAndroid:after {
    content: "";
    display: block;
    padding-top: 23.27044025%
}

.boxIosAndroid img {
    position: absolute
}

.boxIosAndroid img:first-child {
    top: 0;
    left: 52.70440252%;
    width: 31.19496855%
}

.boxIosAndroid img:nth-child(2) {
    top: 25.67567568%;
    left: 27.54716981%;
    width: 18.23899371%;
    z-index: 2
}

.boxIosAndroid img:nth-child(3) {
    top: 8.10810811%;
    left: 0;
    width: 57.29559748%
}

.boxWeb {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px 2.85714286em
}

.boxUxUi {
    max-width: 1903px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.boxUxUi:after {
    content: "";
    display: block;
    padding-top: 17.39358907%
}

.boxUxUi img {
    position: absolute
}

.boxUxUi img:first-child {
    top: 1.51057402%;
    left: 36.15344193%;
    width: 27.79821335%
}

.boxUxUi img:nth-child(2) {
    top: -.90634441%;
    left: 5.35995796%;
    width: 4.51918024%
}

.boxUxUi img:nth-child(3) {
    top: 25.67975831%;
    left: 8.25013137%;
    width: 6.3058329%
}

.boxUxUi img:nth-child(4) {
    top: 3.62537764%;
    left: 87.80872307%;
    width: 2.67997898%
}

.boxUxUi img:nth-child(5) {
    top: 8.4592145%;
    left: 84.55070941%;
    width: 27.06253284%
}

.boxUxUi img:nth-child(6) {
    top: 89.72809668%;
    left: 0;
    width: 99.94745139%
}

.boxSEO {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.boxSEO:after {
    content: "";
    display: block;
    padding-top: 29.48717949%
}

.boxSEO img {
    position: absolute
}

.boxSEO img:first-child {
    top: -25.79710145%;
    left: -43.67521368%;
    width: 130.08547009%;
    max-width: none
}

.boxSEO img:nth-child(2) {
    top: -15.65217391%;
    left: 84.52991453%;
    width: 130.08547009%;
    max-width: none
}

.boxSEO img:nth-child(3) {
    top: -6.66666667%;
    left: 16.75213675%;
    width: 63.24786325%
}

.boxServiceSystem {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.boxServiceSystem:after {
    content: "";
    display: block;
    padding-top: 33.83838384%
}

.boxServiceSystem img {
    position: absolute
}

.boxServiceSystem img:first-child {
    top: 6.86567164%;
    left: 8.18181818%;
    width: 81.51515152%
}

.boxServiceSystem img:nth-child(2) {
    top: 24.7761194%;
    left: 5.25252525%;
    width: 10.90909091%
}

.boxServiceSystem img:nth-child(3) {
    top: .59701493%;
    left: 15.45454545%;
    width: 18.08080808%
}

.boxServiceSystem img:nth-child(4) {
    top: 26.56716418%;
    left: 30.4040404%;
    width: 23.03030303%
}

.boxServiceSystem img:nth-child(5) {
    top: -5.97014925%;
    left: 48.68686869%;
    width: 18.38383838%
}

.boxServiceSystem img:nth-child(6) {
    top: 25.97014925%;
    left: 65.35353535%;
    width: 10.90909091%
}

.boxServiceSystem img:nth-child(7) {
    top: 28.95522388%;
    left: 75.35353535%;
    width: 18.08080808%
}

.boxServiceSystem img:nth-child(2),
.boxServiceSystem img:nth-child(4),
.boxServiceSystem img:nth-child(6) {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite
}

.boxServiceSystem img:nth-child(3),
.boxServiceSystem img:nth-child(5),
.boxServiceSystem img:nth-child(7) {
    -webkit-animation: unspin 4s linear infinite;
    animation: unspin 4s linear infinite
}

.boxServiceSystem img:nth-child(2),
.boxServiceSystem img:nth-child(6) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.boxServiceSystem img:nth-child(4) {
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.boxAgile {
    max-width: 1080px;
    margin: 0 auto 5em;
    position: relative;
    z-index: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.boxAgile:after {
    content: "";
    display: block;
    padding-top: 23.7962963%
}

.boxAgile img {
    position: absolute;
    z-index: 24;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .55s ease-in-out
}

.boxAgile img:first-child {
    top: 75.48638132%;
    left: 0;
    width: 21.85185185%
}

.boxAgile img:nth-child(2) {
    z-index: 23;
    transition-delay: .22s
}

.boxAgile img:nth-child(3) {
    z-index: 22;
    transition-delay: .44s
}

.boxAgile img:nth-child(4) {
    z-index: 21;
    transition-delay: .66s
}

.boxAgile img:nth-child(5) {
    z-index: 20;
    transition-delay: .88s
}

.boxAgile img:nth-child(6) {
    z-index: 19;
    transition-delay: 1.1s
}

.boxAgile img:nth-child(2),
.boxAgile img:nth-child(3),
.boxAgile img:nth-child(4),
.boxAgile img:nth-child(5) {
    top: .38910506%;
    left: 4.72222222%;
    width: 24.07407407%
}

.boxAgile img:nth-child(6) {
    top: 0;
    left: 4.72222222%;
    width: 24.07407407%
}

.boxAgile img:nth-child(7) {
    top: 78.21011673%;
    left: 17.12962963%;
    width: 17.96296296%;
    z-index: 18;
    transition-delay: 1.375s
}

.boxAgile img:nth-child(8) {
    top: 33.07392996%;
    left: 12.59259259%;
    width: 8.51851852%;
    z-index: 17;
    transition-delay: 1.65s
}

.boxAgile img:nth-child(9) {
    top: 75.48638132%;
    left: 33.42592593%;
    width: 20.55555556%;
    z-index: 16;
    transition-delay: 2.2s
}

.boxAgile img:nth-child(10) {
    z-index: 15;
    transition-delay: 2.42s
}

.boxAgile img:nth-child(11) {
    z-index: 14;
    transition-delay: 2.64s
}

.boxAgile img:nth-child(12) {
    z-index: 13;
    transition-delay: 2.86s
}

.boxAgile img:nth-child(13) {
    z-index: 12;
    transition-delay: 3.08s
}

.boxAgile img:nth-child(14) {
    z-index: 11;
    transition-delay: 3.3s
}

.boxAgile img:nth-child(10),
.boxAgile img:nth-child(11),
.boxAgile img:nth-child(12),
.boxAgile img:nth-child(13) {
    top: .38910506%;
    left: 36.85185185%;
    width: 24.07407407%
}

.boxAgile img:nth-child(14) {
    top: 0;
    left: 36.85185185%;
    width: 24.07407407%
}

.boxAgile img:nth-child(15) {
    top: 78.21011673%;
    left: 49.35185185%;
    width: 17.96296296%;
    z-index: 10;
    transition-delay: 3.52s
}

.boxAgile img:nth-child(16) {
    top: 33.07392996%;
    left: 44.35185185%;
    width: 8.7962963%;
    z-index: 9;
    transition-delay: 3.74s
}

.boxAgile img:nth-child(17) {
    top: 75.48638132%;
    left: 65.64814815%;
    width: 20.55555556%;
    z-index: 8;
    transition-delay: 4.07s
}

.boxAgile img:nth-child(18) {
    z-index: 7;
    transition-delay: 4.29s
}

.boxAgile img:nth-child(19) {
    z-index: 6;
    transition-delay: 4.4s
}

.boxAgile img:nth-child(20) {
    z-index: 5;
    transition-delay: 4.62s
}

.boxAgile img:nth-child(21) {
    z-index: 4;
    transition-delay: 4.84s
}

.boxAgile img:nth-child(22) {
    z-index: 3;
    transition-delay: 5.06s
}

.boxAgile img:nth-child(18),
.boxAgile img:nth-child(19),
.boxAgile img:nth-child(20),
.boxAgile img:nth-child(21) {
    top: .38910506%;
    left: 68.98148148%;
    width: 24.07407407%
}

.boxAgile img:nth-child(22) {
    top: 0;
    left: 68.98148148%;
    width: 24.07407407%
}

.boxAgile img:nth-child(23) {
    top: 78.21011673%;
    left: 81.48148148%;
    width: 17.96296296%;
    z-index: 2;
    transition-delay: 5.28s
}

.boxAgile img:nth-child(24) {
    top: 33.07392996%;
    left: 76.2037037%;
    width: 8.88888889%;
    z-index: 1;
    transition-delay: 5.5s
}

.boxAgile img:first-child,
.boxAgile img:nth-child(7),
.boxAgile img:nth-child(9),
.boxAgile img:nth-child(15),
.boxAgile img:nth-child(17),
.boxAgile img:nth-child(23) {
    -webkit-transform: translate(-50px);
    transform: translate(-50px)
}

.boxAgile img:nth-child(2),
.boxAgile img:nth-child(3),
.boxAgile img:nth-child(4),
.boxAgile img:nth-child(5),
.boxAgile img:nth-child(6),
.boxAgile img:nth-child(10),
.boxAgile img:nth-child(11),
.boxAgile img:nth-child(12),
.boxAgile img:nth-child(13),
.boxAgile img:nth-child(14),
.boxAgile img:nth-child(18),
.boxAgile img:nth-child(19),
.boxAgile img:nth-child(20),
.boxAgile img:nth-child(21),
.boxAgile img:nth-child(22) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.boxAgile.active img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.boxAgile.active img:first-child,
.boxAgile.active img:nth-child(7),
.boxAgile.active img:nth-child(9),
.boxAgile.active img:nth-child(15),
.boxAgile.active img:nth-child(17),
.boxAgile.active img:nth-child(23) {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.boxAgile.active img:nth-child(2),
.boxAgile.active img:nth-child(3),
.boxAgile.active img:nth-child(4),
.boxAgile.active img:nth-child(5),
.boxAgile.active img:nth-child(6),
.boxAgile.active img:nth-child(10),
.boxAgile.active img:nth-child(11),
.boxAgile.active img:nth-child(12),
.boxAgile.active img:nth-child(13),
.boxAgile.active img:nth-child(14),
.boxAgile.active img:nth-child(18),
.boxAgile.active img:nth-child(19),
.boxAgile.active img:nth-child(20),
.boxAgile.active img:nth-child(21),
.boxAgile.active img:nth-child(22) {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.section-services-desc {
    padding: 3.21428571em 0 3.92857143em
}

.section-services-desc--2 {
    padding-top: 3.92857143em
}

.section-services-desc .row+.row {
    margin-top: 3.92857143em
}

.section-services-desc h2 {
    margin-top: 0;
    margin-bottom: .8em;
    font-weight: 400
}

.section-services-desc p,
.section-services-desc ul {
    font-size: 1.14285714em;
    line-height: 1.5625
}

.section-services-desc .listPlanning li,
.section-services-desc ul>li {
    margin-bottom: .71428571em
}

@media (min-width:1500px) {
    .section-services-desc:not(.section-services-desc--2) .col-lg-5 p {
        max-width: 520px
    }
    .section-services-desc h2 {
        margin-top: 1em
    }
}

.section-services-desc .toLeft {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .section-services-desc .toLeft.col-md-6 {
        margin-bottom: 0;
        float: right
    }
}

@media (max-width:1499px) {
    .subheader__services .iconServiceBox {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto
    }
    .subheader__services__desc {
        margin-top: 40px;
        text-align: center
    }
    .subheader__services__desc p {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1499px) and (min-width:1200px) {
    .boxServices {
        margin-bottom: 50px
    }
    .boxServices__item__bottom,
    .boxServices__item__top {
        left: 0;
        right: 0
    }
    .boxServices__item__bottom .boxServices__item__title,
    .boxServices__item__top .boxServices__item__title {
        margin-bottom: .71428571em
    }
    .boxServices__item__icon {
        margin-bottom: .71428571em!important
    }
    .boxServices__item__title {
        font-size: 1.28571429em
    }
    .boxServices__item__desc {
        line-height: 1.2
    }
    .feartuebox {
        font-size: 12px
    }
    .feartuebox>.row>.col-lg-3 {
        width: 25%
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .boxServices {
        margin-bottom: 40px
    }
    .boxServices>.row {
        margin-bottom: -1px
    }
    .boxServices__item {
        font-size: 11px
    }
    .boxServices__item__bottom,
    .boxServices__item__top {
        left: 0;
        right: 0
    }
    .boxServices__item__bottom .boxServices__item__title,
    .boxServices__item__top .boxServices__item__title {
        margin-bottom: 10px
    }
    .boxServices__item__icon {
        margin-bottom: 10px!important
    }
    .boxServices__item__title {
        font-size: 1.28571429em
    }
    .boxServices__item__desc {
        display: none
    }
    .boxServices__item__viewmore {
        font-size: 1.18181818em
    }
}

@media (max-width:1199px) {
    .section-ServiceFeature {
        padding-bottom: 2.30769231em
    }
    .feartuebox>.row>.col-md-6:nth-child(odd) {
        clear: both
    }
    .feartuebox__item {
        margin-bottom: 3.07692308em
    }
}

@media (max-width:991px) {
    .boxUxUi {
        min-width: 991px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@media (max-width:767px) {
    .subheader__services {
        padding-top: 45px
    }
    .subheader__services .iconServiceBox {
        font-size: 10px;
        max-width: 380px
    }
    .subheader__services__desc h3 {
        font-size: 2.4em
    }
    .section-ServiceBanner h2 {
        font-size: 2em
    }
    .section-ServiceBanner .boxCross {
        margin-top: -3.84615385em
    }
    .section-services-desc h2 {
        font-size: 1.84615385em
    }
    .section-services-desc p {
        font-size: 1em
    }
}

@media (max-width:479px) {
    .subheader__services {
        padding-top: 35px
    }
    .subheader__services .iconServiceBox {
        font-size: 8.2px;
        max-width: 280px
    }
    .subheader__services__desc h3 {
        font-size: 1.9em
    }
    .subheader__services .boxServices__item--label h2 {
        font-size: 2.5em
    }
    .boxServices {
        font-size: 10px;
        margin-bottom: 10px;
        margin-top: 30px
    }
    .boxServices .row>div:before {
        padding-top: 100%
    }
    .boxServices .boxServices__item__icon {
        font-size: .9em
    }
    .boxServices .boxServices__item__bottom,
    .boxServices .boxServices__item__top {
        left: 1%;
        right: 1%
    }
    .section-description+.section-ServiceFeature {
        padding-top: .76923077em
    }
    .feartuebox {
        font-size: 11.4px
    }
    .feartuebox__item__icon {
        font-size: .87719298em
    }
    .fix>div.row>div {
        width: 100%
    }
    .boxSEO {
        min-width: 450px;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.CS-Images {
    position: relative;
    background-color: #f9f9f9
}

.CS-Images:before {
    content: "";
    display: block;
    padding-top: 34.15659485%
}

.CS-Images .CaseStudieSlide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1
}

.CS-Images .CaseStudieSlide.slick-slider {
    display: block
}

.CS-Images .CaseStudieSlide.slick-slider+.spinner {
    display: none
}

.CS-Images .CaseStudieSlide__item {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.CS-Images .CaseStudieSlide__item img {
    display: none
}

.CS-Images .CaseStudieSlide__item:before {
    content: "";
    display: block;
    padding-top: 34.15659485%
}

.CS-Images .CaseStudieSlide .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -1.78571429em;
    width: 3.57142857em;
    height: 3.57142857em;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .5);
    border: none;
    z-index: 2;
    transition: all .2s ease-in-out
}

.CS-Images .CaseStudieSlide .slick-arrow:after,
.CS-Images .CaseStudieSlide .slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: .92857143em;
    height: 1.35714286em;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out
}

.CS-Images .CaseStudieSlide .slick-arrow:before {
    z-index: 1
}

.CS-Images .CaseStudieSlide .slick-arrow:after {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-prev {
    left: 3.57142857em
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-prev:after,
.CS-Images .CaseStudieSlide .slick-arrow.slick-prev:before {
    margin-left: -1px
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-prev:before {
    background-image: url(/assets/images/icons/ic-arrow-prev.svg)
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-prev:after {
    background-image: url(/assets/images/icons/ic-arrow-prev-active.svg)
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-next {
    right: 3.57142857em
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-next:after,
.CS-Images .CaseStudieSlide .slick-arrow.slick-next:before {
    margin-left: 1px
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-next:before {
    background-image: url(/assets/images/icons/ic-arrow-next.svg)
}

.CS-Images .CaseStudieSlide .slick-arrow.slick-next:after {
    background-image: url(/assets/images/icons/ic-arrow-next-active.svg)
}

.CS-Images .CaseStudieSlide .slick-arrow:hover:before {
    opacity: 0;
    filter: alpha(opacity=0)
}

.CS-Images .CaseStudieSlide .slick-arrow:hover:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.CS-Info {
    padding: 2.85714286em 0
}

.CS-Info__title {
    font-size: 1.28571429em;
    line-height: 1;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 1em
}

.CS-Info__name {
    font-size: 2.14285714em;
    font-weight: 600;
    color: #666;
    line-height: 1.4;
    margin: 0 0 .5em
}

.CS-Info__badges__item {
    float: left;
    width: 2.28571429em;
    margin-right: 1.07142857em
}

.CS-Info__badges__item:last-child {
    margin-right: 0
}

.CS-Info__badges:after {
    content: "";
    display: block;
    clear: both
}

.CS-Info__list {
    list-style: none;
    margin: 0;
    padding: 1.07142857em 0 0;
    border-top: 1px solid #ebebeb
}

.CS-Info__list>li {
    font-size: 1.28571429em;
    font-weight: 500;
    line-height: 1.66666667
}

.CS-Info__btn {
    background-color: #f05b28;
    border-color: #f05b28;
    text-transform: uppercase;
    font-weight: 500
}

.CS-Info__btn:hover {
    background-color: #1794d5;
    border-color: #1794d5
}

.CS-Desc__inner {
    border-top: 1px solid #e1e1e1;
    padding: 4.28571429em 0;
    text-align: center
}

.CS-Desc__inner p {
    display: block;
    max-width: 895px;
    margin: 0 auto;
    font-size: 2.14285714em;
    font-weight: 300;
    color: #f05b28
}

.CS-Desc__inner p+p {
    margin-top: 2.85714286em
}

.CS-Spec {
    padding: 5.71428571em 0 5em;
    background-color: #f1f1f1
}

.CS-Spec__title {
    font-size: 1.71428571em;
    color: #f05b28;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 .66666667em
}

.CS-Spec p {
    font-size: 1.28571429em;
    line-height: 1.66666667;
    margin: 0
}

.CS-Spec p+p {
    margin-top: 1.42857143em
}

.CS-Nav {
    padding: 3.92857143em 0
}

.CS-Nav__item {
    position: relative;
    background-color: #f9f9f9
}

.CS-Nav__item:after {
    content: attr(data-end);
    display: inline-block;
    font-size: 3.57142857em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ececec;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.CS-Nav__item:before {
    content: "";
    display: block;
    padding-top: 48.16753927%
}

.CS-Nav__item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.CS-Nav__item__link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 95.7%, .8)
}

.CS-Nav__item__link__text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 60%
}

.CS-Nav__item__link__text small {
    text-transform: uppercase;
    color: #333;
    display: block;
    margin-bottom: .35714286em;
    font-size: 1em
}

.CS-Nav__item__link__text span {
    font-size: 1.71428571em;
    font-weight: 700;
    color: #333
}

.CS-Nav__item__link__icon {
    position: absolute;
    top: 50%;
    margin-top: -1.78571429em;
    width: 3.57142857em;
    height: 3.57142857em;
    border-radius: 50%;
    background-color: transparent;
    z-index: 2;
    border: 1px solid #cbcbcb;
    transition: all .2s ease-in-out
}

.CS-Nav__item__link__icon:after,
.CS-Nav__item__link__icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: .92857143em;
    height: 1.35714286em;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out
}

.CS-Nav__item__link__icon:before {
    z-index: 1
}

.CS-Nav__item__link__icon:after {
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.CS-Nav__item__link:hover .CS-Nav__item__link__icon {
    background-color: #cbcbcb
}

.CS-Nav__item__link:hover .CS-Nav__item__link__icon:before {
    opacity: 0;
    filter: alpha(opacity=0)
}

.CS-Nav__item__link:hover .CS-Nav__item__link__icon:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.CS-Nav__item--prev .CS-Nav__item__link__icon {
    right: 2.42857143em
}

.CS-Nav__item--prev .CS-Nav__item__link__icon:after,
.CS-Nav__item--prev .CS-Nav__item__link__icon:before {
    margin-left: -1px
}

.CS-Nav__item--prev .CS-Nav__item__link__icon:before {
    background-image: url(/assets/images/icons/ic-arrow-prev-2.svg)
}

.CS-Nav__item--prev .CS-Nav__item__link__icon:after {
    background-image: url(/assets/images/icons/ic-arrow-prev.svg)
}

.CS-Nav__item--next .CS-Nav__item__link__icon {
    left: 2.42857143em
}

.CS-Nav__item--next .CS-Nav__item__link__icon:after,
.CS-Nav__item--next .CS-Nav__item__link__icon:before {
    margin-left: 1px
}

.CS-Nav__item--next .CS-Nav__item__link__icon:before {
    background-image: url(/assets/images/icons/ic-arrow-next-2.svg)
}

.CS-Nav__item--next .CS-Nav__item__link__icon:after {
    background-image: url(/assets/images/icons/ic-arrow-next.svg)
}

.CS-Nav .row>div>.row {
    margin-left: -8px;
    margin-right: -8px
}

.CS-Nav .row>div>.row>div {
    padding-left: 8px;
    padding-right: 8px
}

@media (max-width:991px) {
    .CS-Info .row>div+div {
        margin-top: 3.84615385em
    }
    .CS-Nav {
        font-size: 12px
    }
    .CS-Nav__item--prev .CS-Nav__item__link__icon {
        right: 1.15384615em
    }
    .CS-Nav__item--next .CS-Nav__item__link__icon {
        left: 1.15384615em
    }
}

@media (max-width:767px) {
    .CS-Images .CaseStudieSlide .slick-arrow {
        font-size: 10px
    }
    .CS-Images .CaseStudieSlide .slick-arrow.slick-prev {
        left: 2em
    }
    .CS-Images .CaseStudieSlide .slick-arrow.slick-next {
        right: 2em
    }
    .CS-Spec .row>div+div {
        margin-top: 3.84615385em
    }
    .CS-Nav {
        font-size: 10px
    }
}

@media (max-width:479px) {
    .CS-Images .CaseStudieSlide__item:before,
    .CS-Images:before {
        padding-top: 45%
    }
    .CS-Images .CaseStudieSlide .slick-arrow.slick-prev {
        left: 1em
    }
    .CS-Images .CaseStudieSlide .slick-arrow.slick-next {
        right: 1em
    }
    .CS-Info__title {
        font-size: 1em
    }
    .CS-Info__name {
        font-size: 2em
    }
    .CS-Info__list>li {
        font-size: 1.1em
    }
    .CS-Info__badges {
        font-size: 10px
    }
    .CS-Info .row>div+div {
        margin-top: 3em
    }
    .CS-Desc__inner {
        padding: 3em 0
    }
    .CS-Desc__inner p {
        font-size: 1.6em
    }
    .CS-Spec {
        padding: 3em 0
    }
    .CS-Spec__title {
        font-size: 1.5em
    }
    .CS-Spec p {
        font-size: 1.1em
    }
    .CS-Spec .row>div+div {
        margin-top: 2.69230769em
    }
    .CS-Nav {
        padding: 15px 0;
        font-size: 10px
    }
    .CS-Nav__item__link__text {
        width: 70%;
        font-size: 8px
    }
    .CS-Nav__item__link__icon {
        font-size: 7px
    }
    .CS-Nav__item--prev .CS-Nav__item__link__icon {
        right: auto;
        left: -1.78571429em
    }
    .CS-Nav__item--next .CS-Nav__item__link__icon {
        left: auto;
        right: -1.78571429em
    }
    .CS-Nav .row>div>.row {
        margin-left: -6px;
        margin-right: -6px
    }
    .CS-Nav .row>div>.row>div {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media (max-width:339px) {
    .CS-Nav__item__link__text {
        width: 90%;
        font-size: 8px
    }
    .CS-Nav__item__link__text small {
        display: none
    }
}

.error404 {
    display: block;
    width: 100%;
    margin: 7.14285714em 0;
    line-height: 1.6em;
    text-align: center
}

.error404 .container {
    text-transform: uppercase
}

.error404 .container h1 {
    margin-bottom: .3125em;
    font-size: 5.71428571em;
    color: #666
}

.error404 .container h1 span {
    margin-left: .0625em;
    padding: .025em;
    overflow: hidden
}

.error404 .container h1 span,
.error404 .container h1 span strong {
    display: inline-block;
    border: 1px solid #ccc
}

.error404 .container h1 span strong {
    padding: .125em .25em;
    font-weight: 400
}

.error404 .container h2 {
    font-size: 4.28571429em;
    color: #666
}

.error404 .container h2 span {
    display: block;
    font-size: .5em
}

.error404 .container p {
    margin: 1.78571429em 0 0;
    padding: 0;
    font-size: 1em;
    text-transform: none
}

.error404 .container p:first-child {
    margin-top: 0
}

.error404 .container a {
    color: #f18632
}

.error404 .container a:hover {
    color: #1794d5
}

.successfully-page.sticky-head {
    padding: 0
}

.successfully-page.sticky-head .header {
    position: absolute;
    padding-top: 22px;
    text-align: center;
    background-color: transparent;
    box-shadow: none
}

.successfully-page.sticky-head .header__logo {
    display: inline-block
}

.successfully-page .section-subheader {
    padding: 175px 0 95px
}

.successfully-page .section-subheader--down:after,
.successfully-page .section-subheader--down:before {
    background-color: #f1f6fa
}

.successfully-page .section-business {
    background-color: #f1f6fa;
    margin: 0;
    padding-top: 30px
}

.successfully-page .section-business:after,
.successfully-page .section-business:before,
.successfully-page .section-business__background {
    display: none
}

.successfully i {
    display: block;
    margin: 0 auto 40px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #fff;
    position: relative
}

.successfully i:after,
.successfully i:before {
    content: "";
    display: block;
    position: absolute
}

.successfully i:before {
    width: 125%;
    height: 125%;
    border: 4px solid hsla(0, 0%, 100%, .2);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.successfully i:after {
    width: 66.17647059%;
    height: 54.41176471%;
    top: 22.05882353%;
    left: 17.64705882%;
    background: url(/assets/images/icons/ic-check.svg) no-repeat 50%;
    background-size: 100%
}

.successfully h1,
.successfully h2 {
    font-weight: 300;
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 25px
}

.successfully h2 {
    font-size: 18px;
    margin-bottom: 65px
}

.successfully h2 a {
    font-weight: 700;
    color: #f05b28
}

.successfully .btn {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .01em
}

@media screen and (max-width:767px) {
    .successfully-page .section-subheader {
        padding: 135px 0 55px
    }
    .successfully i {
        width: 48px;
        height: 48px;
        margin-bottom: 35px
    }
    .successfully h1,
    .successfully h2 {
        margin-top: 0;
        font-size: 22px
    }
    .successfully h2 {
        font-size: 14px;
        margin-bottom: 45px
    }
}