/* Start:/css/bootstrap.css?147111666018613*/
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: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

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

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;
}

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

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

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

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

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

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

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

.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-12 {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@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-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .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-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

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

.clearfix:after, .container:after, .container-fluid:after, .row: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;
}

.container-fluid {
    max-width: 1240px;
    padding: 0 20px;
}

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

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

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

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

/* ==========================================================================
   Elements
   ========================================================================== */
.row-flex {
    min-width: 100.001%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex > [class^="col-"], .row-flex > [class*=" col-"] {
    float: none;
    margin-right: -5px;
}

.row-offset-0 {
    margin: 0;
}

.row-offset-0 > [class^="col-"], .row-offset-0 > [class*=" col-"] {
    padding: 0;
}

.btn {
    transition: 0.15s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0 3rem;
    font-size: 1.8rem;
    line-height: 5.6rem;
}

.btn-purple {
    background:  #ffb400;
    border-color:  #ffb400;
    color: #fff;
}

.btn-purple:hover {
    background: none;
    color:  #ffb400;
}
/* End */


/* Start:/css/fonts.css?14712917533024*/
/* ==========================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'ApercuPro';
  src: url("fonts/ApercuProRegular.eot");
  src: url("fonts/ApercuProRegular.eot") format("embedded-opentype"), url("fonts/ApercuProRegular.woff2") format("woff2"), url("fonts/ApercuProRegular.woff") format("woff"), url("fonts/ApercuProRegular.ttf") format("truetype"), url("fonts/ApercuProRegular.svg#ApercuProRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url("fonts/ApercuProBold.eot");
  src: url("fonts/ApercuProBold.eot") format("embedded-opentype"), url("fonts/ApercuProBold.woff2") format("woff2"), url("fonts/ApercuProBold.woff") format("woff"), url("fonts/ApercuProBold.ttf") format("truetype"), url("fonts/ApercuProBold.svg#ApercuProBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ApercuPro';
  src: url("fonts/ApercuProMono.eot");
  src: url("fonts/ApercuProMono.eot") format("embedded-opentype"), url("fonts/ApercuProMono.woff2") format("woff2"), url("fonts/ApercuProMono.woff") format("woff"), url("fonts/ApercuProMono.ttf") format("truetype"), url("fonts/ApercuProMono.svg#ApercuProMono") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FugueMono';
  src: url("fonts/fugue_mono.eot");
  src: url("fonts/fugue_mono.eot") format("embedded-opentype"), url("fonts/fugue_mono.woff2") format("woff2"), url("fonts/fugue_mono.woff") format("woff"), url("fonts/fugue_mono.ttf") format("truetype"), url("fonts/fugue_mono.svg#fugue_mono") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplayRegular.eot");
  src: url("fonts/SFUIDisplayRegular.eot") format("embedded-opentype"), url("fonts/SFUIDisplayRegular.woff2") format("woff2"), url("fonts/SFUIDisplayRegular.woff") format("woff"), url("fonts/SFUIDisplayRegular.ttf") format("truetype"), url("fonts/SFUIDisplayRegular.svg#SFUIDisplayRegular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIDisplay';
  src: url("fonts/SFUIDisplayBold.eot");
  src: url("fonts/SFUIDisplayBold.eot") format("embedded-opentype"), url("fonts/SFUIDisplayBold.woff2") format("woff2"), url("fonts/SFUIDisplayBold.woff") format("woff"), url("fonts/SFUIDisplayBold.ttf") format("truetype"), url("fonts/SFUIDisplayBold.svg#SFUIDisplayBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

* {
    outline: 0 !important;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-selection {
    background:  #ffb400;
    color: #fff;
    text-shadow: none;
}

::selection {
    background:  #ffb400;
    color: #fff;
    text-shadow: none;
}

img {
    max-width: 100%;
}
/* End */


/* Start:/css/style.css?147429909341070*/
html {
    height: 100%;
    font-size: 8px;
}

@media (min-width: 480px) {
    html {
        font-size: 10px;
    }
}

body {
    height: 100%;
    background: #fff;
    color: #4d4d4d;
    font: 400 15px/21px "ApercuPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.st {
    transition: 0.15s ease-in-out;
    position: relative;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
}

.st.is-load {
    opacity: 1;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
    position: relative;
    z-index: 1;
}

.top-sidebar {
    background: linear-gradient(to right, #323232 0%, #323232 50%, #2b282f 50%, #2b282f 100%);
    line-height: 8rem;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top-sidebar .container-fluid {
    padding: 0;
    height: 100%;
}

.top-sidebar .container-fluid .row, .top-sidebar .container-fluid [class^="col-"], .top-sidebar .container-fluid [class*=" col-"] {
    height: 100%;
}

@media (min-width: 992px) {
    .top-sidebar {
        position: absolute;
    }
}

.logotypes {
    overflow: hidden;
    height: 8rem;
}

.logotypes-image {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0 10px;
}

.logotypes-image img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.logotypes-image:nth-child(1) {
    background: #fff;
}

.logotypes-image:nth-child(2) {
    background:  #ffb400;
}

.logotypes-image:nth-child(2) img {
    top: -4px;
}

/* ----- */
.nav {
    margin: 0 -20px;
    padding: 0 30px;
    background: #fff;
    min-height: 100%;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: table;
    line-height: inherit;
}

.nav-menu > li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 0;
}

.nav-menu-link {
    transition: 0.15s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 0.3rem solid transparent;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 3.4rem;
    color: #191919;
}

.nav-menu-link.is-active, .nav-menu-link:hover {
    border-color:  #ffb400;
    color:  #ffb400;
}

/* ----- */
.contacts {
    display: block;
    background: #2B282F;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 2rem 0;
    font-size: 14px;
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
}

.contacts .contacts-in a {
		color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
}

.contacts .contacts-in mark,
.contacts .contacts-in mark a {
    background: none;
    color: #fff;
}

.contacts .contacts-in a:hover {
	opacity: .7;
}

/* ==========================================================================
   Main
   ========================================================================== */
.main {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* ----- begin ----- */
.begin {
    position: relative;
    z-index: 1;
    padding: 8rem 0 0;
    margin: 0;
}

@media (min-width: 992px) {
    .begin {
        min-height: 768px;
        padding-top: 12rem;
    }
}

@media (min-width: 1200px) {
    .begin {
        min-height: 100vh;
    }
}

.begin-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #EEEFF4;
}

.begin-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .begin-image {
        bottom: 8.2rem;
    }
}

.begin-heading {
    display: inline;
	background-color:  #ffb400;
    margin: 0 0 12rem;
    font: 700 6.8rem/8.8rem "ApercuPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 2px;
	
}

.begin-heading small {
    display: block;
    margin: 0;
    font-size: 2.1rem;
    line-height: 3.1rem;
    font-weight: 400;
    text-indent: 4px;
}

@media (max-width: 479px) {
    .begin-heading {
        font-size: 5.8rem;
        line-height: 7.8rem;
    }
}

.begin-caption {
    padding: 1.2rem 0;
    background: #fff;
    text-align: center;
    line-height: 2.6rem;
}

.begin-caption .btn {
    margin: 0 0 1.2rem;
}

@media (min-width: 992px) {
    .begin-caption {
        padding: 1.2rem 0;
    }

    .begin-caption .row > [class^="col-"]:first-child, .begin-caption .row > [class*=" col-"]:first-child {
        border-right: 1px solid #E0E0E0;
    }

    .begin-caption .btn {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .begin-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.begin-caption-date {
    display: block;
    margin: 0;
    position: relative;
    padding: 1.5rem 0;
}

.begin-caption-date:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -40px;
}

@media (min-width: 992px) {
    .begin-caption-date:after {
        display: none;
    }
}

.begin-caption-text {
    display: block;
    padding: 1.5rem 0;
    margin: 0 0 1.2rem;
}

@media (min-width: 992px) {
    .begin-caption-text {
        margin: 0;
    }
}

/* ----- desc ----- */
.desc {
    background: #F8F8F8;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #979797;
}

.desc-head {
    padding: 1.2rem 0;
    background: #fff;
    text-align: center;
    line-height: 2.6rem;
}

.desc-head .btn {
    margin: 0 0 1.2rem;
}

@media (min-width: 992px) {
    .desc-head {
        padding: 1.2rem 0;
    }

    .desc-head .row > [class^="col-"]:first-child, .desc-head .row > [class*=" col-"]:first-child {
        border-right: 1px solid #E0E0E0;
    }

    .desc-head .btn {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .desc-head {
        margin: -8.2rem 0 0;
    }
}

.desc-head-date {
    display: block;
    margin: 0;
    position: relative;
    padding: 1.5rem 0;
}

.desc-head-date:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: #E0E0E0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -40px;
}

@media (min-width: 992px) {
    .desc-head-date:after {
        display: none;
    }
}

.desc-head-text {
    display: block;
    padding: 1.5rem 0;
    margin: 0 0 1.2rem;
}

@media (min-width: 992px) {
    .desc-head-text {
        margin: 0;
    }
}

.desc-body {
    padding: 10.5rem 0;
    color: #4d4d4d;
}

.desc-image {
    margin: 0 0 5.5rem;
}

@media (min-width: 992px) {
    .desc-image {
        margin: 0;
        text-align: center;
    }
}

.desc-text {
    margin: 0 -20px 0 0;
    font-size: 3rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
}

@media (max-width: 479px) {
    .desc-text {
        font-size: 2rem;
        line-height: 3.2rem;
    }
}

/* ----- */
.coming .row {
    position: relative;
}

@media (max-width: 1199px) {
    .coming-scroll {
        position: relative !important;
    }
}

.coming-heading {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    color: #252527;
    margin: 0 0 4.2rem;
    text-align: center;
}

@media (min-width: 1200px) {
    .coming-heading {
        text-align: left;
    }
}

.coming-content {
    padding: 4.2rem 0 0;
}

.coming-scroll {
    position: relative;
}

@media (max-width: 1199px) {
    .coming-scroll {
        position: fixed !important;
        visibility: hidden !important;
    }
}

.coming-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.coming-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
    margin: 0 -5px 4rem 0;
    padding: 4rem 0 0;
    width: 50%;
    border-top: 1px solid #f2f2f2;
}

.coming-item {
    text-align: center;
    color: #4d4d4d;
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 0 2rem;
}

@media (max-width: 479px) {
    .coming-item {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}

.coming-item-number {
    display: block;
    color:  #ffb400;
    font-size: 9rem;
    line-height: 1;
    font-weight: 400;
    background: none;
    margin: 0 0 2rem;
}

@media (max-width: 479px) {
    .coming-item-number {
        font-size: 6rem;
    }
}

.coming-item-text {
    margin: 0 auto;
    display: block;
    white-space: nowrap;
}

.coming-desc {
    position: relative;
    z-index: 1;
    padding: 9rem 20px 9rem 20px;
    margin: 0 -20px;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.coming-desc:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background: inherit;
    z-index: -1;
}

@media (min-width: 1200px) {
    .coming-desc {
        padding-right: 25%;
    }
}

.coming-desc__dark {
    background: #2B282F;
    color: #fff;
}

.coming-desc__grey {
    background: #F6F6F6;
    color: #000000;
}

.coming-desc-heading {
    display: block;
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 700;
    margin: 0 0 4.2rem;
    color:  #ffb400;
    max-width: 620px;
}

.coming-desc-text {
    margin: 0;
}

.coming-desc-ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: point;
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.coming-desc-ol > li {
    position: relative;
    margin: 0 0 2.7rem 7rem;
    padding: 0 0 2.7rem;
    min-height: 5.4rem;
    border-bottom: 1px solid #CBCBCB;
}

.coming-desc-ol > li:after {
    content: counter(point);
    counter-increment: point 1;
    position: absolute;
    left: -7rem;
    top: 0;
    width: 5rem;
    font-size: 5rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.31);
}

.coming-desc-ol > li:last-child {
    margin-bottom: 0;
    border: none;
}

/* --- */
.coming-carousel {
    width: 50vw !important;
    height: 100.1vh;
    background: #ccc;
}

.coming-carousel * {
    height: 100%;
    width: 100%;
}

.coming-carousel .owl-dots {
    position: absolute;
    right: 6rem;
    bottom: 4rem;
    height: auto;
    width: auto;
}

.coming-carousel .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 0 0 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.coming-carousel .owl-dot.active {
    background: #fff;
}

.coming-carousel-item {
    height: 100%;
}

.coming-carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ----- for ------ */
.for {
    background: #221F26;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 14.2rem 0 0;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .for {
        padding: 26.2rem 0 0;
    }
}

