* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
body {
    width: 100%;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.8
}
body.no-scroll {
    overflow: hidden
}
ul {
    list-style: none
}
a {
    text-decoration: none
}
img {
    width: 100%
}
.social-media li {
    display: inline-block;
    margin: 0px 4px
}
.social-media li a {
    display: block;
    font-size: 14px;
    color: #fcfcfe;
    background: #F8333C;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s
}
.social-media li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.3;
    font-weight: 700
}
.heading {
    font-size: 46px;
    padding-bottom: 30px
}
h3 {
    font-size: 24px
}
header.header-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px
}
header.header-section .dive {
    width: 13px;
    height: 13px;
    background: #F8333C;
    margin-right: 10px
}
header.header-section h2 {
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
header.header-section a {
    color: #F8333C;
    font-size: 11px;
    padding: 3px 8px;
    border: 1px solid #F8333C
}
header.header-section a:hover {
    background: #F8333C;
    color: #fff
}
body {
    font-family: "Roboto", sans-serif;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 50px
}
@media only screen and (max-width: 480px) {
    body {
        padding-top: 10px
    }
    body .pad-aside {
        padding-right: 15px
    }
    body .line-row {
        height: 30px
    }
    body main {
        padding-top: 0px;
        z-index: 3
    }
    body main.main-pages {
        padding-bottom: 20px
    }
}
a {
    transition: all 0.3s
}
*:focus {
    outline: none
}
main {
    padding-top: 30px
}
main.main-pages {
    padding-bottom: 80px
}
.line-row {
    overflow: hidden;
    height: 80px
}
p {
    font-size: 1em;
    line-height: 1.8;
    padding-bottom: 15px
}
a.link {
    font-size: 18px;
    font-weight: 700;
    color: #070707;
    display: block
}
a.link:hover {
    color: #F8333C
}
a.link--small {
    font-size: 15px
}
a.link--thin {
    font-size: 13px !important;
    font-weight: normal !important;
    text-transform: none !important
}
.label {
    display: inline-block;
    padding: 4px 10px;
    width: 80px;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #F8333C;
    margin-bottom: 10px
}
.label--block {
    background: #F8333C;
    color: #fff
}
.label--o {
    color: #F8333C
}
.tab--actived {
    color: red
}
.tab-content {
    display: none
}
.tab-content--actived {
    display: block
}
.pad-aside {
    padding-right: 30px !important
}
.mobile-vertical {
    width: 100%
}
.mobile-vertical .mobile-vertical__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media only screen and (max-width: 480px) {
    .mobile-vertical {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto
    }
    .mobile-vertical .mobile-vertical__inner {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .mobile-vertical .mobile-vertical__inner .item-vertical {
        -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%
    }
    .mobile-vertical .mobile-vertical__inner .item-vertical .cover-square--dinamic {
        height: calc(85vw - 30px)
    }
}
header.header-pages {
    background: #070707;
    color: #fff;
    padding: 30px 0px
}
@media only screen and (max-width: 480px) {
    header.header-pages {
        padding: 15px 0px
    }
    header.header-pages h1 {
        font-size: 1.3em
    }
}
.box-info {
    padding: 30px 0px
}
.divide {
    width: 200px;
    height: 1px;
    background: #F8333C;
    margin: 10px 0px
}
.divide--mini {
    width: 20px
}
.list-style {
    list-style: square;
    padding-left: 20px;
    margin: 20px 0px
}
.list-style li {
    padding: 5px 0px
}
nav.navigation {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    transition: all 0.3s;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 0px 0px
}
nav.navigation .navigation__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
nav.navigation .menu {
    margin-left: 20px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
nav.navigation .menu #toggleMenu {
    display: none
}
nav.navigation .menu>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
nav.navigation .menu>ul>li {
    position: static;
    padding: 15px 12px
}
nav.navigation .menu>ul>li a {
    display: inline;
    font-size: 13px;
    color: #070707;
    font-weight: bold;
    text-transform: uppercase
}
nav.navigation .menu>ul>li a.active,
nav.navigation .menu>ul>li a:hover {
    color: #F8333C
}
nav.navigation .menu>ul>li .mega-menu {
    position: absolute;
    width: 100%;
    max-width: 1110px;
    margin: auto;
    top: 100%;
    left: 0%;
    right: 0%;
    height: 250px;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 0.48);
    border-top: 1px solid #fff;
    z-index: 100;
    box-shadow: 0px 127px 999px 0px rgba(0, 0, 0, 0.27);
    display: none;
    overflow: hidden;
    z-index: 999
}
nav.navigation .menu>ul>li .mega-menu__inner {
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px
}
nav.navigation .menu>ul>li .mega-menu__inner .tranding,
nav.navigation .menu>ul>li .mega-menu__inner .sub-menu {
    width: 20%;
    border-right: 1px solid rgba(221, 221, 221, 0.43)
}
nav.navigation .menu>ul>li .mega-menu__inner .tranding {
    padding: 0px 20px
}
nav.navigation .menu>ul>li .mega-menu__inner .news {
    width: 60%;
    padding: 0px 20px
}
nav.navigation .menu>ul>li:focus>a,
nav.navigation .menu>ul>li:hover>a {
    color: #F8333C
}
nav.navigation .menu>ul>li:focus .mega-menu,
nav.navigation .menu>ul>li:hover .mega-menu {
    display: block
}
nav.navigation .menu>ul>li:focus .mega-menu__inner,
nav.navigation .menu>ul>li:hover .mega-menu__inner {
    opacity: 1;
    -webkit-animation: showIn 1s;
    animation: showIn 1s
}
nav.navigation a.logo {
    width: 150px
}
/*nav.navigation a.logo img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0)
}*/
nav.navigation .search {
    border: none;
    font-size: 24px;
    cursor: pointer;
    background: transparent
}
nav.navigation .search:focus {
    outline: none
}
@media only screen and (max-width: 480px) {
    nav.navigation {
        padding: 10px 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 1000
    }
    nav.navigation .navigation__inner {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    nav.navigation .navigation__inner .logo {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        background: #fff;
        z-index: 2;
        position: relative
    }
    nav.navigation .navigation__inner .logo img {
        width: 120px
    }
    nav.navigation .navigation__inner .menu {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin: 0px;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
    nav.navigation .navigation__inner .menu #toggleMenu {
        display: block;
        font-size: 24px;
        background: transparent;
        border: none
    }
    nav.navigation .navigation__inner .menu ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        background: #fff;
        border-top: 1px solid #ddd;
        width: 100vw;
        left: 0px;
        top: 39px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1;
        max-height: 49px;
        transition: all 0.3s
    }
    nav.navigation .navigation__inner .menu ul.menu-hide {
        max-height: 0px;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    nav.navigation .navigation__inner .mega-menu {
        display: none !important
    }
    nav.navigation .navigation__inner .main-search button.search {
        right: 0px
    }
    nav.navigation .navigation__inner .box-search {
        width: 100vw;
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px
    }
    nav.navigation .navigation__inner .box-search.in-show {
        max-height: 100vh;
        height: 100vh
    }
}
@-webkit-keyframes showIn {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@keyframes showIn {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
.sub-nav {
    padding: 13px 0px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.52)
}
.sub-nav__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.sub-nav__inner header.header-section {
    padding: 0px;
    width: 173px
}
.sub-nav__inner ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.sub-nav__inner ul li a {
    display: block;
    padding: 0px 11px;
    font-size: 11px;
    color: #070707
}
.sub-nav__inner ul li a.active {
    color: #F8333C;
    font-weight: bold
}
.sub-nav__inner ul li a:hover {
    color: #F8333C
}
.menu-mobile {
    display: none
}
@media only screen and (max-width: 480px) {
    .menu-mobile {
        display: block;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        position: fixed;
        overflow: auto;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all 0.3s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .menu-mobile.in-show {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    .menu-mobile #closeMenuMobile {
        font-size: 24px;
        background: transparent;
        border: none;
        right: 20px;
        top: 10px;
        position: absolute
    }
    .menu-mobile__list {
        padding: 25px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
        margin-bottom: 15px
    }
    .menu-mobile__list h3 {
        font-size: 13px;
        opacity: 0.5
    }
    .menu-mobile__list ul.menu-aside li a {
        font-size: 16px !important;
        padding: 15px 0px;
        display: block
    }
    .menu-mobile__list:first-child {
        padding-top: 0px
    }
}
img.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none
}
.cover-square {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    position: relative;
    overflow: hidden;
    background: #070707;
    transition: all 0.3s
}
.cover-square:hover {
    box-shadow: 0px 0px 64px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}
.cover-square--small {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px
}
.cover-square--mini {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px
}
.cover-square--medium {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px
}
.cover-square--dinamic {
    width: 100%;
    height: 255px;
    min-width: 100%;
    min-height: 255px
}
@media only screen and (max-width: 480px) {
    .cover-square {
        width: 110px;
        height: 110px;
        min-width: 110px;
        min-height: 110px
    }
    .cover-square--dinamic {
        width: 100%;
        height: calc(100vw - 30px)
    }
    .cover-square--small {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px
    }
    .cover-square--mini {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px
    }
    .cover-square--medium {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px
    }
    .cover-square--dinamic {
        width: 100%;
        height: 255px;
        min-width: 100%;
        min-height: 255px
    }
}
.grid-images {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.grid-images li {
    width: 50%;
    border: 1px solid #fff;
    position: relative;
    transition: all 0.3s
}
.grid-images li span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
    font-weight: thin;
    color: #fff;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5)
}
.grid-images li span:hover {
    background: rgba(0, 0, 0, 0.99)
}
.grid-images:hover li:not(:hover) {
    opacity: 0.5
}
.no-hover:hover {
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
.go-play {
    position: absolute;
    font-size: 4em;
    color: #fff;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center
}
.avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow-y: hidden
}
.main-search {
    position: static
}
.main-search button.search {
    position: relative;
    z-index: 999;
    right: 20px
}
.main-search .tranding {
    border: 1px solid rgba(221, 221, 221, 0.8);
    padding: 20px
}
.box-search {
    position: absolute;
    width: 352px;
    right: 14px;
    top: 0px;
    transition: max-height 0.3s;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    z-index: 100;
    background: #ffffff
}
.box-search__inner {
    position: relative;
    padding: 0px
}
.box-search__inner input {
    width: 100%;
    padding: 0px 45px 0px 15px;
    line-height: 48px;
    height: 48px;
    font-size: 13px;
    border: none;
    border-right: 1px solid rgba(221, 221, 221, 0.8);
    border-left: 1px solid rgba(221, 221, 221, 0.8)
}
.box-search.in-show {
    max-height: 650px;
    overflow: visible;
    opacity: 1
}
.dropdown-menu li:first-child .list-result-search {
    border-top: 1px solid rgba(221, 221, 221, 0.8)
}
.list-result-search {
    color: #070707;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    transition: all 0.3s;
    border-left: 1px solid rgba(221, 221, 221, 0.8);
    border-right: 1px solid rgba(221, 221, 221, 0.8)
}
.list-result-search .title {
    padding-left: 15px
}
.list-result-search:hover {
    color: #F8333C
}
.tranding {
    padding: 0px 0px
}
.tranding h3 {
    opacity: 0.5;
    font-size: 11px;
    padding: 10px;
    text-transform: uppercase
}
.tranding ul li a {
    text-transform: capitalize
}
ul.menu-aside {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}
ul.menu-aside li {
    padding: 0px
}
ul.menu-aside li a {
    padding: 10px;
    font-size: 12px !important;
    color: #070707
}
ul.menu-aside li a i {
    color: #F8333C;
    padding-right: 10px
}
ul.menu-aside li a:hover {
    color: #F8333C
}
ul.meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
ul.meta li {
    position: relative
}
ul.meta li:first-child:before {
    display: none
}
ul.meta li:before {
    position: absolute;
    content: '-';
    font-size: 11px;
    color: #898989;
    left: -10px;
    top: 5px
}
ul.meta li a {
    font-size: 11px;
    display: block;
    padding: 5px 20px 5px 0px;
    color: #898989
}
ul.meta li a:hover {
    text-decoration: underline
}
.list-category li:last-child a {
    border-bottom: none
}
.list-category li a {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 17px 0px;
    display: block;
    color: #070707;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea
}
.list-category li a:hover {
    color: #F8333C
}
ul.pagination {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
ul.pagination li span,
ul.pagination li a {
    border: 1px solid #ddd;
    display: block;
    margin: 0px 10px;
    padding: 10px 16px;
    color: #070707
}
ul.pagination li span:hover,
ul.pagination li span.active,
ul.pagination li a:hover,
ul.pagination li a.active {
    background: #F8333C;
    border-color: #F8333C;
    color: #fff
}
.box-link {
    background: rgba(242, 242, 242, 0.29);
    padding: 20px;
    margin: 20px 0px 30px 0px
}
.box-link h3 {
    font-size: 1em;
    margin-bottom: 10px
}
.box-link ul {
    list-style: none
}
.box-link ul li:last-child a {
    border-bottom: none
}
.box-link ul li a {
    display: block;
    color: #070707;
    padding: 15px 0px;
    border-bottom: 1px solid #f2f2f2
}
.box-link ul li a:hover {
    color: #F8333C
}
.box-intisari {
    margin-bottom: 30px
}
.box-intisari ul {
    color: #7b7b7b;
    list-style: square;
    padding-left: 20px
}
.box-intisari ul li {
    font-size: 16px;
    padding: 10px 0px;
    line-height: 1.8
}
.list-info li {
    padding: 5px 0px
}
.list-info li i {
    color: #878787;
    padding-right: 5px
}
.list-info li a {
    color: #F8333C
}
.list-info li a:hover {
    text-decoration: underline
}
.btn {
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    display: inline-block
}
.btn--primary {
    background: #070707;
    color: #ffff
}
.btn--o {
    border: 1px solid #F8333C;
    color: #F8333C
}
footer.main-footer {
    background: #070707;
    color: #d6d6f1;
    padding: 40px 0px 0px 0px
}
footer.main-footer p {
    padding: 20px 0px 10px 0px;
    font-size: 12px;
    padding-right: 10px
}
footer.main-footer span {
    display: block;
    padding: 5px 0px
}
footer.main-footer .main-footer__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
footer.main-footer .main-footer__link ul.footer-link li a {
    display: block;
    color: #d3d3d3;
    padding: 4px 0px;
    font-size: 11px
}
footer.main-footer .main-footer__link ul.footer-link li a:hover {
    color: #F8333C
}
footer.main-footer .footer-note {
    background: #000;
    margin-top: 20px;
    padding: 30px 0px
}
footer.main-footer .footer-note__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media only screen and (max-width: 480px) {
    footer.main-footer .main-footer__link {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer.main-footer .main-footer__link ul {
        width: 33%;
        padding: 10px 0px
    }
    footer.main-footer .footer-note__inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    footer.main-footer .footer-note__inner ul.social-media {
        padding-bottom: 10px
    }
}
@-ms-viewport {
    width: device-width
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}
*,
::after,
::before {
    box-sizing: inherit
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}
.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (min-width: 576px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .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-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .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-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .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-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .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-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .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-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .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-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .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-auto {
        padding-right: 15px;
        padding-left: 15px
    }
}
.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.pull-0 {
    right: auto
}
.pull-1 {
    right: 8.333333%
}
.pull-2 {
    right: 16.666667%
}
.pull-3 {
    right: 25%
}
.pull-4 {
    right: 33.333333%
}
.pull-5 {
    right: 41.666667%
}
.pull-6 {
    right: 50%
}
.pull-7 {
    right: 58.333333%
}
.pull-8 {
    right: 66.666667%
}
.pull-9 {
    right: 75%
}
.pull-10 {
    right: 83.333333%
}
.pull-11 {
    right: 91.666667%
}
.pull-12 {
    right: 100%
}
.push-0 {
    left: auto
}
.push-1 {
    left: 8.333333%
}
.push-2 {
    left: 16.666667%
}
.push-3 {
    left: 25%
}
.push-4 {
    left: 33.333333%
}
.push-5 {
    left: 41.666667%
}
.push-6 {
    left: 50%
}
.push-7 {
    left: 58.333333%
}
.push-8 {
    left: 66.666667%
}
.push-9 {
    left: 75%
}
.push-10 {
    left: 83.333333%
}
.push-11 {
    left: 91.666667%
}
.push-12 {
    left: 100%
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.333333%
    }
    .pull-sm-2 {
        right: 16.666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.333333%
    }
    .pull-sm-5 {
        right: 41.666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.333333%
    }
    .pull-sm-8 {
        right: 66.666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.333333%
    }
    .pull-sm-11 {
        right: 91.666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.333333%
    }
    .push-sm-2 {
        left: 16.666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.333333%
    }
    .push-sm-5 {
        left: 41.666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.333333%
    }
    .push-sm-8 {
        left: 66.666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.333333%
    }
    .push-sm-11 {
        left: 91.666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.333333%
    }
    .pull-md-2 {
        right: 16.666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.333333%
    }
    .pull-md-5 {
        right: 41.666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.333333%
    }
    .pull-md-8 {
        right: 66.666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.333333%
    }
    .pull-md-11 {
        right: 91.666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.333333%
    }
    .push-md-2 {
        left: 16.666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.333333%
    }
    .push-md-5 {
        left: 41.666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.333333%
    }
    .push-md-8 {
        left: 66.666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.333333%
    }
    .push-md-11 {
        left: 91.666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.333333%
    }
    .pull-lg-2 {
        right: 16.666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.333333%
    }
    .pull-lg-5 {
        right: 41.666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.333333%
    }
    .pull-lg-8 {
        right: 66.666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.333333%
    }
    .pull-lg-11 {
        right: 91.666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.333333%
    }
    .push-lg-2 {
        left: 16.666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.333333%
    }
    .push-lg-5 {
        left: 41.666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.333333%
    }
    .push-lg-8 {
        left: 66.666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.333333%
    }
    .push-lg-11 {
        left: 91.666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.333333%
    }
    .pull-xl-2 {
        right: 16.666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.333333%
    }
    .pull-xl-5 {
        right: 41.666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.333333%
    }
    .pull-xl-8 {
        right: 66.666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.333333%
    }
    .pull-xl-11 {
        right: 91.666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.333333%
    }
    .push-xl-2 {
        left: 16.666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.333333%
    }
    .push-xl-5 {
        left: 41.666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.333333%
    }
    .push-xl-8 {
        left: 66.666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.333333%
    }
    .push-xl-11 {
        left: 91.666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.order-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}
.order-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}
.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}
.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}
.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}
.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}
.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}
.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}
.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}
.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important
}
.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important
}
.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important
}
.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important
}
.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important
}
.align-self-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important
}
.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important
}
@media (min-width: 576px) {
    .order-sm-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 768px) {
    .order-md-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 992px) {
    .order-lg-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}
