.flex-direction-nav a,
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

progress,
sub,
sup {
    vertical-align: baseline
}

html,
legend {
    box-sizing: border-box
}

@font-face {
    font-family: flexslider-icon;
    src: url(../../../../en/index.html);
    src: url(../../../../en/index.html?#iefix) format('embedded-opentype'), url(../../../../en/index.html) format('woff'), url(../../../../en/index.html) format('truetype'), url(../../../../en/index.html#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

button,
hr,
input {
    overflow: visible
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

audio,
canvas,
progress,
video {
    display: inline-block
}

[aria-disabled],
html {
    cursor: default
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

body,
button,
input,
optgroup,
select,
textarea {
    margin: 0
}

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

figure {
    margin: 1em 40px
}

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

nav ol,
nav ul {
    list-style: none
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

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

img {
    border-style: none
}

svg {
    fill: currentColor
}

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

table {
    border-collapse: collapse
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

.flex-control-nav {
    bottom: 0;
    opacity: .9;
    transition: all .3s ease;
    z-index: 15
}

.flex-control-nav li {
    margin: 12px 10px
}

@media (min-width:768px) {
    .flex-control-nav li {
        margin: 24px 10px
    }
}

.flex-control-nav li a {
    background: none;
    box-shadow: none;
    height: 10px;
    position: relative;
    transition: all .3s ease;
    width: 10px
}

.flex-control-nav li a:after {
    border: 2px solid #fff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px
}

.flex-control-nav li a:hover {
    background: hsla(0, 0%, 100%, .7)
}

.flex-control-nav li a.flex-active {
    background: #fff
}

.flex-direction-nav {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

@media (max-width:767px) {
    .flex-direction-nav {
        display: none
    }
}

.flex-direction-nav a {
    color: #fff;
    height: 138px;
    margin: -69px 0 0;
    opacity: 1;
    text-shadow: none;
    width: 138px
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
    opacity: .6;
    transition: opacity .3s ease
}

.flex-direction-nav a.flex-next:hover,
.flex-direction-nav a.flex-prev:hover {
    opacity: 1
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
    color: #fff;
    font-family: capvis-iconfont !important;
    font-size: 138px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

.flex-direction-nav a.flex-prev {
    left: -12px
}

.flex-direction-nav a.flex-prev:before {
    content: "\e901"
}

.flex-direction-nav a.flex-next {
    right: -12px
}

.flex-direction-nav a.flex-next:before {
    content: "\e903"
}

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

.nav__lvl:after,
.navbar:after,
.timeline__entry__inner:after {
    clear: both
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 1;
    order: 1
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1320px) {
    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xxl-last {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@font-face {
    font-family: Crimson Text;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(https://www.capvis.com/files/theme/capvis/assets/fonts/crimson-text-v19-latin-regular.woff2) format("woff2"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/crimson-text-v19-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Crimson Text;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(https://www.capvis.com/files/theme/capvis/assets/fonts/crimson-text-v19-latin-600.woff2) format("woff2"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/crimson-text-v19-latin-600.woff) format("woff")
}

@font-face {
    font-family: Post Grotesk;
    font-style: normal;
    font-weight: 500;
    src: url(https://www.capvis.com/files/theme/capvis/assets/fonts/PostGrotesk-Medium.eot?qutfsw);
    src: url(https://www.capvis.com/files/theme/capvis/assets/fonts/PostGrotesk-Medium.eot?qutfsw#iefix) format("embedded-opentype"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/PostGrotesk-Medium.woff?qutfsw) format("woff"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/PostGrotesk-Medium.woff2?qutfsw) format("woff2")
}

.ta-right {
    text-align: right
}

.ta-left {
    text-align: left
}

.ta-center {
    text-align: center
}

.ta-left-xs {
    text-align: left
}

.ta-center-xs {
    text-align: center
}

.ta-right-xs {
    text-align: right
}

@media (min-width:576px) {
    .ta-left-sm {
        text-align: left
    }

    .ta-center-sm {
        text-align: center
    }

    .ta-right-sm {
        text-align: right
    }
}

@media (min-width:768px) {
    .ta-left-md {
        text-align: left
    }

    .ta-center-md {
        text-align: center
    }

    .ta-right-md {
        text-align: right
    }
}

@media (min-width:992px) {
    .ta-left-lg {
        text-align: left
    }

    .ta-center-lg {
        text-align: center
    }

    .ta-right-lg {
        text-align: right
    }
}

@media (min-width:1200px) {
    .ta-left-xl {
        text-align: left
    }

    .ta-center-xl {
        text-align: center
    }

    .ta-right-xl {
        text-align: right
    }
}

@media (min-width:1320px) {
    .ta-left-xxl {
        text-align: left
    }

    .ta-center-xxl {
        text-align: center
    }

    .ta-right-xxl {
        text-align: right
    }
}

@media (max-width:575px) {
    .va-rel-xs-only {
        position: relative
    }

    .va-abs-xs-only {
        position: absolute
    }

    .va-center-xs-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

.va-rel-xs-up {
    position: relative
}

.va-abs-xs-up {
    position: absolute
}

.va-center-xs-up {
    top: 50%;
    transform: translateY(-50%)
}

@media (min-width:576px) and (max-width:767px) {
    .va-rel-sm-only {
        position: relative
    }

    .va-abs-sm-only {
        position: absolute
    }

    .va-center-sm-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:576px) {
    .va-rel-sm-up {
        position: relative
    }

    .va-abs-sm-up {
        position: absolute
    }

    .va-center-sm-up {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .va-rel-md-only {
        position: relative
    }

    .va-abs-md-only {
        position: absolute
    }

    .va-center-md-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:768px) {
    .va-rel-md-up {
        position: relative
    }

    .va-abs-md-up {
        position: absolute
    }

    .va-center-md-up {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .va-rel-lg-only {
        position: relative
    }

    .va-abs-lg-only {
        position: absolute
    }

    .va-center-lg-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:992px) {
    .va-rel-lg-up {
        position: relative
    }

    .va-abs-lg-up {
        position: absolute
    }

    .va-center-lg-up {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:1200px) and (max-width:1319px) {
    .va-rel-xl-only {
        position: relative
    }

    .va-abs-xl-only {
        position: absolute
    }

    .va-center-xl-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:1200px) {
    .va-rel-xl-up {
        position: relative
    }

    .va-abs-xl-up {
        position: absolute
    }

    .va-center-xl-up {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:1320px) {
    .va-rel-xxl-only {
        position: relative
    }

    .va-abs-xxl-only {
        position: absolute
    }

    .va-center-xxl-only {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width:1320px) {
    .va-rel-xxl-up {
        position: relative
    }

    .va-abs-xxl-up {
        position: absolute
    }

    .va-center-xxl-up {
        top: 50%;
        transform: translateY(-50%)
    }
}

.invisible {
    visibility: hidden
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width:1319px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width:1320px) {
    .hidden-xxl-up {
        display: none !important
    }
}

.hidden-xxl-down {
    display: none !important
}

.float-right {
    float: right
}

.mb-16 {
    margin-bottom: 16px
}

.mt-16 {
    margin-top: 16px
}

.mb-32 {
    margin-bottom: 32px
}

.mt-32 {
    margin-top: 32px
}

.mb-48 {
    margin-bottom: 48px
}

.mt-48 {
    margin-top: 48px
}

.mb-64 {
    margin-bottom: 64px
}

.mt-64 {
    margin-top: 64px
}

.image-sm {
    max-height: 56px
}

.image-md {
    max-height: 120px
}

@font-face {
    font-family: capvis-iconfont;
    font-style: normal;
    font-weight: 400;
    src: url(https://www.capvis.com/files/theme/capvis/assets/fonts/capvis-iconfont.eot?qutfsw);
    src: url(https://www.capvis.com/files/theme/capvis/assets/fonts/capvis-iconfont.eot?qutfsw#iefix) format("embedded-opentype"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/capvis-iconfont.ttf?qutfsw) format("truetype"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/capvis-iconfont.woff?qutfsw) format("woff"), url(https://www.capvis.com/files/theme/capvis/assets/fonts/capvis-iconfont.svg?qutfsw#capvis-iconfont) format("svg")
}

.accordion__headline:before,
[class*=" cvi-"],
[class^=cvi-],
a.has--arrow:before {
    font-family: capvis-iconfont !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none
}

.cvi-angle-down:before {
    content: "\e900"
}

.cvi-angle-left-lead:before {
    content: "\e901"
}

.cvi-angle-left-link:before {
    content: "\e902"
}

.cvi-angle-right-lead:before {
    content: "\e903"
}

.cvi-angle-right-link:before {
    content: "\e904"
}

.cvi-minus:before {
    content: "\e905"
}

.cvi-plus:before {
    content: "\e906"
}

:root {
    font-family: Crimson Text, serif;
    font-size: 20px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5
}

body,
html {
    overflow-x: hidden
}

img {
    display: inline-block;
    max-width: 100%
}

strong {
    font-weight: 600
}

input[type=email],
input[type=text],
textarea {
    font-family: Crimson Text, serif
}

hr {
    background: #ccc;
    border: 0;
    box-shadow: none;
    height: 1px;
    margin: 24px 0
}

.container {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

@media (min-width:576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1320px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%;
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%;
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 100%;
        width: 1170px
    }
}

@media (min-width:1320px) {
    .container {
        max-width: 100%;
        width: 1170px
    }
}

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

@media (min-width:576px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1320px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:576px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

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

@media (min-width:992px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1200px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width:1320px) {
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.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,
.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,
.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-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
    min-height: 1px;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:576px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1320px) {

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .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,
    .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,
    .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-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333333%
}

.pull-2 {
    right: 16.66666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333333%
}

.pull-5 {
    right: 41.66666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333333%
}

.pull-8 {
    right: 66.66666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333333%
}

.pull-11 {
    right: 91.66666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333333%
}

.push-2 {
    left: 16.66666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333333%
}

.push-5 {
    left: 41.66666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333333%
}

.push-8 {
    left: 66.66666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333333%
}

.push-11 {
    left: 91.66666667%
}

.push-12 {
    left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .push-sm-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .push-md-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .push-lg-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333333%
    }

    .pull-xl-2 {
        right: 16.66666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333333%
    }

    .pull-xl-5 {
        right: 41.66666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333333%
    }

    .pull-xl-8 {
        right: 66.66666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333333%
    }

    .pull-xl-11 {
        right: 91.66666667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333333%
    }

    .push-xl-2 {
        left: 16.66666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333333%
    }

    .push-xl-5 {
        left: 41.66666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333333%
    }

    .push-xl-8 {
        left: 66.66666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333333%
    }

    .push-xl-11 {
        left: 91.66666667%
    }

    .push-xl-12 {
        left: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1320px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xxl-0 {
        right: auto
    }

    .pull-xxl-1 {
        right: 8.33333333%
    }

    .pull-xxl-2 {
        right: 16.66666667%
    }

    .pull-xxl-3 {
        right: 25%
    }

    .pull-xxl-4 {
        right: 33.33333333%
    }

    .pull-xxl-5 {
        right: 41.66666667%
    }

    .pull-xxl-6 {
        right: 50%
    }

    .pull-xxl-7 {
        right: 58.33333333%
    }

    .pull-xxl-8 {
        right: 66.66666667%
    }

    .pull-xxl-9 {
        right: 75%
    }

    .pull-xxl-10 {
        right: 83.33333333%
    }

    .pull-xxl-11 {
        right: 91.66666667%
    }

    .pull-xxl-12 {
        right: 100%
    }

    .push-xxl-0 {
        left: auto
    }

    .push-xxl-1 {
        left: 8.33333333%
    }

    .push-xxl-2 {
        left: 16.66666667%
    }

    .push-xxl-3 {
        left: 25%
    }

    .push-xxl-4 {
        left: 33.33333333%
    }

    .push-xxl-5 {
        left: 41.66666667%
    }

    .push-xxl-6 {
        left: 50%
    }

    .push-xxl-7 {
        left: 58.33333333%
    }

    .push-xxl-8 {
        left: 66.66666667%
    }

    .push-xxl-9 {
        left: 75%
    }

    .push-xxl-10 {
        left: 83.33333333%
    }

    .push-xxl-11 {
        left: 91.66666667%
    }

    .push-xxl-12 {
        left: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.has--parallax .bg--image:after,
.mod-parallax .bg--image:after,
.mod-slider .slides .slide.has--overlay:after {
    background: rgba(0, 0, 0, .3);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

body,
html {
    color: #000
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease
}

a:not([class]) {
    font-weight: 600
}

a.has--icon {
    display: inline-block;
    padding-left: 1em;
    position: relative
}

a.has--icon [class*=cvi-] {
    left: 0;
    position: absolute;
    top: .1em
}

a.has--arrow {
    display: inline-block;
    padding-left: 1em;
    position: relative
}

a.has--arrow:before {
    content: "\e904";
    left: -5px;
    line-height: inherit;
    position: absolute;
    top: -.05em
}

.page-content a[href^="mailto:"],
.page-content a[href^="tel:"] {
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Post Grotesk, sans-serif;
    font-weight: 500;
    margin: 0
}

.h1,
h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px
}

@media (min-width:768px) {

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

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px
}

@media (min-width:768px) {

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

.h2.is--lead,
.is--lead .h2,
.is--lead h2,
h2.is--lead {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 40px
}

@media (min-width:768px) {

    .h2.is--lead,
    .is--lead .h2,
    .is--lead h2,
    h2.is--lead {
        font-size: 48px
    }
}

.h2+.h3,
.h2+h3,
h2+.h3,
h2+h3 {
    margin-bottom: 48px;
    margin-top: -32px
}

.h3,
h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 24px
}

@media (min-width:768px) {

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

.h3+.h2,
.h3+h2,
h3+.h2,
h3+h2 {
    margin-top: -16px
}

.h4,
h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 48px
}

.h5+p,
h5+p {
    margin-top: 12px
}

p+.h5,
p+h5 {
    margin-top: 48px
}

p {
    line-height: 1.5;
    margin: 0 0 24px
}

.is--lead p,
p.is--lead {
    font-size: 24px;
    font-weight: 400
}

@media (min-width:768px) {

    .is--lead p,
    p.is--lead {
        font-size: 28px
    }
}

.tabs p+p>.tab,
p+p>.btn {
    margin-top: 24px
}

p+ul {
    margin-top: 0
}

.small {
    font-size: 17px !important;
    line-height: 1.75
}

.tiny {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5
}

.uppercase {
    text-transform: uppercase
}

address {
    font-style: normal;
    font-weight: 400
}

ul {
    list-style: outside;
    margin: 40px 24px 48px;
    padding: 0
}

ul li {
    padding-left: 16px
}

.count {
    font-family: Post Grotesk, sans-serif;
    font-weight: 500;
    margin-top: 24px
}

@media (min-width:576px) {
    .count {
        margin-top: 48px
    }
}

.count__value {
    display: block;
    font-size: 40px
}

@media (min-width:768px) {
    .count__value {
        font-size: 56px
    }
}

@media (min-width:992px) {
    .count__value {
        font-size: 72px
    }
}

.count__label {
    display: block;
    font-size: 17px;
    font-weight: 400
}

.accordion__headline {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    opacity: .7;
    padding: 16px 0 16px 48px;
    position: relative;
    transition: opacity .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.accordion__headline.is--open,
.accordion__headline:hover {
    opacity: 1
}

.accordion__headline:before {
    content: "\e906";
    display: block;
    font-size: 48px;
    height: 75px;
    left: 0;
    line-height: 75px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px
}

.accordion__headline.is--open:before {
    content: "\e905"
}

.accordion__content {
    margin: 0;
    padding: 24px 0 0
}

.bg--image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%
}

.bg--image.fade-in {
    opacity: 1
}

.has--parallax .bg--image,
.mod-parallax .bg--image {
    height: 200%
}

.bg--primary {
    background-color: #f6f9fa
}

.box {
    display: block;
    margin-bottom: 24px;
    padding: 32px
}

@media (min-width:768px) {
    .box {
        margin-bottom: 48px
    }
}

@media (min-width:992px) {
    .box {
        margin-bottom: 72px
    }
}

.box--rounded {
    border-radius: 8px
}

.box--dark {
    background: rgba(0, 0, 0, .9)
}

.box h4 {
    font-size: 17px;
    margin-bottom: 8px
}

.brand {
    display: block;
    float: left;
    transition: opacity .3s ease
}

.is--open .brand {
    opacity: 0
}

.page-header .brand {
    margin-top: 25px
}

@media only screen and (max-width:1079px) {
    .page-header .brand {
        margin-top: 15px
    }
}

.page-header.is--outofsight .brand {
    margin-top: 15px
}

.brand__image--desktop,
.brand__image--footer {
    max-width: 150px
}

.is--outofsight .brand__image--desktop,
.is--outofsight .brand__image--footer {
    display: none
}

.brand__image--mobile,
.brand__image--sticky {
    display: none;
    max-width: 80px
}

.is--outofsight .brand__image--sticky {
    display: block
}

@media only screen and (max-width:1079px) {
    .brand__image--desktop {
        display: none
    }

    .brand__image--mobile {
        display: block
    }

    .is--outofsight .brand__image--mobile {
        display: none
    }
}

.btn,
.tabs .tab {
    cursor: pointer;
    display: inline-block;
    font-family: Post Grotesk, sans-serif;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

.btn-default,
.tabs .tab {
    border: 2px solid;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s ease, border-color .3s ease, color .3s ease
}

.btn-default.is--primary,
.tabs .tab {
    background: #000;
    border-color: #000;
    color: #fff
}

.btn-default.is--primary:hover,
.button-group__item .btn-default.btn.is--active,
.tabs .tab.is--active,
.tabs .tab:hover {
    background: #fff;
    color: #000
}

.btn-default.is--secondary,
.tabs .is--secondary.tab {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn-default.is--secondary:hover,
.tabs .is--secondary.tab:hover {
    background: #fff;
    color: #000
}

.btn-default.is--tertiary,
.tabs .is--tertiary.tab {
    background: #f6f9fa;
    border-color: transparent;
    color: #000;
    font-size: 16px;
    letter-spacing: 0
}

.btn-default.is--tertiary:hover,
.tabs .is--tertiary.tab:hover {
    background: #000;
    color: #fff
}

.btn-filled {
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s ease, color .3s ease
}

.btn-filled.is--primary,
.tabs .btn-filled.tab {
    background: #000;
    color: #fff
}

.btn-filled.is--secondary {
    background: #fff;
    color: #000
}

.btn.is--large,
.tabs .tab {
    line-height: 24px;
    max-width: 100%;
    min-height: 50px;
    min-width: 200px;
    padding-bottom: 13px;
    padding-top: 13px
}

.btn.is--xlarge,
.tabs .is--xlarge.tab {
    line-height: 24px;
    min-width: 100%;
    padding-bottom: 24px;
    padding-top: 24px
}

.button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 12px -6px 0
}

.button-group__item {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 3px 6px
}

@media (min-width:576px) {
    .button-group__item {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }
}

@media (min-width:992px) {
    .button-group__item {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: none
    }
}

.button-group__item .btn,
.button-group__item .tabs .tab,
.tabs .button-group__item .tab {
    min-width: 0;
    width: 100%
}

.frm--filter {
    padding: 48px 0 24px
}

.frm__grp {
    border: 0;
    margin: 0;
    padding: 0
}

.frm__fld {
    margin-bottom: 24px
}

.frm__fld,
.frm__fld__label {
    display: block
}

.has--no-label .frm__fld__label {
    display: none
}

.frm__fld__control {
    display: block
}

.frm__fld--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    z-index: 5
}

.frm__fld--select select:focus {
    outline: none
}

.frm__fld--select select::-ms-expand {
    display: none
}

.frm__fld--select .frm__fld__control {
    background: #fff;
    cursor: pointer;
    position: relative
}

.frm__fld--select .frm__fld__control .select-opener {
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 1
}

.handle {
    cursor: pointer
}

.handle--menu {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color .3s ease;
    width: 60px
}

@media only screen and (min-width:1080px) {
    .handle--menu {
        display: none
    }
}

.handle__bar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -2px);
    transition: all .3s ease;
    width: 40%
}

.handle__bar:first-child {
    transform: translate(-50%, -10px)
}

.handle__bar:last-child {
    transform: translate(-50%, 6px)
}

.is--open .handle__bar,
.is--outofsight .handle__bar {
    background: #fff
}

.is--open .handle__bar:not(:first-child):not(:last-child) {
    opacity: 0 !important
}

.is--open .handle__bar:first-child {
    transform: translate(-50%, -50%) rotate(45deg)
}

.is--open .handle__bar:last-child {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.icon {
    background: #000;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    padding: 16px;
    position: relative
}

@media (min-width:768px) {
    .icon {
        max-width: 296px
    }
}

.icon__inner {
    min-height: 150px;
    padding-top: 30%;
    position: relative
}

@media (min-width:768px) {
    .icon__inner {
        min-height: 130px;
        padding-top: 70%
    }
}

.icon__image {
    left: 50%;
    max-width: 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 33%
}

.icon__title {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 0 24px
}

.row--icons {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 48px
}

.row--icons [class*=col-] {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:767px) {
    .row--icons [class*=col-] {
        margin-bottom: 24px
    }

    .row--icons [class*=col-]:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1080px) {
    .menu {
        float: right
    }
}

@media only screen and (max-width:1079px) {
    .menu {
        background: #000;
        border-top: 1px solid hsla(0, 0%, 100%, .15);
        display: none;
        left: 0;
        max-height: calc(100vh - 60px);
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: scroll;
        position: absolute;
        top: 60px;
        width: 100%
    }
}

.mod {
    padding-bottom: 48px;
    padding-top: 48px;
    position: relative
}

@media (min-width:768px) {
    .mod {
        padding-bottom: 120px;
        padding-top: 120px
    }
}

.mod.vheight--44 {
    height: 44vh
}

.mod.vheight--50 {
    height: 50vh
}

.mod.vheight--55 {
    height: 55vh
}

.mod.vheight--88 {
    height: 88vh
}

.mod.vheight--100 {
    height: 100vh
}

.mod.is--inverted {
    color: #fff
}

.mod .button-row {
    margin-top: 48px
}

.modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border: 2px solid #000;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    height: 90%;
    left: 50%;
    max-width: 1170px;
    opacity: 0;
    overflow: hidden;
    padding: 48px 15px 48px 30px;
    position: fixed;
    top: calc(5% + 40px);
    transform: translateX(-50%);
    transition: opacity .3s ease, top .3s ease, visibility 0s linear .3s, z-index 0s linear .3s;
    visibility: hidden;
    width: 90vw;
    z-index: -1
}

@media (min-width:768px) {
    .modal {
        height: auto;
        max-height: 90vh;
        padding: 80px 30px 80px 60px;
        top: calc(5vh + 40px)
    }
}

@media (min-width:992px) {
    .modal {
        top: calc(10vh + 40px)
    }
}

.modal.reveal-modal {
    opacity: 1;
    top: 5%;
    transition: opacity .3s ease, top .3s ease, visibility 0s linear, z-index 0s linear;
    visibility: visible;
    z-index: 9999
}

@media (min-width:768px) {
    .modal.reveal-modal {
        top: 5vh
    }
}

@media (min-width:992px) {
    .modal.reveal-modal {
        top: 10vh
    }
}

.modal--small {
    max-width: 800px
}

.modal-content {
    display: none
}

.modal .modal-content {
    display: block;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px
}

@media (min-width:768px) {
    .modal .modal-content {
        max-height: calc(90vh - 160px);
        padding-right: 30px
    }
}

.modal-content--investment {
    font-size: 13px;
    font-weight: 400
}

@media (min-width:992px) {
    .modal-content--investment {
        font-size: 16px;
        font-weight: 300
    }
}

@media (min-width:1200px) {
    .modal-content--investment {
        font-size: 18px
    }
}

.modal-content--investment .modal-row {
    margin-left: -30px;
    margin-right: -30px
}

@media (min-width:768px) {
    .modal-content--investment .modal-row:last-child {
        margin-top: 24px
    }
}

@media (max-width:767px) {
    .modal-content--investment .modal-row:last-child .modal-col-right {
        margin-bottom: 0 !important
    }
}

.modal-content--investment .modal-col-left,
.modal-content--investment .modal-col-right {
    padding: 0 30px
}

@media (max-width:767px) {

    .modal-content--investment .modal-col-left,
    .modal-content--investment .modal-col-right {
        margin-bottom: 48px
    }
}

.modal-content--investment h4 {
    margin-bottom: 0
}

.modal--small .modal-content--investment h4 {
    margin-bottom: 24px;
    margin-top: 48px
}

.modal-content--investment__logo {
    max-height: 100px;
    max-width: 240px
}

.modal-content--team {
    font-size: 17px
}

.modal-content--team h4 {
    margin-bottom: 8px
}

.modal-content--team p {
    line-height: 30px
}

.modal-content--team .modal-row {
    margin-left: -30px;
    margin-right: -30px
}

.modal-content--team .modal-col-left,
.modal-content--team .modal-col-right {
    padding: 0 30px
}

@media (max-width:767px) {
    .modal-content--team .modal-col-left {
        margin-bottom: 24px
    }
}

.modal-cover {
    background: transparent;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s ease, visibility 0s linear .3s, z-index 0s linear .3s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.modal-cover.reveal-modal {
    opacity: 1;
    transition: opacity .3s ease, visibility 0s linear, z-index 0s linear;
    visibility: visible;
    z-index: 9998
}

.modal-close {
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 40px
}

@media (min-width:768px) {
    .modal-close {
        right: 12px;
        top: 12px
    }
}

@media (min-width:992px) {
    .modal-close {
        right: 48px;
        top: 36px
    }
}

.modal-close:after,
.modal-close:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all .3s ease;
    width: 60%
}

.modal-close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal-close:hover:before {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.2)
}

.modal-close:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.2)
}

.nav,
.navbar {
    font-weight: 500
}

.navbar {
    font-family: Post Grotesk, sans-serif;
    margin: 0 auto;
    max-width: 1320px;
    min-height: 100%;
    padding: 0 12px;
    position: relative;
    width: 100%
}

.navbar .magic-line {
    background-color: #000;
    bottom: 0;
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease
}

.is--outofsight .navbar .magic-line {
    background-color: #fff
}

.nav__lvl {
    display: block;
    list-style: none
}

.nav__item,
.nav__lvl {
    margin: 0;
    padding: 0
}

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

    .nav--lang .nav__item,
    .nav--meta .nav__item,
    .nav--primary .nav__item {
        display: block
    }

    .nav--lang .nav__item__trigger,
    .nav--meta .nav__item__trigger,
    .nav--primary .nav__item__trigger {
        color: #fff;
        display: block;
        font-size: 16px;
        padding: 8px 16px
    }

    .nav--lang .nav__item.is--active>.nav__item__trigger .nav__item__inner,
    .nav--meta .nav__item.is--active>.nav__item__trigger .nav__item__inner,
    .nav--primary .nav__item.is--active>.nav__item__trigger .nav__item__inner {
        border-bottom: 2px solid #fff;
        display: inline-block;
        font-family: Post Grotesk, sans-serif;
        font-weight: 500;
        padding-bottom: 5px
    }

    .nav--lang .nav__lvl--1,
    .nav--meta .nav__lvl--1,
    .nav--primary .nav__lvl--1 {
        margin-bottom: 4px
    }

    .nav--lang .nav__lvl--1 .nav__item__trigger,
    .nav--meta .nav__lvl--1 .nav__item__trigger,
    .nav--primary .nav__lvl--1 .nav__item__trigger {
        padding: 4px 16px 4px 32px
    }
}

@media only screen and (min-width:1080px) {

    .nav--lang,
    .nav--meta,
    .nav--primary {
        border-bottom: 3px solid #fff;
        float: left
    }

    .nav--lang:first-child,
    .nav--meta:first-child,
    .nav--primary:first-child {
        margin-right: 24px
    }

    .is--outofsight .nav--lang,
    .is--outofsight .nav--meta,
    .is--outofsight .nav--primary {
        border-bottom-color: #000
    }

    .nav--lang .nav__lvl--0>.nav__item>.nav__item__trigger,
    .nav--meta .nav__lvl--0>.nav__item>.nav__item__trigger,
    .nav--primary .nav__lvl--0>.nav__item>.nav__item__trigger {
        line-height: 76px
    }

    .is--outofsight .nav--lang .nav__lvl--0>.nav__item>.nav__item__trigger,
    .is--outofsight .nav--meta .nav__lvl--0>.nav__item>.nav__item__trigger,
    .is--outofsight .nav--primary .nav__lvl--0>.nav__item>.nav__item__trigger {
        line-height: 50px;
        padding-top: 7px
    }

    .nav--lang .nav__item,
    .nav--meta .nav__item,
    .nav--primary .nav__item {
        display: block;
        float: left;
        font-size: 16px;
        letter-spacing: .025em
    }

    .nav--lang .nav__item__trigger,
    .nav--meta .nav__item__trigger,
    .nav--primary .nav__item__trigger {
        color: #000;
        display: block;
        padding: 25px 12px 0
    }

    .is--outofsight .nav--lang .nav__item__trigger,
    .is--outofsight .nav--meta .nav__item__trigger,
    .is--outofsight .nav--primary .nav__item__trigger {
        color: #fff;
        padding: 0 12px
    }

    .nav--lang .nav__lvl--1,
    .nav--meta .nav__lvl--1,
    .nav--primary .nav__lvl--1 {
        display: none
    }
}

@media (min-width:1200px) {

    .nav--lang .nav__item__trigger,
    .nav--meta .nav__item__trigger,
    .nav--primary .nav__item__trigger {
        padding: 25px 16px 0
    }

    .is--outofsight .nav--lang .nav__item__trigger,
    .is--outofsight .nav--meta .nav__item__trigger,
    .is--outofsight .nav--primary .nav__item__trigger {
        padding: 0 16px
    }
}

.nav--topbar {
    color: #fff;
    font-size: 16px
}

.page-topbar .nav--topbar .nav__lvl {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.page-topbar .nav--topbar .nav__item {
    padding: 0 15px
}

@media (min-width:992px) {
    .menu .nav--topbar {
        display: none
    }
}

.menu .nav--topbar .nav__item__trigger {
    display: block;
    padding: 8px 16px
}

.nav--lang .nav__item__trigger,
.nav--meta .nav__item__trigger {
    opacity: .5;
    transition: opacity .3s ease
}

.nav--lang .nav__item__trigger:hover,
.nav--meta .nav__item__trigger:hover {
    opacity: 1
}

.no-touch .nav--topbar .nav__item__trigger {
    opacity: .5;
    transition: opacity .3s ease
}

.no-touch .nav--topbar .nav__item__trigger:hover {
    opacity: 1
}

.nav--sticky {
    border-bottom: 3px solid #fff;
    display: inline-block
}

.nav--sticky .nav__item {
    float: left;
    font-size: 16px;
    letter-spacing: .025em
}

.nav--sticky .nav__item__trigger {
    color: #000;
    display: block;
    line-height: 57px;
    opacity: .7;
    padding: 0 30px;
    transition: opacity .3s ease
}

.nav--sticky .nav__item.is--active .nav__item__trigger,
.nav--sticky .nav__item__trigger:hover {
    opacity: 1
}

.nav--sitemap .nav__item {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .nav--sitemap .is--last {
        margin-top: 16px
    }
}

.news__date {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px
}

.news--teaser {
    padding: 24px 24px 0 48px
}

.news--latest .news__title,
.news--teaser .news__title {
    line-height: 133.33333333%;
    margin-bottom: 8px
}

.news--latest .news__readmore,
.news--teaser .news__readmore {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .025em
}

.news__backlink {
    font-size: 17px;
    margin-bottom: 48px
}

@media (min-width:768px) {
    .news__backlink {
        margin-top: -48px
    }
}

.news__backlink .has--icon [class*=cvi-] {
    left: -5px
}

.page.has--open-modal {
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.page-topbar {
    background-color: #292929;
    display: none;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:1080px) {
    .page-topbar {
        display: block
    }
}

.is--outofsight .page-topbar {
    display: none
}

.page-topbar .navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header {
    background: #b5b4b4;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101
}

@media only screen and (min-width:1080px) {
    .page-header {
        height: 140px;
        padding-top: 36px
    }
}

.page-header.is--animating {
    transition: all .3s ease
}

.page-header.is--outofsight {
    background: #000;
    border-bottom: 0;
    height: 60px;
    padding-top: 0;
    position: fixed;
    transform: translateY(-100%);
    visibility: hidden
}

.page-header.is--notinview {
    transition: all .3s ease
}

.page-header.is--sticky {
    transform: translateY(0);
    visibility: visible
}

.page-header.is--open {
    background: #000;
    border-bottom: 0;
    position: fixed !important;
    transform: translateY(0) !important;
    transition: all .3s ease;
    visibility: visible !important
}

.page-content {
    margin-top: 60px
}

@media only screen and (min-width:1080px) {
    .page-content {
        margin-top: 140px
    }
}

.page-footer {
    background: #292929;
    color: #fff;
    font-family: Post Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 48px 0 24px
}

@media (min-width:768px) {
    .page-footer {
        padding: 72px 0 24px
    }
}

.page-footer .row:first-child {
    margin-bottom: 32px
}

.page-footer a:not(.brand) {
    color: #fff;
    font-weight: 500;
    opacity: .5;
    transition: opacity .3s ease
}

.page-footer a:not(.brand):hover {
    opacity: 1
}

.page-cookies {
    background-color: hsla(0, 0%, 100%, .95);
    bottom: 0;
    font-family: Post Grotesk, sans-serif;
    font-size: .7em;
    font-weight: 500;
    left: 0;
    opacity: 0;
    padding: 16px;
    position: fixed;
    transform: translateY(100%);
    transition: opacity .3s ease, transform .3s ease;
    width: 100%;
    z-index: 1000
}

.page-cookies.is--visible {
    opacity: 1;
    transform: translateY(0)
}

.page-cookies p:last-child {
    margin-bottom: 0
}

.page-cookies a {
    border-bottom: 1px solid #000;
    font-weight: 500
}

.slogan {
    background: #000;
    color: #fff;
    height: 100%;
    margin: 0 auto;
    padding: 16px 24px 24px;
    position: relative
}

.slogan p {
    font-size: 24px;
    font-weight: 600;
    margin: 0
}

.row--slogans {
    margin-top: 48px
}

@media (min-width:992px) {
    .row--slogans {
        margin-left: -30px;
        margin-right: -30px
    }
}

@media (min-width:992px) {
    .row--slogans [class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:767px) {
    .row--slogans [class*=col-] {
        margin-bottom: 24px
    }

    .row--slogans [class*=col-]:last-child {
        margin-bottom: 0
    }
}

.tbl {
    padding-left: 15px;
    padding-right: 15px
}

.tbl .row {
    border-top: 1px solid #ccc;
    padding-bottom: 12px;
    padding-top: 12px
}

.tbl .row [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.tbl .row:first-child {
    border-top: 0;
    padding-top: 0
}

.tbl .row:last-child {
    padding-bottom: 0
}

.tabs .tbl+.tab,
.tbl+.btn {
    margin-top: 48px
}

.tabs {
    display: inline-block;
    margin: 24px 0 0
}

@media (min-width:768px) and (max-width:991px) {
    .tabs {
        margin: 24px -8px 0
    }
}

.tabs .tab {
    float: left;
    list-style: none;
    margin-bottom: 8px;
    width: 100%
}

.tabs .tab:last-child {
    margin-bottom: 0
}

@media (min-width:768px) and (max-width:991px) {
    .tabs .tab {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:768px) {
    .tabs .tab {
        margin: 0 8px;
        width: auto
    }
}

hr+.tabbed-content {
    margin-top: 48px
}

.js .tabbed-content .tab-content {
    display: none
}

.team-member {
    cursor: pointer;
    font-family: Post Grotesk, sans-serif;
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    text-align: left
}

.team-member__name {
    font-size: 17px;
    margin: 0 0 5px
}

.team-member__subline {
    font-size: 10px;
    line-height: 133.33333333%;
    margin: 0
}

.team-member__image {
    margin-bottom: 16px;
    position: relative
}

.team-member__image:after {
    border: 2px solid transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color .3s ease;
    width: 100%
}

.team-member:hover .team-member__image:after {
    border-color: #000
}

.timeline {
    margin-top: 96px
}

.timeline__entry {
    position: relative
}

.timeline__entry:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 40px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    z-index: 0
}

@media (min-width:768px) {
    .timeline__entry:after {
        left: 50%
    }
}

@media (min-width:576px) {
    .timeline__entry__inner {
        padding-left: 104px
    }
}

@media (min-width:768px) {
    .timeline__entry__inner {
        padding-left: 0
    }
}

.timeline__entry p {
    margin-bottom: 0
}

.timeline__entry:nth-child(2n) .timeline__excerpt {
    float: right
}

@media (min-width:768px) {
    .timeline__entry:first-child:after {
        height: 50%;
        top: 50%
    }
}

.timeline__entry:last-child:after {
    height: 50%
}

@media (min-width:576px) and (max-width:767px) {
    .timeline__entry:last-child:after {
        content: normal
    }
}

.timeline__excerpt {
    background: #fff;
    margin-bottom: 24px;
    padding: 24px;
    position: relative;
    z-index: 2
}

@media (min-width:576px) {
    .timeline__excerpt {
        z-index: auto
    }
}

@media (min-width:768px) {
    .timeline__excerpt {
        margin-bottom: 0;
        width: calc(50% - 84px)
    }
}

.timeline__milestone {
    background: #fff;
    border: 3px solid #000;
    border-radius: 100%;
    color: #000;
    height: 80px;
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1
}

@media (min-width:576px) {
    .timeline__milestone {
        left: 0;
        margin-bottom: 0;
        position: absolute
    }
}

@media (min-width:768px) {
    .timeline__milestone {
        font-size: 28px;
        height: 120px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 120px
    }
}

.timeline__milestone span {
    display: block;
    line-height: 1.2;
    padding: 0 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.mod-charts .charts {
    margin-top: 48px
}

.mod-charts .chart {
    margin: 0 auto 24px;
    opacity: 0;
    position: relative;
    transition: opacity .3s ease, visbility .3s ease;
    visibility: hidden
}

.mod-charts .chart-container {
    margin: 0 auto;
    width: 280px
}

.mod-charts .chart.fade-in {
    opacity: 1;
    visibility: visible
}

@media (max-width:575px) {
    .mod-charts .chart {
        margin: 0 0 24px
    }
}

.mod-charts .chart__title {
    left: 0;
    padding: 0 30%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .mod-charts .chart__title {
        font-size: 16px
    }
}

.mod-charts .chart__color {
    background: #ff3b4b;
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px
}

.mod-charts .chart__legend {
    font-size: 16px;
    list-style: none;
    margin: 0 0 48px;
    padding: 0 0 0 8px
}

.mod-charts .chart__legend__entry {
    margin-bottom: 4px;
    padding-left: 32px;
    position: relative
}

.mod-competence {
    overflow: hidden
}

.mod-competence .bg:after {
    opacity: .3
}

.mod-contact h2 {
    margin-bottom: 24px
}

@media (min-width:768px) {
    .mod-contact h2 {
        margin-bottom: 48px
    }
}

.mod-contact h4 {
    margin-bottom: 24px;
    margin-top: 24px
}

@media (min-width:768px) {
    .mod-contact h4 {
        margin-top: 48px
    }
}

.mod-funds .funds {
    margin-bottom: 48px
}

.mod-funds .fund {
    color: #000;
    cursor: pointer;
    display: block;
    margin-bottom: 24px;
    padding: 48px 32px;
    position: relative;
    text-align: center
}

.mod-funds .fund.is--buttononly {
    padding-bottom: 180px;
    padding-top: 180px
}

.mod-funds .fund__inner {
    position: relative;
    z-index: 2
}

.mod-funds .fund:after {
    background: #f6f9fa;
    border-radius: 8px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 0
}

.mod-funds .fund:hover:after {
    box-shadow: 0 0 5px 0 #ccc;
    transform: scale(1.03)
}

.mod-funds .fund-facts {
    margin: 0 0 40px;
    padding: 0
}

.mod-funds .fund-facts dt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0
}

.mod-funds .fund-facts dt.is--hidden {
    display: none
}

.mod-funds .fund-facts dd {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 16px;
    padding: 0
}

.mod-funds .fund-facts dd.fund__title {
    margin-bottom: 48px
}

@media (min-width:768px) {
    .mod-funds .fund-facts dd.fund__title {
        font-size: 32px
    }
}

.mod-funds.bg--primary .fund:after {
    background: #fff
}

.mod-image-box {
    margin-bottom: 48px;
    padding: 0
}

.mod-image-box:last-child {
    margin-bottom: 0
}

.bg--primary+.mod-image-box {
    margin-top: 48px
}

@media (min-width:768px) {
    .mod-image-box {
        height: 640px
    }
}

@media (min-width:992px) {
    .mod-image-box {
        height: 50vw;
        max-height: 640px;
        min-height: 40vh;
        overflow: hidden
    }
}

.mod-image-box p {
    font-size: 18px
}

.mod-image-box .bg {
    background-position: 0;
    left: 50%;
    width: 50%
}

@media (max-width:767px) {
    .mod-image-box .bg {
        display: none
    }
}

.mod-investments>.container {
    padding-left: 30px;
    padding-right: 30px
}

.mod-investments .image-teaser,
.mod-investments .logo-teaser {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin-top: 24px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    transform: translateZ(0)
}

.mod-investments .image-teaser-group,
.mod-investments .logo-teaser-group {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 24px
}

.mod-investments .image-teaser__image,
.mod-investments .logo-teaser__image {
    border-radius: 8px;
    transition: opacity .3s ease, transform .6s ease
}

.mod-investments .image-teaser__logo,
.mod-investments .logo-teaser__logo {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.mod-investments .image-teaser__logo img,
.mod-investments .logo-teaser__logo img {
    width: 75%
}

.mod-investments .image-teaser__button,
.mod-investments .logo-teaser__button {
    bottom: 0;
    display: none;
    left: 50%;
    opacity: 0;
    padding-bottom: 32px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 100%);
    transition: opacity .3s ease, transform .3s ease;
    width: 90%
}

@media (min-width:768px) and (max-width:991px) {

    .mod-investments .image-teaser__button,
    .mod-investments .logo-teaser__button {
        padding-bottom: 16px
    }
}

@media (min-width:768px) {

    .mod-investments .image-teaser__button,
    .mod-investments .logo-teaser__button {
        display: block
    }
}

.no-touch .mod-investments .image-teaser:hover .image-teaser__image,
.no-touch .mod-investments .logo-teaser:hover .image-teaser__image {
    transform: scale(1.2)
}

.no-touch .mod-investments .image-teaser:hover .image-teaser__button,
.no-touch .mod-investments .logo-teaser:hover .image-teaser__button {
    opacity: 1;
    transform: translate(-50%)
}

.mod-investments .logo-teaser {
    background: #f6f9fa;
    padding-bottom: 30%
}

.mod-investments .logo-teaser__button {
    bottom: auto;
    padding-bottom: 0;
    top: 50%
}

.mod-investments .logo-teaser__logo img {
    max-height: 40px;
    max-width: 75%;
    width: auto
}

.mod-investments .logo-teaser:hover .logo-teaser__button {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.mod-investments--preview>.container>.row:last-child,
.mod-latest-news>.container>.row:last-child {
    margin-top: 48px
}

@media (min-width:768px) {
    .mod-latest-news>.container>.row:last-child {
        margin-top: 72px
    }
}

.mod-nav {
    background: #fff;
    font-family: Post Grotesk, sans-serif;
    font-weight: 500;
    height: 60px;
    padding: 0;
    text-align: center
}

.mod-nav+.mod {
    padding-top: 60px
}

@media only screen and (max-width:1079px) {
    .mod-nav {
        display: none
    }
}

.mod-nav .magic-line {
    background-color: #000;
    bottom: 0;
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease
}

.mod-nav.is--sticky {
    height: 120px;
    left: 0;
    padding-top: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.mod-nav .has--magic-line {
    height: 60px
}

.mod-news-detail h5 {
    margin-top: 36px
}

.mod-parallax {
    overflow: hidden
}

.mod-parallax .btn,
.mod-parallax .tabs .tab,
.tabs .mod-parallax .tab {
    margin-top: 48px
}

.mod-projects .project-footer,
.mod-projects .project-heading {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:768px) {

    .mod-projects .project-footer,
    .mod-projects .project-heading {
        margin-left: -12px
    }
}

.mod-projects .project {
    background: #fff;
    margin-bottom: 48px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 48px 30px 32px
}

@media (min-width:768px) {
    .mod-projects .project {
        margin-left: -15px;
        margin-right: -15px;
        padding: 96px 0 80px
    }
}

.mod-projects .project__image {
    padding-bottom: 48px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.mod-projects .project__image img {
    max-height: 55px
}

.mod-slider {
    min-height: 480px;
    padding: 0
}

.mod-slider .slides {
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mod-slider .slides .slide {
    height: 100%
}

.mod-slider .slides .slide__badge {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 10
}

.mod-slider .slides .slide__badge .col-12 {
    position: relative
}

.mod-slider .slides .slide__badge img {
    max-height: 160px;
    position: absolute;
    right: 15px;
    top: 0
}

.mod-slider .slides .slide__copy {
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease;
    width: 100%;
    z-index: 10
}

.mod-slider .slides .slide.flex-active-slide .slide__badge,
.mod-slider .slides .slide.flex-active-slide .slide__copy {
    opacity: 1
}

.mod-team-preview>.container>.row:last-child {
    margin-top: 48px
}

@media (min-width:768px) {
    .mod-team-preview>.container>.row:last-child {
        margin-top: 72px
    }
}

.mod-team-preview h5 {
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 48px
}

@media (max-width:767px) {

    .mod-team-preview .btn,
    .mod-team-preview .tabs .tab,
    .tabs .mod-team-preview .tab {
        margin-bottom: 24px
    }
}

.mod-team__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px
}

.mod-team__row__cell {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 15px;
    width: 100%
}

@media (min-width:576px) {
    .mod-team__row__cell {
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%;
        width: 50%
    }
}

@media (min-width:768px) {
    .mod-team__row__cell {
        -ms-flex: 1 0 33.33333333%;
        flex: 1 0 33.33333333%;
        max-width: 33.33333333%;
        width: 33.33333333%
    }
}

@media (min-width:1200px) {
    .mod-team__row__cell {
        -ms-flex: 1 0 20%;
        flex: 1 0 20%;
        max-width: 20%;
        width: 20%
    }
}

.mod-team__row__cell.is--grid-break {
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    max-width: 100% !important;
    width: 100% !important
}

.mod-team__title {
    border-bottom: 2px solid #000;
    font-size: 1em;
    margin-top: 64px;
    padding-bottom: 4px
}

.mod-team .btn-default,
.mod-team .tabs .tab,
.tabs .mod-team .tab {
    padding: 0 20px
}