.for-heading {
    display: block;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    font-size: 3.4rem;
    line-height: 4.2rem;
    padding: 5rem 0;
}

@media (min-width: 1200px) {
    .for-heading {
        font-size: 8.2rem;
        line-height: 8.2rem;
        padding: 9rem 0;
    }
}

.for-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #fff;
}

@media (min-width: 1200px) {
    .for-list {
        font-size: 4rem;
        line-height: 5.2rem;
        padding: 0;
    }
}

.for-item {
    position: relative;
    padding: 7rem 0;
}

.for-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -100vw;
    width: 200vw;
    height: 1px;
    background: #3E3B45;
}

/* ----- */
.blockquote {
    background: #0B0707 url(images/bg-blockquote.png) right center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 11.5rem 0;
    color: #fff;
}

@media (min-width: 992px) {
    .blockquote {
        border: 20px solid #fff;
    }
}

.blockquote-text {
    margin: 0 0 6rem;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 1px;
}

@media (min-width: 1200px) {
    .blockquote-text {
        margin: 0 0 26rem;
    }
}

.blockquote-cite {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.blockquote-cite small {
    font-size: 1.2rem;
}

/* ----- speakers ----- */
@media (max-width: 1199px) {
    .speakers-desc-scroll {
        position: relative !important;
    }
}

.speakers-desc {
    position: relative;
    background: #2B282F;
    color: #fff;
    margin: 0 -20px 20px;
    padding: 7.5rem 20px 9rem 20px;
}

.speakers-desc:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: inherit;
}