@media (min-width: 1200px) {
    .order-xl-first {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-0 {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important
    }
}
.box-slider {
    width: 100%;
    height: 375px;
    overflow: hidden;
    background: transparent;
    position: relative
}
.box-slider .list-slider {
    position: relative
}
.box-slider .list-slider__content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 100px 20px 20px 20px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 43%, #000 100%)
}
.box-slider .list-slider__content a.link {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    display: block
}
.box-slider .list-slider__content a.link:hover {
    color: #ffc
}
.box-slider .list-slider__content ul.meta li:before,
.box-slider .list-slider__content ul.meta li a {
    color: #fff
}
.box-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 1;
    cursor: pointer;
    margin-top: -20px
}
.box-slider .slick-arrow.slick-prev {
    left: 0px;
    border-radius: 0px 4px 4px 0px
}
.box-slider .slick-arrow.slick-next {
    right: 0px;
    border-radius: 4px 0px 0px 4px
}
@media only screen and (max-width: 480px) {
    .box-slider {
        width: 100vw;
        padding: 0px;
        margin-left: -15px
    }
}
h1.labeling {
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 15px;
    background: #F8333C;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    z-index: 10
}
.row-video {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 15px
}
.row-video .col-md-8 {
    padding: 0px
}
.slider-content {
    padding: 0px;
    max-height: 360px;
    position: relative
}
.slider-content a {
    width: 100%;
    height: 360px !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 50px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    background: #070707;
    transition: all 0.3s
}
.slider-content a:hover {
    color: #F8333C
}
.slider-content a label {
    opacity: 0.6;
    font-size: 11px
}
.slider-content a span {
    font-weight: 300;
    font-size: 2em
}
.box-up {
    padding: 30px 30px 15px 30px;
    border: 1px solid #ddd;
    border-top: none;
    margin-top: -20px;
    background: rgba(221, 221, 221, 0.03)
}
.length_photo {
    position: absolute;
    font-size: 1.3em;
    background: #fff;
    color: #070707;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 3px 3px 0px 1px #d2d2d2, 6px 6px 0px 2px #b7b7b7
}
.modal-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    background: rgba(0, 0, 0, 0.4)
}
.modal-area__inner {
    position: relative;
    width: 600px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 16px 105px -6px rgba(0, 0, 0, 0.309804)
}
.modal-area__inner #modalClose {
    position: absolute;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    right: -15px;
    top: -15px;
    background: #fff;
    font-size: 18px;
    cursor: pointer
}
.headline-photo {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.box-foto-slider {
    background: red
}
.list-news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 30px;
    position: relative
}
.list-news__content {
    padding-left: 20px
}
.list-news__content a.link {
    padding-bottom: 3px
}
.list-news__content p {
    padding-top: 3px;
    color: #666
}
.list-news:last-child {
    padding-bottom: none
}
.list-news--aside {
    padding-bottom: 20px
}
.list-news--aside .list-news__content {
    padding-left: 20px
}
.list-news--medium .list-news__content {
    padding-right: 40px
}
.list-news--column {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}
.list-news--column .list-news__content {
    padding-left: 0px;
    padding-top: 10px;
    width: 100%
}
.list-news--number {
    border: 1px solid #f9f5f5;
    padding: 25px;
    border-bottom: 0px
}
.list-news--number:last-child {
    border-bottom: 1px solid #f9f5f5
}
.list-news--number:nth-child(odd) {
    background: rgba(249, 245, 245, 0.3)
}
.list-news__number {
    opacity: 0.08;
    padding-right: 5px
}
.list-news__number h3 {
    font-size: 3.5em
}
@media only screen and (max-width: 480px) {
    .list-news {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-news__content {
        padding-left: 0px;
        padding-right: 0px
    }
    .list-news__content p {
        display: none
    }
    .list-news__content a.link {
        font-size: 1em
    }
    .list-news__content ul.meta li:last-child {
        display: none
    }
    .list-news--number {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .list-news__number {
        padding-right: 20px
    }
    .list-news--aside {
        padding-bottom: 20px
    }
    .list-news--aside .list-news__content {
        padding-left: 0px;
        padding-right: 15px
    }
}
.tabs-editor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-bottom: 1px solid #ddd
}
.tabs-editor li.tab {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
    top: 1px
}
.tabs-editor li.tab.tab--actived {
    background: #F8333C;
    color: #fff
}
.boxed-content--editor {
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 0px;
    margin-bottom: 40px
}
.box-aside {
    padding-bottom: 40px
}
.main-article {
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd
}
.container-detail {
    max-width: 750px
}
.container-detail p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0 0 10px
}
header.header-page label {
    display: block;
    padding-bottom: 10px;
    color: #F8333C
}
header.header-page h1.title {
    font-size: 2em;
    line-height: 1.6
}
header.header-page .box-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid rgba(221, 221, 221, 0.49);
    margin: 20px 0px;
    background: rgba(245, 245, 245, 0.23)
}
header.header-page .box-meta .avatar {
    margin-right: 20px
}
header.header-page .box-meta__info {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
header.header-page .box-meta a.link {
    font-size: 1em
}
header.header-page .box-meta span {
    opacity: 0.3;
    font-size: 0.9em
}
header.header-page figure.cover {
    margin: 40px 0px
}
.box-embeded {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0px;
    padding: 40px;
    background: #fcfcfc
}
.box-comment {
    margin-bottom: 0px
}
.dont-end {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.dont-end span {
    width: 8px;
    height: 8px;
    display: block;
    background: #000;
    margin: 0px 4px;
    border-radius: 100%
}
.share-end {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ddd
}
.main-video {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    background: #000;
    padding: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.main-video .embeded-video {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 450px
}
.main-video .embeded-video iframe {
    width: 100%;
    height: 100%
}
.box-album {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.box-album a.album {
    width: 33%;
    border: 2px solid #fff;
    transition: all 0.3s;
    height: calc(720px / 3)
}
.box-album a.album:hover {
    opacity: 0.8
}
@media only screen and (max-width: 480px) {
    .box-album a.album {
        height: calc(100vw / 3)
    }
}
.field {
    margin-bottom: 15px
}
.field label {
    display: block;
    padding-bottom: 8px
}
.field--row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.field--row label {
    min-width: 180px
}
.field--row label sup {
    font-size: 100%;
    color: red
}
.field-style {
    border-radius: 4px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(130, 130, 130, 0.3);
    transition: al 0.3s;
    font-size: 1em;
    resize: none;
    font-family: "Roboto", sans-serif
}
.field-style:focus {
    outline: none
}
select.field-style {
    height: 38px
}
.box-quote {
    text-align: center;
    padding-bottom: 60px
}
.box-quote em {
    opacity: 0.5
}
.box-quote p {
    padding: 10px 0px 20px 0px
}
.box-quote span {
    width: 20px;
    height: 2px;
    background: #F8333C;
    display: inline-block;
    margin: 4px
}
.main-pages--contact {
    padding-bottom: 0px
}
.box-maps {
    background: #ddd;
    min-height: 500px
}
.info-contact {
    background: #f9f9f9;
    padding: 80px 0px;
    margin-top: 40px
}
@media only screen and (max-width: 480px) {
    .info-contact {
        padding: 40px 0px;
        margin-top: 20px
    }
    .info-contact form {
        padding-bottom: 30px
    }
}
.box-not-found {
    text-align: center;
    padding: 60px 0px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 60px
}
.box-not-found img {
    max-width: 180px;
    margin-bottom: 20px
}
.box-not-found a.btn {
    margin-top: 20px
}