/***
 * Name: jQuery Essentials CSS
 * Version: 1.3
 *
 * - Es video updated
 *
 * Date: 24-12-2018
 *
 */
/** GENERAL POPUP **/
.popup-essential {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display:none;
    overflow: hidden;
    background: rgba(0,0,0,0.8);
}
.popup-essential-overlay {
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    cursor:-webkit-zoom-out;
    cursor:zoom-out;
}
.popup-essential-in {
    width: 100%;
    height: 100%;
}
.popup-essential-content {
    display:table;
    width: 100%;
    height: 100%;
}
body.popup-essential-open {
    overflow: hidden !important;
}
.popup-essential .popup-essential-arrow:hover,
.popup-essential .popup-essential-close:hover {
    background: #fff;
    color: #000;
}
[data-jumper-target] {cursor:pointer;}
.popup-essential-close i {
    position: relative;
    top: 3px;
}
.popup-essential .popup-essential-arrow,
.popup-essential .popup-essential-close {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    top: 50%;
    position: absolute;
    z-index: 5;
    opacity: 1;
    margin-top: -25px;
    color: #fff;
    background: #000;
    font-size: 25px;
    font-weight: bold;
    opacity: 1;
}
.popup-essential .popup-essential-close {
    right: 0px;
    top: 0px;
    position: absolute;
    margin-top: 0px !important;
}
.popup-essential .arrow-right {
    right: 0px;
}

.popup-essential .arrow-left {
    left: 0px;
}
.popup-essential .arrow-left.hidden {
    opacity: 0;
}
.popup-essential .arrow-right.hidden {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .popup-essential .popup-essential-arrow,
    .popup-essential .popup-essential-close {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 22px;
    }
    .list-search input {
        width: 100%;
    }
    .tickets-summary-item {
        text-align: left !important;
        height: 1rem;
    }

    .tickets-summary-item div {
        float: left;
        top: 0px !important;
        margin-right: 5px;
        margin-left: 0px !important;
    }

    .legal-check-in, .legal-check-left, .legal-check-right {
        display: block !important;
    }

}

/** IMAGES POPUP **/
.popup-essential-slides{
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}
.popup-essential-slides-in {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow-y: hidden !important;
    height: 100%;
    padding-bottom: 65px;
}
.popup-essential-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popup-essential .popup-essential-slides-in .popup-essential-slide-in {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    max-width: 100%;
    display:block;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.popup-essential-slide-in img {
    max-width: 100%;
    display:block;
}

.popup-essential-slide-caption {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    white-space: normal;
}

.popup-essential-slides-thumbs {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
}
.popup-essential-slides-thumbs-in {
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}
.popup-essential-thumb {
    display: inline-block;
    margin: 5px;
    cursor:pointer;
    border: 1px solid transparent;
    opacity: 0.5;
}
.popup-essential-thumb.active {
    opacity: 1;
    border: 1px solid #fff;
}
.popup-essential-thumb img {
    max-height: 50px;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
}

/** PARALLAX **/
.es-parallax-container {
    position:relative;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    overflow:hidden;
}
.es-parallax {
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}
.es-parallax-media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    top: 0px;
    webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    visibility: visible;
}