@media (min-width: 1200px) {
    .speakers-desc {
        min-height: 100.001vh;
        margin: 0;
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

.speakers-desc-heading {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    margin: 0 0 16rem;
}

@media (max-height: 768px) {
    .speakers-desc-heading {
        margin: 0 0 6rem;
    }
}

.speakers-desc-image {
    margin: 0 0 4rem;
}

.speakers-desc-text {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 0;
}

@media (max-height: 768px) {
    .speakers-desc-text {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

.speakers-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.speakers-list > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 0 0;
    padding: 0 10px 20px;
    width: 50%;
}

@media (min-width: 992px) {
    .speakers-list > li {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .speakers-list > li {
        width: 50%;
    }
}

.speakers-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background:  #ffb400;
}

.speakers-item:before {
    content: '';
    float: left;
    padding: 107% 0 0;
}

.speakers-item-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    background-color: #E9E9E9;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    transition: 0.15s ease-in-out;
}

.speakers-item-image:hover {
    opacity: .4;
}

.speakers-item-caption {
    padding: 1.5rem 2.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.speakers-item-title {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 1rem;
	display: inline;
	background-color:  #ffb400;
}

.speakers-item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #fff;
    /*max-height: 5.4rem;*/
    overflow: hidden;
}

/* ----- price ----- */
.price {
    background:  #ffb400;
    background-image: linear-gradient(to bottom,  #ffb400, #e70c6a), linear-gradient( #ffb400,  #ffb400);
}

.price-in {
    background: url(images/bg-price-.svg) center 50px no-repeat;
    background-size: 110% auto;
    padding: 10rem 0;
}

@media (min-width: 1200px) {
    .price-container {
        margin: 0 -50px;
    }
}

.price-heading {
    margin: 0 0 10rem;
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
    line-height: 1.24;
    font-weight: 400;
}

.price-panel {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0 0 7.2rem;
    margin: 0 0 20px;
}

.price-panel-head {
    background: #2B282F;
    padding: 3rem 0 4rem;
}

.price-panel-type {
    display: block;
    background: none;
    font-size: 1.5rem;
    line-height: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #767676;
    margin: 0 0 2.5rem;
}

.price-panel-cost {
    margin: 0;
    font-size: 6rem;
    line-height: 7.2rem;
    font-weight: 400;
    color:  #ffb400;
}

.price-panel-rub {
    font-size: 2.4rem;
    line-height: 1;
    top: -2.4rem;
}

.price-panel-body {
    font-size: 1.6rem;
    line-height: 2.6;
    font-weight: 400;
    padding: 4rem 0;
}

.price-panel-body .icon-help {
    margin-left: 5px;
}

.price-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price-panel-btn {
    transition: 0.15s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.2rem;
    font-size: 1.8rem;
    line-height: 7.2rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2C2830;
}


.price-panel-btn:hover {
    background: #000;
}

.icon-help {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-color: #c8c8c8;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    color: #6B6B6B;
    cursor: help;
}

.icon-help:after {
    content: '?';
}

.icon-help:hover {
    background: #EA0D6D;
    color: #fff;
}

.icon-help:hover .icon-help-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.icon-help-tooltip {
    transition: 0.15s ease-in-out;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 170px;
    margin: 0 0 10px -85px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
    background: #494949;
    padding: 15px 20px 20px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.icon-help-tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #494949;
    margin: 0 0 0 -5px;
}

/* --- */
.price-package {
    position: relative;
    background: #fff;
    padding: 3rem 3rem 10.2rem;
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #2f2f2f;
    text-align: center;
}

@media (min-width: 992px) {
    .price-package {
        text-align: left;
    }
}

.price-package-btn {
    transition: 0.15s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7.2rem;
    font-size: 1.8rem;
    line-height: 7.2rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #2C2830;
}

.price-package-btn:hover {
    background: #000;
}

.price-package-image {
    margin: 0 0 2rem;
}

@media (min-width: 992px) {
    .price-package-image {
        margin: 0;
    }
}

.price-package-text {
    margin: 0;
}

.price-package-cost {
    margin: 0;
    font-size: 5rem;
    line-height: 6.2rem;
    font-weight: 400;
    color:  #ffb400;
}

.price-package-rub {
    top: 0;
    font-size: inherit;
    line-height: inherit;
    vertical-align: top;
}

/* --- */
.price-video {
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    padding: 5rem;
    text-align: center;
}

.price-video:after, .price-video:before {
    content: "";
    position: absolute;
}

.price-video:before {
    top: -1px;
    right: -1px;
    border-bottom: 40px solid #eee;
    border-right: 40px solid transparent;
}

.price-video:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-top: 40px solid #E70C6A;
    border-left: 40px solid transparent;
}

@media (min-width: 992px) {
    .price-video {
        padding-left: 0;
        text-align: left;
    }
}

.price-video-in:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    border-bottom: 36px solid #E70C6A;
    border-right: 36px solid transparent;
    z-index: 2;
}

.price-video-image {
    text-align: center;
    margin: 0 0 4rem;
}

@media (min-width: 992px) {
    .price-video-image {
        margin: 0;
    }
}

.price-video-text {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin: 0;
}

.price-video-cost {
    margin: 0;
    font-size: 5rem;
    line-height: 6.2rem;
    font-weight: 400;
}

.price-video-btn {
    transition: 0.15s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 3rem;
    font-size: 2rem;
    line-height: 6.4rem;
    color:  #ffb400;
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}

.price-video-btn:hover {
    background: none;
    color: #fff;
}

/* ----- */
.video-report {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    padding: 8rem 0;
}

.video-report:before {
    content: '';
    float: left;
    padding: 65% 0 0;
}

@media (min-width: 1200px) {
    .video-report {
        max-height: 100vh;
		text-align:center;
    }
}

.video-report-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
}