/** CONTENT & VIDEO POPUP **/
.popup-essential-video .popup-essential-in {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.popup-essential-content-video {
    margin: 0 auto;
}
.popup-essential-content-video .plyr {
    margin: 0 auto;
}
.popup-essential-content-in {
    display:table-cell;
    vertical-align:middle;
}
.popup-essential-content-in-content {
    display:table-cell;
    vertical-align:middle;
}

/** ANIMATIONS **/
[data-es-animation] {visibility:hidden;webkit-backface-visibility: hidden;-webkit-transform: translate3d(0px,0px,0px);transform: translate3d(0px,0px,0px);}

/** FADE **/
[data-es-animation="fade"],
[data-es-animation="fadeTop"],
[data-es-animation="fadeLeft"],
[data-es-animation="fadeBottom"],
[data-es-animation="fadeRight"] {
    opacity: 0;
}
[data-es-animation="fade"].es-animated,
[data-es-animation="fadeTop"].es-animated,
[data-es-animation="fadeLeft"].es-animated,
[data-es-animation="fadeBottom"].es-animated,
[data-es-animation="fadeRight"].es-animated {
    opacity: 1 !important;
}


/** slideTop **/
/** fadeTop **/
/** slideBottom **/
/** fadeBottom **/
[data-es-animation="slideTop"].es-animated,
[data-es-animation="fadeTop"].es-animated,
[data-es-animation="slideBottom"].es-animated,
[data-es-animation="fadeBottom"].es-animated,
[data-es-animation="textCharactersMaskBottom"].es-animated div span {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/** slideLeft **/
/** fadeLeft **/
/** slideRight **/
/** fadeRight **/
[data-es-animation="slideLeft"].es-animated,
[data-es-animation="fadeLeft"].es-animated,
[data-es-animation="slideRight"].es-animated,
[data-es-animation="fadeRight"].es-animated,
[data-es-animation="textCharactersMaskLeft"].es-animated div span {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}


/***
 *
 */

[data-es-animation="textCharactersMaskLeft"] div,
[data-es-animation="textCharactersMaskRight"] div,
[data-es-animation="textCharactersMaskTop"] div,
[data-es-animation="textCharactersMaskBottom"] div {
    display:inline-block;
    overflow:hidden;
}
[data-es-animation="textCharactersMaskLeft"] div span,
[data-es-animation="textCharactersMaskRight"] div span,
[data-es-animation="textCharactersMaskTop"] div span,
[data-es-animation="textCharactersMaskBottom"] div span {
    display:inline-block;
    position:relative;
    width: 100%;
    height: 100%;
}

/** WILL CHANGE **/
/*** transition-property **/
[data-es-animation="fade"]  {will-change: opacity;-webkit-transition-property:opacity;transition-property:opacity;}
[data-es-animation="fadeTop"],
[data-es-animation="fadeLeft"],
[data-es-animation="fadeBottom"],
[data-es-animation="fadeRight"] {will-change: opacity, transform;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;}

[data-es-animation="slideTop"],
[data-es-animation="slideLeft"],
[data-es-animation="slideBottom"],
[data-es-animation="slideRight"] {will-change: transform;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;}



/** CURSOR **/
.es-cursor-loaded,
.es-cursor-loaded * {
    cursor:none !important;
}
.es-cursor {
    position: fixed;
    z-index: 99999999999;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background: #000;
    left: -1em;
    top: -1em;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.es-cursor-in {
    width: 0px;
    position:absolute;
    height: 0px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid transparent;
}
.es-cursor-hover-effect .es-cursor-in {
    width: 100%;
    height: 100%;
}

.es-cursor.es-cursor-hover-effect .es-cursor-in {
    height: 30px;
    width: 30px;
    border-color: #000;
}

/** MARKERS **/
.es-markers {
    display: none;
}

/** VIDEO **/
@-webkit-keyframes plyr-progress{to{background-position:25px 0}}
@keyframes plyr-progress{to{background-position:25px 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4f5b5f;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(-40px);transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr--video .plyr__control svg{-webkit-filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15));filter:drop-shadow(0 1px 1px rgba(0, 0, 0, .15))}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#1aafff;color:#fff}.plyr__control--overlaid{background:rgba(26,175,255,.8);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#1aafff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:5px}.plyr__controls .plyr__menu+.plyr__control,.plyr__controls .plyr__progress+.plyr__control,.plyr__controls>.plyr__control+.plyr__control,.plyr__controls>.plyr__control+.plyr__menu{margin-left:2px}.plyr__controls>.plyr__control:first-child,.plyr__controls>.plyr__control:first-child+[data-plyr=pause]{margin-left:0;margin-right:auto}.plyr__controls:empty{display:none}@media (min-width:480px){.plyr__controls .plyr__menu,.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls .plyr__volume,.plyr__controls>.plyr__control{margin-left:10px}}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4f5b5f;padding:10px}.plyr--video .plyr__controls{background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__video-embed{height:0;padding-bottom:56.25%;position:relative}.plyr__video-embed iframe{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}.plyr__menu{display:-webkit-box;display:flex;position:relative}.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1);transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{-webkit-box-align:center;align-items:center;color:#4f5b5f;display:-webkit-box;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;align-items:inherit;display:-webkit-box;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(79,91,95,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(79,91,95,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#b7c5cd;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#1aafff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:28px;color:#1aafff;display:block;height:20px;margin:0;padding:0;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2px;height:4px;-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear,left top, right top,from(currentColor),to(transparent));background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:14px;-webkit-appearance:none;margin-top:-5px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2px;height:4px;-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:14px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2px;height:4px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2px;height:4px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2px;height:4px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2px;height:4px;-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2);height:14px;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:14px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(26,175,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(183,197,205,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(47,52,61,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4f5b5f;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;-webkit-transform:translate(-50%,10px) scale(.8);transform:translate(-50%,10px) scale(.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0,10px) scale(.8);transform:translate(0,10px) scale(.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{-webkit-transform:translate(0,0) scale(1);transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__progress{-webkit-box-flex:1;flex:1;left:7px;margin-right:14px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-7px;margin-right:-7px;width:calc(100% + 14px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:4px;left:0;margin-top:-2px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0;-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:4px}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:4px;-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(183,197,205,.66)}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(47,52,61,.6) 25%,transparent 25%,transparent 50%,rgba(47,52,61,.6) 50%,rgba(47,52,61,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(183,197,205,.66)}.plyr__volume{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:fullscreen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-webkit-full-screen .plyr__video-embed{overflow:visible}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;width:100%}.plyr:-moz-full-screen .plyr__video-embed{overflow:visible}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;width:100%}.plyr:-ms-fullscreen .plyr__video-embed{overflow:visible}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-fallback .plyr__video-embed{overflow:visible}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(47,52,61,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:4px;left:0;margin:-2px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr--no-transition{-webkit-transition:none!important;transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@font-face {
    font-family: 'Rubik';
    src: url(/fonts/Rubik-Bold.woff2?29759d969e45cbdc4e544ceb35aee2a1) format('woff2'),
    url(/fonts/Rubik-Bold.woff?c51a26e45837170609fadb63f4f8a7ce) format('woff'),
    url(/fonts/Rubik-Bold.ttf?12362ce0e2f3747e02dd08f869085dcf) format('truetype'),
    url(/fonts/Rubik-Bold.svg?732705b208d406dfbbb65ebffcfaa8a0#Rubik-Bold) format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url(/fonts/Rubik-Regular.woff2?65c724064bbdacbbd80019d6778d523b) format('woff2'),
    url(/fonts/Rubik-Regular.woff?c0228704a268d328854dbd6156a2ed57) format('woff'),
    url(/fonts/Rubik-Regular.ttf?f2e1acd92958f7254449d77cbc0d04bf) format('truetype'),
    url(/fonts/Rubik-Regular.svg?b1254ba1e51616a0d11e75a418825216#Rubik-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url(/fonts/Rubik-Light.woff2?7aedc48be120e6ab275957cea7e7a6ee) format('woff2'),
    url(/fonts/Rubik-Light.woff?5527b963c80ca395030d109d743e8aa5) format('woff'),
    url(/fonts/Rubik-Light.ttf?b7d1f1cc98b9d912b06cd5704e12d152) format('truetype'),
    url(/fonts/Rubik-Light.svg?b4e4c3dc354234c8226bc6de335680b5#Rubik-Light) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url(/fonts/Rubik-Medium.woff2?bbe987c958013f6652fa90dcd45f4c6d) format('woff2'),
    url(/fonts/Rubik-Medium.woff?da691acb4cba149c857318453065f9e3) format('woff'),
    url(/fonts/Rubik-Medium.ttf?acd98a831583b8a570bb54f738c2efbd) format('truetype'),
    url(/fonts/Rubik-Medium.svg?25cd785818f4d785f14e7bd9bcf8364b#Rubik-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
}




@charset "UTF-8";

@font-face {
    font-family: "tool";
    src:url(/fonts/tool.eot?5b9930b409cee2841cdbf10126ff89be);
    src:url(/fonts/tool.eot?5b9930b409cee2841cdbf10126ff89be?#iefix) format("embedded-opentype"),
    url(/fonts/tool.woff?a2381180ac31446627c6a542d6ee8264) format("woff"),
    url(/fonts/tool.ttf?997aaba733dc10d9c64a1ba0827c3c92) format("truetype"),
    url(/fonts/tool.svg?3a465170a70adc2f96a7bcfe5174fb8b#tool) format("svg");
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tool';
    src: url('/fonts/tool.eot?95073293');
    src: url('/fonts/tool.eot?95073293#iefix') format('embedded-opentype'),
    url('/fonts/tool.woff2?95073293') format('woff2'),
    url('/fonts/tool.woff?95073293') format('woff'),
    url('/fonts/tool.ttf?95073293') format('truetype'),
    url('/fonts/tool.svg?95073293#tool') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "tool" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tool" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-bottom:before { content: '\e800'; } /* '' */
.icon-arrow-right:before { content: '\e801'; } /* '' */
.icon-arrow-top:before { content: '\e802'; } /* '' */
.icon-close:before { content: '\e803'; } /* '' */
.icon-users:before { content: '\e804'; } /* '' */
.icon-user:before { content: '\e805'; } /* '' */
.icon-delete:before { content: '\e806'; } /* '' */
.icon-login:before { content: '\e807'; } /* '' */
.icon-logout:before { content: '\e808'; } /* '' */
.icon-download:before { content: '\e809'; } /* '' */
.icon-inbox:before { content: '\e80a'; } /* '' */
.icon-edit:before { content: '\e80b'; } /* '' */
.icon-search:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e80d'; } /* '' */
.icon-settings:before { content: '\e80e'; } /* '' */
.icon-model:before { content: '\e80f'; } /* '' */
.icon-design:before { content: '\e810'; } /* '' */
.icon-deployment:before { content: '\e811'; } /* '' */
.icon-development:before { content: '\e812'; } /* '' */
.icon-content:before { content: '\e813'; } /* '' */
.icon-plus:before { content: '\e814'; } /* '' */
.icon-plus-circle:before { content: '\e815'; } /* '' */
.icon-simple-line-icons:before { content: '\e816'; } /* '' */
.icon-stretch:before { content: '\e817'; } /* '' */
.icon-move:before { content: '\e818'; } /* '' */
.icon-chevron-left:before { content: '\e819'; } /* '' */
.icon-check:before { content: '\e81a'; } /* '' */
.icon-cross:before { content: '\e81b'; } /* '' */
.icon-note:before { content: '\e81c'; } /* '' */
.icon-note-beamed:before { content: '\e81d'; } /* '' */
.icon-music:before { content: '\e81e'; } /* '' */
.icon-search-1:before { content: '\e81f'; } /* '' */
.icon-flashlight:before { content: '\e820'; } /* '' */
.icon-mail:before { content: '\e821'; } /* '' */
.icon-heart:before { content: '\e822'; } /* '' */
.icon-heart-empty:before { content: '\e823'; } /* '' */
.icon-star:before { content: '\e824'; } /* '' */
.icon-star-empty:before { content: '\e825'; } /* '' */
.icon-user-1:before { content: '\e826'; } /* '' */
.icon-users-1:before { content: '\e827'; } /* '' */
.icon-user-add:before { content: '\e828'; } /* '' */
.icon-video:before { content: '\e829'; } /* '' */
.icon-picture:before { content: '\e82a'; } /* '' */
.icon-camera:before { content: '\e82b'; } /* '' */
.icon-layout:before { content: '\e82c'; } /* '' */
.icon-menu:before { content: '\e82d'; } /* '' */
.icon-check-1:before { content: '\e82e'; } /* '' */
.icon-cancel:before { content: '\e82f'; } /* '' */
.icon-cancel-circled:before { content: '\e830'; } /* '' */
.icon-cancel-squared:before { content: '\e831'; } /* '' */
.icon-plus-1:before { content: '\e832'; } /* '' */
.icon-plus-circled:before { content: '\e833'; } /* '' */
.icon-plus-squared:before { content: '\e834'; } /* '' */
.icon-minus:before { content: '\e835'; } /* '' */
.icon-minus-circled:before { content: '\e836'; } /* '' */
.icon-minus-squared:before { content: '\e837'; } /* '' */
.icon-help:before { content: '\e838'; } /* '' */
.icon-help-circled:before { content: '\e839'; } /* '' */
.icon-info:before { content: '\e83a'; } /* '' */
.icon-info-circled:before { content: '\e83b'; } /* '' */
.icon-back:before { content: '\e83c'; } /* '' */
.icon-home:before { content: '\e83d'; } /* '' */
.icon-link:before { content: '\e83e'; } /* '' */
.icon-attach:before { content: '\e83f'; } /* '' */
.icon-lock:before { content: '\e840'; } /* '' */
.icon-lock-open:before { content: '\e841'; } /* '' */
.icon-eye:before { content: '\e842'; } /* '' */
.icon-tag:before { content: '\e843'; } /* '' */
.icon-bookmark:before { content: '\e844'; } /* '' */
.icon-bookmarks:before { content: '\e845'; } /* '' */
.icon-flag:before { content: '\e846'; } /* '' */
.icon-thumbs-up:before { content: '\e847'; } /* '' */
.icon-thumbs-down:before { content: '\e848'; } /* '' */
.icon-download-1:before { content: '\e849'; } /* '' */
.icon-upload:before { content: '\e84a'; } /* '' */
.icon-upload-cloud:before { content: '\e84b'; } /* '' */
.icon-reply:before { content: '\e84c'; } /* '' */
.icon-reply-all:before { content: '\e84d'; } /* '' */
.icon-forward:before { content: '\e84e'; } /* '' */
.icon-quote:before { content: '\e84f'; } /* '' */
.icon-code:before { content: '\e850'; } /* '' */
.icon-export:before { content: '\e851'; } /* '' */
.icon-pencil:before { content: '\e852'; } /* '' */
.icon-feather:before { content: '\e853'; } /* '' */
.icon-print:before { content: '\e854'; } /* '' */
.icon-retweet:before { content: '\e855'; } /* '' */
.icon-keyboard:before { content: '\e856'; } /* '' */
.icon-comment:before { content: '\e857'; } /* '' */
.icon-chat:before { content: '\e858'; } /* '' */
.icon-bell:before { content: '\e859'; } /* '' */
.icon-attention:before { content: '\e85a'; } /* '' */
.icon-alert:before { content: '\e85b'; } /* '' */
.icon-vcard:before { content: '\e85c'; } /* '' */
.icon-address:before { content: '\e85d'; } /* '' */
.icon-location:before { content: '\e85e'; } /* '' */
.icon-map:before { content: '\e85f'; } /* '' */
.icon-direction:before { content: '\e860'; } /* '' */
.icon-compass:before { content: '\e861'; } /* '' */
.icon-doc:before { content: '\e862'; } /* '' */
.icon-doc-landscape:before { content: '\e863'; } /* '' */
.icon-doc-text:before { content: '\e864'; } /* '' */
.icon-doc-text-inv:before { content: '\e865'; } /* '' */
.icon-newspaper:before { content: '\e866'; } /* '' */
.icon-book-open:before { content: '\e867'; } /* '' */
.icon-book:before { content: '\e868'; } /* '' */
.icon-folder:before { content: '\e869'; } /* '' */
.icon-archive:before { content: '\e86a'; } /* '' */
.icon-box:before { content: '\e86b'; } /* '' */
.icon-rss:before { content: '\e86c'; } /* '' */
.icon-phone:before { content: '\e86d'; } /* '' */
.icon-cog:before { content: '\e86e'; } /* '' */
.icon-tools:before { content: '\e86f'; } /* '' */
.icon-share:before { content: '\e870'; } /* '' */
.icon-shareable:before { content: '\e871'; } /* '' */
.icon-basket:before { content: '\e872'; } /* '' */
.icon-bag:before { content: '\e873'; } /* '' */
.icon-calendar:before { content: '\e874'; } /* '' */
.icon-login-1:before { content: '\e875'; } /* '' */
.icon-logout-1:before { content: '\e876'; } /* '' */
.icon-mic:before { content: '\e877'; } /* '' */
.icon-mute:before { content: '\e878'; } /* '' */
.icon-sound:before { content: '\e879'; } /* '' */
.icon-volume:before { content: '\e87a'; } /* '' */
.icon-clock:before { content: '\e87b'; } /* '' */
.icon-hourglass:before { content: '\e87c'; } /* '' */
.icon-lamp:before { content: '\e87d'; } /* '' */
.icon-light-down:before { content: '\e87e'; } /* '' */
.icon-light-up:before { content: '\e87f'; } /* '' */
.icon-adjust:before { content: '\e880'; } /* '' */
.icon-block:before { content: '\e881'; } /* '' */
.icon-resize-full:before { content: '\e882'; } /* '' */
.icon-resize-small:before { content: '\e883'; } /* '' */
.icon-popup:before { content: '\e884'; } /* '' */
.icon-publish:before { content: '\e885'; } /* '' */
.icon-window:before { content: '\e886'; } /* '' */
.icon-arrow-combo:before { content: '\e887'; } /* '' */
.icon-down-circled:before { content: '\e888'; } /* '' */
.icon-left-circled:before { content: '\e889'; } /* '' */
.icon-right-circled:before { content: '\e88a'; } /* '' */
.icon-up-circled:before { content: '\e88b'; } /* '' */
.icon-down-open:before { content: '\e88c'; } /* '' */
.icon-left-open:before { content: '\e88d'; } /* '' */
.icon-right-open:before { content: '\e88e'; } /* '' */
.icon-up-open:before { content: '\e88f'; } /* '' */
.icon-down-open-mini:before { content: '\e890'; } /* '' */
.icon-left-open-mini:before { content: '\e891'; } /* '' */
.icon-right-open-mini:before { content: '\e892'; } /* '' */
.icon-up-open-mini:before { content: '\e893'; } /* '' */
.icon-down-open-big:before { content: '\e894'; } /* '' */
.icon-left-open-big:before { content: '\e895'; } /* '' */
.icon-right-open-big:before { content: '\e896'; } /* '' */
.icon-up-open-big:before { content: '\e897'; } /* '' */
.icon-down:before { content: '\e898'; } /* '' */
.icon-left-1:before { content: '\e899'; } /* '' */
.icon-right-1:before { content: '\e89a'; } /* '' */
.icon-up:before { content: '\e89b'; } /* '' */
.icon-down-dir:before { content: '\e89c'; } /* '' */
.icon-left-dir:before { content: '\e89d'; } /* '' */
.icon-right-dir:before { content: '\e89e'; } /* '' */
.icon-up-dir:before { content: '\e89f'; } /* '' */
.icon-down-bold:before { content: '\e8a0'; } /* '' */
.icon-left-bold:before { content: '\e8a1'; } /* '' */
.icon-right-bold:before { content: '\e8a2'; } /* '' */
.icon-up-bold:before { content: '\e8a3'; } /* '' */
.icon-down-thin:before { content: '\e8a4'; } /* '' */
.icon-left-thin:before { content: '\e8a5'; } /* '' */
.icon-right-thin:before { content: '\e8a6'; } /* '' */
.icon-up-thin:before { content: '\e8a7'; } /* '' */
.icon-ccw:before { content: '\e8a8'; } /* '' */
.icon-cw:before { content: '\e8a9'; } /* '' */
.icon-arrows-ccw:before { content: '\e8aa'; } /* '' */
.icon-level-down:before { content: '\e8ab'; } /* '' */
.icon-level-up:before { content: '\e8ac'; } /* '' */
.icon-shuffle:before { content: '\e8ad'; } /* '' */
.icon-loop:before { content: '\e8ae'; } /* '' */
.icon-switch:before { content: '\e8af'; } /* '' */
.icon-play:before { content: '\e8b0'; } /* '' */
.icon-stop:before { content: '\e8b1'; } /* '' */
.icon-pause:before { content: '\e8b2'; } /* '' */
.icon-record:before { content: '\e8b3'; } /* '' */
.icon-to-end:before { content: '\e8b4'; } /* '' */
.icon-to-start:before { content: '\e8b5'; } /* '' */
.icon-fast-forward:before { content: '\e8b6'; } /* '' */
.icon-fast-backward:before { content: '\e8b7'; } /* '' */
.icon-progress-0:before { content: '\e8b8'; } /* '' */
.icon-progress-1:before { content: '\e8b9'; } /* '' */
.icon-progress-2:before { content: '\e8ba'; } /* '' */
.icon-progress-3:before { content: '\e8bb'; } /* '' */
.icon-target:before { content: '\e8bc'; } /* '' */
.icon-palette:before { content: '\e8bd'; } /* '' */
.icon-list:before { content: '\e8be'; } /* '' */
.icon-list-add:before { content: '\e8bf'; } /* '' */
.icon-signal:before { content: '\e8c0'; } /* '' */
.icon-trophy:before { content: '\e8c1'; } /* '' */
.icon-battery:before { content: '\e8c2'; } /* '' */
.icon-back-in-time:before { content: '\e8c3'; } /* '' */
.icon-monitor:before { content: '\e8c4'; } /* '' */
.icon-mobile:before { content: '\e8c5'; } /* '' */
.icon-cd:before { content: '\e8c6'; } /* '' */
.icon-inbox-1:before { content: '\e8c7'; } /* '' */
.icon-install:before { content: '\e8c8'; } /* '' */
.icon-globe:before { content: '\e8c9'; } /* '' */
.icon-cloud:before { content: '\e8ca'; } /* '' */
.icon-cloud-thunder:before { content: '\e8cb'; } /* '' */
.icon-flash:before { content: '\e8cc'; } /* '' */
.icon-moon:before { content: '\e8cd'; } /* '' */
.icon-flight:before { content: '\e8ce'; } /* '' */
.icon-paper-plane:before { content: '\e8cf'; } /* '' */
.icon-leaf:before { content: '\e8d0'; } /* '' */
.icon-lifebuoy:before { content: '\e8d1'; } /* '' */
.icon-mouse:before { content: '\e8d2'; } /* '' */
.icon-briefcase:before { content: '\e8d3'; } /* '' */
.icon-suitcase:before { content: '\e8d4'; } /* '' */
.icon-dot:before { content: '\e8d5'; } /* '' */
.icon-dot-2:before { content: '\e8d6'; } /* '' */
.icon-dot-3:before { content: '\e8d7'; } /* '' */
.icon-brush:before { content: '\e8d8'; } /* '' */
.icon-magnet:before { content: '\e8d9'; } /* '' */
.icon-infinity:before { content: '\e8da'; } /* '' */
.icon-erase:before { content: '\e8db'; } /* '' */
.icon-chart-pie:before { content: '\e8dc'; } /* '' */
.icon-chart-line:before { content: '\e8dd'; } /* '' */
.icon-chart-bar:before { content: '\e8de'; } /* '' */
.icon-chart-area:before { content: '\e8df'; } /* '' */
.icon-tape:before { content: '\e8e0'; } /* '' */
.icon-graduation-cap:before { content: '\e8e1'; } /* '' */
.icon-language:before { content: '\e8e2'; } /* '' */
.icon-ticket:before { content: '\e8e3'; } /* '' */
.icon-water:before { content: '\e8e4'; } /* '' */
.icon-droplet:before { content: '\e8e5'; } /* '' */
.icon-air:before { content: '\e8e6'; } /* '' */
.icon-credit-card:before { content: '\e8e7'; } /* '' */
.icon-floppy:before { content: '\e8e8'; } /* '' */
.icon-clipboard:before { content: '\e8e9'; } /* '' */
.icon-megaphone:before { content: '\e8ea'; } /* '' */
.icon-database:before { content: '\e8eb'; } /* '' */
.icon-drive:before { content: '\e8ec'; } /* '' */
.icon-bucket:before { content: '\e8ed'; } /* '' */
.icon-thermometer:before { content: '\e8ee'; } /* '' */
.icon-key:before { content: '\e8ef'; } /* '' */
.icon-flow-cascade:before { content: '\e8f0'; } /* '' */
.icon-flow-branch:before { content: '\e8f1'; } /* '' */
.icon-flow-tree:before { content: '\e8f2'; } /* '' */
.icon-flow-line:before { content: '\e8f3'; } /* '' */
.icon-flow-parallel:before { content: '\e8f4'; } /* '' */
.icon-rocket:before { content: '\e8f5'; } /* '' */
.icon-gauge:before { content: '\e8f6'; } /* '' */
.icon-traffic-cone:before { content: '\e8f7'; } /* '' */
.icon-cc:before { content: '\e8f8'; } /* '' */
.icon-cc-by:before { content: '\e8f9'; } /* '' */
.icon-cc-nc:before { content: '\e8fa'; } /* '' */
.icon-cc-nc-eu:before { content: '\e8fb'; } /* '' */
.icon-cc-nc-jp:before { content: '\e8fc'; } /* '' */
.icon-cc-sa:before { content: '\e8fd'; } /* '' */
.icon-cc-nd:before { content: '\e8fe'; } /* '' */
.icon-cc-pd:before { content: '\e8ff'; } /* '' */
.icon-cc-zero:before { content: '\e900'; } /* '' */
.icon-cc-share:before { content: '\e901'; } /* '' */
.icon-cc-remix:before { content: '\e902'; } /* '' */
.icon-cup:before { content: '\e903'; } /* '' */
.icon-trash:before { content: '\e904'; } /* '' */
.icon-docs-1:before { content: '\e905'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-github:before { content: '\f300'; } /* '' */
.icon-github-circled:before { content: '\f301'; } /* '' */
.icon-flickr:before { content: '\f303'; } /* '' */
.icon-flickr-circled:before { content: '\f304'; } /* '' */
.icon-vimeo:before { content: '\f306'; } /* '' */
.icon-vimeo-circled:before { content: '\f307'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-twitter-circled:before { content: '\f30a'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-facebook-circled:before { content: '\f30d'; } /* '' */
.icon-facebook-squared:before { content: '\f30e'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */
.icon-gplus-circled:before { content: '\f310'; } /* '' */
.icon-pinterest:before { content: '\f312'; } /* '' */
.icon-pinterest-circled:before { content: '\f313'; } /* '' */
.icon-tumblr:before { content: '\f315'; } /* '' */
.icon-tumblr-circled:before { content: '\f316'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */
.icon-linkedin-circled:before { content: '\f319'; } /* '' */
.icon-dribbble:before { content: '\f31b'; } /* '' */
.icon-dribbble-circled:before { content: '\f31c'; } /* '' */
.icon-stumbleupon:before { content: '\f31e'; } /* '' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.icon-lastfm:before { content: '\f321'; } /* '' */
.icon-lastfm-circled:before { content: '\f322'; } /* '' */
.icon-rdio:before { content: '\f324'; } /* '' */
.icon-rdio-circled:before { content: '\f325'; } /* '' */
.icon-spotify:before { content: '\f327'; } /* '' */
.icon-spotify-circled:before { content: '\f328'; } /* '' */
.icon-qq:before { content: '\f32a'; } /* '' */
.icon-instagram-1:before { content: '\f32d'; } /* '' */
.icon-dropbox:before { content: '\f330'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */
.icon-flattr:before { content: '\f336'; } /* '' */
.icon-skype:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal:before { content: '\f342'; } /* '' */
.icon-picasa:before { content: '\f345'; } /* '' */
.icon-soundcloud:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */



/** RESET **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
}
body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div,
input,
textarea,
button,
a {
    box-sizing: border-box;
}
strong,
b,
.strong,
.bold {
    font-weight: 700;
}
button, input {
    outline:none !important;
}
button {
    cursor: pointer;
    border: none;
}
a {
    text-decoration:none;
    color: inherit;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand,
input::-ms-clear {
    display: none;
}
textarea {
    overflow: auto;
}
.clear{
    clear: both;
}
img, video {
    max-width: 100%;
    display:block;
}
.bg {
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow:hidden;
}

.item {
    position: relative;
}

.overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.loading * {
    -webkit-transition: none !important;
    transition: none !important;
}
.container {
    position:relative;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    position:relative;
}
button {
    font-family: inherit !important;
}


/** COMMON **/
body,html {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #f8f9fa;
    color: #212529;
    line-height: 1.8em;

}

.container-1 {
    padding: 150px 0px;
}
.container-2 {
    padding: 100px 0px;
}
.container-3 {
    padding: 75px 0px;
}
.container-4 {
    padding: 50px 0px;
}
.container-5 {
    padding: 30px 0px;
}


.container-6 {
    padding: 20px 0px;
}

.wrapper-1 {
    max-width: 1400px;
    padding: 0px 50px;
}
.wrapper-2 {
    max-width: 1200px;
    padding: 0px 50px;
}
.wrapper-3 {
    max-width: 1000px;
    padding: 0px 50px;
}
.wrapper-4 {
    max-width: 800px;
    padding: 0px 50px;
}
.wrapper-5 {
    max-width: 600px;
    padding: 0px 50px;
}


/** SPACING **/
.p-0{padding:0px !important;}.pt-0{padding-top: 0px !important;}.pr-0{padding-right: 0px !important;}.pb-0{padding-bottom: 0px !important;}.pl-0{padding-left: 0px !important;}.m-0{margin:0px !important;}.mt-0{margin-top: 0px !important;}.mr-0{margin-right: 0px !important;}.mb-0{margin-bottom: 0px !important;}.ml-0{margin-left: 0px !important;}
.p-5{padding:5px !important;}.pt-5{padding-top: 5px !important;}.pr-5{padding-right: 5px !important;}.pb-5{padding-bottom: 5px !important;}.pl-5{padding-left: 5px !important;}.m-5{margin:5px !important;}.mt-5{margin-top: 5px !important;}.mr-5{margin-right: 5px !important;}.mb-5{margin-bottom: 5px !important;}.ml-5{margin-left: 5px !important;}
.p-10{padding:10px !important;}.pt-10{padding-top: 10px !important;}.pr-10{padding-right: 10px !important;}.pb-10{padding-bottom: 10px !important;}.pl-10{padding-left: 10px !important;}.m-10{margin:10px !important;}.mt-10{margin-top: 10px !important;}.mr-10{margin-right: 10px !important;}.mb-10{margin-bottom: 10px !important;}.ml-10{margin-left: 10px !important;}
.p-15{padding:15px !important;}.pt-15{padding-top: 15px !important;}.pr-15{padding-right: 15px !important;}.pb-15{padding-bottom: 15px !important;}.pl-15{padding-left: 15px !important;}.m-15{margin:15px !important;}.mt-15{margin-top: 15px !important;}.mr-15{margin-right: 15px !important;}.mb-15{margin-bottom: 15px !important;}.ml-15{margin-left: 15px !important;}
.p-20{padding:20px !important;}.pt-20{padding-top: 20px !important;}.pr-20{padding-right: 20px !important;}.pb-20{padding-bottom: 20px !important;}.pl-20{padding-left: 20px !important;}.m-20{margin:20px !important;}.mt-20{margin-top: 20px !important;}.mr-20{margin-right: 20px !important;}.mb-20{margin-bottom: 20px !important;}.ml-20{margin-left: 20px !important;}
.p-25{padding:25px !important;}.pt-25{padding-top: 25px !important;}.pr-25{padding-right: 25px !important;}.pb-25{padding-bottom: 25px !important;}.pl-25{padding-left: 25px !important;}.m-25{margin:25px !important;}.mt-25{margin-top: 25px !important;}.mr-25{margin-right: 25px !important;}.mb-25{margin-bottom: 25px !important;}.ml-25{margin-left: 25px !important;}
.p-30{padding:30px !important;}.pt-30{padding-top: 30px !important;}.pr-30{padding-right: 30px !important;}.pb-30{padding-bottom: 30px !important;}.pl-30{padding-left: 30px !important;}.m-30{margin:30px !important;}.mt-30{margin-top: 30px !important;}.mr-30{margin-right: 30px !important;}.mb-30{margin-bottom: 30px !important;}.ml-30{margin-left: 30px !important;}
.p-35{padding:35px !important;}.pt-35{padding-top: 35px !important;}.pr-35{padding-right: 35px !important;}.pb-35{padding-bottom: 35px !important;}.pl-35{padding-left: 35px !important;}.m-35{margin:35px !important;}.mt-35{margin-top: 35px !important;}.mr-35{margin-right: 35px !important;}.mb-35{margin-bottom: 35px !important;}.ml-35{margin-left: 35px !important;}
.p-40{padding:40px !important;}.pt-40{padding-top: 40px !important;}.pr-40{padding-right: 40px !important;}.pb-40{padding-bottom: 40px !important;}.pl-40{padding-left: 40px !important;}.m-40{margin:40px !important;}.mt-40{margin-top: 40px !important;}.mr-40{margin-right: 40px !important;}.mb-40{margin-bottom: 40px !important;}.ml-40{margin-left: 40px !important;}
.p-45{padding:45px !important;}.pt-45{padding-top: 45px !important;}.pr-45{padding-right: 45px !important;}.pb-45{padding-bottom: 45px !important;}.pl-45{padding-left: 45px !important;}.m-45{margin:45px !important;}.mt-45{margin-top: 45px !important;}.mr-45{margin-right: 45px !important;}.mb-45{margin-bottom: 45px !important;}.ml-45{margin-left: 45px !important;}
.p-50{padding:50px !important;}.pt-50{padding-top: 50px !important;}.pr-50{padding-right: 50px !important;}.pb-50{padding-bottom: 50px !important;}.pl-50{padding-left: 50px !important;}.m-50{margin:50px !important;}.mt-50{margin-top: 50px !important;}.mr-50{margin-right: 50px !important;}.mb-50{margin-bottom: 50px !important;}.ml-50{margin-left: 50px !important;}
.p-55{padding:55px !important;}.pt-55{padding-top: 55px !important;}.pr-55{padding-right: 55px !important;}.pb-55{padding-bottom: 55px !important;}.pl-55{padding-left: 55px !important;}.m-55{margin:55px !important;}.mt-55{margin-top: 55px !important;}.mr-55{margin-right: 55px !important;}.mb-55{margin-bottom: 55px !important;}.ml-55{margin-left: 55px !important;}
.p-60{padding:60px !important;}.pt-60{padding-top: 60px !important;}.pr-60{padding-right: 60px !important;}.pb-60{padding-bottom: 60px !important;}.pl-60{padding-left: 60px !important;}.m-60{margin:60px !important;}.mt-60{margin-top: 60px !important;}.mr-60{margin-right: 60px !important;}.mb-60{margin-bottom: 60px !important;}.ml-60{margin-left: 60px !important;}
.p-65{padding:65px !important;}.pt-65{padding-top: 65px !important;}.pr-65{padding-right: 65px !important;}.pb-65{padding-bottom: 65px !important;}.pl-65{padding-left: 65px !important;}.m-65{margin:65px !important;}.mt-65{margin-top: 65px !important;}.mr-65{margin-right: 65px !important;}.mb-65{margin-bottom: 65px !important;}.ml-65{margin-left: 65px !important;}
.p-70{padding:70px !important;}.pt-70{padding-top: 70px !important;}.pr-70{padding-right: 70px !important;}.pb-70{padding-bottom: 70px !important;}.pl-70{padding-left: 70px !important;}.m-70{margin:70px !important;}.mt-70{margin-top: 70px !important;}.mr-70{margin-right: 70px !important;}.mb-70{margin-bottom: 70px !important;}.ml-70{margin-left: 70px !important;}
.p-75{padding:75px !important;}.pt-75{padding-top: 75px !important;}.pr-75{padding-right: 75px !important;}.pb-75{padding-bottom: 75px !important;}.pl-75{padding-left: 75px !important;}.m-75{margin:75px !important;}.mt-75{margin-top: 75px !important;}.mr-75{margin-right: 75px !important;}.mb-75{margin-bottom: 75px !important;}.ml-75{margin-left: 75px !important;}
.p-80{padding:80px !important;}.pt-80{padding-top: 80px !important;}.pr-80{padding-right: 80px !important;}.pb-80{padding-bottom: 80px !important;}.pl-80{padding-left: 80px !important;}.m-80{margin:80px !important;}.mt-80{margin-top: 80px !important;}.mr-80{margin-right: 80px !important;}.mb-80{margin-bottom: 80px !important;}.ml-80{margin-left: 80px !important;}
.p-85{padding:85px !important;}.pt-85{padding-top: 85px !important;}.pr-85{padding-right: 85px !important;}.pb-85{padding-bottom: 85px !important;}.pl-85{padding-left: 85px !important;}.m-85{margin:85px !important;}.mt-85{margin-top: 85px !important;}.mr-85{margin-right: 85px !important;}.mb-85{margin-bottom: 85px !important;}.ml-85{margin-left: 85px !important;}
.p-90{padding:90px !important;}.pt-90{padding-top: 90px !important;}.pr-90{padding-right: 90px !important;}.pb-90{padding-bottom: 90px !important;}.pl-90{padding-left: 90px !important;}.m-90{margin:90px !important;}.mt-90{margin-top: 90px !important;}.mr-90{margin-right: 90px !important;}.mb-90{margin-bottom: 90px !important;}.ml-90{margin-left: 90px !important;}
.p-95{padding:95px !important;}.pt-95{padding-top: 95px !important;}.pr-95{padding-right: 95px !important;}.pb-95{padding-bottom: 95px !important;}.pl-95{padding-left: 95px !important;}.m-95{margin:95px !important;}.mt-95{margin-top: 95px !important;}.mr-95{margin-right: 95px !important;}.mb-95{margin-bottom: 95px !important;}.ml-95{margin-left: 95px !important;}
.p-100{padding:100px !important;}.pt-100{padding-top: 100px !important;}.pr-100{padding-right: 100px !important;}.pb-100{padding-bottom: 100px !important;}.pl-100{padding-left: 100px !important;}.m-100{margin:100px !important;}.mt-100{margin-top: 100px !important;}.mr-100{margin-right: 100px !important;}.mb-100{margin-bottom: 100px !important;}.ml-100{margin-left: 100px !important;}
.p-105{padding:105px !important;}.pt-105{padding-top: 105px !important;}.pr-105{padding-right: 105px !important;}.pb-105{padding-bottom: 105px !important;}.pl-105{padding-left: 105px !important;}.m-105{margin:105px !important;}.mt-105{margin-top: 105px !important;}.mr-105{margin-right: 105px !important;}.mb-105{margin-bottom: 105px !important;}.ml-105{margin-left: 105px !important;}
.p-110{padding:110px !important;}.pt-110{padding-top: 110px !important;}.pr-110{padding-right: 110px !important;}.pb-110{padding-bottom: 110px !important;}.pl-110{padding-left: 110px !important;}.m-110{margin:110px !important;}.mt-110{margin-top: 110px !important;}.mr-110{margin-right: 110px !important;}.mb-110{margin-bottom: 110px !important;}.ml-110{margin-left: 110px !important;}
.p-115{padding:115px !important;}.pt-115{padding-top: 115px !important;}.pr-115{padding-right: 115px !important;}.pb-115{padding-bottom: 115px !important;}.pl-115{padding-left: 115px !important;}.m-115{margin:115px !important;}.mt-115{margin-top: 115px !important;}.mr-115{margin-right: 115px !important;}.mb-115{margin-bottom: 115px !important;}.ml-115{margin-left: 115px !important;}
.p-120{padding:120px !important;}.pt-120{padding-top: 120px !important;}.pr-120{padding-right: 120px !important;}.pb-120{padding-bottom: 120px !important;}.pl-120{padding-left: 120px !important;}.m-120{margin:120px !important;}.mt-120{margin-top: 120px !important;}.mr-120{margin-right: 120px !important;}.mb-120{margin-bottom: 120px !important;}.ml-120{margin-left: 120px !important;}
.p-125{padding:125px !important;}.pt-125{padding-top: 125px !important;}.pr-125{padding-right: 125px !important;}.pb-125{padding-bottom: 125px !important;}.pl-125{padding-left: 125px !important;}.m-125{margin:125px !important;}.mt-125{margin-top: 125px !important;}.mr-125{margin-right: 125px !important;}.mb-125{margin-bottom: 125px !important;}.ml-125{margin-left: 125px !important;}
.p-130{padding:130px !important;}.pt-130{padding-top: 130px !important;}.pr-130{padding-right: 130px !important;}.pb-130{padding-bottom: 130px !important;}.pl-130{padding-left: 130px !important;}.m-130{margin:130px !important;}.mt-130{margin-top: 130px !important;}.mr-130{margin-right: 130px !important;}.mb-130{margin-bottom: 130px !important;}.ml-130{margin-left: 130px !important;}
.p-135{padding:135px !important;}.pt-135{padding-top: 135px !important;}.pr-135{padding-right: 135px !important;}.pb-135{padding-bottom: 135px !important;}.pl-135{padding-left: 135px !important;}.m-135{margin:135px !important;}.mt-135{margin-top: 135px !important;}.mr-135{margin-right: 135px !important;}.mb-135{margin-bottom: 135px !important;}.ml-135{margin-left: 135px !important;}
.p-140{padding:140px !important;}.pt-140{padding-top: 140px !important;}.pr-140{padding-right: 140px !important;}.pb-140{padding-bottom: 140px !important;}.pl-140{padding-left: 140px !important;}.m-140{margin:140px !important;}.mt-140{margin-top: 140px !important;}.mr-140{margin-right: 140px !important;}.mb-140{margin-bottom: 140px !important;}.ml-140{margin-left: 140px !important;}
.p-145{padding:145px !important;}.pt-145{padding-top: 145px !important;}.pr-145{padding-right: 145px !important;}.pb-145{padding-bottom: 145px !important;}.pl-145{padding-left: 145px !important;}.m-145{margin:145px !important;}.mt-145{margin-top: 145px !important;}.mr-145{margin-right: 145px !important;}.mb-145{margin-bottom: 145px !important;}.ml-145{margin-left: 145px !important;}
.p-150{padding:150px !important;}.pt-150{padding-top: 150px !important;}.pr-150{padding-right: 150px !important;}.pb-150{padding-bottom: 150px !important;}.pl-150{padding-left: 150px !important;}.m-150{margin:150px !important;}.mt-150{margin-top: 150px !important;}.mr-150{margin-right: 150px !important;}.mb-150{margin-bottom: 150px !important;}.ml-150{margin-left: 150px !important;}


/** MAX WIDTH **/
.mw-0{max-width:0px;}.mw-25{max-width:25px;}.mw-50{max-width:50px;}.mw-75{max-width:75px;}.mw-100{max-width:100px;}.mw-125{max-width:125px;}.mw-150{max-width:150px;}.mw-175{max-width:175px;}.mw-200{max-width:200px;}.mw-225{max-width:225px;}.mw-250{max-width:250px;}.mw-275{max-width:275px;}.mw-300{max-width:300px;}.mw-325{max-width:325px;}.mw-350{max-width:350px;}.mw-375{max-width:375px;}.mw-400{max-width:400px;}.mw-425{max-width:425px;}.mw-450{max-width:450px;}.mw-475{max-width:475px;}.mw-500{max-width:500px;}.mw-525{max-width:525px;}.mw-550{max-width:550px;}.mw-575{max-width:575px;}.mw-600{max-width:600px;}.mw-625{max-width:625px;}.mw-650{max-width:650px;}.mw-675{max-width:675px;}.mw-700{max-width:700px;}.mw-725{max-width:725px;}.mw-750{max-width:750px;}.mw-775{max-width:775px;}.mw-800{max-width:800px;}.mw-825{max-width:825px;}.mw-850{max-width:850px;}.mw-875{max-width:875px;}.mw-900{max-width:900px;}.mw-925{max-width:925px;}.mw-950{max-width:950px;}.mw-975{max-width:975px;}.mw-1000{max-width:1000px;}.mw-1025{max-width:1025px;}.mw-1050{max-width:1050px;}.mw-1075{max-width:1075px;}.mw-1100{max-width:1100px;}.mw-1125{max-width:1125px;}.mw-1150{max-width:1150px;}.mw-1175{max-width:1175px;}.mw-1200{max-width:1200px;}.mw-1225{max-width:1225px;}.mw-1250{max-width:1250px;}.mw-1275{max-width:1275px;}.mw-1300{max-width:1300px;}.mw-1325{max-width:1325px;}.mw-1350{max-width:1350px;}.mw-1375{max-width:1375px;}.mw-1400{max-width:1400px;}.mw-1425{max-width:1425px;}.mw-1450{max-width:1450px;}.mw-1475{max-width:1475px;}.mw-1500{max-width:1500px;}.mw-1525{max-width:1525px;}.mw-1550{max-width:1550px;}.mw-1575{max-width:1575px;}.mw-1600{max-width:1600px;}.mw-1625{max-width:1625px;}.mw-1650{max-width:1650px;}.mw-1675{max-width:1675px;}.mw-1700{max-width:1700px;}.mw-1725{max-width:1725px;}.mw-1750{max-width:1750px;}.mw-1775{max-width:1775px;}.mw-1800{max-width:1800px;}.mw-1825{max-width:1825px;}.mw-1850{max-width:1850px;}.mw-1875{max-width:1875px;}.mw-1900{max-width:1900px;}.mw-1925{max-width:1925px;}.mw-1950{max-width:1950px;}.mw-1975{max-width:1975px;}.mw-2000{max-width:2000px;}.mw-2025{max-width:2025px;}.mw-2050{max-width:2050px;}.mw-2075{max-width:2075px;}.mw-2100{max-width:2100px;}.mw-2125{max-width:2125px;}.mw-2150{max-width:2150px;}.mw-2175{max-width:2175px;}.mw-2200{max-width:2200px;}.mw-2225{max-width:2225px;}.mw-2250{max-width:2250px;}.mw-2275{max-width:2275px;}.mw-2300{max-width:2300px;}.mw-2325{max-width:2325px;}.mw-2350{max-width:2350px;}.mw-2375{max-width:2375px;}.mw-2400{max-width:2400px;}.mw-2425{max-width:2425px;}.mw-2450{max-width:2450px;}.mw-2475{max-width:2475px;}.mw-2500{max-width:2500px;}.mw-2525{max-width:2525px;}.mw-2550{max-width:2550px;}.mw-2575{max-width:2575px;}.mw-2600{max-width:2600px;}.mw-2625{max-width:2625px;}.mw-2650{max-width:2650px;}.mw-2675{max-width:2675px;}.mw-2700{max-width:2700px;}.mw-2725{max-width:2725px;}.mw-2750{max-width:2750px;}.mw-2775{max-width:2775px;}.mw-2800{max-width:2800px;}.mw-2825{max-width:2825px;}.mw-2850{max-width:2850px;}.mw-2875{max-width:2875px;}.mw-2900{max-width:2900px;}.mw-2925{max-width:2925px;}.mw-2950{max-width:2950px;}.mw-2975{max-width:2975px;}.mw-3000{max-width:3000px;}



.box-1 {
    padding: 50px;
}

.box-2 {
    padding: 1rem;
}


.va-top {
    vertical-align:top !important;
}
.va-middle {
    vertical-align:middle !important;
}
.va-bottom {
    vertical-align:bottom !important;
}

/** COLORS **/
/** Color: black-1 **/
.clr-black-1 { color: #212529 !important}
.bg-black-1 { background-color: #212529 !important}

.clr-media-black-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-black-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-black-1 .plyr--audio .plyr__control:hover,
.clr-media-black-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-black-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-black-1 .plyr__control--overlaid:focus,
.clr-media-black-1 .plyr__control--overlaid:hover,
.clr-media-black-1 .plyr__control--overlaid,
.clr-media-black-1 .plyr--video .plyr__control:hover{background: #212529 !important;}
.clr-media-black-1 .plyr--full-ui input[type=range]{color: #212529 !important;}/** Color: white-1 **/
.clr-white-1 { color: #ffffff !important}
.bg-white-1 { background-color: #ffffff !important}

.clr-media-white-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-white-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-white-1 .plyr--audio .plyr__control:hover,
.clr-media-white-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-white-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-white-1 .plyr__control--overlaid:focus,
.clr-media-white-1 .plyr__control--overlaid:hover,
.clr-media-white-1 .plyr__control--overlaid,
.clr-media-white-1 .plyr--video .plyr__control:hover{background: #ffffff !important;}
.clr-media-white-1 .plyr--full-ui input[type=range]{color: #ffffff !important;}/** Color: blue-1 **/
.clr-blue-1 { color: #4285F4 !important}
.bg-blue-1 { background-color: #4285F4 !important}

.clr-blue-2 { color: #d2ddf4 !important}
.bg-blue-2 { background-color: #d2ddf4 !important}

.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-blue-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-blue-1 .plyr--audio .plyr__control:hover,
.clr-media-blue-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-blue-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-blue-1 .plyr__control--overlaid:focus,
.clr-media-blue-1 .plyr__control--overlaid:hover,
.clr-media-blue-1 .plyr__control--overlaid,
.clr-media-blue-1 .plyr--video .plyr__control:hover{background: #4285F4 !important;}
.clr-media-blue-1 .plyr--full-ui input[type=range]{color: #4285F4 !important;}/** Color: grey-1 **/
.clr-grey-1 { color: #9E9E9E !important}
.bg-grey-1 { background-color: #9E9E9E !important}

.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-grey-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-grey-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-grey-1 .plyr--audio .plyr__control:hover,
.clr-media-grey-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-grey-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-grey-1 .plyr__control--overlaid:focus,
.clr-media-grey-1 .plyr__control--overlaid:hover,
.clr-media-grey-1 .plyr__control--overlaid,
.clr-media-grey-1 .plyr--video .plyr__control:hover{background: #9E9E9E !important;}
.clr-media-grey-1 .plyr--full-ui input[type=range]{color: #9E9E9E !important;}/** Color: grey-2 **/
.clr-grey-2 { color: #E1E1E1 !important}
.bg-grey-2 { background-color: #E1E1E1 !important}

.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-grey-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-grey-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-grey-2 .plyr--audio .plyr__control:hover,
.clr-media-grey-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-grey-2 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-grey-2 .plyr__control--overlaid:focus,
.clr-media-grey-2 .plyr__control--overlaid:hover,
.clr-media-grey-2 .plyr__control--overlaid,
.clr-media-grey-2 .plyr--video .plyr__control:hover{background: #E1E1E1 !important;}
.clr-media-grey-2 .plyr--full-ui input[type=range]{color: #E1E1E1 !important;}/** Color: yellow-1 **/
.clr-yellow-1 { color: #FBBC05 !important}
.bg-yellow-1 { background-color: #FBBC05 !important}

.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-yellow-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-yellow-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-yellow-1 .plyr--audio .plyr__control:hover,
.clr-media-yellow-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-yellow-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-yellow-1 .plyr__control--overlaid:focus,
.clr-media-yellow-1 .plyr__control--overlaid:hover,
.clr-media-yellow-1 .plyr__control--overlaid,
.clr-media-yellow-1 .plyr--video .plyr__control:hover{background: #FBBC05 !important;}
.clr-media-yellow-1 .plyr--full-ui input[type=range]{color: #FBBC05 !important;}/** Color: yellow-2 **/
.clr-yellow-2 { color: #F9EEB7 !important}
.bg-yellow-2 { background-color: #F9EEB7 !important}

.clr-media-yellow-2 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-yellow-2 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-yellow-2 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-yellow-2 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-yellow-2 .plyr--audio .plyr__control:hover,
.clr-media-yellow-2 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-yellow-2 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-yellow-2 .plyr__control--overlaid:focus,
.clr-media-yellow-2 .plyr__control--overlaid:hover,
.clr-media-yellow-2 .plyr__control--overlaid,
.clr-media-yellow-2 .plyr--video .plyr__control:hover{background: #F9EEB7 !important;}
.clr-media-yellow-2 .plyr--full-ui input[type=range]{color: #F9EEB7 !important;}/** Color: green-1 **/
.clr-green-1 { color: #34A853 !important}
.bg-green-1 { background-color: #34A853 !important}
.clr-green-2 { color: #c9e5d1 !important}
.bg-green-2 { background-color: #c9e5d1 !important}



.clr-media-green-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-green-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-green-1 .plyr--audio .plyr__control:hover,
.clr-media-green-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-green-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-green-1 .plyr__control--overlaid:focus,
.clr-media-green-1 .plyr__control--overlaid:hover,
.clr-media-green-1 .plyr__control--overlaid,
.clr-media-green-1 .plyr--video .plyr__control:hover{background: #34A853 !important;}
.clr-media-green-1 .plyr--full-ui input[type=range]{color: #34A853 !important;}/** Color: red-1 **/
.clr-red-1 { color: #EA4335 !important}
.bg-red-1 { background-color: #EA4335 !important}

.clr-purple-1 { color: #8e3ae3 !important}
.bg-purple-1 { background-color: #8e3ae3 !important}

.clr-media-red-1 .plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.clr-media-red-1 .plyr--video .plyr__controls .plyr__control:hover,
.clr-media-red-1 .plyr--video .plyr__controls .plyr__control[aria-expanded=true],
.clr-media-red-1 .plyr--audio .plyr__control.plyr__tab-focus,
.clr-media-red-1 .plyr--audio .plyr__control:hover,
.clr-media-red-1 .plyr--audio .plyr__control[aria-expanded=true],
.clr-media-red-1 .plyr__menu__container label.plyr__control input[type=radio]:checked+span,
.clr-media-red-1 .plyr__control--overlaid:focus,
.clr-media-red-1 .plyr__control--overlaid:hover,
.clr-media-red-1 .plyr__control--overlaid,
.clr-media-red-1 .plyr--video .plyr__control:hover{background: #EA4335 !important;}
.clr-media-red-1 .plyr--full-ui input[type=range]{color: #EA4335 !important;}


.list-archive-item.bg-green-light-1, .card.bg-green-light-1 {background: #deede3 !important;}
.list-archive-item.bg-green-light-1, .card.bg-green-light-1 {border-color: #deede3 !important;}
.list-archive-item.bg-red-light-1, .card.bg-red-light-1, .bg-red-light-1{background: #f7e0e0 !important;}
.list-archive-item.bg-red-light-1, .card.bg-red-light-1, .bg-red-light-1 {border-color: #f7e0e0 !important;}

.block,
.brick {
    position: relative;
    overflow:hidden;
    z-index: 0;
}

.background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-in,
.background-overlay {
    height: 100%;
    width: 100%;
}
.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
}
.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.columns,
.form-row {
    display:table;
    table-layout:fixed;
    width: 100%;
    height: 100%;
}
.column,
.form-column {
    display:table-cell;
    vertical-align:top;
    height: 100%;
    position:relative;
}

.column-in,
.form-column-in {
    position: relative;
    height: 100%;
}
.columns-multiple .column:first-child {
    padding-right: 1rem;
}
.columns-multiple .column:last-child {
    padding-left: 1rem;
}

.visual {
    position:absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    left: 0px;
}

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.no-space {padding: 0px !important;}
.no-space-top {padding-top: 0px !important; margin-top: 0px !important;}
.no-space-bottom {padding-bottom: 0px !important; margin-bottom: 0px !important;}
.item {display:block;float: left;}
.es-slider-items .item {float:none;}

.column {
    display:table-cell;
    vertical-align:top;
}

.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.fw-800 {font-weight: 800;}
.fw-900 {font-weight: 900;}
.fs-italic {font-style:italic;}
.tt-uppercase {text-transform:uppercase;}


.op-0 {opacity:0}
.op-5 {opacity:0.05}
.op-10 {opacity:0.10}
.op-15 {opacity:0.15}
.op-20 {opacity:0.20}
.op-25 {opacity:0.25}
.op-30 {opacity:0.30}
.op-35 {opacity:0.35}
.op-40 {opacity:0.40}
.op-45 {opacity:0.45}
.op-50 {opacity:0.50}
.op-55 {opacity:0.55}
.op-60 {opacity:0.60}
.op-65 {opacity:0.65}
.op-70 {opacity:0.70}
.op-75 {opacity:0.75}
.op-80 {opacity:0.80}
.op-85 {opacity:0.85}
.op-90 {opacity:0.90}
.op-95 {opacity:0.95}
.op-100 {opacity:1}


.mobile-show {
    display:none;
}
.mobile-hide {
    display:block;
}

.component p {
    margin-bottom: 1em;
}
.component p:last-child {
    margin-bottom: 0px !important;
}

.brick-content {
    display: table;
    width: 100%;
}

.brick-content-in {
    display: table-cell;
    vertical-align: top;
}

.box-border {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #f1f3f5;
}


hr {
    border-color: #ddd;
    margin: 2em 0px;
    color: transparent;
    background: transparent;
    border-style: solid;
    border-top: 0px;
}

.form-check-input {
    margin-left: 0;
}

.component p a {
    color: #4285F4;
    text-decoration: underline;
}

/** TRANSITIONS **/
.nav-toggle,
.nav-toggle-in-content::before,
.input-row,
.input-row label {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/** COMPONENTS **/
.title-1 {
    font-size: 1.25rem;line-height: 1.1em;           }
.title-2 {
    font-size: 1.5rem;line-height: 1.1em;            }
.title-3 {
    font-size: 1.75rem;line-height: 1.1em;           }
.title-4 {
    font-size: 2rem;line-height: 1.1em;          }
.title-5 {
    font-size: 2.5rem;line-height: 1.1em;            }
.text-1 {
    font-size: 1rem;line-height: 1.5em;          }
.text-2 {
    font-size: 1.1rem;line-height: 1.5em;            }
.text-3 {
    font-size: 1.2rem;line-height: 1.5em;            }
.text-4 {
    font-size: 1rem;line-height: 1.5em;          }
.text-5 {
    font-size: 0.7rem;line-height: 1.5em;          }
.button {
    display: inline-block;
    padding: 4px 15px;
    padding-top: 5px;
    background: #4285F4;
    border: 2px solid #4285F4;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    line-height: 1.7em;
    font-size: 1rem;
}

.button-small {
    padding: 2px 10px;
    padding-top: 3px;
    line-height: 1.5em;
    font-size: 0.9rem;
}

.button .icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.button .icon-left {
    margin-right: 5px;
}

.button .icon-right {
    margin-left: 5px;
}
.button-small.button .icon-left {
    margin-right: 2px;
}
.button-small.button .icon-right {
    margin-left: 2px;
}

.buttons .component {
    display: inline-block;
    margin: 5px !important;
}

.buttons.buttons-justify .component {
    display: block;
}

.buttons.buttons-justify .component .button {
    display: block;
    text-align: center;
    width: 100%;
}

.buttons.buttons-right .component {
    margin: 5px !important;
}

.brick-login-1 .buttons.buttons-justify .component,
.brick-login-1 .buttons.buttons-justify {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.buttons.buttons-center {
    text-align: center;
}

.buttons.buttons-right {
    text-align: right;
}

.buttons {
    margin-left: -5px;
    margin-right: -5px;
}




.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #2967cf;
    background: #2967cf;
}.button-2 {
     background: transparent;
     border: 2px solid transparent;
     color: #868e96;
 }
.button.button-2:hover,
.button.button-2:focus,
.button.button-2:active,
.button.button-2.active {
    color: #2967cf;
    border-color: #deeafe;
    background: #deeafe;
}.button.button-3 {
     background: #f1f3f5;
     border: 2px solid #f1f3f5;
     color: #868e96;
 }
.button.button-3:hover,
.button.button-3:focus,
.button.button-3:active,
.button.button-3.active {
    color: #2967cf;
    border-color: #deeafe;
    background: #deeafe;
}.button.button-4 {
     background: transparent;
     border: 2px solid #4285F4;
     color: #4285F4;
 }
.button.button-4:hover,
.button.button-4:focus,
.button.button-4:active,
.button.button-4.active {
    border-color: #2967cf;
    color: #2967cf;
}
.button-5,
 .button-8{
     color: #848E97;
     padding: 0;
     background: transparent !important;
     border: none;
     border-radius: 0;
 }

.button-5:hover {
    color: #4285F4;
}
.button-8 {
    color: #4285F4;
}
.button-5 i,
.button-8 i {
    font-size: 0.75em;
}

.button-8:hover {
    color: #333;
}
.button-6 {
     display: inline-block;
     background: #4285F4;
     color: #FFF;
     width: 45px;
     height: 45px;
     text-align: center;
     line-height: 45px;
     padding: 0;
     font-size: 19px;
     border-radius: 2px;
 }

.button-6 i.icon {
    position: relative;
    top: 2px;
    vertical-align: baseline;
}.button-7 {
     display: block;
     text-align: center;
     border-radius: 0;
     line-height: 33px;
     padding: 0 20px;
     border: none;
 }

.button-7 .text {
    line-height: 33px;
}.input-title {
     font-weight: 500;
     display:block;
     font-size: 1em;
     line-height: 1em;
     letter-spacing: 0px;
     margin-bottom: 5px;
     cursor:pointer;
 }

.input-title {
    margin-bottom: 7px;
}

.input-text-1 .input-in input,
.input-password-1 .input-in input,
.input-select-1 .input-in select,
.input-textarea-1 .input-in textarea {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    display:block;
    padding: 10px;
    padding-top: 12px;
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    outline:none;
    font-weight: 500;
    color: #212529;
    font-family: 'Rubik', sans-serif;
    -webkit-appearance: none;
}

.input-text-1 .input-in.focus input,
.input-password-1 .input-in.focus input,
.input-textarea-1 .input-in.focus textarea {
    background: #fff;
    border-color: #4285F4 !important;
}


.input-text-1 .input-in.error input,
.input-password-1 .input-in.error input,
.input-select-1 .input-in.error select,
.input-textarea-1 .input-in.error textarea {
    background: #fff;
    border-color: #EA4335;
}

.input-text-1 .input-in.success input,
.input.input-password.success input,
.input-select-1 .input-in.success select,
.input-textarea-1 .input-in.success textarea {
    background: #fff;
    border-color: #34A853;
}
.input-textarea-1 .input-in textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
}
.input-radio-2 .radio {
    display: block;
    width: 33.3333%;
    float: left;
    padding-left: 0px;
}

.input-radio-2 .radio .radio-image {
    height: 180px;
    border: 2px solid #fff;
    background: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.input-radio-2 .radio .value {
    padding: 10px;
    display:block;
}
.input-radio-2 .radio .radio-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;
}
.input.input-radio-2 {
    margin: 0px -10px;
}

.input-radio-2 .radio .radio-image img {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.radio input:checked ~ .value .radio-image {
    border-color: #4285F4;
}

.input-radio-2 .input-in:after {
    clear: both;
    content: "";
    position: relative;
    display: block;
}.input-radio-3 .radio {
     display: block;
     width: 50%;
     float: left;
     padding-left: 0px;
 }


.input-radio-3 .input-in:after {
    clear: both;
    content: "";
    position: relative;
    display: block;
}

.input-radio-3 .radio .button {
    display:block;
    background: #868E96;
    border-color: #868E96;
}


.input-radio-3 input:checked ~ .value .button {
    border-color: #4285F4;
    background: #4285F4;
}


.input-radio-3 .radio .value {
    padding: 10px;
    display:block;
    padding-bottom: 0px;
}

.input.input-radio-3 {
    margin: 0px -10px;
}.check,
 .radio {
     display: block;
     position: relative;
     padding-left: 34px;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     min-height: 18px;
     padding-top: 5px;
     color: #212529;
     line-height: 1em;
     margin-bottom: 5px;
 }

.check input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 5px;
}
.radio .checkmark {
    border-radius: 100%;
}

.check:hover input ~ .checkmark,
.radio:hover input ~ .checkmark {
    background-color: #ddd;
}

.check input:checked ~ .checkmark,
.radio input:checked ~ .checkmark {
    background-color: #4285F4;
}

.check input:checked ~ .value,
.radio input:checked ~ .value{
    font-weight: 500;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after,
.radio .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}.input-select-select {
     position:relative;
     z-index: 1;
     background: #fff;
 }
.input-select-1 .input-select-select .icon-select {
    position:absolute;
    right: 20px;
    top: 50%;
    z-index: -1;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    margin-top: 3px;
    color: #868e96;

}


.input-select-1 .input-in select {
    background: transparent !important;
    height: auto;
    padding: 12px;
    padding-top: 13px;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    cursor:pointer;
}.input-file-1 input {
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     overflow: hidden;
     position: absolute;
     z-index: -1;
 }

.input-file-1 label {
    display: block;
    background: #ddd;
    color: #555;
    padding: 9px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
}

.input-file-1 label:hover {
    background: #2967cf;
    color: #fff !important;
}

.input-file-1 label i {
    position: relative;
    top: 2px;
    padding-left: 7px;
}

.input-file-1 .uploaded-file {
    position: relative;
    padding: 0 50px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #4285F4;
    color: #4285F4;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
    line-height: 46px;
}

.input-file-1 .uploaded-file i {
    position: absolute;
    right: 0px;
    font-size: 1.250em;
    top: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.input-file-1 .uploaded-file i:before {
    position: relative;
    top: 2px;
}

.input-file-1 .uploaded-file i:hover {
    color: #2967cf;
    background: #E8F0FE;
    border-left: 1px solid #4285F4;
}.input-number-1 {
     height: 65px;
     line-height: 65px;
     background: #fff;
 }

.input-number-1 .input-in {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.input-number-increase, .input-number-value {
    display: table-cell;
    vertical-align:top;
}

.input-number-increase {
    width: 65px;
    cursor: pointer;
    background: #4285F4;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.input-number-value {
    text-align: center;
}

.input-number-value input {
    color: #000;
    height: 65px;
    line-height: 65px;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: 0px;
    font-size: inherit !important;
    text-align: center;
    font-weight: inherit !important;
    -moz-appearance: textfield;
}

.input-number-value input[type="number"]::-webkit-outer-spin-button,
.input-number-value input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}.message {
     position: relative;
     padding: 11px 55px 11px 11px;
     border-radius: 2px;
     font-size: 0.9rem !important;
     line-height: 1.5em !important;
 }

.message-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 20px;
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    color: #FFF;
}

.message-close:hover {
    background: #4285F4;
    color: #FFF !important;
}

.message-close i {
    position: relative;
    top: 3px;
}
.message-in strong {
    font-weight: 500;
}
add-item {
     display: table;
     width: 100%;
     cursor: pointer;
 }

.add-item:hover .add-item-in {
    background: #E8F0FE;
}

.add-item-in {
    display: table-cell;
    vertical-align: middle;
    min-height: 67px;
    border: 1px dashed #4285F4;
    background: #FFF;
    line-height: 67px;
    text-align: center;
    color: #4285F4;
    font-weight: 500;
}.pros-cons-item {
     display: table;
     width: 100%;
     margin-bottom: 4px;
 }

.cons .pros-cons-item:last-child {
    margin-bottom: 0;
}

.pros-cons-item-left {
    display: table-cell;
    vertical-align: top;
    width: 15px;
}

.pros-cons-item-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.pros-cons-item i {
    position: relative;
    top: 3px;
}

.pros {
    margin-bottom: 30px;
}

.pros .pros-cons-item {
    color: #00AC47;
}

.cons .pros-cons-item {
    color: #FC2C25;
}

.cons .pros-cons-item i {
    font-size: 13px;
    top: 1px;
}
.steps-in {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 28px;
    border-radius: inherit;
    overflow: hidden;
    font-size: 13px;
    border-radius: 4px;
    line-height: 12px;
}
.filter-part .steps-filter .steps-in {
    font-size: 11px !important;
    line-height: 1em !important;
    height: 24px;
}
.steps-in .step {
    display: table-cell;
    text-align: center;
    color: #f8f9fa;
    border-left: 1px solid;
    vertical-align: middle;
}

.steps-in .step:first-child {
    border-left: 0px;
}

.bg-purple-1 {
    background: purple;
}
.steps-filter .step {
    cursor:pointer;
    opacity: 0.5;
    border-color: transparent !important;
    background: #999 !important;
}
.steps-filter .step.active {
    opacity: 1;
}
[data-filter-item]{
    display:none !important;
}
[data-filter-item].active,
.list-archive-content.no-filter .list-archive-item,
.list-archive-item.no-filter{
    display:table !important;
    width: 100%;
}
[data-filter-item].active.not-visible,
.list-archive-item.no-filter.not-visible,
.sidebar-nav-item-in.no-filter.not-visible{
    display:none !important;
}
span.hidden {display:none;}
.sidebar-nav-item-center.no-padding {
    padding-left: 0px;
}
.status.status-small {
    display: inline-block !important;
    font-size: 8px !important;
    vertical-align: bottom !important;
    margin-left: 0px !important;
    border-radius: 3px;
    padding: 2px 5px 1px !important;
    margin-right: 1px;
    line-height: 8px !important;
}
.sidebar-nav-item-center span span {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: 0px;
}
/** LOOPS **/


/** PARTS **/




/** SECTIONS **/
/** SECTION: TOP **/
header {
    height: 60px;
}

.header-in {
    background: #fff;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 6;
    border-bottom: 2px solid #f1f3f5;
}

.sidebar-nav {
    position:fixed;
    background: #fff;
    z-index: 5;
    border-right: 2px solid #f1f3f5;
    width: 237px;
    left: 0px;
    top: 60px;
    bottom: 0px;
    left: -250px;
}

.sidebar-nav.active {
    left: 0px;
}

.nav-toggle {
    cursor:pointer;
    margin: 0;
    overflow: visible;
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-toggle-in {
    width: 24px;
    height: 18px;
    display: inline-block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.nav-toggle-in-content,
.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    width: 24px;
    height: 2px;
    background-color: #848E97;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.nav-toggle-in-content::before,
.nav-toggle-in-content::after {
    content: "";
    display: block;
}
.nav-toggle-in-content::before {
    top: 8px;
}
.nav-toggle-in-content::after {
    bottom: -9px;
    top: 16px;
}
.nav-open .nav-toggle-in-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.nav-open .nav-toggle-in-content::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.nav-open .nav-toggle-in-content::after {
    -webkit-transform: translate3d(0, -19px, 0) rotate(-90deg);
    transform: translate3d(0, -19px, 0) rotate(-90deg);
    top: 19px;
}

.nav-open .nav-toggle {
    background: #4285F4;
}

.nav-open .nav-toggle-in-content,
.nav-open .nav-toggle-in-content::before,
.nav-open .nav-toggle-in-content::after {
    background: #FFF;
}

.nav-open .nav-toggle-in {
    height: 20px;
}

.header-logo {
    line-height: 58px;
    display: inline-block;
    vertical-align: middle;
}

.header-logo a {
    display: block;
    height: 58px;
    width: 100%;
    padding: 0px 20px;
}

.header-logo img {
    max-height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.header-nav .header-nav-item,
.header-user-in  {
    line-height: 58px;
    display: block;
    float: left;
    padding: 0px 20px;
    color: #9E9E9E;
    cursor:pointer;
}
.header-nav .header-nav-item:hover,
.header-user-in:hover {
    background: #E8F0FE;
}
.header-nav .header-nav-item.active,
.header-user .header-nav-item.active{
    font-weight: 500;
    color: #4285F4;
}
.header-user {
    position: absolute;
    right: 0px;
    top: 0px;
}
.header-user-in,
.header-top-nav {
    line-height: 58px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    height: 58px;
    text-align: center;
}
.header-user-in-image {
    width: 45px;
    height: 45px;
    background: #ddd;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    border-radius: 50%;
    overflow: hidden;
}
.header-user-in img {
    display: inline-block;
    vertical-align: middle;
    max-height: 45px;
    max-width: 45px;
}

.header-top-nav-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #868E96;
}

.header-top-nav-item a {
    display: block;
    height: 100%;
    padding: 0 11px;
}

.header-top-nav-item a:hover {
    background: #E8F0FE;
}

.header-top-nav-dropdown {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    background: #FFF;
    line-height: normal;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.11);
    min-width: 150px;
}

.header-top-nav-item.active .header-top-nav-dropdown {
    display: block;
}

.header-top-nav-dropdown a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #868E96;
    font-weight: 400;
}
.header-nav-item.header-top-nav-item {
    padding: 0px !Important;
}

.header-top-nav-dropdown a:hover {
    background: #4285F4;
    color: #FFF;
}

.header-top-nav-count,
.bubble {
    display: inline-block;
    vertical-align: middle;
    background: #FC2C25;
    border-radius: 50%;
    color: #FFF;
    font-weight: 500;
    padding: 0 1px;
    font-size: 10px;
    height: 15px;
    min-width: 15px;
    line-height: 16px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.header-top-nav-item-dropdown {
    cursor: pointer;
}

.header-top-nav-item-dropdown > a.active {
    color: #4285F4;
    font-weight: 500;
}

.header-top-nav-item-dropdown > a:hover,
.header-top-nav-item.active > a {
    background: #E8F0FE;
}

.header-top-nav-item-dropdown > a i {
    font-size: 13px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.header-top-nav-item.header-top-nav-item-dropdown {
    display: inline-block !important;
}

.sidebar-nav-item {
    font-size: 15px;
    color: #868E96;
}

.sidebar-nav-item.active {
    background: #E8F0FE;
}

.sidebar-nav-item.active .sidebar-nav-item-in {
    color: #4285F4;
    font-weight: 500;
}

.sidebar-nav-item-in {
    display: table;
    width: 100%;
    border-bottom: 0.5px solid rgba(0,159,227,0.5);
    padding: 12px 10px 11px 20px;
}

.sidebar-nav-item-left,
.sidebar-nav-item-center,
.sidebar-nav-item-right,
.sidebar-nav-item-bubble {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-nav-item-left {
    width: 15px;
}

.sidebar-nav-item-bubble {
    width: 20px !important;
    max-width: 20px !important;
}

.sidebar-nav-item-left span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.sidebar-nav-item-left i {
    color: #4285F4;
    position: relative;
    top: 3px;
}

.sidebar-nav-item-left img {
    max-width: 15px;
}

.sidebar-nav-item-center {
    padding-left: 10px;
    line-height: 1em;
}

.sidebar-nav-item-right {
    position: relative;
    cursor: pointer;
    color: #4285F4;
    text-align: right;
}

.sidebar-nav-item-right i {
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 32px;
    height: 32px;
    right: -6px;
    top: -2px;
    text-align: center;
}

.sidebar-nav-item-right i:before {
    position: relative;
    top: 4px;
}

.sidebar-nav-item.active .sidebar-nav-item-right i:before {
    top: 5px;
}

.sidebar-nav-item-right:hover i {
    background: #4285F4;
    color: #FFF;

}

.sidebar-nav-item.active .sidebar-nav-item-right i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -2px;
    width: 32px;
    height: 32px;
}

.sidebar-nav-dropdown {
    display: none;
}

.sidebar-nav-item.active .sidebar-nav-dropdown {
    display: block;
}

.sidebar-nav-dropdown-item {
    background: #FFF;
    padding: 2px 6px 2px 60px;
    border-bottom: 0.5px solid rgba(0,159,227,0.5);
}

.sidebar-nav-dropdown-item:last-child {
    /*border-bottom: none;*/
}

.sidebar-nav-dropdown a {
    display: block;
}

.sidebar-nav-item a:hover {
    background: #E8F0FE;
}

.sidebar-nav .header-top-nav-count {
    margin-left: 2px;
}

.sidebar-nav-item a.active {
    font-weight: 500;
    color: #4285F4;
}

.header-in .container,
.header-in .wrapper {
    height: 100%;
}

.header-nav-projects,
.nav-in {
    display: inline-block;
    vertical-align: middle;
}

.header-nav-projects {
    position: relative;
    padding: 11px 0;
}

.header-nav-projects.active .projects-dropdown {
    display: block;
}

.header-nav-projects.active a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
}

.projects-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #4285F4;
    left:50%;
    width: 100%;
    min-width: 250px;
    z-index: 6;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.13);
}

.projects-dropdown:before {
    position: absolute;
    content: '';
    top: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 7px 6.5px;
    border-color: transparent transparent #4286f4 transparent;
}

.header-nav-projects a {
    display: block;
    background: #E8F0FE;
    color: #868E96;
    padding: 0 10px;
    line-height: 36px;
}

.header-nav-projects a i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    color: #4285F4;
    line-height: 0;
    position: relative;
    top: -3px;
}

.header-nav-projects a img {
    display: inline-block;
    max-height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.projects-dropdown a {
    color: #FFF;
    font-weight: 400;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projects-dropdown a:hover {
    background: #FFF;
    color: #4285F4;
}

.projects-dropdown a.active {
    background: #4285F4;
    color: #FFF;
    font-weight: 500;
}


.nav {
    position: fixed;
    left: 95px;
    top: 0px;
    z-index: 6;
}
.body-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.09);
}

.sidebar {
    position: fixed;
    right: 0px;
    height: 100%;
    top: 0px;
    background: #FFF;
    z-index: 100;
    width: 100%;
}
.sidebar.sidebar-small {
    max-width: 680px;
}
.sidebar.sidebar-medium {
    max-width: 900px;
}
.sidebar.sidebar-large {
    max-width: 1200px;
}
.sidebar-in {
    position: relative;
    height: 100%;
}

.sidebar-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.sidebar-top-in {
    position: relative;
    line-height: 58px;
    padding: 0 68px;
    text-align: center;
    background: #E8F0FE;
}

.sidebar-close {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 0;
    left: 0;
    background: #4285F4;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.sidebar-close i {
    position: relative;
    top: 3px;
}

.sidebar-close:hover {
    background: #FFF;
    color: #4285F4;
}
.sidebar-nav {
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-content {
    height: 100%;
    padding-top: 58px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar-content {
    height: 100%;
    padding-top: 58px;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup {
    position: fixed;
    width: 1000px;
    max-width: 90%;
    max-height: 90%;
    background: white;
    z-index: 1000000;
    min-height: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}

.popup.popup-small {
    width: 500px;
}
.popup.popup-medium {
    width: 1000px;
}
.popup.popup-large {
    width: 2000px;
}

.popup-top {
    position: absolute;
    height: 65px;
    width: 100%;
}

.popup-top-in {
    display: table;
    width: 100%;
    background: #E8F0FE;
}

.popup-top-left {
    display: table-cell;
    vertical-align: middle;
    width: 65px;
}

.popup-top-right {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.popup-title-seperator {
    position: relative;
    font-size: 16px;
    top: 1px;
    padding: 0 5px;
    line-height: 0;
}

.popup-close {
    width: 65px;
    height: 65px;
    background: #4285F4;
    color: #FFF;
    text-align: center;
    line-height: 65px;
    font-size: 26px;
    cursor: pointer;
}

.popup-close:hover {
    background: #2967cf;
}

.popup-close i {
    position: relative;
    top: 4px;
}

.popup-bottom {
    position: absolute;
    top: 65px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.popup-bottom-columns {
    display: table;
    width: 100%;
    height: 100%;
}

.popup-bottom-columns .column-1 {
    width: 235px;
}

.column-body {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #F8F9FA;
    padding: 65px 0;
}

.column-body-in {
    padding: 50px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-bottom-column {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.column-header {
    position: absolute;
    top: 0;
    height: 65px;
    width: 100%;
    padding: 0 50px;
    background: #FFF;
    z-index: 2;
    border-bottom: 2px solid #F1F3F5;
}

.column-header .title {
    line-height: 65px;
}

.column-footer {
    position: absolute;
    display: table;
    bottom: 0px;
    width: 100%;
    height: 65px;
    background: #FFF;
    z-index: 2;
    border-top: 2px solid #F1F3F5;
    padding: 0 20px;
}

.column-footer-in {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.popup-filter {
    height: 100%;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}

.popup-bottom-column.column-1 {
    border-right: 2px solid #F1F3F5;
}

.popup-item {
    cursor: pointer;
    margin-bottom: 50px;
}

.popup-item:last-child {
    margin-bottom: 0;
}

.popup-item.active .popup-item-in {
    border-color: #4285F4;
}

.popup-item-in {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #FFF;
    border: 2px solid #F1F3F5;
    border-radius: 2px;
}

.popup-item-column {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup-item-column-1 {
    padding: 15px;
    border-right: 2px solid #F1F3F5;
}

.popup-item-column-2 {
    padding-right: 15px;
    padding-left: 30px;
}

.popup-item-column-3 {
    padding-right: 30px;
    padding-left: 15px;
}
.messages-1 {
    position:fixed;
    right: 10px;
    bottom: 10px;
    width: 300px;
    height: auto;
    z-index: 5;
}
.messages-fixed {
    display:none;
}

/** SECTION: BRICKS **/
.brick-calculator-1 .column-2 {
    width: 250px;
    padding-left: 40px;
}


.calculator-totals-in.fixed {
    position: fixed;
    width: 210px;
}

.calculator-totals hr {
    margin: 1.5em 0px;
}


.brick-list-archive-1 {
}

.list-archive-top,
.list-archive-item-in,
.list-archive-item-left-in {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.list-archive-top-left,
.list-archive-top-right,
.list-archive-item-left,
.list-archive-item-small,
.list-archive-item-thumb,
.list-archive-item-medium,
.list-archive-item-right,
.archive-item-left-in-left,
.archive-item-left-in-right {
    display: table-cell;
    vertical-align: middle;
}

.list-archive-item-small {
    width: 125px;
}

.list-archive-item-status {
    width: 200px;
}

.list-archive-item-thumb {
    width: 60px;
}

.list-archive-item-medium {
    width: 200px;
}
.archive-item-left-in-left {
    width: 34px;
}

.archive-item-left-in-right {
    padding-left: 13px;
}

.list-archive-item-right .component > * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.list-archive-top-right,
.list-archive-item-right {
    text-align: right;
}

.list-archive-top-left span {
    font-weight: 400;
    color: #848E97;
    margin-left: 9px;
}
.list-archive-top-left span span {
    margin-left: 0px;
}
.list-archive-top-buttons {
    margin: 0 -9px;
}

.list-archive-item-in {
    padding: 15px;
}

.list-archive-top-right .component {
    display: inline-block;
    vertical-align: middle;
    padding: 0 9px;
}

.list-archive-item {
    display: block;
    background: #FFF;
    border: 1px solid #F1F3F5;
    margin-bottom: 10px;
    border-radius: 5px;
}

.list-archive-item:last-child {
    margin-bottom: 0;
}

.list-archive-item:hover {
    background: #E8F0FE;
    border-color: #E8F0FE;
}

.list-archive-item.no-hover:hover {
    background: #FFF !important;
    border-color: #F1F3F5 !important;
    cursor: default !important;
}


.list-archive-item-left {
    font-weight: 500;
}

.list-archive-item-image {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    margin-right: 16px;
}

.list-archive-item-image img {
    max-height: 22px;
}

.list-archive-item-right {
    color: #868E96;
}

.list-archive-item-right .team-members-list {
    display: inline-block;
}

.list-archive-item.team-members .list-archive-item-right .component {
    display: inline-block;
    vertical-align: middle;
}

.list-archive-item-right .team-member {
    display: inline-block;
    max-width: 36px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    max-height: 36px;
}

.blueprint-top-in {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(134,142,150,0.24);
    margin-bottom: 63px;
}

.blueprint-top-left,
.blueprint-top-right {
    display: table-cell;
    vertical-align: middle;
}

.blueprint-top-left .title-2 {
    letter-spacing: -0.057em;
}

.blueprint-top-right {
    width: 45px;
}

.blueprint-section {
    margin-left: -15px;
    margin-right: -15px;
}

.blueprint-row {
    display: inline-block;
    width: 33.333%;
    float: left;
    vertical-align: top;
    padding: 15px;
}

.add-section .blueprint-row {
    display: block;
    width: 100%;
    float: none;
}

.thumb {
    width: 42px;
    height: 42px;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.thumb-in {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.thumb-with-text.thumb-company {
    position: relative;
    padding-left: 65px;
}
.brick.brick-top-tabs .thumb-with-text.thumb-company {
    min-height: 58px;

}

.thumb-with-text.thumb-company .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.thumb.thumb-user {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.message-ticket {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.message-type-admin.message-ticket {
    padding-left: 40px;
    padding-right: 40px;
}

.message-ticket .thumb-user {
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
}

.message-type-admin.message-ticket .thumb-user {
    left: auto;
    right: 0;
}

.blueprint-window-top {
    background: #E8F0FE;
}

.blueprint-window-top-in,
.blueprint-window-item-in {
    display: table;
    width: 100%;
}

.blueprint-window-top-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0 14px;
}

.blueprint-window-top-right {
    display: table-cell;
    width: 45px;
}

.blueprint-window-center {
    background: #FFF;
}

.blueprint-window-item {
    position: relative;
    cursor: pointer;
    background: #FFF;
}

.blueprint-window-item-in {
    border-bottom: 1px solid #F1F3F5;
}

.blueprint-window-item-left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    border-right: 1px solid #F1F3F5;
    padding: 10px 0;
}

.blueprint-window-item-left img {
    margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blueprint-window-item-left img {
        width: 100%;
    }
}

.blueprint-window-item-right {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.blueprint-window-item .blueprint-window-item-interactions {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.blueprint-window-item-interactions.active .interactions-trigger,
.blueprint-window-item-interactions .item-interactions {
    display: none;
}

.blueprint-window-item-interactions.active .item-interactions {
    display: block;
}

.item-interactions .component {
    display: inline-block;
    float: left;
    border-radius: 0;
}

.item-interactions .button-6 {
    border-radius: 0;
}

.item-interactions .component:first-child .button-6 {
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.blueprint-window-item:hover .blueprint-window-item-interactions {
    display: block;
}

.blueprint-section > .component {
    padding: 0 15px;
}

.items-section .add-item-in {
    padding-top: 44px;
    padding-bottom: 32px;
}

.blueprint-section-top {
    padding: 0 15px;
}

.blueprint-section-top-in {
    display: table;
    width: 100%;
}

.blueprint-section-top-left {
    display: table-cell;
    vertical-align: middle;
}

.blueprint-section-top-right {
    display: table-cell;
    width: 135px;
    text-align: right;
}

.blueprint-section:last-child {
    margin-bottom: 0;
}

.sortable-placeholder {
    height: 50px;
    background: #deeafe;
}
.status {
    border-radius: 5px;
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-left: 0px;
    padding: 4px 5px;
    line-height: 13px;
}
/** SECTION: BOTTOM **/
.list-archive-item .status {
    font-size: 11px !important;
    margin-left: 0px;
    vertical-align: middle;
    padding: 4px 5px;
    line-height: 11px;
}
@media screen and (max-width: 1600px) {

    /** COMMON **/
    body,html {
    }







    /** COMPONENTS **/


    /** LOOPS **/


    /** PARTS **/




    /** SECTIONS **/
    /** SECTION: TOP **/





    /** SECTION: BRICKS **/






    /** SECTION: BOTTOM **/


}/************* MAX DESKTOP *************/
@media screen and (max-width: 1224px) {

    /** COMMON **/
    body,html {
    }


    .container-1 {
        padding: 100px 0px;
    }
    .container-2 {
        padding: 75px 0px;
    }
    .container-3 {
        padding: 50px 0px;
    }
    .container-4 {
        padding: 50px 0px;
    }
    .container-5 {
        padding: 30px 0px;
    }

    .wrapper-1 {
        padding: 0px 50px;
    }
    .wrapper-2 {
        padding: 0px 50px;
    }
    .wrapper-3 {
        padding: 0px 50px;
    }
    .wrapper-4 {
        padding: 0px 50px;
    }
    .wrapper-5 {
        padding: 0px 50px;
    }

    .box-1 {
        padding: 50px;
    }



    /** COMPONENTS **/
    .input-radio-2 .radio {
        width: 50%;
    }.popup-bottom-columns .column-1 {
         width: 200px;
     }

    .popup-filter {
        padding: 15px;
    }

    .column-header {
        height: 50px;
        padding: 0 30px;
    }

    .column-header .title {
        line-height: 50px;
    }

    .column-footer {
        height: 55px;
    }

    .column-body {
        padding: 50px 0;
    }

    .column-body-in {
        padding: 20px;
    }

    .popup-item {
        margin-bottom: 20px;
    }

    /** LOOPS **/


    /** PARTS **/




    /** SECTIONS **/
    /** SECTION: TOP **/

    .sidebar {
        width: 580px;
    }




    /** SECTION: BRICKS **/



    .list-archive-item-right .team-member {
        max-width: 29px;
        max-height: 29px;
    }
    .blueprint-row {
        width: 50%;
    }

    /** SECTION: BOTTOM **/


}/************* MAX TABLET-LANDSCAPE *************/
@media screen and (max-width: 1024px) {



    .container-1 {
        padding: 50px 0px;
    }
    .container-2 {
        padding: 50px 0px;
    }
    .container-3 {
        padding: 40px 0px;
    }
    .container-4 {
        padding: 40px 0px;
    }
    .container-5 {
        padding: 20px 0px;
    }

    .wrapper-1 {
        padding: 0px 35px;
    }
    .wrapper-2 {
        padding: 0px 35px;
    }
    .wrapper-3 {
        padding: 0px 35px;
    }
    .wrapper-4 {
        padding: 0px 35px;
    }
    .wrapper-5 {
        padding: 0px 35px;
    }


    /** SPACING **/
    .p-0{padding:0px !important;}.pt-0{padding-top: 0px !important;}.pr-0{padding-right: 0px !important;}.pb-0{padding-bottom: 0px !important;}.pl-0{padding-left: 0px !important;}.m-0{margin:0px !important;}.mt-0{margin-top: 0px !important;}.mr-0{margin-right: 0px !important;}.mb-0{margin-bottom: 0px !important;}.ml-0{margin-left: 0px !important;}
    .p-5{padding:4px !important;}.pt-5{padding-top: 4px !important;}.pr-5{padding-right: 4px !important;}.pb-5{padding-bottom: 4px !important;}.pl-5{padding-left: 4px !important;}.m-5{margin:4px !important;}.mt-5{margin-top: 4px !important;}.mr-5{margin-right: 4px !important;}.mb-5{margin-bottom: 4px !important;}.ml-5{margin-left: 4px !important;}
    .p-10{padding:8px !important;}.pt-10{padding-top: 8px !important;}.pr-10{padding-right: 8px !important;}.pb-10{padding-bottom: 8px !important;}.pl-10{padding-left: 8px !important;}.m-10{margin:8px !important;}.mt-10{margin-top: 8px !important;}.mr-10{margin-right: 8px !important;}.mb-10{margin-bottom: 8px !important;}.ml-10{margin-left: 8px !important;}
    .p-15{padding:13px !important;}.pt-15{padding-top: 13px !important;}.pr-15{padding-right: 13px !important;}.pb-15{padding-bottom: 13px !important;}.pl-15{padding-left: 13px !important;}.m-15{margin:13px !important;}.mt-15{margin-top: 13px !important;}.mr-15{margin-right: 13px !important;}.mb-15{margin-bottom: 13px !important;}.ml-15{margin-left: 13px !important;}
    .p-20{padding:17px !important;}.pt-20{padding-top: 17px !important;}.pr-20{padding-right: 17px !important;}.pb-20{padding-bottom: 17px !important;}.pl-20{padding-left: 17px !important;}.m-20{margin:17px !important;}.mt-20{margin-top: 17px !important;}.mr-20{margin-right: 17px !important;}.mb-20{margin-bottom: 17px !important;}.ml-20{margin-left: 17px !important;}
    .p-25{padding:21px !important;}.pt-25{padding-top: 21px !important;}.pr-25{padding-right: 21px !important;}.pb-25{padding-bottom: 21px !important;}.pl-25{padding-left: 21px !important;}.m-25{margin:21px !important;}.mt-25{margin-top: 21px !important;}.mr-25{margin-right: 21px !important;}.mb-25{margin-bottom: 21px !important;}.ml-25{margin-left: 21px !important;}
    .p-30{padding:25px !important;}.pt-30{padding-top: 25px !important;}.pr-30{padding-right: 25px !important;}.pb-30{padding-bottom: 25px !important;}.pl-30{padding-left: 25px !important;}.m-30{margin:25px !important;}.mt-30{margin-top: 25px !important;}.mr-30{margin-right: 25px !important;}.mb-30{margin-bottom: 25px !important;}.ml-30{margin-left: 25px !important;}
    .p-35{padding:29px !important;}.pt-35{padding-top: 29px !important;}.pr-35{padding-right: 29px !important;}.pb-35{padding-bottom: 29px !important;}.pl-35{padding-left: 29px !important;}.m-35{margin:29px !important;}.mt-35{margin-top: 29px !important;}.mr-35{margin-right: 29px !important;}.mb-35{margin-bottom: 29px !important;}.ml-35{margin-left: 29px !important;}
    .p-40{padding:33px !important;}.pt-40{padding-top: 33px !important;}.pr-40{padding-right: 33px !important;}.pb-40{padding-bottom: 33px !important;}.pl-40{padding-left: 33px !important;}.m-40{margin:33px !important;}.mt-40{margin-top: 33px !important;}.mr-40{margin-right: 33px !important;}.mb-40{margin-bottom: 33px !important;}.ml-40{margin-left: 33px !important;}
    .p-45{padding:38px !important;}.pt-45{padding-top: 38px !important;}.pr-45{padding-right: 38px !important;}.pb-45{padding-bottom: 38px !important;}.pl-45{padding-left: 38px !important;}.m-45{margin:38px !important;}.mt-45{margin-top: 38px !important;}.mr-45{margin-right: 38px !important;}.mb-45{margin-bottom: 38px !important;}.ml-45{margin-left: 38px !important;}
    .p-50{padding:42px !important;}.pt-50{padding-top: 42px !important;}.pr-50{padding-right: 42px !important;}.pb-50{padding-bottom: 42px !important;}.pl-50{padding-left: 42px !important;}.m-50{margin:42px !important;}.mt-50{margin-top: 42px !important;}.mr-50{margin-right: 42px !important;}.mb-50{margin-bottom: 42px !important;}.ml-50{margin-left: 42px !important;}
    .p-55{padding:46px !important;}.pt-55{padding-top: 46px !important;}.pr-55{padding-right: 46px !important;}.pb-55{padding-bottom: 46px !important;}.pl-55{padding-left: 46px !important;}.m-55{margin:46px !important;}.mt-55{margin-top: 46px !important;}.mr-55{margin-right: 46px !important;}.mb-55{margin-bottom: 46px !important;}.ml-55{margin-left: 46px !important;}
    .p-60{padding:50px !important;}.pt-60{padding-top: 50px !important;}.pr-60{padding-right: 50px !important;}.pb-60{padding-bottom: 50px !important;}.pl-60{padding-left: 50px !important;}.m-60{margin:50px !important;}.mt-60{margin-top: 50px !important;}.mr-60{margin-right: 50px !important;}.mb-60{margin-bottom: 50px !important;}.ml-60{margin-left: 50px !important;}
    .p-65{padding:54px !important;}.pt-65{padding-top: 54px !important;}.pr-65{padding-right: 54px !important;}.pb-65{padding-bottom: 54px !important;}.pl-65{padding-left: 54px !important;}.m-65{margin:54px !important;}.mt-65{margin-top: 54px !important;}.mr-65{margin-right: 54px !important;}.mb-65{margin-bottom: 54px !important;}.ml-65{margin-left: 54px !important;}
    .p-70{padding:59px !important;}.pt-70{padding-top: 59px !important;}.pr-70{padding-right: 59px !important;}.pb-70{padding-bottom: 59px !important;}.pl-70{padding-left: 59px !important;}.m-70{margin:59px !important;}.mt-70{margin-top: 59px !important;}.mr-70{margin-right: 59px !important;}.mb-70{margin-bottom: 59px !important;}.ml-70{margin-left: 59px !important;}
    .p-75{padding:63px !important;}.pt-75{padding-top: 63px !important;}.pr-75{padding-right: 63px !important;}.pb-75{padding-bottom: 63px !important;}.pl-75{padding-left: 63px !important;}.m-75{margin:63px !important;}.mt-75{margin-top: 63px !important;}.mr-75{margin-right: 63px !important;}.mb-75{margin-bottom: 63px !important;}.ml-75{margin-left: 63px !important;}
    .p-80{padding:67px !important;}.pt-80{padding-top: 67px !important;}.pr-80{padding-right: 67px !important;}.pb-80{padding-bottom: 67px !important;}.pl-80{padding-left: 67px !important;}.m-80{margin:67px !important;}.mt-80{margin-top: 67px !important;}.mr-80{margin-right: 67px !important;}.mb-80{margin-bottom: 67px !important;}.ml-80{margin-left: 67px !important;}
    .p-85{padding:71px !important;}.pt-85{padding-top: 71px !important;}.pr-85{padding-right: 71px !important;}.pb-85{padding-bottom: 71px !important;}.pl-85{padding-left: 71px !important;}.m-85{margin:71px !important;}.mt-85{margin-top: 71px !important;}.mr-85{margin-right: 71px !important;}.mb-85{margin-bottom: 71px !important;}.ml-85{margin-left: 71px !important;}
    .p-90{padding:75px !important;}.pt-90{padding-top: 75px !important;}.pr-90{padding-right: 75px !important;}.pb-90{padding-bottom: 75px !important;}.pl-90{padding-left: 75px !important;}.m-90{margin:75px !important;}.mt-90{margin-top: 75px !important;}.mr-90{margin-right: 75px !important;}.mb-90{margin-bottom: 75px !important;}.ml-90{margin-left: 75px !important;}
    .p-95{padding:79px !important;}.pt-95{padding-top: 79px !important;}.pr-95{padding-right: 79px !important;}.pb-95{padding-bottom: 79px !important;}.pl-95{padding-left: 79px !important;}.m-95{margin:79px !important;}.mt-95{margin-top: 79px !important;}.mr-95{margin-right: 79px !important;}.mb-95{margin-bottom: 79px !important;}.ml-95{margin-left: 79px !important;}
    .p-100{padding:84px !important;}.pt-100{padding-top: 84px !important;}.pr-100{padding-right: 84px !important;}.pb-100{padding-bottom: 84px !important;}.pl-100{padding-left: 84px !important;}.m-100{margin:84px !important;}.mt-100{margin-top: 84px !important;}.mr-100{margin-right: 84px !important;}.mb-100{margin-bottom: 84px !important;}.ml-100{margin-left: 84px !important;}
    .p-105{padding:88px !important;}.pt-105{padding-top: 88px !important;}.pr-105{padding-right: 88px !important;}.pb-105{padding-bottom: 88px !important;}.pl-105{padding-left: 88px !important;}.m-105{margin:88px !important;}.mt-105{margin-top: 88px !important;}.mr-105{margin-right: 88px !important;}.mb-105{margin-bottom: 88px !important;}.ml-105{margin-left: 88px !important;}
    .p-110{padding:92px !important;}.pt-110{padding-top: 92px !important;}.pr-110{padding-right: 92px !important;}.pb-110{padding-bottom: 92px !important;}.pl-110{padding-left: 92px !important;}.m-110{margin:92px !important;}.mt-110{margin-top: 92px !important;}.mr-110{margin-right: 92px !important;}.mb-110{margin-bottom: 92px !important;}.ml-110{margin-left: 92px !important;}
    .p-115{padding:96px !important;}.pt-115{padding-top: 96px !important;}.pr-115{padding-right: 96px !important;}.pb-115{padding-bottom: 96px !important;}.pl-115{padding-left: 96px !important;}.m-115{margin:96px !important;}.mt-115{margin-top: 96px !important;}.mr-115{margin-right: 96px !important;}.mb-115{margin-bottom: 96px !important;}.ml-115{margin-left: 96px !important;}
    .p-120{padding:100px !important;}.pt-120{padding-top: 100px !important;}.pr-120{padding-right: 100px !important;}.pb-120{padding-bottom: 100px !important;}.pl-120{padding-left: 100px !important;}.m-120{margin:100px !important;}.mt-120{margin-top: 100px !important;}.mr-120{margin-right: 100px !important;}.mb-120{margin-bottom: 100px !important;}.ml-120{margin-left: 100px !important;}
    .p-125{padding:105px !important;}.pt-125{padding-top: 105px !important;}.pr-125{padding-right: 105px !important;}.pb-125{padding-bottom: 105px !important;}.pl-125{padding-left: 105px !important;}.m-125{margin:105px !important;}.mt-125{margin-top: 105px !important;}.mr-125{margin-right: 105px !important;}.mb-125{margin-bottom: 105px !important;}.ml-125{margin-left: 105px !important;}
    .p-130{padding:109px !important;}.pt-130{padding-top: 109px !important;}.pr-130{padding-right: 109px !important;}.pb-130{padding-bottom: 109px !important;}.pl-130{padding-left: 109px !important;}.m-130{margin:109px !important;}.mt-130{margin-top: 109px !important;}.mr-130{margin-right: 109px !important;}.mb-130{margin-bottom: 109px !important;}.ml-130{margin-left: 109px !important;}
    .p-135{padding:113px !important;}.pt-135{padding-top: 113px !important;}.pr-135{padding-right: 113px !important;}.pb-135{padding-bottom: 113px !important;}.pl-135{padding-left: 113px !important;}.m-135{margin:113px !important;}.mt-135{margin-top: 113px !important;}.mr-135{margin-right: 113px !important;}.mb-135{margin-bottom: 113px !important;}.ml-135{margin-left: 113px !important;}
    .p-140{padding:117px !important;}.pt-140{padding-top: 117px !important;}.pr-140{padding-right: 117px !important;}.pb-140{padding-bottom: 117px !important;}.pl-140{padding-left: 117px !important;}.m-140{margin:117px !important;}.mt-140{margin-top: 117px !important;}.mr-140{margin-right: 117px !important;}.mb-140{margin-bottom: 117px !important;}.ml-140{margin-left: 117px !important;}
    .p-145{padding:121px !important;}.pt-145{padding-top: 121px !important;}.pr-145{padding-right: 121px !important;}.pb-145{padding-bottom: 121px !important;}.pl-145{padding-left: 121px !important;}.m-145{margin:121px !important;}.mt-145{margin-top: 121px !important;}.mr-145{margin-right: 121px !important;}.mb-145{margin-bottom: 121px !important;}.ml-145{margin-left: 121px !important;}
    .p-150{padding:125px !important;}.pt-150{padding-top: 125px !important;}.pr-150{padding-right: 125px !important;}.pb-150{padding-bottom: 125px !important;}.pl-150{padding-left: 125px !important;}.m-150{margin:125px !important;}.mt-150{margin-top: 125px !important;}.mr-150{margin-right: 125px !important;}.mb-150{margin-bottom: 125px !important;}.ml-150{margin-left: 125px !important;}

    .box-1 {
        padding: 40px;
    }



    /** COMPONENTS **/
    .message-close {
        width: 43px;
        height: 43px;
        line-height: 43px;
    }.popup-item-in {
         display: block;
         padding: 20px;
     }

    .popup-item-column {
        display: block;
        padding: 0;
    }

    .popup-item-column-1 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 2px solid #F1F3F5;
    }

    .popup-item-column-1 img {
        margin: 0 auto;
    }

    .popup-item-column-2 {
        margin-bottom: 20px;
    }

    /** LOOPS **/


    /** PARTS **/




    /** SECTIONS **/
    /** SECTION: TOP **/
    .sidebar-nav-item-right i,
    .sidebar-nav-item.active .sidebar-nav-item-right i {
        width: 32px;
        height: 32px;
        right: -6px;
        top: -3px;
    }

    .sidebar-nav-item-right i:before {
        top: 5px;
    }

    .sidebar-nav-item.active .sidebar-nav-item-right i:before {
        top: 6px;
    }

    .header-nav .header-nav-item, .header-user-in {
        padding: 0 8px;
    }

    .header-nav-projects > a span {
        display: none;
    }

    .header-nav-projects > a img {
        max-height: 25px;
    }

    .header-nav-projects a i {
        margin-left: 0;
        top: -1px;
    }

    .header-nav-projects.active a i {
        top: 3px;
    }




    /** SECTION: BRICKS **/



    .list-archive-item.team-members .list-archive-item-left,
    .list-archive-item.team-members .list-archive-item-right {
        display: block;
        text-align: left;
    }

    .list-archive-item.team-members .list-archive-item-left {
        margin-bottom: 7px;
    }
    .blueprint-window-item-left {
        width: 50%;
    }

    .blueprint-row {
        padding: 10px;
    }

    .blueprint-section {
        margin-left: -10px;
        margin-right: -10px;
    }

    .blueprint-section-top {
        padding: 0 10px;
    }

    .filter-bar-in,
    .filter-bar-item {
        display: block !important;
        width: 100% !important;
    }
    .filter-bar-item.filter-bar-item-small {
        width: 100% !important;
    }

    /** SECTION: BOTTOM **/


}/************* MAX TABLET-PORTRAIT *************/
@media screen and (max-width: 768px) {


    .columns,
    .column {
        display:block;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-show {
        display:block;
    }
    .mobile-hide {
        display:none;
    }
    .container-1 {
        padding: 30px 0px;
    }
    .container-2 {
        padding: 30px 0px;
    }
    .container-3 {
        padding: 30px 0px;
    }
    .container-4 {
        padding: 30px 0px;
    }
    .container-5 {
        padding: 20px 0px;
    }

    .wrapper-1 {
        padding: 0px 20px;
    }
    .wrapper-2 {
        padding: 0px 20px;
    }
    .wrapper-3 {
        padding: 0px 20px;
    }
    .wrapper-4 {
        padding: 0px 20px;
    }
    .wrapper-5 {
        padding: 0px 20px;
    }


    /** SPACING **/
    .p-0{padding:0px !important;}.pt-0{padding-top: 0px !important;}.pr-0{padding-right: 0px !important;}.pb-0{padding-bottom: 0px !important;}.pl-0{padding-left: 0px !important;}.m-0{margin:0px !important;}.mt-0{margin-top: 0px !important;}.mr-0{margin-right: 0px !important;}.mb-0{margin-bottom: 0px !important;}.ml-0{margin-left: 0px !important;}
    .p-5{padding:3px !important;}.pt-5{padding-top: 3px !important;}.pr-5{padding-right: 3px !important;}.pb-5{padding-bottom: 3px !important;}.pl-5{padding-left: 3px !important;}.m-5{margin:3px !important;}.mt-5{margin-top: 3px !important;}.mr-5{margin-right: 3px !important;}.mb-5{margin-bottom: 3px !important;}.ml-5{margin-left: 3px !important;}
    .p-10{padding:6px !important;}.pt-10{padding-top: 6px !important;}.pr-10{padding-right: 6px !important;}.pb-10{padding-bottom: 6px !important;}.pl-10{padding-left: 6px !important;}.m-10{margin:6px !important;}.mt-10{margin-top: 6px !important;}.mr-10{margin-right: 6px !important;}.mb-10{margin-bottom: 6px !important;}.ml-10{margin-left: 6px !important;}
    .p-15{padding:9px !important;}.pt-15{padding-top: 9px !important;}.pr-15{padding-right: 9px !important;}.pb-15{padding-bottom: 9px !important;}.pl-15{padding-left: 9px !important;}.m-15{margin:9px !important;}.mt-15{margin-top: 9px !important;}.mr-15{margin-right: 9px !important;}.mb-15{margin-bottom: 9px !important;}.ml-15{margin-left: 9px !important;}
    .p-20{padding:13px !important;}.pt-20{padding-top: 13px !important;}.pr-20{padding-right: 13px !important;}.pb-20{padding-bottom: 13px !important;}.pl-20{padding-left: 13px !important;}.m-20{margin:13px !important;}.mt-20{margin-top: 13px !important;}.mr-20{margin-right: 13px !important;}.mb-20{margin-bottom: 13px !important;}.ml-20{margin-left: 13px !important;}
    .p-25{padding:16px !important;}.pt-25{padding-top: 16px !important;}.pr-25{padding-right: 16px !important;}.pb-25{padding-bottom: 16px !important;}.pl-25{padding-left: 16px !important;}.m-25{margin:16px !important;}.mt-25{margin-top: 16px !important;}.mr-25{margin-right: 16px !important;}.mb-25{margin-bottom: 16px !important;}.ml-25{margin-left: 16px !important;}
    .p-30{padding:19px !important;}.pt-30{padding-top: 19px !important;}.pr-30{padding-right: 19px !important;}.pb-30{padding-bottom: 19px !important;}.pl-30{padding-left: 19px !important;}.m-30{margin:19px !important;}.mt-30{margin-top: 19px !important;}.mr-30{margin-right: 19px !important;}.mb-30{margin-bottom: 19px !important;}.ml-30{margin-left: 19px !important;}
    .p-35{padding:22px !important;}.pt-35{padding-top: 22px !important;}.pr-35{padding-right: 22px !important;}.pb-35{padding-bottom: 22px !important;}.pl-35{padding-left: 22px !important;}.m-35{margin:22px !important;}.mt-35{margin-top: 22px !important;}.mr-35{margin-right: 22px !important;}.mb-35{margin-bottom: 22px !important;}.ml-35{margin-left: 22px !important;}
    .p-40{padding:25px !important;}.pt-40{padding-top: 25px !important;}.pr-40{padding-right: 25px !important;}.pb-40{padding-bottom: 25px !important;}.pl-40{padding-left: 25px !important;}.m-40{margin:25px !important;}.mt-40{margin-top: 25px !important;}.mr-40{margin-right: 25px !important;}.mb-40{margin-bottom: 25px !important;}.ml-40{margin-left: 25px !important;}
    .p-45{padding:28px !important;}.pt-45{padding-top: 28px !important;}.pr-45{padding-right: 28px !important;}.pb-45{padding-bottom: 28px !important;}.pl-45{padding-left: 28px !important;}.m-45{margin:28px !important;}.mt-45{margin-top: 28px !important;}.mr-45{margin-right: 28px !important;}.mb-45{margin-bottom: 28px !important;}.ml-45{margin-left: 28px !important;}
    .p-50{padding:31px !important;}.pt-50{padding-top: 31px !important;}.pr-50{padding-right: 31px !important;}.pb-50{padding-bottom: 31px !important;}.pl-50{padding-left: 31px !important;}.m-50{margin:31px !important;}.mt-50{margin-top: 31px !important;}.mr-50{margin-right: 31px !important;}.mb-50{margin-bottom: 31px !important;}.ml-50{margin-left: 31px !important;}
    .p-55{padding:35px !important;}.pt-55{padding-top: 35px !important;}.pr-55{padding-right: 35px !important;}.pb-55{padding-bottom: 35px !important;}.pl-55{padding-left: 35px !important;}.m-55{margin:35px !important;}.mt-55{margin-top: 35px !important;}.mr-55{margin-right: 35px !important;}.mb-55{margin-bottom: 35px !important;}.ml-55{margin-left: 35px !important;}
    .p-60{padding:38px !important;}.pt-60{padding-top: 38px !important;}.pr-60{padding-right: 38px !important;}.pb-60{padding-bottom: 38px !important;}.pl-60{padding-left: 38px !important;}.m-60{margin:38px !important;}.mt-60{margin-top: 38px !important;}.mr-60{margin-right: 38px !important;}.mb-60{margin-bottom: 38px !important;}.ml-60{margin-left: 38px !important;}
    .p-65{padding:41px !important;}.pt-65{padding-top: 41px !important;}.pr-65{padding-right: 41px !important;}.pb-65{padding-bottom: 41px !important;}.pl-65{padding-left: 41px !important;}.m-65{margin:41px !important;}.mt-65{margin-top: 41px !important;}.mr-65{margin-right: 41px !important;}.mb-65{margin-bottom: 41px !important;}.ml-65{margin-left: 41px !important;}
    .p-70{padding:44px !important;}.pt-70{padding-top: 44px !important;}.pr-70{padding-right: 44px !important;}.pb-70{padding-bottom: 44px !important;}.pl-70{padding-left: 44px !important;}.m-70{margin:44px !important;}.mt-70{margin-top: 44px !important;}.mr-70{margin-right: 44px !important;}.mb-70{margin-bottom: 44px !important;}.ml-70{margin-left: 44px !important;}
    .p-75{padding:47px !important;}.pt-75{padding-top: 47px !important;}.pr-75{padding-right: 47px !important;}.pb-75{padding-bottom: 47px !important;}.pl-75{padding-left: 47px !important;}.m-75{margin:47px !important;}.mt-75{margin-top: 47px !important;}.mr-75{margin-right: 47px !important;}.mb-75{margin-bottom: 47px !important;}.ml-75{margin-left: 47px !important;}
    .p-80{padding:50px !important;}.pt-80{padding-top: 50px !important;}.pr-80{padding-right: 50px !important;}.pb-80{padding-bottom: 50px !important;}.pl-80{padding-left: 50px !important;}.m-80{margin:50px !important;}.mt-80{margin-top: 50px !important;}.mr-80{margin-right: 50px !important;}.mb-80{margin-bottom: 50px !important;}.ml-80{margin-left: 50px !important;}
    .p-85{padding:53px !important;}.pt-85{padding-top: 53px !important;}.pr-85{padding-right: 53px !important;}.pb-85{padding-bottom: 53px !important;}.pl-85{padding-left: 53px !important;}.m-85{margin:53px !important;}.mt-85{margin-top: 53px !important;}.mr-85{margin-right: 53px !important;}.mb-85{margin-bottom: 53px !important;}.ml-85{margin-left: 53px !important;}
    .p-90{padding:56px !important;}.pt-90{padding-top: 56px !important;}.pr-90{padding-right: 56px !important;}.pb-90{padding-bottom: 56px !important;}.pl-90{padding-left: 56px !important;}.m-90{margin:56px !important;}.mt-90{margin-top: 56px !important;}.mr-90{margin-right: 56px !important;}.mb-90{margin-bottom: 56px !important;}.ml-90{margin-left: 56px !important;}
    .p-95{padding:60px !important;}.pt-95{padding-top: 60px !important;}.pr-95{padding-right: 60px !important;}.pb-95{padding-bottom: 60px !important;}.pl-95{padding-left: 60px !important;}.m-95{margin:60px !important;}.mt-95{margin-top: 60px !important;}.mr-95{margin-right: 60px !important;}.mb-95{margin-bottom: 60px !important;}.ml-95{margin-left: 60px !important;}
    .p-100{padding:63px !important;}.pt-100{padding-top: 63px !important;}.pr-100{padding-right: 63px !important;}.pb-100{padding-bottom: 63px !important;}.pl-100{padding-left: 63px !important;}.m-100{margin:63px !important;}.mt-100{margin-top: 63px !important;}.mr-100{margin-right: 63px !important;}.mb-100{margin-bottom: 63px !important;}.ml-100{margin-left: 63px !important;}
    .p-105{padding:66px !important;}.pt-105{padding-top: 66px !important;}.pr-105{padding-right: 66px !important;}.pb-105{padding-bottom: 66px !important;}.pl-105{padding-left: 66px !important;}.m-105{margin:66px !important;}.mt-105{margin-top: 66px !important;}.mr-105{margin-right: 66px !important;}.mb-105{margin-bottom: 66px !important;}.ml-105{margin-left: 66px !important;}
    .p-110{padding:69px !important;}.pt-110{padding-top: 69px !important;}.pr-110{padding-right: 69px !important;}.pb-110{padding-bottom: 69px !important;}.pl-110{padding-left: 69px !important;}.m-110{margin:69px !important;}.mt-110{margin-top: 69px !important;}.mr-110{margin-right: 69px !important;}.mb-110{margin-bottom: 69px !important;}.ml-110{margin-left: 69px !important;}
    .p-115{padding:72px !important;}.pt-115{padding-top: 72px !important;}.pr-115{padding-right: 72px !important;}.pb-115{padding-bottom: 72px !important;}.pl-115{padding-left: 72px !important;}.m-115{margin:72px !important;}.mt-115{margin-top: 72px !important;}.mr-115{margin-right: 72px !important;}.mb-115{margin-bottom: 72px !important;}.ml-115{margin-left: 72px !important;}
    .p-120{padding:75px !important;}.pt-120{padding-top: 75px !important;}.pr-120{padding-right: 75px !important;}.pb-120{padding-bottom: 75px !important;}.pl-120{padding-left: 75px !important;}.m-120{margin:75px !important;}.mt-120{margin-top: 75px !important;}.mr-120{margin-right: 75px !important;}.mb-120{margin-bottom: 75px !important;}.ml-120{margin-left: 75px !important;}
    .p-125{padding:78px !important;}.pt-125{padding-top: 78px !important;}.pr-125{padding-right: 78px !important;}.pb-125{padding-bottom: 78px !important;}.pl-125{padding-left: 78px !important;}.m-125{margin:78px !important;}.mt-125{margin-top: 78px !important;}.mr-125{margin-right: 78px !important;}.mb-125{margin-bottom: 78px !important;}.ml-125{margin-left: 78px !important;}
    .p-130{padding:82px !important;}.pt-130{padding-top: 82px !important;}.pr-130{padding-right: 82px !important;}.pb-130{padding-bottom: 82px !important;}.pl-130{padding-left: 82px !important;}.m-130{margin:82px !important;}.mt-130{margin-top: 82px !important;}.mr-130{margin-right: 82px !important;}.mb-130{margin-bottom: 82px !important;}.ml-130{margin-left: 82px !important;}
    .p-135{padding:85px !important;}.pt-135{padding-top: 85px !important;}.pr-135{padding-right: 85px !important;}.pb-135{padding-bottom: 85px !important;}.pl-135{padding-left: 85px !important;}.m-135{margin:85px !important;}.mt-135{margin-top: 85px !important;}.mr-135{margin-right: 85px !important;}.mb-135{margin-bottom: 85px !important;}.ml-135{margin-left: 85px !important;}
    .p-140{padding:88px !important;}.pt-140{padding-top: 88px !important;}.pr-140{padding-right: 88px !important;}.pb-140{padding-bottom: 88px !important;}.pl-140{padding-left: 88px !important;}.m-140{margin:88px !important;}.mt-140{margin-top: 88px !important;}.mr-140{margin-right: 88px !important;}.mb-140{margin-bottom: 88px !important;}.ml-140{margin-left: 88px !important;}
    .p-145{padding:91px !important;}.pt-145{padding-top: 91px !important;}.pr-145{padding-right: 91px !important;}.pb-145{padding-bottom: 91px !important;}.pl-145{padding-left: 91px !important;}.m-145{margin:91px !important;}.mt-145{margin-top: 91px !important;}.mr-145{margin-right: 91px !important;}.mb-145{margin-bottom: 91px !important;}.ml-145{margin-left: 91px !important;}
    .p-150{padding:94px !important;}.pt-150{padding-top: 94px !important;}.pr-150{padding-right: 94px !important;}.pb-150{padding-bottom: 94px !important;}.pl-150{padding-left: 94px !important;}.m-150{margin:94px !important;}.mt-150{margin-top: 94px !important;}.mr-150{margin-right: 94px !important;}.mb-150{margin-bottom: 94px !important;}.ml-150{margin-left: 94px !important;}

    .box-1 {
        padding: 30px;
    }



    /** COMPONENTS **/
    .button-6 {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .button-6 i.icon {
        top: 1px;
    }.input-radio-2 .radio {
         width: 33.333%;
     }.input-number-1 {
          height: 55px;
          line-height: 55px;
      }

    .input-number-increase {
        width: 55px;
    }
    .input-number-value input {
        height: 55px;
        line-height: 55px;
    }.message-close {
         width: 41px;
         height: 41px;
         line-height: 41px;
     }.add-item-in {
          height: 55px;
          line-height: 55px;
      }.interaction-button {
           width: 40px;
           height: 40px;
           line-height: 40px;
           font-size: 17px;
       }

    .interaction-button i {
        top: 2px;
    }
    .cons .pros-cons-item i {
        font-size: 13px;
        top: 2px;
    }

    .steps.tab-variant .steps-in {
        height: 32px !important;
        /* font-size: 12px !important; */
    }
    .rest.steps.steps-filter.tab-variant {
        height: 32px !important;
    }

    /** LOOPS **/


    /** PARTS **/




    /** SECTIONS **/
    /** SECTION: TOP **/
    .nav-toggle {
        display:block;
    }

    .bricks-sidebar, body.loaded .bricks-sidebar {
        margin-left: 0px;
    }

    .header-logo {
        position: absolute;
        left: 60px;
    }


    .header-nav,
    .sidebar-nav {
        position: relative !important;
        top: 0;
        left: 0px;
        border: 0px !important;
        background: transparent !important;
        width: auto;
    }

    .nav {
        left: 150px;
    }

    .projects-dropdown {
        min-width: 180px;
    }

    .sidebar-nav,
    .toggle-sidebar{
        display:none !important;
    }

    .nav-in {
        position: fixed;
        background: #fff;
        width: 100%;
        left: -100%;
        top: 60px;
        bottom: 0px;
        z-index: 5;
        -webkit-transition: left 250ms ease-in-out;
        transition: left 250ms ease-in-out;
    }

    body.nav-open .nav-in {
        left:0px;
    }

    .header-nav .header-nav-item {
        display: block;
        float: none;
        line-height: 44px;
        background: #4285F4;
        color: #FFF;
        border-bottom: 1px solid #E8F0FE;
    }

    .header-nav .header-nav-item.active {
        color: #FFF
    }

    .header-nav .header-nav-item:hover {
        color: #4285F4;
    }

    .header-nav .header-nav-item:last-child {
        border-bottom: none;
    }

    .header-logo a {
        padding: 0px 10px;
    }

    .header-top-nav-item {
        padding: 0;
    }

    .header-top-nav-dropdown {
        left: 0;
        right: 0;
    }

    .header-top-nav-item {
        display: none;
    }

    .sidebar-nav-item-in,
    .sidebar-nav-dropdown-item {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .sidebar-nav-item-right i,
    .sidebar-nav-item.active .sidebar-nav-item-right i {
        width: 42px;
        height: 42px;
        right: -6px;
        top: -9px;
    }

    .sidebar-nav-item-right i:before {
        top: 11px;
    }

    .sidebar-nav-item.active .sidebar-nav-item-right i:before {
        top: 12px;
    }
    .sidebar {
        width: 100%;
        max-width: 768px;
    }
    .popup {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .popup-bottom-columns {
        display: block;
    }

    .popup-bottom-column {
        display: block;
        width: 100% !important;
    }

    .popup-filter {
        height: 230px;
        border-bottom: 2px solid #F1F3F5;
    }

    .popup-bottom-column.column-1 {
        border-right: none;
    }


    /** SECTION: BRICKS **/
    .brick-calculator-1 .column-2 {
        padding-left: 0px;
        width: 100%;
    }



    .list-archive-item-in,
    .list-archive-item-left,
    .list-archive-item-right,
    .list-archive-item-small {
        display: block;
    }

    .list-archive-item-in {
        padding: 15px;
    }

    .list-archive-item-left {
        margin-bottom: 7px;
    }

    .list-archive-item-right {
        text-align: left;
    }

    .list-archive-item-image {
        margin-right: 11px;
    }

    .list-archive-item-right .team-member {
        max-width: 27px;
        max-height: 27px;
    }
    .blueprint-window-top-right {
        width: 40px;
    }

    .blueprint-section-top-right {
        width: 120px;

    }

    .rest.steps.steps-filter.tab-variant .step {
        height: 33px !important;
        font-size: 12px !important;
    }

    /** SECTION: BOTTOM **/

    .card-left-in, .card-switch,.card-image, .cart-left-content, .card-in, .card-left, .card-right, .card-date {
        display: block !important;
    }
    .card-image {
        text-align: left !important;
    }
    .card-date, .card-image {
        padding-bottom: 10px;
    }

    .card-switch {
        padding-bottom: 1rem;
    }
    .card-right {
        text-align: left !important;
        width: 100% !important;
        padding-top: 1rem;
    }
}
/************* MAX MOBILE *************/
@media screen and (max-width: 480px) {



    .container-1 {
        padding: 20px 0px;
    }
    .container-2 {
        padding: 20px 0px;
    }
    .container-3 {
        padding: 20px 0px;
    }
    .container-4 {
        padding: 20px 0px;
    }
    .container-5 {
        padding: 20px 0px;
    }

    .wrapper-1 {
        padding: 0px 20px;
    }
    .wrapper-2 {
        padding: 0px 20px;
    }
    .wrapper-3 {
        padding: 0px 20px;
    }
    .wrapper-4 {
        padding: 0px 20px;
    }
    .wrapper-5 {
        padding: 0px 20px;
    }


    /** SPACING **/
    .p-0{padding:0px !important;}.pt-0{padding-top: 0px !important;}.pr-0{padding-right: 0px !important;}.pb-0{padding-bottom: 0px !important;}.pl-0{padding-left: 0px !important;}.m-0{margin:0px !important;}.mt-0{margin-top: 0px !important;}.mr-0{margin-right: 0px !important;}.mb-0{margin-bottom: 0px !important;}.ml-0{margin-left: 0px !important;}
    .p-5{padding:2px !important;}.pt-5{padding-top: 2px !important;}.pr-5{padding-right: 2px !important;}.pb-5{padding-bottom: 2px !important;}.pl-5{padding-left: 2px !important;}.m-5{margin:2px !important;}.mt-5{margin-top: 2px !important;}.mr-5{margin-right: 2px !important;}.mb-5{margin-bottom: 2px !important;}.ml-5{margin-left: 2px !important;}
    .p-10{padding:4px !important;}.pt-10{padding-top: 4px !important;}.pr-10{padding-right: 4px !important;}.pb-10{padding-bottom: 4px !important;}.pl-10{padding-left: 4px !important;}.m-10{margin:4px !important;}.mt-10{margin-top: 4px !important;}.mr-10{margin-right: 4px !important;}.mb-10{margin-bottom: 4px !important;}.ml-10{margin-left: 4px !important;}
    .p-15{padding:6px !important;}.pt-15{padding-top: 6px !important;}.pr-15{padding-right: 6px !important;}.pb-15{padding-bottom: 6px !important;}.pl-15{padding-left: 6px !important;}.m-15{margin:6px !important;}.mt-15{margin-top: 6px !important;}.mr-15{margin-right: 6px !important;}.mb-15{margin-bottom: 6px !important;}.ml-15{margin-left: 6px !important;}
    .p-20{padding:8px !important;}.pt-20{padding-top: 8px !important;}.pr-20{padding-right: 8px !important;}.pb-20{padding-bottom: 8px !important;}.pl-20{padding-left: 8px !important;}.m-20{margin:8px !important;}.mt-20{margin-top: 8px !important;}.mr-20{margin-right: 8px !important;}.mb-20{margin-bottom: 8px !important;}.ml-20{margin-left: 8px !important;}
    .p-25{padding:10px !important;}.pt-25{padding-top: 10px !important;}.pr-25{padding-right: 10px !important;}.pb-25{padding-bottom: 10px !important;}.pl-25{padding-left: 10px !important;}.m-25{margin:10px !important;}.mt-25{margin-top: 10px !important;}.mr-25{margin-right: 10px !important;}.mb-25{margin-bottom: 10px !important;}.ml-25{margin-left: 10px !important;}
    .p-30{padding:12px !important;}.pt-30{padding-top: 12px !important;}.pr-30{padding-right: 12px !important;}.pb-30{padding-bottom: 12px !important;}.pl-30{padding-left: 12px !important;}.m-30{margin:12px !important;}.mt-30{margin-top: 12px !important;}.mr-30{margin-right: 12px !important;}.mb-30{margin-bottom: 12px !important;}.ml-30{margin-left: 12px !important;}
    .p-35{padding:14px !important;}.pt-35{padding-top: 14px !important;}.pr-35{padding-right: 14px !important;}.pb-35{padding-bottom: 14px !important;}.pl-35{padding-left: 14px !important;}.m-35{margin:14px !important;}.mt-35{margin-top: 14px !important;}.mr-35{margin-right: 14px !important;}.mb-35{margin-bottom: 14px !important;}.ml-35{margin-left: 14px !important;}
    .p-40{padding:16px !important;}.pt-40{padding-top: 16px !important;}.pr-40{padding-right: 16px !important;}.pb-40{padding-bottom: 16px !important;}.pl-40{padding-left: 16px !important;}.m-40{margin:16px !important;}.mt-40{margin-top: 16px !important;}.mr-40{margin-right: 16px !important;}.mb-40{margin-bottom: 16px !important;}.ml-40{margin-left: 16px !important;}
    .p-45{padding:18px !important;}.pt-45{padding-top: 18px !important;}.pr-45{padding-right: 18px !important;}.pb-45{padding-bottom: 18px !important;}.pl-45{padding-left: 18px !important;}.m-45{margin:18px !important;}.mt-45{margin-top: 18px !important;}.mr-45{margin-right: 18px !important;}.mb-45{margin-bottom: 18px !important;}.ml-45{margin-left: 18px !important;}
    .p-50{padding:20px !important;}.pt-50{padding-top: 20px !important;}.pr-50{padding-right: 20px !important;}.pb-50{padding-bottom: 20px !important;}.pl-50{padding-left: 20px !important;}.m-50{margin:20px !important;}.mt-50{margin-top: 20px !important;}.mr-50{margin-right: 20px !important;}.mb-50{margin-bottom: 20px !important;}.ml-50{margin-left: 20px !important;}
    .p-55{padding:22px !important;}.pt-55{padding-top: 22px !important;}.pr-55{padding-right: 22px !important;}.pb-55{padding-bottom: 22px !important;}.pl-55{padding-left: 22px !important;}.m-55{margin:22px !important;}.mt-55{margin-top: 22px !important;}.mr-55{margin-right: 22px !important;}.mb-55{margin-bottom: 22px !important;}.ml-55{margin-left: 22px !important;}
    .p-60{padding:24px !important;}.pt-60{padding-top: 24px !important;}.pr-60{padding-right: 24px !important;}.pb-60{padding-bottom: 24px !important;}.pl-60{padding-left: 24px !important;}.m-60{margin:24px !important;}.mt-60{margin-top: 24px !important;}.mr-60{margin-right: 24px !important;}.mb-60{margin-bottom: 24px !important;}.ml-60{margin-left: 24px !important;}
    .p-65{padding:25px !important;}.pt-65{padding-top: 25px !important;}.pr-65{padding-right: 25px !important;}.pb-65{padding-bottom: 25px !important;}.pl-65{padding-left: 25px !important;}.m-65{margin:25px !important;}.mt-65{margin-top: 25px !important;}.mr-65{margin-right: 25px !important;}.mb-65{margin-bottom: 25px !important;}.ml-65{margin-left: 25px !important;}
    .p-70{padding:27px !important;}.pt-70{padding-top: 27px !important;}.pr-70{padding-right: 27px !important;}.pb-70{padding-bottom: 27px !important;}.pl-70{padding-left: 27px !important;}.m-70{margin:27px !important;}.mt-70{margin-top: 27px !important;}.mr-70{margin-right: 27px !important;}.mb-70{margin-bottom: 27px !important;}.ml-70{margin-left: 27px !important;}
    .p-75{padding:29px !important;}.pt-75{padding-top: 29px !important;}.pr-75{padding-right: 29px !important;}.pb-75{padding-bottom: 29px !important;}.pl-75{padding-left: 29px !important;}.m-75{margin:29px !important;}.mt-75{margin-top: 29px !important;}.mr-75{margin-right: 29px !important;}.mb-75{margin-bottom: 29px !important;}.ml-75{margin-left: 29px !important;}
    .p-80{padding:31px !important;}.pt-80{padding-top: 31px !important;}.pr-80{padding-right: 31px !important;}.pb-80{padding-bottom: 31px !important;}.pl-80{padding-left: 31px !important;}.m-80{margin:31px !important;}.mt-80{margin-top: 31px !important;}.mr-80{margin-right: 31px !important;}.mb-80{margin-bottom: 31px !important;}.ml-80{margin-left: 31px !important;}
    .p-85{padding:33px !important;}.pt-85{padding-top: 33px !important;}.pr-85{padding-right: 33px !important;}.pb-85{padding-bottom: 33px !important;}.pl-85{padding-left: 33px !important;}.m-85{margin:33px !important;}.mt-85{margin-top: 33px !important;}.mr-85{margin-right: 33px !important;}.mb-85{margin-bottom: 33px !important;}.ml-85{margin-left: 33px !important;}
    .p-90{padding:35px !important;}.pt-90{padding-top: 35px !important;}.pr-90{padding-right: 35px !important;}.pb-90{padding-bottom: 35px !important;}.pl-90{padding-left: 35px !important;}.m-90{margin:35px !important;}.mt-90{margin-top: 35px !important;}.mr-90{margin-right: 35px !important;}.mb-90{margin-bottom: 35px !important;}.ml-90{margin-left: 35px !important;}
    .p-95{padding:37px !important;}.pt-95{padding-top: 37px !important;}.pr-95{padding-right: 37px !important;}.pb-95{padding-bottom: 37px !important;}.pl-95{padding-left: 37px !important;}.m-95{margin:37px !important;}.mt-95{margin-top: 37px !important;}.mr-95{margin-right: 37px !important;}.mb-95{margin-bottom: 37px !important;}.ml-95{margin-left: 37px !important;}
    .p-100{padding:39px !important;}.pt-100{padding-top: 39px !important;}.pr-100{padding-right: 39px !important;}.pb-100{padding-bottom: 39px !important;}.pl-100{padding-left: 39px !important;}.m-100{margin:39px !important;}.mt-100{margin-top: 39px !important;}.mr-100{margin-right: 39px !important;}.mb-100{margin-bottom: 39px !important;}.ml-100{margin-left: 39px !important;}
    .p-105{padding:41px !important;}.pt-105{padding-top: 41px !important;}.pr-105{padding-right: 41px !important;}.pb-105{padding-bottom: 41px !important;}.pl-105{padding-left: 41px !important;}.m-105{margin:41px !important;}.mt-105{margin-top: 41px !important;}.mr-105{margin-right: 41px !important;}.mb-105{margin-bottom: 41px !important;}.ml-105{margin-left: 41px !important;}
    .p-110{padding:43px !important;}.pt-110{padding-top: 43px !important;}.pr-110{padding-right: 43px !important;}.pb-110{padding-bottom: 43px !important;}.pl-110{padding-left: 43px !important;}.m-110{margin:43px !important;}.mt-110{margin-top: 43px !important;}.mr-110{margin-right: 43px !important;}.mb-110{margin-bottom: 43px !important;}.ml-110{margin-left: 43px !important;}
    .p-115{padding:45px !important;}.pt-115{padding-top: 45px !important;}.pr-115{padding-right: 45px !important;}.pb-115{padding-bottom: 45px !important;}.pl-115{padding-left: 45px !important;}.m-115{margin:45px !important;}.mt-115{margin-top: 45px !important;}.mr-115{margin-right: 45px !important;}.mb-115{margin-bottom: 45px !important;}.ml-115{margin-left: 45px !important;}
    .p-120{padding:47px !important;}.pt-120{padding-top: 47px !important;}.pr-120{padding-right: 47px !important;}.pb-120{padding-bottom: 47px !important;}.pl-120{padding-left: 47px !important;}.m-120{margin:47px !important;}.mt-120{margin-top: 47px !important;}.mr-120{margin-right: 47px !important;}.mb-120{margin-bottom: 47px !important;}.ml-120{margin-left: 47px !important;}
    .p-125{padding:49px !important;}.pt-125{padding-top: 49px !important;}.pr-125{padding-right: 49px !important;}.pb-125{padding-bottom: 49px !important;}.pl-125{padding-left: 49px !important;}.m-125{margin:49px !important;}.mt-125{margin-top: 49px !important;}.mr-125{margin-right: 49px !important;}.mb-125{margin-bottom: 49px !important;}.ml-125{margin-left: 49px !important;}
    .p-130{padding:51px !important;}.pt-130{padding-top: 51px !important;}.pr-130{padding-right: 51px !important;}.pb-130{padding-bottom: 51px !important;}.pl-130{padding-left: 51px !important;}.m-130{margin:51px !important;}.mt-130{margin-top: 51px !important;}.mr-130{margin-right: 51px !important;}.mb-130{margin-bottom: 51px !important;}.ml-130{margin-left: 51px !important;}
    .p-135{padding:53px !important;}.pt-135{padding-top: 53px !important;}.pr-135{padding-right: 53px !important;}.pb-135{padding-bottom: 53px !important;}.pl-135{padding-left: 53px !important;}.m-135{margin:53px !important;}.mt-135{margin-top: 53px !important;}.mr-135{margin-right: 53px !important;}.mb-135{margin-bottom: 53px !important;}.ml-135{margin-left: 53px !important;}
    .p-140{padding:55px !important;}.pt-140{padding-top: 55px !important;}.pr-140{padding-right: 55px !important;}.pb-140{padding-bottom: 55px !important;}.pl-140{padding-left: 55px !important;}.m-140{margin:55px !important;}.mt-140{margin-top: 55px !important;}.mr-140{margin-right: 55px !important;}.mb-140{margin-bottom: 55px !important;}.ml-140{margin-left: 55px !important;}
    .p-145{padding:57px !important;}.pt-145{padding-top: 57px !important;}.pr-145{padding-right: 57px !important;}.pb-145{padding-bottom: 57px !important;}.pl-145{padding-left: 57px !important;}.m-145{margin:57px !important;}.mt-145{margin-top: 57px !important;}.mr-145{margin-right: 57px !important;}.mb-145{margin-bottom: 57px !important;}.ml-145{margin-left: 57px !important;}
    .p-150{padding:59px !important;}.pt-150{padding-top: 59px !important;}.pr-150{padding-right: 59px !important;}.pb-150{padding-bottom: 59px !important;}.pl-150{padding-left: 59px !important;}.m-150{margin:59px !important;}.mt-150{margin-top: 59px !important;}.mr-150{margin-right: 59px !important;}.mb-150{margin-bottom: 59px !important;}.ml-150{margin-left: 59px !important;}

    .box-1 {
        padding: 20px;
    }



    /** COMPONENTS **/
    .input-radio-2 .radio {
        width: 50%;
    }.input-number-1 {
         height: 45px;
         line-height: 45px;
     }

    .input-number-increase {
        width: 45px;
    }

    .input-number-value input {
        height: 45px;
        line-height: 45px;
    }.message-close {
         width: 40px;
         height: 40px;
         line-height: 40px;
     }.steps-in {
          /* height: 30px !important; */
      }

    /** LOOPS **/


    /** PARTS **/

    .popup-filter {
        height: 140px;
    }


    /** SECTIONS **/
    /** SECTION: TOP **/
    .sidebar-nav-item.active .sidebar-nav-item-right i,
    .sidebar-nav-item-right i {
        top: -9px;
        width: 40px;
        height: 40px;
    }

    .header-logo {
        left: 45px;
    }

    .header-logo img {
        max-height: 28px;
    }

    .nav {
        left: 110px;
    }
    .sidebar-close i {
        top: 4px;
    }




    /** SECTION: BRICKS **/



    .list-archive-top-buttons {
        margin: 0;
    }

    .list-archive-top-right .component {
        display: block;
        padding: 0;
    }

    .list-archive-top {
        display: block;
    }

    .list-archive-top-left {
        margin-bottom: 5px;
    }

    .list-archive-top-right,
    .list-archive-top-left {
        display: block;
        text-align: left;
    }

    .list-archive-item-in {
        padding: 10px;
    }

    .list-archive-item-left {
        margin-bottom: 4px;
    }
    .blueprint-row {
        display: block;
        width: 100%;
        float: none;
    }

    .items-section .add-item-in {
        padding: 0;
    }

    /** SECTION: BOTTOM **/


}
input-radio-2 .radio .radio-image .icon {
    font-size: 64px;
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-template {
    background: #f9eeb7;
    margin-bottom: 40px !important;
    padding: 0.5rem;
    padding-top: 25px;
    margin: -20px;
    cursor: pointer;
    color: #333;
    position:relative;
    font-size: 13px;
    line-height: 1.5em;
}

.text-template:hover {
    background: #f3e5a1;
    color: #000;
}

.text-template .template-title {
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 4px;
    font-weight: 500;
    letter-spacing: 0px;
}

.text-template span.highlight {
    position: relative !important;
    font-size: inherit !important;
    display: inline !important;
    background: #239f10;
    color: #fff !important;
}

.component.component-search {
    margin: -20px;
    margin-bottom: 40px !important;
}


.message-type-notice .clr-blue-1,
.message-type-notice .clr-black-1 {color: #555 !important;}

.message-type-notice .text {
    font-size: 0.85rem !important;
}

.message-type-notice .mb-15 {
    margin-bottom: 5px !important;
}

.message-type-notice .box {
    background: transparent !important;
    border-radius: 0px !important;
    border-color: transparent !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center !important;
}
.archive-item-length {
    display:none;
}
.archive-item-length:first-child {
    display:inline;
}

.tickets-summary-item {
    text-align: right;
    line-height: 0.75rem;
    font-size: 0.75rem;
    display:inline-block;
}

.tickets-summary-item div {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
    top: -1px;
    position: relative;
}
.sidebar-nav-item-center span {
    font-size: 0.65rem;
    display: block;
    margin-top: 3px;
}
.list-archive-item-in span.highlight,
.sidebar-nav-item-center span.highlight{
    background: #4285F4 !important;
    color: #fff;
}
.sidebar-nav-item-center span.highlight {
    display:inline !important;
}
.list-search input {padding: 0.45rem 0.5rem 0.4rem;border: 2px solid #ccc;border-radius: 4px;background: #fff;color: #4285F4 !important;font-weight: 600;font-size: 12px;}


.sidebar-nav-item-in {
    line-height: 1rem;
}

.sidebar-nav-item-in small {
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
}
.scrollable-table {
    position:relative;
}
.scrollable-table-in {
    position: relative;
    width: 100%;
    height: auto;
    top: 0px;right: 0px;bottom: 0px;left: 0px;z-index: 1;overflow-x: scroll;
    height: 100%;
}

.bricks.bricks-sidebar {
    position: relative;
}

.brick.brick-scrollable {
    position: unset;
}

.scrollable-table td {
    border: 1px solid #ccc;
}

.scrollable-table td, .scrollable-table th {
    width: auto;
    vertical-align: top;
    padding: 0.5rem;
    border: 2px solid #F1F3F5;
}

.scrollable-table table {
    min-width: 100%;
    text-align: left;
    font-size: 1em !important;
}

.scrollable-table .status {
    font-size: 13px !important;
}
.content-table {
    display: table;
    width: 100%;
    table-layout:fixed;
}
.scrollable-table .table-text-small {
    font-size: 10px;
    line-height: 1rem;
}

.list-archive-top.list-archive-top-sidebar {
    display: block !important;
    padding: 10px;
}

.scrollable-table  .table-text-amount {
    white-space: nowrap;
    width: auto;
    min-width: 50px;
    text-align: right;
    font-size: 12px;
    color: #777;
    line-height: 1rem;
}

.scrollable-table  .table-text-amount strong {
    color: #000 !important;
    font-weight: 500 !important;
}
.scrollable-table tr {
    background: #fff;
}
.scrollable-table tr.table-row-no-bg {
    background: transparent !important;
}

.scrollable-table  .table-title{
    text-align: left;
    padding: 0px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.scrollable-table  .table-title h3 {
    font-size: 13px !important;
    font-weight: 400;
    color: #868E96;
}

.scrollable-table .table-text-title {
    min-width: 100px;
    line-height: 1em;
    padding: 0.25rem 0px;
    font-size: 14px;
    font-weight: 500;
}
.list-archive-empty {display:none;}
.list-archive-top.list-archive-top-sidebar .list-archive-top-left, .list-archive-top.list-archive-top-sidebar .list-archive-top-right {
    display: block !important;
    text-align: left;
    padding: 0px !important;
}

.list-archive-top-buttons {}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons {
    margin: 0px !important;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-right .component {
    padding: 0px;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-left span {
    margin-left: 0px;
}



.sidebar-nav-in .steps-in {
    border-radius: 0px !important;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons {
    width: 100%;
    display: table;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons .component {
    display: table-cell;
    vertical-align: middle;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons .component:nth-child(2) {
    width: 30pxpx;
    text-align: right;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons .component:nth-child(2) .button {
    font-size: 0.75rem !important;
}

.list-archive-top.list-archive-top-sidebar .list-archive-top-buttons .list-search input {
    width: 100%;
}

.rest.steps.steps-filter.tab-variant {
    margin: 0px -5000px;
    padding: 0px 5000px;
    border-bottom: 2px solid #f1f3f5;
    height: 39px;
}

.rest.steps.steps-filter.tab-variant .steps-in {
    border-radius: 0px;
    height: 40px;
}

.rest.steps.steps-filter.tab-variant .step {
    color: #777;
    border: 2px solid #f1f3f5;
    background: transparent !important;
}

.rest.steps.steps-filter.tab-variant .step.active {
    border: 2px solid #f1f3f5 !important;
    position: relative;
    color: #4285F4;
    background: #f8f9fa !important;
    border-radius: 5px 5px 0px 0px;
}
.rest.steps.steps-filter.tab-variant .step:hover {
    color: #4285F4;
    opacity: 1;

}

.rest.steps.steps-filter.tab-variant .step.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #f8f9fa;
    left: 0px;
}


.message-type-admin {
    text-align: right;
}
.message-type-customer .box,
.message-type-admin .box {
    text-align: left;
    max-width: 725px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .filter-part-fixed {
        position: ab;
        top: 0;
        background: white;
        left: 0;
        width: 100%;
    }

    .filter-part-scroll {
        position: absolute;
        top: 94px;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
    }
    .filter-part-scroll.no-filter {
        top: 65px;
    }
}

.sidebar-nav-item-in.sidebar-nav-item-with-thumb {
    position: relative;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sidebar-nav-item-with-thumb .thumb {
    position: absolute;
    left: 5px;
    top: 8px;
    height: 26px;
    width: 26px;
}

.truncate {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate-small {
    width: 90px;
}

.user-with-thumb {
    position: relative;
    padding-left: 22px;
    margin-right: 10px;
}

.user-with-thumb:last-child {
    margin-right: 0px;
}

.user-with-thumb .thumb {
    width: 17px;
    height: 17px;
    left: 0;
    position:absolute;
    top: 1px;
}

span.ticket-reference {
    font-size: 10px;
    color: #999 !important;
    background: #eee;
    height: 14px;
    line-height: 14px !important;
    display: inline-block;
    vertical-align: top;
    padding: 1px 4px;
    width: 65px;
    text-align: center;
    position: relative;
    vertical-align: top;
}
span.ticket-reference-large {
    width: auto !important;
}
span.ticket-reference-copy {
    display: inline-flex;
    vertical-align: top;
    height: 100%;
    background: #d8d7d7;
    width: 20px;
    color: #212529;
}

span.ticket-reference-copy i {
    font-size: 9px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}

span.ticket-reference-copy:hover {
    cursor: pointer;
    color: white;
    background: #4285f4;
}

.prio {
    display: inline-block;
    background: transparent;
    padding: 0px 5px;
    font-weight: 500;
    line-height: 17px;
    font-size: 11px !important;
    vertical-align: top;
    width: 40px;
    text-align: center;
    margin-right: 0px;
    background: #eee;
    height: 16px;
}

.prio img {
    height: 9px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3.5px;
    margin-right: 2px;
}

.prio.prio-1,
.prio.prio-2 {
    color: #fff !important;
    background: #ca1818 !important;
}
.prio.prio-2 {
    color: #fff !important;
    background: #e78e35 !important;
}
.prio.prio-3 {
    color: #fff !important;
    background: #7eae42 !important;
}
.prio.prio-4 {
    color: #fff !important;
    background: #5874b9 !important;
}
.prio.prio-5 {
    color: #fff !important;
    background: #9f58b9 !important;
}

.ticket-title {
    display: table;
    width: 100%;
}

.ticket-title-left, .ticket-title-right {
    display: table-cell;
    vertical-align: top;
}

.ticket-title-right {
    text-align: right;
    white-space: nowrap;
}


.brick-top-tabs {
    background: #fff;
}

.brick-top-tabs .container {
    padding-bottom: 0px !important;
}

.prio-and-reference {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    top: -1px;
    background: #eee;
    height: 16px;
    position: relative;
    width: auto;
    white-space: nowrap;
}

span.ticket-type{
    font-size: 10px;
    line-height: 10px;
    color: #868E96;
    font-size: 10px;
    color: #999;
    background: #eee;
    height: 14px;
    line-height: 14px !important;
    display: inline-block;
    vertical-align: top;
    padding: 1px 4px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-top: 7px;
}
.date-item {
    font-size: 10px;
    height: auto;
    line-height: 10px !important;
}
.date-item.date-item-inline {
    display: inline-block;
}
.date-item-in {
    color: #777;
    font-weight: 500;
    border-radius: 3px;
    padding: 4px 7px;
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    background: #eeeeee;
}
.date-item-in i {
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    margin-top: -1px;
}
.list-archive-item:hover .date-item-in {
    background: transparent !important;
}

.list-archive-item.no-hover:hover .date-item-in {
    background: #eeeeee !important;
}

.thumb-with-text.thumb-company a:hover {
    color: #4285F4 !important;
}

.thumb-with-text.thumb-company .component-middle {
    position: relative;
    padding-top: 0.85rem;
}

span.ticket-type.clr-incorrect {
    color: #ca1819;
    font-weight: 500;
}

.filter-bar {
    margin: 0px -1rem;
}
.filter-bar-in {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.filter-bar-item {
    display: table-cell;
    vertical-align: top;
    padding: 0px 1rem;
}


.step.active.active-bg-blue-1 { background-color: #4285F4 !important}
.step.active.active-bg-yellow-1 { background-color: #FBBC05 !important}
.step.active.active-bg-purple-1 { background-color: #8e3ae3 !important}
.step.active.active-bg-green-1 { background-color: #34A853 !important}
.step.active.active-bg-grey-1 { background-color: #9E9E9E !important}
.step.active.active-bg-red-1 { background-color: #EA4335 !important}


.step.active.active-prio-1 {
    background: #ca1818 !important;
}
.step.active.active-prio-2 {
    background: #e78e35 !important;
}
.step.active.active-prio-3 {
    background: #7eae42 !important;
}
.step.active.active-prio-4 {
    background: #5874b9 !important;
}
.step.active.active-prio-5 {
    background: #9f58b9 !important;
}

.filter-bar-item-small {
    width: 33% !important;
}

.message-ticket.message-type-notice {
    padding: 0px !important;
}

.graph {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #f1f3f5;
    margin-bottom: 20px;

}

.graph-text, .graph-graph {
    display: table-cell;
    vertical-align: top;
}

.graph-text {
    width: 250px;
    padding: 10px;
    color: #999;
}

.graph-text-in {
    font-size: 0.9rem;
    line-height: 1.25em;
}
.graph-text-in h1 {
    font-weight: 500;
}
.thumb-in-small,
.thumb-in-small-sidebar{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    background-size: cover;
    border-radius: 2px;
    left: 25px;
    top: 25px;
    background-position: center;
}
.thumb-in-small-sidebar {
    position:relative;
    width: 13px;
    height: 13px;
    left: 0px;
    top: 0px;
    display:inline-block;
    margin-right: 1px;
    vertical-align: middle;
}
.usage-bar-items {
    height: 28px;
    overflow: hidden;
    font-size: 12px;
    border-radius: 4px;
    line-height: 12px;
    display: table;
    width: 100%;
    background: #eee;
}
.thumb-no-image {
    padding-left: 0px !important;
}
.usage-bar-item {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 6px 10px;
    white-space: nowrap;
    border-right: 2px solid white;
    color: #999;
}
.usage-bar-item span {
    font-size: 0.75em;
    font-weight: 400;
    display:block;
}
.usage-bar-item:last-child {
    border-right: 0px !important;
}

.usage-bar-left, .usage-bar-right {
    display: table-cell;
    vertical-align: middle;
}

.usage-bar-right {
    text-align: right;
    padding-left: 1em;
    white-space: nowrap;
    width: 80px;
}

.rest.steps.steps-filter.tab-variant.tab-variant-sub {
    background: linear-gradient(180deg, #f8f9fa, #ffffff);
}
.rest.steps.steps-filter.tab-variant.tab-variant-sub .steps-in {
    margin-top: 2rem;
}
.rest.steps.steps-filter.tab-variant.tab-variant-sub .step.active {
    border-bottom: 2px solid transparent !important;
}

.card {
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #f1f3f5;
    margin-bottom: 15px;
    padding: 15px;
    display:block;
}

.card-in,
.card-left-in{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.card-switch,  .card-image, .card-left, .card-right, .card-left-content, .card-date{
    display: table-cell;
    vertical-align: top;
    padding-right: 1rem;
}
.card-switch {
    width: 70px;
}
.card-image {
    width: 50px;
    text-align:center;
}

.card-left-company {
    width: 200px;
    padding-bottom: 20px;
}
.card-image img {
    max-height: 30px;
    max-width: 30px;
}
.card-date {
    width: 150px;
    font-size: 14px;
    line-height: 1.25em;
}
.card-subtitle {
    font-size: 15px;
    line-height: 1em !important;
    font-weight: 400;
    color: #848E97;
    margin-bottom: 0.5em;
}
.card-button {
    padding-top: 0.5rem;
}
.card-image i {
    display: block;
    vertical-align: top;
    line-height: 1rem !important;
}

.card-title {
    font-size: 1em;
    line-height: 1.4rem !important;
    font-weight: 500;
}
.card-sub-item span {
    opacity: 0.5;
    display: block;
    margin-top: 0.25em;
    font-weight: 400;
}
.card-text {
    font-size: 14px;
    line-height: 1.5em !important;
    font-weight: 400;
    color: #848E97;
}

.card-right {
    width: 160px;
    text-align: right;
    font-weight: 500;
    line-height: 1em !important;
    padding-right: 0px;
}

.card-left-small {
    width: 75px;
}

.card-right span {
    font-size: 10px;
    font-weight: 400;
    line-height: 1em !important;
    color: #848E97;
    display: block;
    margin-top: 0.5rem;
}

.set-domain-in {
    display: table;
    width: 100%;
}
.set-domain-in-fixed {
    table-layout: fixed;
}
.set-domain-column {
    display: table-cell;
    vertical-align: middle;
}

.set-domain-column.set-domain-column-input {
    width: 100%;
    padding: 0 0.5rem;
}
.set-domain-column.set-domain-column-input-small {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px; !important;
}

.set-domain-column.set-domain-column-input input {
    width: 100%;
}

.set-domain-column.set-domain-column-input .button {
    padding: 7px 15px;
}

.switch {
    width: 50px;
    background: #f1f3f5;
    height: 24px;
    padding: 5px;
    border-radius: 2px;
}
.switch-in {
    width: 50%;
    position:relative;
    height: 14px;
    width: 50%;
    background: #fff;
}
.card-chooser {
    position: relative;
}
.switch.active,
.card-chooser input[type="radio"]:checked + div div.switch {
    background: #34A853 !important;
}
.switch.active .switch-in,
.card-chooser input[type="radio"]:checked + div div.switch-in{
    left: 50%;
}

.card-chooser .card {
    cursor:pointer;
}


.card-chooser .card input[type="radio"] {
    display:none;
}

.dashboard-item {
    background: #FFF;
    border: 2px solid #F1F3F5;
    margin-bottom: 10px;
    padding: 20px;
    display:block;
    text-decoration:none;
}

a.dashboard-item:hover {
    background: #E8F0FE;
    border-color: #E8F0FE;
}
.dashboard-item-number-items {
    display: table;
    width: 100%;
}
.dashboard-item-number-item {display: table-row;width: 100%;padding-bottom: 20px;
    color: #999;}

.dashboard-item-number, .dashboard-item-text {
    display: table-cell;
    vertical-align:middle;
    padding-bottom: 1rem;
}

.dashboard-item-number-item:last-child .dashboard-item-number,
.dashboard-item-number-item:last-child .dashboard-item-text {
    padding-bottom: 0px;
}
.dashboard-item-text {
    width: 90%;
}
.dashboard-item-text-large {
    font-size: 1.25rem;
}

.dashboard-item-number {
    text-align: right;
    font-weight: 400;
    padding-right: 1rem;

}
.dashboard-item-number {
     line-height: 1em;
     font-size: 1.25rem !important;
    min-width: 110px;
 }
.dashboard-item-number-item-large {
    color: #000;

}
.dashboard-item-number-item-large .dashboard-item-number {
    font-size: 2rem !important;
    font-weight: 500;
}

.dashboard-item-in {
    display:table;
    width: 100%;
}

.dashboard-item-in-content {
    display:table-cell;
    vertical-align:middle;
}

.icon-large {
    font-size: 1.25rem;
}

.brick.brick-breadcrumbs {
    font-size: 11px;
    color: #aaa;
}

.brick-breadcrumbs-in span, .brick-breadcrumbs-in a, .brick-breadcrumbs-in div {
    display: inline-block;
    vertical-align: bottom;
}
.brick-breadcrumbs-in a {
    text-decoration:underline;
}

.brick-breadcrumbs-in a:hover {

    color: #4285F4;
}
.loader-inline {
    color: #777;
}
.loader-inline.loader-inline-absolute {
    background: rgba(255, 255, 255, 0.9);
    color: #777;
    height: 100%;
    max-height: 100%;
    width: 100%;
    text-align: center;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position:absolute;
    z-index: 1;
}

/* HTML: <div class="loader"></div> */
.loader-inline .loader-inline-in div {
    height: 8px;
    aspect-ratio: 5;
    --_g:no-repeat radial-gradient(farthest-side,#4285F4 94%,#0000);
    background: var(--_g),var(--_g),var(--_g),var(--_g);
    background-size: 20% 100%;
    animation:
            l40-1 300ms infinite alternate,
            l40-2 600ms infinite alternate;
}
.loader-inline.loader-inline-absolute .loader-inline-in div {
    margin: 0 auto;
}
@keyframes l40-1 {
    0%,
    10% {background-position: 0 0,0 0,0 0,0 0}
    33% {background-position: 0 0,calc(100%/3) 0,calc(100%/3) 0,calc(100%/3) 0}
    66% {background-position: 0 0,calc(100%/3) 0,calc(2*100%/3) 0,calc(2*100%/3) 0}
    90%,
    100% {background-position: 0 0,calc(100%/3) 0,calc(2*100%/3) 0,100% 0}
}
@keyframes l40-2 {
    0%,49.999999% {transform: scale( 1)}
    50%,100%  {transform: scale(-1)}
}

.loader-inline-title {
    color: #4285F4;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
:not(.loader-inline-absolute) .loader-inline-title{
    margin-bottom: 0px !important;
}
.loader-inline .loader-inline-countdown {
    font-size: 11px;
    line-height: 11px;
}
:not(.loader-inline-absolute) .loader-inline-countdown > div {
    display: inline-block;
    vertical-align: bottom;
    line-height: 12px;
    font-size: 12px !important;
}
.loader-inline .loader-inline-countdown-number {
    font-size: 20px;
    line-height: 1em;
    margin-top: 4px;
    font-weight: 500;
}

.loader-inline.loader-inline-absolute .loader-inline-absolute {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}
.cards {
    position:relative;
}

.legal-item {
    border: 2px solid #f1f3f5 !important;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    background: white;
    padding: 2rem;
}

.legal-check-in {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.legal-check {
    margin: 0.5em 0px 0.5em 0px;
}

.legal-check-left, .legal-check-right {
    display: table-cell;
    vertical-align: top;
}

.legal-check-left {
    font-weight: 500;
}

.legal-intro {
    max-width: 700px;
    margin: 0 auto;
}

.thumb-with-text.thumb-company.thumb-company-small .text {
    line-height: 1.2em !important;
}

.thumb-company-small .thumb {
    width: 38px;
    height: 38px;
}


.thumb-with-text.thumb-company.thumb-company-small {
    padding-left: 48px;
}

.form-step-title {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.form-step-title-left, .form-step-title-right {
    display: table-cell;
    vertical-align: top;
}

.form-step-title-left {
    width: 50px;
}

.form-step-title-left span {
    display: block;
    height: 2rem;
    width: 2rem;
    background: #4285F4 !important;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
}

.form-step-content {
    padding-left: 50px;
}

.form-step-title-right {
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25rem;
    padding-top: 0.4rem;
    padding-bottom: 1rem;
}
.input-with-copy input {
    padding-right: 40px !important;
}
.copy-input {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 40px;
    color: #4285F4;
    background: #d2ddf4;
    cursor:pointer;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.copy-input:hover {
    background: #4285F4;
    color: #fff !important;
}

.input {
    position: relative;
}

.form-step {
    border-top: 1px solid #ddd;;
    padding: 2rem 0;
}

.loader-templates {display:none;}

.card-sub-item {
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 11px;
    line-height: 1em;
    vertical-align: middle;
    height: auto !important;
    padding: 0.5em 1em !important;
    position: relative;
    margin-right: 0.5rem;
    font-weight: 500;
}

.card-sub-item i {
    eight: 1em !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em !important;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: flex-start;
    font-size: 1.3em;
}

.card-sub-item.active {
    background: #34A853;
    border-color: #34A853;
    color: #fff;
    padding-left: 30px !Important;
}

.message-with-icon {
    padding-left: 35px;
    position: relative;
}

.message-with-icon i {
    position: absolute;
    left: 5px;
}

.breadcrumbs-header {
    height: 28px;
}
.breadcrumbs-header-in{
    position:fixed;
    top: 58px;
    height: 30px;
    width: 100%;
    background: #fff;
    font-size: 11px;
    color: #acafb3;
    z-index: 1;
    border: 2px solid #f1f3f5;
    white-space:nowrap;
    overflow-y:hidden;
    scrollbar-width: none;
}

.breadcrumbs-items {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.breadcrumbs-item {
    display: flex;
}

.breadcrumbs-item {
    height: 28px;
    line-height: 28px;
    display: inline-flex;
}

.breadcrumbs-item.breadcrumbs-item-main {
    width: 28px;
    text-align: center;
    cursor: pointer;
    border-right: 2px solid #f1f3f5;
}
.breadcrumbs-item.breadcrumbs-item-main:hover {
    color: #4285F4;

}

.breadcrumbs-item.breadcrumbs-item-main i {
    font-size: 1rem;
}

.breadcrumbs-item.breadcrumbs-item-company {
    padding: 0px 0.75rem;
}


.breadcrumbs-item.breadcrumbs-item-link {
    cursor: pointer;
    padding: 0px 0.75rem;
    text-decoration:underline;

}

.breadcrumbs-item-last {
    text-decoration:none !important;
}
a.breadcrumbs-item-last:hover {
    text-decoration:underline !important;
}

.table-text-amount s {
    color: #999;
    font-weight: 400;
}

.message .text {
    font-size: inherit !important;
    line-height: inherit !important;
}
.brick.brick-login-1,
.brick-reset-password-1{
    background: #fff;
}
.brick.brick-login-1 .brick-content,
.brick-reset-password-1 .brick-content {
    height: 100vh;
}

.brick-reset-password-1 .brick-content-in {
    vertical-align:middle !important;
}

.component-image img {
    max-width: 100%;
    max-height: 500px;
}
[data-message-conclusion],
[data-message-conclusion] span{
    display:none;
}
.pagination-wrapper .button {
    padding: 5px 10px !important;
    line-height: 1em !important;
}

/* Custom styles for pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
}

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}