.video-report-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-report-icon {
    display: block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #E80D6B;
    position: absolute;
    top: auto;
    left: 20px;
    bottom: 5rem;
    margin: 0;
}

.video-report-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 5rem solid #fff;
    margin: -2.5rem 0 0 -2rem;
}

@media (min-width: 1200px) {
    .video-report-icon {
        width: 15rem;
        height: 15rem;
        margin: -7.5rem 0 0 -7.5rem;
        top: 50%;
        left: 50%;
        bottom: auto;
    }
}

.video-report-heading {
	display: block;
	font-size: 4.9rem;
	line-height: 5.6rem;
	font-weight: 400;
	margin: 0;
	color:#595959;
}

/* ----- reviews ----- */
.reviews {
    background: #2B282F;
    padding: 9rem 0;
}

@media (min-width: 1200px) {
    .reviews-container {
        margin: 0 -50px;
    }
}

.reviews-heading {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    margin: 0 0 9rem;
}

.reviews-carousel {
    background: #fff;
    border-radius: 6px;
    position: relative;
    margin: 0 0 6rem;
}

.reviews-carousel .owl-prev {
    display: none !important;
}

.reviews-carousel .owl-next {
    transition: 0.25s ease-in-out;
    display: block;
    display: block;
    width: 18px;
    height: 33px;
    background: url(images/icon-next.svg) 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: 0 0 0 20px;
}

.reviews-carousel .owl-next:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    right: -5px;
    bottom: -5px;
}

.reviews-carousel .owl-next:hover {
    margin: 0 0 0 25px;
}

.reviews-carousel .owl-next:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.reviews-item {
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .reviews-item {
        padding: 0 0 0 50%;
    }
}

.reviews-item-image {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #ccc;
    display: none;
}

.reviews-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .reviews-item-image {
        display: block;
    }
}

.reviews-item-desc {
    padding: 5rem 4rem 5rem 5.5rem;
}

.reviews-item-desc hr {
    margin: 2rem -5.5rem 3rem;
    border-color: #E2E2E2;
}

@media (max-width: 479px) {
    .reviews-item-desc {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.reviews-item-title {
    margin: 0;
    font-size: 3.2rem;
    line-height: 3.8rem;
    font-weight: 400;
    color: #000;
}

.reviews-item-title small {
    display: block;
    font-size: 1.2rem;
    opacity: 0.5;
    position: relative;
    top: -0.5rem;
}

.reviews-item-scroll {
    position: relative;
    margin: 0;
    height: 39.2rem;
    overflow: hidden;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.reviews-item-scroll:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.reviews-item-scroll-in {
    position: relative;
    display: block;
    overflow-y: scroll;
    height: 100%;
    padding: 0 0 8rem;
}

.reviews-item-scroll-in::-webkit-scrollbar {
    opacity: 0;
}

.reviews-item-scroll-in p:last-child {
    margin: 0;
}

.reviews-nav {
    text-align: center;
}

.reviews-nav-link {
    transition: 0.15s ease-in-out;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    max-width: 220px;
    padding: 0 10px;
    margin: 0 -5px 20px 0;
    white-space: nowrap;
    width: 50%;
}

.reviews-nav-link small {
    display: block;
    opacity: 0.5;
    font-size: 1.2rem;
    line-height: 1.6rem;
    white-space: normal;
}

.reviews-nav-link:hover {
    opacity: 0.7;
}

.reviews-nav-link.is-active {
    opacity: 1;
}

@media (min-width: 768px) {
    .reviews-nav-link {
        font-size: 1.8rem;
        line-height: 2.2rem;
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .reviews-nav-link {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .reviews-nav-link {
        width: 20%;
    }
}

/* ----- program ----- */
.program {
    background: #F6F6F6;
    padding: 8rem 0 0;
}

.program-heading {
    display: block;
    margin: 0 0 8rem;
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    color: #000;
}

.program-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program-list > li {
    position: relative;
}

.program-list > li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100vw;
    background: #DDDDDD;
    margin: 0 0 0 -50vw;
}

.program-list > li:last-child:after {
    display: none;
}

.program-item, .program-item-time, .program-item-image, .program-item-period, .program-item-title {
    transition: 0.4s ease-in-out;
}

.program-item:after, .program-item small, .program-item-time:after, .program-item-time small, .program-item-image:after, .program-item-image small, .program-item-period:after, .program-item-period small, .program-item-title:after, .program-item-title small {
    transition: 0.4s ease-in-out;
}

.program-item {
    position: relative;
    z-index: 1;
}

.program-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    background:  #ffb400;
    margin: 0 0 0 -50vw;
    z-index: -1;
    opacity: 0;
}

.program-item .container-fluid {
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.program-item .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.program-item .row > [class^="col-"], .program-item .row > [class*=" col-"] {
    float: none;
}

.program-item:hover .program-item-image {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.program-item:hover .program-item-period, .program-item:hover .program-item-title {
    color: #fff;
}

.program-item:hover .program-item-period small, .program-item:hover .program-item-title small {
    color: rgba(255, 255, 255, 0.82);
}

.program-item:hover .program-item-time {
    color: rgba(0, 0, 0, 0.06);
}

.program-item:hover:after {
    opacity: 1;
}

.program-item-time {
  position: relative;
  top: 0;
  display: block;
  font-family: "FugueMono", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12rem;
  line-height: 12rem;
  font-weight: 400;
  text-indent: -15px;
  font-weight: 400;
  color: #b1b1b1;
  margin: -2rem 0 2rem;
}

@media (min-width: 992px) {
    .program-item-time {
        margin-bottom: -2rem;
    }
}

.program-item-image {
    margin: 0;
    position: absolute;
    bottom: -2rem;
    left: 0;
    height: 170px;
    width: auto;
    text-align: center;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    display: none;
}

@media (min-width: 992px) {
    .program-item-image {
        display: block;
    }
}

.program-item-period {
    display: block;
    font-family: "FugueMono", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 700;
    color:  #ffb400;
    margin: 0 0 1rem;
}

.program-item-title {
    display: block;
    margin: 0;
    font-family: "ApercuPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 400;
    color: #000;
}

.program-item-title small {
    display: block;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.2);
}

/* ----- place ----- */
.place {
    background: #2E2E2E;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .place .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.place-desc {
    display: inline-block;
    position: relative;
    left: 0;
    min-width: 100%;
    background: #2E2E2E;
}

.place-desc:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 50vw;
    background: #2E2E2E;
}

@media (min-width: 992px) {
    .place-desc {
        left: 20px;
    }

    .place-desc:before {
        content: '';
        float: left;
        padding: 100% 0 0;
    }
}

.place-desc-in {
    padding: 6.5rem 0;
}

.place-heading {
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    margin: 0 0 4rem;
}

.place-address {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 400;
    font-style: normal;
}

.place-address mark {
    display: block;
    background: none;
    font-size: 2.8rem;
    line-height: 3.4rem;
    font-weight: 400;
    color:  #ffb400;
    margin: 0 0 1.5rem;
}

.place-address p {
    margin: 0 0 1.5rem;
}

.icon-place-loc, .icon-place-calendar {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.icon-place-loc {
    background: url(images/icon-loc.svg) 0 0 no-repeat;
    background-size: cover;
    width: 1.4rem;
    height: 2.2rem;
    margin: 0 1.3rem 0 0.3rem;
}

.icon-place-calendar {
    background: url(images/icon-calendar.svg) 0 0 no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2.1rem;
    margin: 0 1rem 0 0;
}

.place-map-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 100%;
}

.place-map-container:before {
    content: '';
    float: left;
    padding: 100% 0 0;
}

.place-map {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    left: -20px;
    background: #F0F0F0;
}

@media (min-width: 992px) {
    .place-map {
        width: 50vw;
        right: -20px;
        left: auto;
    }
}

.place-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
}

.place-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 992px) {
    .place-image {
        display: block;
    }
}

/* ----- org & partners ----- */
.org-partners {
    background: #221F26;
    color: #fff;
}

.org-heading, .partners-heading {
    display: block;
    margin: 0;
    padding: 10rem 0;
    font-size: 3.4rem;
    line-height: 4.2rem;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.org-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.org-list > li {
    position: relative;
    width: 50%;
    float: left;
    border-right: 1px solid #3E3B46;
    margin: 0 0 -1px;
    padding: 1px;
}

.org-list > li:nth-child(even) {
    border-right-color: transparent;
}

.org-list > li:after, .org-list > li:before {
    content: '';
    display: block;
    height: 1px;
    width: 100vw;
    min-width: 1000%;
    background: #3E3B46;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -50vw;
}

.org-list > li:after {
    top: 0;
}

.org-list > li:before {
    bottom: 0;
}

.org-item {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 2rem;
}

.org-item:before {
    content: '';
    float: left;
    padding: 100% 0 0;
}

@media (min-width: 992px) {
    .org-item:before {
        padding-top: 50%;
    }
}

.partners-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.partners-list > li {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #3E3B46;
    margin: 0 -5px -1px 0;
    padding: 1px;
}

.partners-list > li:nth-child(even) {
    border-right-color: transparent;
}

.partners-list > li:after, .partners-list > li:before {
    content: '';
    display: block;
    height: 1px;
    width: 100vw;
    min-width: 1000%;
    background: #3E3B46;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -50vw;
}

.partners-list > li:after {
    top: 0;
}

.partners-list > li:before {
    bottom: 0;
}

@media (min-width: 992px) {
    .partners-list > li {
        width: 25%;
    }

    .partners-list > li:nth-child(even) {
        border-right-color: #3E3B46;
    }

    .partners-list > li:nth-child(4n) {
        border-right-color: transparent;
    }
}

.partners-item {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    margin: 0;
}

.partners-item:before {
    content: '';
    float: left;
    padding: 100% 0 0;
}

.partners-item-in {
    position: relative;
    padding: 4.4rem 0 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.partners-item-title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0;
    display: block;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.partners-item-title mark {
    display: block;
    background: none;
    color: #ED0C6C;
}

/* ==========================================================================
   Owl Carousel - Animate Plugin
   ========================================================================== */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/* ----- */

footer {
	background-color: #221F26;
	color: #696371;
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

footer a {
	color: #696371;
}

/* ----- */

.top_100 {
  background: #342937;
  color: #fff;
}

.top_100-heading {

  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  color:  #ffb400;
  margin: 0;
  display: block;
  padding: 8rem 0;
}

.top_100-text {
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 1px;
  margin: 0 4rem 0 0;
  display: block;
  padding: 8rem 0;
}

@media (min-width: 992px) {
  .top_100-text {
    margin-right: 6rem;
  }
}

.top_100-rotate-container {
  white-space: nowrap;
}

.top_100-rotate-slides, .top_100-rotate-slides_clone {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  float: none !important;
  font-size: 0;
  line-height: 0;
}

.top_100-rotate-slides > li, .top_100-rotate-slides_clone > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

.top_100-item {
  width: 180px;
  height: 160px;
  overflow: hidden;
  padding: 20px;
  line-height: 120px;
  text-align: center;
  background: #fff;
  margin: 0 0 4px;
}
/* End */
/* /css/bootstrap.css?147111666018613 */
/* /css/fonts.css?14712917533024 */
/* /css/style.css?147429909341070 */

/* Localized */
