@-webkit-keyframes passing-through {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%, 70%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }100%{opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px) }}@-moz-keyframes passing-through {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%, 70%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }100%{opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px) }}@keyframes passing-through {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%, 70%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }100%{opacity: 0;-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px) }}@-webkit-keyframes slide-in {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }}@-moz-keyframes slide-in {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }}@keyframes slide-in {0% { opacity: 0;-webkit-transform: translateY(40px);-moz-transform: translateY(40px);-ms-transform: translateY(40px);-o-transform: translateY(40px);transform: translateY(40px) }30%{opacity: 1;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);-ms-transform: translateY(0px);-o-transform: translateY(0px);transform: translateY(0px) }}@-webkit-keyframes pulse {0% { -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }10%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1) }20%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }}@-moz-keyframes pulse {0% { -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }10%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1) }20%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }}@keyframes pulse {0% { -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }10%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1) }20%{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1) }}.dropzone-container{border-radius: 15px;border: 3px solid white;background: white;height: 200px;width: 100%;box-shadow: 0 0.625rem 1.25rem #0000001a;}.dropzone, .dropzone *{box-sizing: border-box}.dropzone{min-height: 150px;background: #fff;height: 100%;width: 100%;border-radius: 2.5rem;padding: 1rem;border-color: transparent;display: flex;justify-content: center;align-items: center;background: none;}.dropzone.dz-clickable{cursor: pointer}.dropzone.dz-clickable *{cursor: default}.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message *{cursor: pointer}.dropzone.dz-started .dz-message{display: none}.dropzone.dz-drag-hover{border-style: solid}.dropzone.dz-drag-hover .dz-message{opacity: .5}.dropzone .dz-message{text-align: center;margin: 2em 0}.dropzone .dz-message .dz-button{background: none;color: inherit;border: none;padding: 0;font: inherit;cursor: pointer;outline: inherit;display: flex !important;flex-direction: column;align-items: center;}.dz-button> p{color: #333333!important;}.dropzone .dz-preview{position: relative;display: inline-block;vertical-align: top;margin: 16px;min-height: 100px}.dropzone .dz-preview:hover{z-index: 1000}.dropzone .dz-preview:hover .dz-details{opacity: 1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius: 20px;background: #999;background: linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity: 1}.dropzone .dz-preview.dz-image-preview{background: #fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition: opacity 0.2s linear;-moz-transition: opacity 0.2s linear;-ms-transition: opacity 0.2s linear;-o-transition: opacity 0.2s linear;transition: opacity 0.2s linear}.dropzone .dz-preview .dz-remove{font-size: 14px;text-align: center;display: block;cursor: pointer;border: none}.dropzone .dz-preview .dz-remove:hover{text-decoration: underline}.dropzone .dz-preview:hover .dz-details{opacity: 1}.dropzone .dz-preview .dz-details{z-index: 20;position: absolute;top: 0;left: 0;opacity: 0;font-size: 13px;min-width: 100%;max-width: 100%;padding: 2em 1em;text-align: center;color: rgba(0, 0, 0, .9);line-height: 150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom: 1em;font-size: 16px}.dropzone .dz-preview .dz-details .dz-filename{white-space: nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border: 1px solid rgba(200, 200, 200, .8);background-color: rgba(255, 255, 255, .8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow: hidden;text-overflow: ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border: 1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{background-color: rgba(255, 255, 255, .4);padding: 0 .4em;border-radius: 3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform: scale(1.05, 1.05);-moz-transform: scale(1.05, 1.05);-ms-transform: scale(1.05, 1.05);-o-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05);-webkit-filter: blur(8px);filter: blur(8px)}.dropzone .dz-preview .dz-image{border-radius: 20px;overflow: hidden;width: 120px;height: 120px;position: relative;display: block;z-index: 10}.dropzone .dz-preview .dz-image img{display: block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity: 1;-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{pointer-events: none;opacity: 0;z-index: 500;position: absolute;display: block;top: 50%;left: 50%;margin-left: -27px;margin-top: -27px}.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{display: block;width: 54px;height: 54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity: 1;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;transition: all 0.2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity: 0;-webkit-transition: opacity 0.4s ease-in;-moz-transition: opacity 0.4s ease-in;-ms-transition: opacity 0.4s ease-in;-o-transition: opacity 0.4s ease-in;transition: opacity 0.4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation: pulse 6s ease infinite;-moz-animation: pulse 6s ease infinite;-ms-animation: pulse 6s ease infinite;-o-animation: pulse 6s ease infinite;animation: pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity: 1;z-index: 1000;pointer-events: none;position: absolute;height: 16px;left: 50%;top: 50%;margin-top: -8px;width: 80px;margin-left: -40px;background: rgba(255, 255, 255, .9);-webkit-transform: scale(1);border-radius: 8px;overflow: hidden}.dropzone .dz-preview .dz-progress .dz-upload{background: #333;background: linear-gradient(to bottom, #666, #444);position: absolute;top: 0;left: 0;bottom: 0;width: 0;-webkit-transition: width 300ms ease-in-out;-moz-transition: width 300ms ease-in-out;-ms-transition: width 300ms ease-in-out;-o-transition: width 300ms ease-in-out;transition: width 300ms ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display: block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity: 1;pointer-events: auto}.dropzone .dz-preview .dz-error-message{pointer-events: none;z-index: 1000;position: absolute;display: block;display: none;opacity: 0;-webkit-transition: opacity 0.3s ease;-moz-transition: opacity 0.3s ease;-ms-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease;border-radius: 8px;font-size: 13px;top: 130px;left: -10px;width: 140px;background: #be2626;background: linear-gradient(to bottom, #be2626, #a92222);padding: .5em 1.2em;color: #fff}.dropzone .dz-preview .dz-error-message:after{content: "";position: absolute;top: -6px;left: 64px;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #be2626}@import url(fonts.css);@import url(variables.css);@import url(buttons.css);@import url(components.css);@font-face {font-family: "workbuzz";src: url("/assets/themes/backend/icollectivo/fonts/workbuzz/icomoon.eot?v=5");src: url("/assets/themes/backend/icollectivo/fonts/workbuzz/icomoon.eot?v=5") format("eot"), url("/assets/themes/backend/icollectivo/fonts/workbuzz/icomoon.woff?v=5") format("woff"), url("/assets/themes/backend/icollectivo/fonts/workbuzz/icomoon.ttf?v=5") format("truetype"), url("/assets/themes/backend/icollectivo/fonts/workbuzz/icomoon.svg?v=5") format("svg");font-display: swap;}[class^="icon-"], [class*=" icon-"]{font-family: 'workbuzz' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.icon-checkmark-circle:before{content: "\e900";}.icon-heart-regular:before{content: "\e905";}.icon-plus-circle-regular:before{content: "\e90b";}.icon-share-alt-regular:before{content: "\e920";}.icon-chevron-circle-left-regular:before{content: "\e935";}.icon-chevron-circle-right-regular:before{content: "\e947";}.icon-file-import-regular:before{content: "\e948";}.icon-chevron-left-regular:before{content: "\e949";}.icon-chevron-right-regular:before{content: "\e94a";}.icon-arrows-light:before{content: "\e94b";}.icon-link-light:before{content: "\e94c";}.icon-link-regular:before{content: "\e94d";}.icon-arrow-left12:before{content: "\e94e";}.icon-book:before{content: "\e94f";}.icon-briefcase:before{content: "\e950";}.icon-competences:before{content: "\e951";}.icon-user:before{content: "\e952";}.icon-filter-solid:before{content: "\e953";}.icon-mail-icon:before{content: "\e954";}.icon-cv:before{content: "\e959";}.icon-equalizer:before{content: "\e95a";}.icon-magnifier:before{content: "\e95b";}.icon-website-design:before{content: "\e95c";}.icon-long-arrow-left-regular:before{content: "\e95d";}.icon-long-arrow-right-regular:before{content: "\e95e";}.icon-map-marker-alt-solid:before{content: "\e95f";}.icon-arrow-alt-left-solid:before{content: "\e960";}.icon-arrow-alt-right-solid:before{content: "\e961";}.icon-eye-regular:before{content: "\e962";}.icon-eye-slash-regular:before{content: "\e963";}.icon-log-out-light:before{content: "\e964";}.icon-file-text-light:before{content: "\e965";}.icon-radio-checked:before{content: "\e966";}.icon-radio-unchecked:before{content: "\e967";}.icon-address-card-regular:before{content: "\e968";}.icon-loop:before{content: "\e969";}.icon-loop4:before{content: "\e96a";}.icon-address-card-light:before{content: "\e96b";}.icon-globe-light:before{content: "\e96c";}.icon-file-contract-light:before{content: "\e96d";}.icon-times-light:before{content: "\e96e";}.icon-code:before{content: "\e96f";}.icon-copy:before{content: "\e970";}.icon-award:before{content: "\e971";}.icon-mail:before{content: "\e972";}.icon-change-up:before{content: "\e973";}.icon-change-down:before{content: "\e974";}.icon-users:before{content: "\e975";}.icon-check-regular:before{content: "\e976";}.icon-check-light:before{content: "\e977";}.icon-plus-circle-light:before{content: "\e978";}.icon-add:before{content: "\e979";}.icon-chevron-down-light:before{content: "\e97a";}.icon-check-circle-regular:before{content: "\e97b";}.icon-check-circle-solid:before{content: "\e97c";}.icon-exit:before{content: "\e97d";}.icon-check-circle:before{content: "\e97e";}.icon-arrow-down:before{content: "\e97f";}.icon-arrow-up:before{content: "\e980";}.icon-back:before{content: "\e981";}.icon-bell:before{content: "\e982";}.icon-cpu:before{content: "\e983";}.icon-credit-card:before{content: "\e984";}.icon-disc:before{content: "\e985";}.icon-download:before{content: "\e986";}.icon-edit:before{content: "\e987";}.icon-error:before{content: "\e988";}.icon-eye:before{content: "\e989";}.icon-fb:before{content: "\e98a";}.icon-file:before{content: "\e98b";}.icon-file-text:before{content: "\e98c";}.icon-folder:before{content: "\e98d";}.icon-grid:before{content: "\e98e";}.icon-home:before{content: "\e98f";}.icon-key:before{content: "\e990";}.icon-link:before{content: "\e991";}.icon-linkedin:before{content: "\e992";}.icon-list:before{content: "\e993";}.icon-menu:before{content: "\e994";}.icon-minus:before{content: "\e995";}.icon-more:before{content: "\e996";}.icon-pie-chart:before{content: "\e997";}.icon-plus:before{content: "\e998";}.icon-plus-circle:before{content: "\e999";}.icon-search:before{content: "\e99a";}.icon-settings:before{content: "\e99b";}.icon-sidebar:before{content: "\e99c";}.icon-spinner9:before{content: "\e99d";}.icon-star:before{content: "\e99e";}.icon-star-o:before{content: "\e99f";}.icon-times:before{content: "\e9a0";}.icon-trash:before{content: "\e9a1";}.icon-twitter:before{content: "\e9a2";}.icon-upload-cloud:before{content: "\e9a3";}.icon-squad:before{content: "\e901";}html{height: 100%;}html body{margin: 0;position: relative;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size: 12px;line-height: 1.5384616;color: #333;background-color: #ffffff;min-height: 100%;}html body h2{color: #171717;font-weight: bold;font-size: 22px;}html body h3{color: #171717;font-weight: bold;font-size: 18px;margin: 40px 0 30px 0;}html body h5{font-weight: bold;}html body a{color: #9b9b9b;text-decoration: underline;}html body a:hover, html body a:active, html body a:focus{color: #1c1c1c;}html body .has-link a{color: #ff315d !important;}html body .has-link a:hover, html body .has-link a:active, html body .has-link a:focus{color: #aa2340 !important;}html body header .navbar-default{background-color: #171717;border: 0 !important;min-height: 60px;border-radius: 0 !important;margin-bottom: 0 !important;}html body header .navbar-default .navbar-header{display: flex;}html body header .navbar-default .navbar-header .navbar-brand{height: 45px !important;padding: 12px !important;margin-top: -5px;}html body header .navbar-default .navbar-header .navbar-brand img{height: 100%;}html body header .navbar-default .navbar-collapse .navbar-nav{height: 70px;line-height: 25px;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .avatar{display: inline-block;height: 30px;width: 30px;border-radius: 30px;margin-right: 10px;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a{display: inline-block;padding-left: 5px;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;text-decoration: none;color: #fafafa;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a i{margin-right: 5px;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:hover, html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:active, html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown a:focus{background-color: transparent;color: #fafafa;text-decoration: none !important;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown span.fa{font-weight: 300;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .dropdown-menu{background-color: #fff;padding: 10px;z-index: 1080;}html body header .navbar-default .navbar-collapse .navbar-nav .avatar-dropdown .dropdown-menu li a{color: #171717;font-size: 12px;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;}html body header .navbar-default .navbar-collapse .navbar-nav> li{display: flex;align-items: center;height: 70px;margin: 0 10px;}html body header .navbar-default .navbar-collapse .navbar-nav> li a{font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;text-decoration: none;color: #fafafa;}html body header .navbar-default .navbar-collapse .navbar-nav> li a:hover, html body header .navbar-default .navbar-collapse .navbar-nav> li a:active, html body header .navbar-default .navbar-collapse .navbar-nav> li a:focus{background-color: transparent;color: #ff315d;text-decoration: none;}html body header .navbar-default .navbar-collapse .navbar-nav> li a> .nav-icon{font-size: 18px !important;}html body header .navbar-default .navbar-collapse .navbar-nav> li a.dropdown-toggle:hover, html body header .navbar-default .navbar-collapse .navbar-nav> li a.dropdown-toggle:active, html body header .navbar-default .navbar-collapse .navbar-nav> li a.dropdown-toggle:focus{text-decoration: none !important;}html body header .navbar-default .navbar-collapse .navbar-nav> li .primary-button-small{line-height: 33px !important;}html body header .navbar-default .navbar-collapse .navbar-nav> li .primary-button-small:hover, html body header .navbar-default .navbar-collapse .navbar-nav> li .primary-button-small:active, html body header .navbar-default .navbar-collapse .navbar-nav> li .primary-button-small:focus{background-color: #ff1849;color: #fff;text-decoration: none;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile a{text-decoration: none;color: #000000;user-select: none;-webkit-user-select: none;-ms-user-select: none;-webkit-touch-callout: none;-o-user-select: none;-moz-user-select: none;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile a .heading-bar-profile-picture{background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;border-radius: 50px;height: 45px;width: 45px;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu{min-width: 270px;right: 0;left: auto;display: none;flex-direction: column;padding: 15px 15px 10px 0;border-radius: 10px;border-color: #cccccc;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section{display: flex;align-items: center;padding-left: 15px;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section .menu-profile-picture{background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;border-radius: 50px;height: 50px;width: 50px;margin-right: 15px;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section .profile-info{flex: 1;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section .profile-info p{font-size: 13px;font-family: 'Manrope', Arial, Helvetica, sans-serif;font-weight: 700;color: #000;margin: 0;text-transform: capitalize;line-height: initial !important;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section .profile-info a.profile-link{font-size: 12px;color: #000;font-family: "Manrope", Arial, Helvetica, sans-serif !important;font-weight: 400;text-transform: capitalize;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu .profile-section .profile-info a.profile-link:hover{color: #ff005d;font-weight: normal;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li{margin-bottom: 3px;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li a{font-family: "Manrope", Arial, Helvetica, sans-serif !important;font-weight: 400;font-size: 14px;padding-left: 0 !important;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li a.btn-logout{padding-left: 15px !important;text-transform: capitalize;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li a:focus, html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li a:hover{background-color: transparent;color: #ff005d;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li.dropdown-divider{height: 2px;width: calc(100% - 15px);margin: 13px 15px;background-color: #cccccc;}html body header .navbar-default .navbar-collapse .navbar-nav> li.profile .dropdown-menu li a.btn-update-profile{height: 26px;border-radius: 5px;color: #120c3b;font-size: 10px;padding: 6px 12px !important;line-height: 1.42857143 !important;width: auto;display: inline-block;margin-bottom: 5px;font-family: 'Manrope', Arial, Helvetica, sans-serif;font-weight: 700;background-color: #ffbf00;border: 0;text-transform: uppercase;}html body header .navbar-default .navbar-collapse .navbar-nav .nav-separator{padding: 0;height: 25px;border-right: 1px dashed rgba(255, 255, 255, 0.25);margin-top: 22px;}html body header .navbar-default .navbar-collapse .navbar-nav .open> a{background-color: transparent;}html body header .navbar-default .navbar-collapse .navbar-nav .global-search-input{width: 0;}html body header .navbar-default .navbar-collapse .navbar-nav .session_date{padding: 15px;color: #fff !important;margin: 0;}html body header .navbar-default .navbar-collapse .navbar-nav .session_date> span:first-of-type{margin-right: 5px;}html body header .navbar-default .navbar-collapse .navbar-nav.navbar-left> li{margin: 0 15px !important;}html body header .navbar-default .navbar-collapse .navbar-nav.navbar-left> li a{font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size: 16px;font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;}html body header .navbar-default li> a{padding: 0;}html body .invert-color-container{background-color: #ffffff !important;}html body .main-container{background-color: #ececec;}html body .main-container .main-separator{background-color: #fff;height: 70px;display: flex;align-items: center;justify-content: center;}html body .main-container .main-separator p{font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;font-size: 14px;color: #9b9b9b;margin: 0;}html body .main-container .main-list{padding: 40px 45px;}html body .main-container .main-list .card{margin-bottom: 30px;border-radius: 5px;}html body .main-container .main-list .card .card-header{height: 175px;background-size: cover !important;background-repeat: no-repeat !important;background-position: center !important;border-top-right-radius: 5px;border-top-left-radius: 5px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;}html body .main-container .main-list .card .card-body{height: 230px;max-height: 230px;padding: 15px;background-color: #ffffff !important;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;}html body .main-container .main-list .card .card-body hr{border: 1px solid #d4d4d4;width: 25%;margin-left: 0 !important;margin-top: 0;}html body .main-container .main-list .card .card-body h3{font-size: 14px;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;margin: 10px 0 5px 0;line-height: 20px;}html body .main-container .main-list .card .card-body h3 a{color: #171717;text-decoration: none;}html body .main-container .main-list .card .card-body h3 a:hover, html body .main-container .main-list .card .card-body h3 a:active, html body .main-container .main-list .card .card-body h3 a:focus{text-decoration: underline;color: #0a0a0a;}html body .main-container .main-list .card .card-body p{font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;color: #9b9b9b;text-align: justify;}html body .main-container .main-list .search-result-heading{font-size: 18px;margin-top: 0;margin-bottom: 40px;padding-left: 10px;color: #a6a3a3;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight: 500;}html body .main-container .main-list.timeline-list{background-color: #fff !important;}html body .main-container .timeline-list> .btn-warning{display: inline-block;}html body .container-fluid:not(.standard-bootstrap){padding-right: 45px;padding-left: 45px;}html body .card{padding-right: 10px;padding-left: 10px;}html body .card-invers .sample-image-gamification{width: 100%;}html body .card-invers .panel{background-color: #171717;}html body .card-invers .panel h2{color: #ffffff !important;}html body .profile-cont .profile-sidebar-avatar{background-image: url(../../backend/icollectivo/images/profile_bg.png);background-size: contain;background-color: #5C6BC0;border-color: #5C6BC0;color: #fff;border-top-right-radius: 3px;border-top-left-radius: 3px;}html body .profile-cont .profile-sidebar-avatar .content-group-sm{margin-bottom: 25px;}html body .profile-cont .profile-sidebar-avatar .content-group-sm img{display: inline-block;}html body .profile-cont .profile-sidebar-avatar .content-group-sm h6{font-size: 15px !important;}html body .profile-cont .profile-sidebar-avatar .content-group-sm span{font-size: 13px !important;}html body .profile-cont .profile-sidebar-avatar .list-inline a{background-color: #3F51B5;border-color: #3F51B5;color: #fff;}html body .profile-cont .profile-sidebar-avatar .list-inline a i{margin-right: 0 !important;}html body .profile-cont .profile-navigation .navigation{margin: 0;padding: 0;list-style: none;position: relative;}html body .profile-cont .profile-navigation .navigation li{border-top: 1px solid #f1f1f1;margin-top: 0;}html body .profile-cont .profile-navigation .navigation li a{padding: 12px 20px;min-height: 44px;display: block;text-decoration: none !important;color: #171717;}html body .profile-cont .profile-navigation .navigation li a i{float: left;top: 0;margin-top: 2px;margin-right: 15px;-webkit-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}html body .profile-cont .profile-navigation .navigation li a:hover, html body .profile-cont .profile-navigation .navigation li a:active, html body .profile-cont .profile-navigation .navigation li a:focus{background-color: #f8f8f8 !important;}html body .profile-cont .backup-panel a.btn-default{color: #171717 !important;}html body .profile-cont .backup-panel .btn-with-pre-icon{color: #171717 !important;}html body .language-select li> .bootstrap-select button{padding: 0 !important;}html body .language-select li> .bootstrap-select button .filter-option{font-size: 12px !important;}html body .language-select li> .bootstrap-select .dropdown-menu{top: 45px;background-color: rgba(0, 0, 0, 0.59) !important;border-radius: 0 0 5px 5px !important;}html body .language-select li> .bootstrap-select .dropdown-menu> ul{background-color: transparent !important;padding: 5px !important;}html body .language-select li> .bootstrap-select .dropdown-menu> ul li{outline: none;}html body .language-select li> .bootstrap-select .dropdown-menu> ul li a{font-size: 12px !important;color: #fff !important;outline: none;}html body .language-select li> .bootstrap-select .dropdown-menu> ul li a .flag-icon{margin-right: 5px;}html body .language-select li> .bootstrap-select .dropdown-menu> ul li:hover{background-color: transparent !important;}html input{outline: none !important;}html .flag-icon{margin-right: 5px;}.cc-floating{left: 0;right: 0;bottom: 0;padding: 1em 1.8em;width: 100%;-ms-flex-direction: row;flex-direction: row;max-width: 100% !important;}.cc-floating> .container{flex-direction: column !important;}.cc-floating> .container img{display: none !important;}.cc-floating> .container .cc-message{text-align: center !important;}.cc-floating> .container .cc-compliance{width: 100% !important;max-width: 250px;margin: 0 auto;}.grecaptcha-badge{display: none !important;}@media screen and (min-width: 768px) {display: none !important;}@media screen and (max-width: 767px) {#mobileMenu .navbar-right { margin-top: 7.5px -15px !important;}#mobileMenu .navbar-right .avatar-dropdown{position: relative;top: 0;height: 100% !important;}#mobileMenu .navbar-right #profileDropdown, #mobileMenu .navbar-right #profileDropdownSmall{position: relative !important;}.navbar-default .navbar-collapse .navbar-nav> li{display: block !important;}.profile-feature-tour{position: absolute !important;top: 12px;}}@media screen and (max-width: 767px) {html body h2 { font-size: 16px !important;}html body .main-container .main-list{padding: 40px 15px !important;}.right-timeline-legend .bottom-holder, .right-timeline-legend .top-holder{display: none !important;}.modal .modal-dialog:not(.custom-width){width: 100% !important;margin: 0 !important;}.modal .modal-footer button{width: 100% !important;margin: 0 0 15px 0 !important;}body{background-repeat: repeat !important;}.navbar-collapse .navbar-right{height: 100% !important;}.navbar-collapse .navbar-right li{display: block !important;padding: 5px 0;height: 100% !important;}.navbar-collapse .navbar-right .nav-separator{display: none;}.navbar-collapse .navbar-right li.header-timer{position: absolute !important;top: 0 !important;right: 5px;height: 70px !important;}.navbar-collapse .navbar-right .dropdown-menu li.divider{display: none !important;}}@media screen and (max-width: 991px) {.container-gyik .panel-group { width: 100%;}.modal .modal-footer{display: block !important;}.modal .modal-footer .btn{margin: 5px 0 !important;width: 100% !important;}.cc-window, .cc-floating{left: 0;right: 0;bottom: 0;padding: 1em 1.8em;width: 100%;-ms-flex-direction: row;flex-direction: row;max-width: 100% !important;}.cc-window> .container, .cc-floating> .container{flex-direction: column !important;}.cc-window> .container img, .cc-floating> .container img{display: none !important;}.cc-window> .container .cc-message, .cc-floating> .container .cc-message{text-align: center !important;}.cc-window> .container .cc-compliance, .cc-floating> .container .cc-compliance{width: 100% !important;}}@media screen and (min-width: 701px) {.modal-embed-slim .modal-dialog .nav-tabs { display: flex;}}@media screen and (max-width: 700px) {.modal-embed-slim .modal-dialog { width: 500px !important;}.modal-embed-slim .modal-dialog .nav-tabs{width: 487px !important;}}@media screen and (max-width: 550px) {.modal-embed-slim .modal-dialog { width: 85% !important;}.modal-embed-slim .turn-phone{display: flex !important;}.modal-embed-slim .modal-embed-first-page{display: none !important;}.modal-embed-slim .embed-content{display: none !important;}.modal .competence-block .skill-items-cont .skill-item .language-item .progress{width: 70% !important;}}@media screen and (max-width: 500px) {.modal .modal-footer { display: block !important;padding: 15px 25px !important;}.modal .modal-footer .btn{margin: 5px 0 !important;width: 100% !important;}}@media screen and (max-width: 400px) {.carousel-block { padding: 0 15px !important;}.carousel-block .owl-carousel .owl-nav{top: 345px;}.carousel-block .owl-carousel .owl-nav .owl-next{right: 50px !important;}.carousel-block .owl-carousel .owl-nav .owl-prev{left: 50px !important;}.carousel-block .owl-carousel .highlighted-project-card{margin: 25px 25px 80px 25px !important;}.modal-highlighted-type-select .modal-body{display: block !important;}.modal-highlighted-type-select .modal-body .highlight-type-option{width: 50% !important;float: left;margin-bottom: 35px !important;}.modal .competence-block .skill-items-cont .skill-item .language-item .progress{width: 60% !important;}}.datepicker{padding: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;direction: ltr;}.datepicker-inline{width: 220px;}.datepicker-rtl{direction: rtl;}.datepicker-rtl.dropdown-menu{left: auto;}.datepicker-rtl table tr td span{float: right;}.datepicker-dropdown{top: 0;left: 0;}.datepicker-dropdown:before{content: '';display: inline-block;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 7px solid #999;border-top: 0;border-bottom-color: rgba(0, 0, 0, 0.2);position: absolute;}.datepicker-dropdown:after{content: '';display: inline-block;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;border-top: 0;position: absolute;}.datepicker-dropdown.datepicker-orient-left:before{left: 6px;}.datepicker-dropdown.datepicker-orient-left:after{left: 7px;}.datepicker-dropdown.datepicker-orient-right:before{right: 6px;}.datepicker-dropdown.datepicker-orient-right:after{right: 7px;}.datepicker-dropdown.datepicker-orient-bottom:before{top: -7px;}.datepicker-dropdown.datepicker-orient-bottom:after{top: -6px;}.datepicker-dropdown.datepicker-orient-top:before{bottom: -7px;border-bottom: 0;border-top: 7px solid #999;}.datepicker-dropdown.datepicker-orient-top:after{bottom: -6px;border-bottom: 0;border-top: 6px solid #fff;}.datepicker table{margin: 0;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.datepicker td,.datepicker th{text-align: center;width: 20px;height: 20px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;border: none;}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color: transparent;}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background: #eee;cursor: pointer;}.datepicker table tr td.old,.datepicker table tr td.new{color: #999;}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background: none;color: #999;cursor: default;}.datepicker table tr td.highlighted{background: #d9edf7;border-radius: 0;}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color: #fde19a;background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color: #fdf59a #fdf59a #fbed50;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #000;}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color: #fdf59a;}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color: #fbf069 \9;}.datepicker table tr td.today:hover:hover{color: #000;}.datepicker table tr td.today.active:hover{color: #fff;}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background: #eee;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color: #f3d17a;background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color: #f3e97a #f3e97a #edde34;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color: #f3e97a;}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color: #efe24b \9;}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color: #9e9e9e;background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);background-image: linear-gradient(to bottom, #b3b3b3, #808080);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color: #808080 #808080 #595959;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color: #808080;}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color: #666666 \9;}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color: #006dcc;background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);background-image: -o-linear-gradient(to bottom, #08c, #0044cc);background-image: linear-gradient(to bottom, #08c, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color: #0044cc;}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color: #003399 \9;}.datepicker table tr td span{display: block;width: 23%;height: 54px;line-height: 54px;float: left;margin: 1%;cursor: pointer;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}.datepicker table tr td span:hover,.datepicker table tr td span.focused{background: #eee;}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background: none;color: #999;cursor: default;}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color: #006dcc;background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);background-image: -o-linear-gradient(to bottom, #08c, #0044cc);background-image: linear-gradient(to bottom, #08c, #0044cc);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color: #0044cc #0044cc #002a80;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);color: #fff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color: #0044cc;}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color: #003399 \9;}.datepicker table tr td span.old,.datepicker table tr td span.new{color: #999;}.datepicker .datepicker-switch{width: 145px;}.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th{cursor: pointer;}.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover{background: #eee;}.datepicker .prev.disabled,.datepicker .next.disabled{visibility: hidden;}.datepicker .cw{font-size: 10px;width: 12px;padding: 0 2px 0 5px;vertical-align: middle;}.input-append.date .add-on,.input-prepend.date .add-on{cursor: pointer;}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top: 3px;}.input-daterange input{text-align: center;}.input-daterange input:first-child{-webkit-border-radius: 3px 0 0 3px;-moz-border-radius: 3px 0 0 3px;border-radius: 3px 0 0 3px;}.input-daterange input:last-child{-webkit-border-radius: 0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;}.input-daterange .add-on{display: inline-block;width: auto;min-width: 16px;height: 18px;padding: 4px 5px;font-weight: normal;line-height: 18px;text-align: center;text-shadow: 0 1px 0 #fff;vertical-align: middle;background-color: #eee;border: 1px solid #ccc;margin-left: -5px;margin-right: -5px;}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.intl-tel-input{position: relative;display: inline-block;}.intl-tel-input *{box-sizing: border-box;-moz-box-sizing: border-box;}.intl-tel-input .hide{display: none;}.intl-tel-input .v-hide{visibility: hidden;}.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel]{position: relative;z-index: 0;margin-top: 0 !important;margin-bottom: 0 !important;padding-right: 36px;margin-right: 0;}.intl-tel-input .flag-container{position: absolute;top: 0;bottom: 0;right: 0;padding: 1px;}.intl-tel-input .selected-flag{z-index: 1;position: relative;width: 36px;height: 100%;padding: 0 0 0 8px;}.intl-tel-input .selected-flag .iti-flag{position: absolute;top: 0;bottom: 0;margin: auto;}.intl-tel-input .selected-flag .iti-arrow{position: absolute;top: 50%;margin-top: -2px;right: 6px;width: 0;height: 0;border-left: 3px solid transparent;border-right: 3px solid transparent;border-top: 4px solid #555;}.intl-tel-input .selected-flag .iti-arrow.up{border-top: none;border-bottom: 4px solid #555;}.intl-tel-input .country-list{position: absolute;z-index: 2;list-style: none;text-align: left;padding: 0;margin: 0 0 0 -1px;box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);background-color: white;border: 1px solid #CCC;white-space: nowrap;max-height: 200px;overflow-y: scroll;}.intl-tel-input .country-list.dropup{bottom: 100%;margin-bottom: -1px;}.intl-tel-input .country-list .flag-box{display: inline-block;width: 20px;}@media (max-width: 500px) {.intl-tel-input .country-list { white-space: normal;}} .intl-tel-input .country-list .divider{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px solid #CCC;}.intl-tel-input .country-list .country{padding: 5px 10px;}.intl-tel-input .country-list .country .dial-code{color: #999;}.intl-tel-input .country-list .country.highlight{background-color: rgba(0, 0, 0, 0.05);}.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code{vertical-align: middle;}.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name{margin-right: 6px;}.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel]{padding-right: 6px;padding-left: 52px;margin-left: 0;}.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{right: auto;left: 0;}.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag{width: 46px;}.intl-tel-input.allow-dropdown .flag-container:hover{cursor: pointer;}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color: rgba(0, 0, 0, 0.05);}.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover{cursor: default;}.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag{background-color: transparent;}.intl-tel-input.separate-dial-code .selected-flag{background-color: rgba(0, 0, 0, 0.05);display: table;}.intl-tel-input.separate-dial-code .selected-dial-code{display: table-cell;vertical-align: middle;padding-left: 28px;}.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel]{padding-left: 66px;}.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag{width: 60px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel]{padding-left: 76px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{width: 70px;}.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel]{padding-left: 74px;}.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag{width: 68px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel]{padding-left: 84px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{width: 78px;}.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel]{padding-left: 82px;}.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag{width: 76px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{padding-left: 92px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{width: 86px;}.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel]{padding-left: 90px;}.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag{width: 84px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel]{padding-left: 100px;}.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{width: 94px;}.intl-tel-input.iti-container{position: absolute;top: -1000px;left: -1000px;z-index: 1060;padding: 1px;}.intl-tel-input.iti-container:hover{cursor: pointer;}.iti-mobile .intl-tel-input.iti-container{top: 30px;bottom: 30px;left: 30px;right: 30px;position: fixed;}.iti-mobile .intl-tel-input .country-list{max-height: 100%;width: 100%;}.iti-mobile .intl-tel-input .country-list .country{padding: 10px 10px;line-height: 1.5em;}.iti-flag{width: 20px;}.iti-flag.be{width: 18px;}.iti-flag.ch{width: 15px;}.iti-flag.mc{width: 19px;}.iti-flag.ne{width: 18px;}.iti-flag.np{width: 13px;}.iti-flag.va{width: 15px;}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {.iti-flag { background-size: 5630px 15px;}} .iti-flag.ac{height: 10px;background-position: 0px 0px;}.iti-flag.ad{height: 14px;background-position: -22px 0px;}.iti-flag.ae{height: 10px;background-position: -44px 0px;}.iti-flag.af{height: 14px;background-position: -66px 0px;}.iti-flag.ag{height: 14px;background-position: -88px 0px;}.iti-flag.ai{height: 10px;background-position: -110px 0px;}.iti-flag.al{height: 15px;background-position: -132px 0px;}.iti-flag.am{height: 10px;background-position: -154px 0px;}.iti-flag.ao{height: 14px;background-position: -176px 0px;}.iti-flag.aq{height: 14px;background-position: -198px 0px;}.iti-flag.ar{height: 13px;background-position: -220px 0px;}.iti-flag.as{height: 10px;background-position: -242px 0px;}.iti-flag.at{height: 14px;background-position: -264px 0px;}.iti-flag.au{height: 10px;background-position: -286px 0px;}.iti-flag.aw{height: 14px;background-position: -308px 0px;}.iti-flag.ax{height: 13px;background-position: -330px 0px;}.iti-flag.az{height: 10px;background-position: -352px 0px;}.iti-flag.ba{height: 10px;background-position: -374px 0px;}.iti-flag.bb{height: 14px;background-position: -396px 0px;}.iti-flag.bd{height: 12px;background-position: -418px 0px;}.iti-flag.be{height: 15px;background-position: -440px 0px;}.iti-flag.bf{height: 14px;background-position: -460px 0px;}.iti-flag.bg{height: 12px;background-position: -482px 0px;}.iti-flag.bh{height: 12px;background-position: -504px 0px;}.iti-flag.bi{height: 12px;background-position: -526px 0px;}.iti-flag.bj{height: 14px;background-position: -548px 0px;}.iti-flag.bl{height: 14px;background-position: -570px 0px;}.iti-flag.bm{height: 10px;background-position: -592px 0px;}.iti-flag.bn{height: 10px;background-position: -614px 0px;}.iti-flag.bo{height: 14px;background-position: -636px 0px;}.iti-flag.bq{height: 14px;background-position: -658px 0px;}.iti-flag.br{height: 14px;background-position: -680px 0px;}.iti-flag.bs{height: 10px;background-position: -702px 0px;}.iti-flag.bt{height: 14px;background-position: -724px 0px;}.iti-flag.bv{height: 15px;background-position: -746px 0px;}.iti-flag.bw{height: 14px;background-position: -768px 0px;}.iti-flag.by{height: 10px;background-position: -790px 0px;}.iti-flag.bz{height: 14px;background-position: -812px 0px;}.iti-flag.ca{height: 10px;background-position: -834px 0px;}.iti-flag.cc{height: 10px;background-position: -856px 0px;}.iti-flag.cd{height: 15px;background-position: -878px 0px;}.iti-flag.cf{height: 14px;background-position: -900px 0px;}.iti-flag.cg{height: 14px;background-position: -922px 0px;}.iti-flag.ch{height: 15px;background-position: -944px 0px;}.iti-flag.ci{height: 14px;background-position: -961px 0px;}.iti-flag.ck{height: 10px;background-position: -983px 0px;}.iti-flag.cl{height: 14px;background-position: -1005px 0px;}.iti-flag.cm{height: 14px;background-position: -1027px 0px;}.iti-flag.cn{height: 14px;background-position: -1049px 0px;}.iti-flag.co{height: 14px;background-position: -1071px 0px;}.iti-flag.cp{height: 14px;background-position: -1093px 0px;}.iti-flag.cr{height: 12px;background-position: -1115px 0px;}.iti-flag.cu{height: 10px;background-position: -1137px 0px;}.iti-flag.cv{height: 12px;background-position: -1159px 0px;}.iti-flag.cw{height: 14px;background-position: -1181px 0px;}.iti-flag.cx{height: 10px;background-position: -1203px 0px;}.iti-flag.cy{height: 13px;background-position: -1225px 0px;}.iti-flag.cz{height: 14px;background-position: -1247px 0px;}.iti-flag.de{height: 12px;background-position: -1269px 0px;}.iti-flag.dg{height: 10px;background-position: -1291px 0px;}.iti-flag.dj{height: 14px;background-position: -1313px 0px;}.iti-flag.dk{height: 15px;background-position: -1335px 0px;}.iti-flag.dm{height: 10px;background-position: -1357px 0px;}.iti-flag.do{height: 13px;background-position: -1379px 0px;}.iti-flag.dz{height: 14px;background-position: -1401px 0px;}.iti-flag.ea{height: 14px;background-position: -1423px 0px;}.iti-flag.ec{height: 14px;background-position: -1445px 0px;}.iti-flag.ee{height: 13px;background-position: -1467px 0px;}.iti-flag.eg{height: 14px;background-position: -1489px 0px;}.iti-flag.eh{height: 10px;background-position: -1511px 0px;}.iti-flag.er{height: 10px;background-position: -1533px 0px;}.iti-flag.es{height: 14px;background-position: -1555px 0px;}.iti-flag.et{height: 10px;background-position: -1577px 0px;}.iti-flag.eu{height: 14px;background-position: -1599px 0px;}.iti-flag.fi{height: 12px;background-position: -1621px 0px;}.iti-flag.fj{height: 10px;background-position: -1643px 0px;}.iti-flag.fk{height: 10px;background-position: -1665px 0px;}.iti-flag.fm{height: 11px;background-position: -1687px 0px;}.iti-flag.fo{height: 15px;background-position: -1709px 0px;}.iti-flag.fr{height: 14px;background-position: -1731px 0px;}.iti-flag.ga{height: 15px;background-position: -1753px 0px;}.iti-flag.gb{height: 10px;background-position: -1775px 0px;}.iti-flag.gd{height: 12px;background-position: -1797px 0px;}.iti-flag.ge{height: 14px;background-position: -1819px 0px;}.iti-flag.gf{height: 14px;background-position: -1841px 0px;}.iti-flag.gg{height: 14px;background-position: -1863px 0px;}.iti-flag.gh{height: 14px;background-position: -1885px 0px;}.iti-flag.gi{height: 10px;background-position: -1907px 0px;}.iti-flag.gl{height: 14px;background-position: -1929px 0px;}.iti-flag.gm{height: 14px;background-position: -1951px 0px;}.iti-flag.gn{height: 14px;background-position: -1973px 0px;}.iti-flag.gp{height: 14px;background-position: -1995px 0px;}.iti-flag.gq{height: 14px;background-position: -2017px 0px;}.iti-flag.gr{height: 14px;background-position: -2039px 0px;}.iti-flag.gs{height: 10px;background-position: -2061px 0px;}.iti-flag.gt{height: 13px;background-position: -2083px 0px;}.iti-flag.gu{height: 11px;background-position: -2105px 0px;}.iti-flag.gw{height: 10px;background-position: -2127px 0px;}.iti-flag.gy{height: 12px;background-position: -2149px 0px;}.iti-flag.hk{height: 14px;background-position: -2171px 0px;}.iti-flag.hm{height: 10px;background-position: -2193px 0px;}.iti-flag.hn{height: 10px;background-position: -2215px 0px;}.iti-flag.hr{height: 10px;background-position: -2237px 0px;}.iti-flag.ht{height: 12px;background-position: -2259px 0px;}.iti-flag.hu{height: 10px;background-position: -2281px 0px;}.iti-flag.ic{height: 14px;background-position: -2303px 0px;}.iti-flag.id{height: 14px;background-position: -2325px 0px;}.iti-flag.ie{height: 10px;background-position: -2347px 0px;}.iti-flag.il{height: 15px;background-position: -2369px 0px;}.iti-flag.im{height: 10px;background-position: -2391px 0px;}.iti-flag.in{height: 14px;background-position: -2413px 0px;}.iti-flag.io{height: 10px;background-position: -2435px 0px;}.iti-flag.iq{height: 14px;background-position: -2457px 0px;}.iti-flag.ir{height: 12px;background-position: -2479px 0px;}.iti-flag.is{height: 15px;background-position: -2501px 0px;}.iti-flag.it{height: 14px;background-position: -2523px 0px;}.iti-flag.je{height: 12px;background-position: -2545px 0px;}.iti-flag.jm{height: 10px;background-position: -2567px 0px;}.iti-flag.jo{height: 10px;background-position: -2589px 0px;}.iti-flag.jp{height: 14px;background-position: -2611px 0px;}.iti-flag.ke{height: 14px;background-position: -2633px 0px;}.iti-flag.kg{height: 12px;background-position: -2655px 0px;}.iti-flag.kh{height: 13px;background-position: -2677px 0px;}.iti-flag.ki{height: 10px;background-position: -2699px 0px;}.iti-flag.km{height: 12px;background-position: -2721px 0px;}.iti-flag.kn{height: 14px;background-position: -2743px 0px;}.iti-flag.kp{height: 10px;background-position: -2765px 0px;}.iti-flag.kr{height: 14px;background-position: -2787px 0px;}.iti-flag.kw{height: 10px;background-position: -2809px 0px;}.iti-flag.ky{height: 10px;background-position: -2831px 0px;}.iti-flag.kz{height: 10px;background-position: -2853px 0px;}.iti-flag.la{height: 14px;background-position: -2875px 0px;}.iti-flag.lb{height: 14px;background-position: -2897px 0px;}.iti-flag.lc{height: 10px;background-position: -2919px 0px;}.iti-flag.li{height: 12px;background-position: -2941px 0px;}.iti-flag.lk{height: 10px;background-position: -2963px 0px;}.iti-flag.lr{height: 11px;background-position: -2985px 0px;}.iti-flag.ls{height: 14px;background-position: -3007px 0px;}.iti-flag.lt{height: 12px;background-position: -3029px 0px;}.iti-flag.lu{height: 12px;background-position: -3051px 0px;}.iti-flag.lv{height: 10px;background-position: -3073px 0px;}.iti-flag.ly{height: 10px;background-position: -3095px 0px;}.iti-flag.ma{height: 14px;background-position: -3117px 0px;}.iti-flag.mc{height: 15px;background-position: -3139px 0px;}.iti-flag.md{height: 10px;background-position: -3160px 0px;}.iti-flag.me{height: 10px;background-position: -3182px 0px;}.iti-flag.mf{height: 14px;background-position: -3204px 0px;}.iti-flag.mg{height: 14px;background-position: -3226px 0px;}.iti-flag.mh{height: 11px;background-position: -3248px 0px;}.iti-flag.mk{height: 10px;background-position: -3270px 0px;}.iti-flag.ml{height: 14px;background-position: -3292px 0px;}.iti-flag.mm{height: 14px;background-position: -3314px 0px;}.iti-flag.mn{height: 10px;background-position: -3336px 0px;}.iti-flag.mo{height: 14px;background-position: -3358px 0px;}.iti-flag.mp{height: 10px;background-position: -3380px 0px;}.iti-flag.mq{height: 14px;background-position: -3402px 0px;}.iti-flag.mr{height: 14px;background-position: -3424px 0px;}.iti-flag.ms{height: 10px;background-position: -3446px 0px;}.iti-flag.mt{height: 14px;background-position: -3468px 0px;}.iti-flag.mu{height: 14px;background-position: -3490px 0px;}.iti-flag.mv{height: 14px;background-position: -3512px 0px;}.iti-flag.mw{height: 14px;background-position: -3534px 0px;}.iti-flag.mx{height: 12px;background-position: -3556px 0px;}.iti-flag.my{height: 10px;background-position: -3578px 0px;}.iti-flag.mz{height: 14px;background-position: -3600px 0px;}.iti-flag.na{height: 14px;background-position: -3622px 0px;}.iti-flag.nc{height: 10px;background-position: -3644px 0px;}.iti-flag.ne{height: 15px;background-position: -3666px 0px;}.iti-flag.nf{height: 10px;background-position: -3686px 0px;}.iti-flag.ng{height: 10px;background-position: -3708px 0px;}.iti-flag.ni{height: 12px;background-position: -3730px 0px;}.iti-flag.nl{height: 14px;background-position: -3752px 0px;}.iti-flag.no{height: 15px;background-position: -3774px 0px;}.iti-flag.np{height: 15px;background-position: -3796px 0px;}.iti-flag.nr{height: 10px;background-position: -3811px 0px;}.iti-flag.nu{height: 10px;background-position: -3833px 0px;}.iti-flag.nz{height: 10px;background-position: -3855px 0px;}.iti-flag.om{height: 10px;background-position: -3877px 0px;}.iti-flag.pa{height: 14px;background-position: -3899px 0px;}.iti-flag.pe{height: 14px;background-position: -3921px 0px;}.iti-flag.pf{height: 14px;background-position: -3943px 0px;}.iti-flag.pg{height: 15px;background-position: -3965px 0px;}.iti-flag.ph{height: 10px;background-position: -3987px 0px;}.iti-flag.pk{height: 14px;background-position: -4009px 0px;}.iti-flag.pl{height: 13px;background-position: -4031px 0px;}.iti-flag.pm{height: 14px;background-position: -4053px 0px;}.iti-flag.pn{height: 10px;background-position: -4075px 0px;}.iti-flag.pr{height: 14px;background-position: -4097px 0px;}.iti-flag.ps{height: 10px;background-position: -4119px 0px;}.iti-flag.pt{height: 14px;background-position: -4141px 0px;}.iti-flag.pw{height: 13px;background-position: -4163px 0px;}.iti-flag.py{height: 11px;background-position: -4185px 0px;}.iti-flag.qa{height: 8px;background-position: -4207px 0px;}.iti-flag.re{height: 14px;background-position: -4229px 0px;}.iti-flag.ro{height: 14px;background-position: -4251px 0px;}.iti-flag.rs{height: 14px;background-position: -4273px 0px;}.iti-flag.ru{height: 14px;background-position: -4295px 0px;}.iti-flag.rw{height: 14px;background-position: -4317px 0px;}.iti-flag.sa{height: 14px;background-position: -4339px 0px;}.iti-flag.sb{height: 10px;background-position: -4361px 0px;}.iti-flag.sc{height: 10px;background-position: -4383px 0px;}.iti-flag.sd{height: 10px;background-position: -4405px 0px;}.iti-flag.se{height: 13px;background-position: -4427px 0px;}.iti-flag.sg{height: 14px;background-position: -4449px 0px;}.iti-flag.sh{height: 10px;background-position: -4471px 0px;}.iti-flag.si{height: 10px;background-position: -4493px 0px;}.iti-flag.sj{height: 15px;background-position: -4515px 0px;}.iti-flag.sk{height: 14px;background-position: -4537px 0px;}.iti-flag.sl{height: 14px;background-position: -4559px 0px;}.iti-flag.sm{height: 15px;background-position: -4581px 0px;}.iti-flag.sn{height: 14px;background-position: -4603px 0px;}.iti-flag.so{height: 14px;background-position: -4625px 0px;}.iti-flag.sr{height: 14px;background-position: -4647px 0px;}.iti-flag.ss{height: 10px;background-position: -4669px 0px;}.iti-flag.st{height: 10px;background-position: -4691px 0px;}.iti-flag.sv{height: 12px;background-position: -4713px 0px;}.iti-flag.sx{height: 14px;background-position: -4735px 0px;}.iti-flag.sy{height: 14px;background-position: -4757px 0px;}.iti-flag.sz{height: 14px;background-position: -4779px 0px;}.iti-flag.ta{height: 10px;background-position: -4801px 0px;}.iti-flag.tc{height: 10px;background-position: -4823px 0px;}.iti-flag.td{height: 14px;background-position: -4845px 0px;}.iti-flag.tf{height: 14px;background-position: -4867px 0px;}.iti-flag.tg{height: 13px;background-position: -4889px 0px;}.iti-flag.th{height: 14px;background-position: -4911px 0px;}.iti-flag.tj{height: 10px;background-position: -4933px 0px;}.iti-flag.tk{height: 10px;background-position: -4955px 0px;}.iti-flag.tl{height: 10px;background-position: -4977px 0px;}.iti-flag.tm{height: 14px;background-position: -4999px 0px;}.iti-flag.tn{height: 14px;background-position: -5021px 0px;}.iti-flag.to{height: 10px;background-position: -5043px 0px;}.iti-flag.tr{height: 14px;background-position: -5065px 0px;}.iti-flag.tt{height: 12px;background-position: -5087px 0px;}.iti-flag.tv{height: 10px;background-position: -5109px 0px;}.iti-flag.tw{height: 14px;background-position: -5131px 0px;}.iti-flag.tz{height: 14px;background-position: -5153px 0px;}.iti-flag.ua{height: 14px;background-position: -5175px 0px;}.iti-flag.ug{height: 14px;background-position: -5197px 0px;}.iti-flag.um{height: 11px;background-position: -5219px 0px;}.iti-flag.us{height: 11px;background-position: -5241px 0px;}.iti-flag.uy{height: 14px;background-position: -5263px 0px;}.iti-flag.uz{height: 10px;background-position: -5285px 0px;}.iti-flag.va{height: 15px;background-position: -5307px 0px;}.iti-flag.vc{height: 14px;background-position: -5324px 0px;}.iti-flag.ve{height: 14px;background-position: -5346px 0px;}.iti-flag.vg{height: 10px;background-position: -5368px 0px;}.iti-flag.vi{height: 14px;background-position: -5390px 0px;}.iti-flag.vn{height: 14px;background-position: -5412px 0px;}.iti-flag.vu{height: 12px;background-position: -5434px 0px;}.iti-flag.wf{height: 14px;background-position: -5456px 0px;}.iti-flag.ws{height: 10px;background-position: -5478px 0px;}.iti-flag.xk{height: 15px;background-position: -5500px 0px;}.iti-flag.ye{height: 14px;background-position: -5522px 0px;}.iti-flag.yt{height: 14px;background-position: -5544px 0px;}.iti-flag.za{height: 14px;background-position: -5566px 0px;}.iti-flag.zm{height: 14px;background-position: -5588px 0px;}.iti-flag.zw{height: 10px;background-position: -5610px 0px;}.iti-flag{width: 20px;height: 15px;box-shadow: 0px 0px 1px 0px #888;background-image: url("/assets/plugins/tel-input/img/flags.png");background-repeat: no-repeat;background-color: #DBDBDB;background-position: 20px 0;}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {.iti-flag { background-image: url("/assets/plugins/tel-input/img/flags@2x.png");}}.iti-flag.np{background-color: transparent;}btn-file input[type=file],.file-caption-icon,.file-no-browse,.file-preview .fileinput-remove,.file-zoom-dialog .btn-navigate,.file-zoom-dialog .floating-buttons,.krajee-default .file-thumb-progress{position:absolute}.file-loading input[type=file],input[type=file].file-loading{width:0;height:0}.file-no-browse{left:50%;bottom:20%;width:1px;height:1px;font-size:0;opacity:0;border:none;background:0 0;outline:0;box-shadow:none}.file-caption-icon,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn,.file-zoom-dialog .modal-header:after,.file-zoom-dialog .modal-header:before,.hide-content .kv-file-content,.kv-hidden{display:none}.btn-file,.file-caption,.file-input,.file-loading:before,.file-preview,.file-zoom-dialog .modal-dialog,.krajee-default .file-thumbnail-footer,.krajee-default.file-preview-frame{position:relative}.file-error-message pre,.file-error-message ul,.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.file-error-message pre,.file-error-message ul{margin:0}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{float:left;margin:5px 0 -5px;width:16px;height:16px}.krajee-default .file-thumb-progress .progress,.krajee-default .file-thumb-progress .progress-bar{height:11px;font-family:Verdana,Helvetica,sans-serif;font-size:9px}.krajee-default .file-caption-info,.krajee-default .file-size-info{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;height:15px;margin:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-image,.file-zoom-content>.file-object.type-video{max-width:100%;max-height:100%;width:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{height:100%}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.file-loading:before{content:" Loading...";display:inline-block;padding-left:20px;line-height:16px;font-size:13px;font-variant:small-caps;color:#999;background:url(/assets/plugins/bootstrap-fileinput/img/loading.gif) top left no-repeat}.file-object{margin:0 0 -5px;padding:0}.btn-file{overflow:hidden}.btn-file input[type=file]{top:0;left:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.btn-file ::-ms-browse{font-size:10000px;width:100%;height:100%}.file-caption .file-caption-name{width:100%;margin:0;padding:0;box-shadow:none;border:none;background:0 0;outline:0}.file-caption.icon-visible .file-caption-icon{display:inline-block}.file-caption.icon-visible .file-caption-name{padding-left:15px}.file-caption-icon{left:8px}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:8px;width:100%;margin-bottom:5px}.file-preview .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.file-preview .fileinput-remove{top:1px;right:1px;line-height:10px}.file-preview .clickable{cursor:pointer}.file-preview-image{font:40px Impact,Charcoal,sans-serif;color:green}.krajee-default.file-preview-frame{margin:8px;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame .kv-file-content{width:213px;height:160px}.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:400px}.krajee-default.file-preview-frame[data-template=audio] .kv-file-content{width:240px;height:55px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default.file-preview-frame:not(.file-preview-error):hover{border:1px solid rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.krajee-default .file-preview-text{display:block;color:#428bca;border:1px solid #ddd;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;outline:0;padding:8px;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd;padding:8px;overflow:auto}.krajee-default .file-other-icon{font-size:6em}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;text-align:center;padding-top:4px;font-size:11px;color:#777;margin-bottom:15px}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-thumb-progress{height:11px;top:37px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.kv-upload-progress .progress{height:20px;margin:10px 0;overflow:hidden}.kv-upload-progress .progress-bar{height:20px;font-family:Verdana,Helvetica,sans-serif}.file-zoom-dialog .file-other-icon{font-size:22em;font-size:50vmin}.file-zoom-dialog .modal-dialog{width:auto}.file-zoom-dialog .modal-header{display:flex;align-items:center;justify-content:space-between}.file-zoom-dialog .btn-navigate{padding:0;margin:0;background:0 0;text-decoration:none;outline:0;opacity:.7;top:45%;font-size:4em;color:#1c94c4}.file-zoom-dialog .btn-navigate:not([disabled]):hover{outline:0;box-shadow:none;opacity:.6}.file-zoom-dialog .floating-buttons{top:5px;right:10px}.file-zoom-dialog .btn-navigate[disabled]{opacity:.3}.file-zoom-dialog .btn-prev{left:1px}.file-zoom-dialog .btn-next{right:1px}.file-zoom-dialog .kv-zoom-title{font-weight:300;color:#999;max-width:50%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-caption-main{width:100%}.file-thumb-loading{background:url(/assets/plugins/bootstrap-fileinput/img/loading.gif) center center no-repeat content-box!important}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-drop-zone-title{color:#aaa;font-size:1.6em;padding:85px 10px;cursor:default}.file-highlighted{border:2px dashed #999!important;background-color:#eee}.file-uploading{background:url(/assets/plugins/bootstrap-fileinput/img/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}.file-zoom-fullscreen .modal-dialog{min-width:100%;margin:0}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none;min-height:100vh}.file-zoom-fullscreen .modal-body{overflow-y:auto}.floating-buttons{z-index:3000}.floating-buttons .btn-kv{margin-left:3px;z-index:3000}.file-zoom-content{height:480px;text-align:center}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content>.file-object.type-image{height:auto;min-height:inherit}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}@media (min-width:576px){.file-zoom-dialog .modal-dialog{max-width:500px}}@media (min-width:992px){.file-zoom-dialog .modal-lg{max-width:800px}}@media (max-width:767px){.file-preview-thumbnails{display:flex;justify-content:center;align-items:center;flex-direction:column}.file-zoom-dialog .modal-header{flex-direction:column}}@media (max-width:350px){.krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content{width:160px}}@media (max-width:420px){.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:100%}}.file-loading[dir=rtl]:before{background:url(/assets/plugins/bootstrap-fileinput/img/loading.gif) top right no-repeat;padding-left:0;padding-right:20px}.file-sortable .file-drag-handle{cursor:move;opacity:1}.file-sortable .file-drag-handle:hover{opacity:.7}.clickable .file-drop-zone-title{cursor:pointer}.kv-zoom-actions .btn-kv{margin-left:3px}.file-preview-initial.sortable-chosen{background-color:#d9edf7}button, .btn, a, .switch-button-button, .switch-button-background, .right-timeline-legend button> span{transition: All 0.2s ease;-webkit-transition: All 0.2s ease;-moz-transition: All 0.2s ease;-o-transition: All 0.2s ease;}button:not(.dropdown-toggle):active, a.landing-button:active, a.btn:active{transform: scale(0.9, 0.9);}button, a.btn{font-family: "Manrope", Arial, Helvetica, sans-serif;outline: none !important;font-weight: 500;}button i, a.btn i{margin-right: 5px;}button:hover, a.btn:hover{cursor: pointer;}a{color: #ff315d;word-break: break-word;}a:hover{color: #aa2340;}button{color: #fffefe;}.btn-gradient{background: linear-gradient(96.72deg, #0B0725 0%, #6D2F94 100%);box-shadow: 4px 4px 4px 0px #D9D9D9;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size: 16px;font-weight: 700;text-align: center;width: 183px;height: 34px;border-radius: 10px;margin: 0 auto;display: flex;align-items: center;justify-content: center;}.btn-gradient:focus, .btn-gradient:active, .btn-gradient:hover{background: linear-gradient(96.72deg, #0B0725 0%, #6D2F94 100%);color: #ffffff;}.btn-default:not(.multiselect):not(.multiselect-clear-filter):not(.fileinput-remove-button):not(.fileinput-cancel-button):not(.fileinput-upload-button){height: 40px;border-radius: 5px;background-color: transparent;color: #ffffff;border: 1px solid #ffffff;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;text-align: center;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;text-transform: uppercase;display: inline-flex;align-items: center;justify-content: center;}.btn-default:not(.multiselect):not(.multiselect-clear-filter):not(.fileinput-remove-button):not(.fileinput-cancel-button):not(.fileinput-upload-button):focus, .btn-default:not(.multiselect):not(.multiselect-clear-filter):not(.fileinput-remove-button):not(.fileinput-cancel-button):not(.fileinput-upload-button):active, .btn-default:not(.multiselect):not(.multiselect-clear-filter):not(.fileinput-remove-button):not(.fileinput-cancel-button):not(.fileinput-upload-button):hover{background-color: transparent !important;}.admin-button{letter-spacing: 1px;font-size: 14px !important;padding: 5px 25px !important;width: auto !important;min-width: 140px;height: 45px !important;color: #333 !important;font-family: "Manrope", sans-serif !important;background-color: transparent;border-radius: 22px !important;font-weight: 600 !important;font-style: normal;font-stretch: normal;text-align: center !important;text-transform: uppercase;line-height: 33px !important;border: solid 2px #333333;}.admin-button:hover, .admin-button:focus, .admin-button:active{color: #333 !important;}.btn-yellow{background-color: #ffbf00;color: #1e1b38;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;text-align: center;padding: 10px 18px;border-radius: 5px;text-transform: uppercase;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;height: 40px;}.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active{background-color: #ffbf00;color: #1e1b38;}.btn-cancel{font-family: 'Manrope', Arial, Helvetica, sans-serif;border-color: transparent;background-color: transparent !important;position: relative;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #373737 !important;text-transform: uppercase;text-decoration: underline;}.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:active{text-decoration: underline;}button.multiselect{line-height: 35px !important;font-size: 14px !important;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif !important;color: #171717 !important;font-weight: normal;}.btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active{background-color: #ff315d !important;}a.btn{color: #fffefe;font-size: 14px;text-decoration: none;}a.btn i{margin-right: 5px;}.primary-button, .btn-success, .btn-primary{background-color: #ffbf00 !important;border: 0 !important;width: 180px;line-height: 1.7 !important;height: 35px;border-radius: 25px;font-size: 14px;color: #1e1b38;text-transform: uppercase;}.primary-button:hover, .btn-success:hover, .btn-primary:hover{background-color: #ffbf00 !important;text-decoration: none !important;color: #1e1b38;}.primary-button:active, .primary-button:focus, .btn-success:active, .btn-success:focus, .btn-primary:active, .btn-primary:focus{background-color: #ffbf00;color: #1e1b38;text-decoration: none !important;}.btn-primary{border-radius: 0;}.btn-primary-fab{background-color: #ff315d !important;border-radius: 50px;}.btn-primary-fab:hover{background-color: #aa2340 !important;color: #fff;box-shadow: none !important;bottom: -40px !important;}.btn-primary-fab:active, .btn-primary-fab:focus{background-color: #ff315d;color: #fff;box-shadow: none !important;}.btn-light-fab{color: #333 !important;background-color: #fafafa;border-color: #ddd;border-radius: 50px;}.btn-light-fab:hover, .btn-light-fab:active, .btn-light-fab:focus{color: #333;background-color: #fafafa;border-color: #ddd;}.outline-button, .btn-warning{background-color: #fff !important;border: 1px solid #171717 !important;color: #171717 !important;width: 180px;height: 35px;line-height: 1.7 !important;border-radius: 25px;font-size: 14px;text-transform: uppercase;}.outline-button:hover, .btn-warning:hover{border: 1px solid #fff !important;background-color: #171717 !important;color: #ffffff !important;}.outline-button:active, .outline-button:focus, .btn-warning:active, .btn-warning:focus{border: 1px solid #171717;background-color: #ffffff;color: #171717;}.outline-button-primary{background-color: rgba(255, 255, 255, 0.6) !important;border: 1px solid #ff315d !important;color: #ff315d !important;width: 180px;height: 35px;line-height: 1.7 !important;border-radius: 25px;font-size: 14px;text-transform: uppercase;}.outline-button-primary:hover{border: 1px solid #ff315d !important;background-color: rgba(255, 255, 255, 0.8) !important;color: #ff315d !important;}.outline-button-primary:active, .outline-button-primary:focus{border: 1px solid #ff315d;background-color: rgba(255, 255, 255, 0.8);color: #ff315d;}a.primary-button{font-size: 14px !important;line-height: 25px;}a.primary-button-small{background-color: #ff315d !important;border: 0 !important;width: 150px;height: 30px;border-radius: 25px;font-size: 12px;line-height: 20px !important;text-decoration: none;}a.primary-button-small:hover, a.primary-button-small:active, a.primary-button-small:focus{background-color: #aa2340 !important;color: #fff;}.google-button{background-color: #df4b38;width: 100%;height: 40px;border-radius: 5px;text-decoration: none;line-height: 30px;}.google-button:hover, .google-button:active, .google-button:focus{background-color: #da3823;color: #fff;}.facebook-button{background-color: #3c5a99;width: 100%;height: 40px;border-radius: 5px;text-decoration: none;line-height: 30px;}.facebook-button:hover, .facebook-button:active, .facebook-button:focus{background-color: #354f87;color: #fff;}.linkedIn-button{background-color: #0077bf;width: 100%;height: 40px;border-radius: 5px;text-decoration: none;line-height: 30px;}.linkedIn-button:hover, .linkedIn-button:active, .linkedIn-button:focus{background-color: #0067a6;color: #fff;}.btn-remove-input{width: 35px !important;height: 35px !important;padding: 5px !important;background-color: transparent;}.btn-cover-icon{border: 1px solid #fff;margin-left: 5px;background-color: #ff315d;}.btn-cover-icon i{margin: 0 !important;color: #ffffff;}.btn-cover-icon:hover, .btn-cover-icon:active, .btn-cover-icon:focus{background-color: #aa2340;}.btn-action-icon{background-color: #ff315d !important;border: 0 !important;width: 35px;height: 35px;padding: 4px 5px;}.btn-action-icon i{margin-right: 0 !important;margin-top: 5px !important;color: #ffffff;font-size: 1.8rem;}.btn-action-icon:hover, .btn-action-icon:active, .btn-action-icon:focus{background-color: #aa2340 !important;color: #fff;}.btn-auto-width{width: auto !important;}.btn-full{width: 100% !important;}.btn-full-success{background-color: #ff315d !important;border: 0 !important;width: 100%;line-height: 1.7 !important;height: 35px;border-radius: 25px;font-size: 14px;color: #fff;text-transform: uppercase;}.btn-full-success:hover, .btn-full-success:active, .btn-full-success:focus{background-color: #aa2340 !important;color: #fff;}.btn-transparent{background: transparent !important;color: #333 !important;float: right !important;}.btn-transparent:active, .btn-transparent:focus, .btn-transparent:hover{box-shadow: none !important;}button[data-target="#modal-intro"]{width: auto !important;}.anchor-pink{color: #ff315d !important;}.anchor-pink:hover, .anchor-pink:focus, .anchor-pink:active{color: #aa2340 !important;}.sa-button-container button{text-transform: uppercase !important;}.wb-btn{text-transform: uppercase !important;}.btn-disabled{cursor: not-allowed !important;}.highlighted-anchor{color: #ff315d !important;}.wb-btn{background: #ff315d !important;color: #fff !important;border-color: #ff315d !important;}.wb-btn:hover{background: #8d1c35 !important;color: #fff !important;border-color: #8d1c35 !important;}.btn-contest-slider{position: absolute;width: 260px;border-radius: 25px !important;height: 40px;font-size: 18px !important;bottom: 5vw;right: 12vw;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;outline: none !important;text-decoration: none;display: flex;justify-content: center;align-items: center;font-weight: 500;}.btn-contest-slider:hover{text-decoration: none !important;}.btn-try-slider{width: 260px;border-radius: 25px !important;height: 40px;font-size: 18px !important;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;outline: none !important;text-decoration: none;display: flex;justify-content: center;align-items: center;font-weight: 500;}.btn-try-slider:hover, .btn-try-slider:active, .btn-try-slider:focus{text-decoration: none !important;}@media screen and (max-width: 667px) {.btn-try-slider { position: absolute;right: 15vw;bottom: 5vw;}}@media screen and (max-width: 991px) {.btn-contest-slider { bottom: -40px !important;left: calc(50% - 90px) !important;}}@media screen and (min-width: 992px) and (max-width: 1920px) {.btn-contest-slider { bottom: 5vw !important;right: 12vw !important;}}.spin{display: block;margin: 0;font-size: 18px;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;}@-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg);transform: rotate(359deg);}}@keyframes spin {0% { -webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(359deg);transform: rotate(359deg);}}.btn-modal-close{font-family: 'Manrope', Arial, Helvetica, sans-serif;height: 40px;border-radius: 5px;background-color: transparent;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;text-transform: uppercase;color: #373737 !important;border: 2px solid #373737;text-decoration: none;}.btn-modal-close:hover, .btn-modal-close:focus, .btn-modal-close:active{color: #373737 !important;text-decoration: none;}.button-container-job-offer-modal{margin: 30px 0 20px;}.button-container-job-offer-modal .btn-job-offer-modal{background-color: #ffbf00;color: #1e1b38;text-transform: uppercase;font-weight: bold;}.landing-button{letter-spacing: 1px;font-size: 14px !important;padding: 5px 12px !important;width: 100% !important;min-width: 140px;height: 45px !important;color: #1e1b38 !important;background-color: #ffbf00 !important;border-radius: 22.5px !important;font-weight: 600 !important;font-style: normal;font-stretch: normal;text-align: center !important;text-transform: uppercase;line-height: 33px !important;}input::-moz-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #333333;opacity: 0.5;line-height: 30px;}input:-ms-input-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;opacity: 0.5;}input::-webkit-input-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;opacity: 0.5;}.intl-tel-input{width: 100%;height: 45px !important;}.intl-tel-input #telephone{padding-left: 50px !important;}html{height: 100%;overflow: auto;}html body{height: 100%;background-image: linear-gradient(to top, #e7e7e7, #fdfdfd) !important;overflow: auto;}html body .page-container{height: 100%;}html body .page-container .page-content{height: 100%;background-color: #120c3b;}html body .page-container .page-content .content-container{padding: 0;height: 100%;overflow: auto;}html body .page-container .page-content .content-container.corporate-registration form> p{margin-bottom: 35px;}html body .page-container .page-content .content-container .login-container{display: flex;align-items: center;justify-content: center;flex-direction: column;padding: 0 72px;background-color: transparent !important;}html body .page-container .page-content .content-container .login-container h3{margin: 25px 0 30px 0;color: #ffffff;text-align: center;}html body .page-container .page-content .content-container .login-container .logo-container{width: 100%;margin: 34px 0 30px 0;display: flex;justify-content: center;}html body .page-container .page-content .content-container .login-container .logo-container img{width: 100%;max-width: 175px;}html body .page-container .page-content .content-container .login-container form{width: 100%;max-width: 350px;}html body .page-container .page-content .content-container .login-container form.registration-form{max-width: 550px;}html body .page-container .page-content .content-container .login-container form.change-password-form .input-description{font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: white;margin-top: 5px;}html body .page-container .page-content .content-container .login-container form .login-options a{font-size: 12px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #ffffff;text-decoration: underline;text-align: center;}html body .page-container .page-content .content-container .login-container form .forgotten-pass-cont{margin-bottom: 30px;display: flex;justify-content: center;}html body .page-container .page-content .content-container .login-container form .forgotten-pass-cont a{font-weight: bold !important;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;text-decoration: underline !important;color: #ffffff;text-transform: uppercase;text-align: center;}html body .page-container .page-content .content-container .login-container form h2{font-size: 36px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: normal;color: #ffffff;margin-bottom: 30px;text-align: center;}html body .page-container .page-content .content-container .login-container form .back-to-login{font-size: 12px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #ffffff;text-decoration: underline;text-transform: uppercase;display: flex;justify-content: center;}html body .page-container .page-content .content-container .login-container form p:not(.input-description){font-size: 14px;font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #ffffff;text-align: center;}html body .page-container .page-content .content-container .login-container form .form-control{height: 45px !important;border-radius: 22px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;padding-left: 20px;}html body .page-container .page-content .content-container .login-container form .form-group.login-options{margin-bottom: 20px;}html body .page-container .page-content .content-container .login-container form button[type="submit"]{min-width: 175px !important;margin-bottom: 18px;cursor: pointer;width: 100%;}html body .page-container .page-content .content-container .login-container form .checkbox-inline{line-height: 23px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #ffffff;padding-left: 30px !important;}html body .page-container .page-content .content-container .login-container form .checkbox-inline .checker span{height: 20px;width: 20px;border-radius: 5px;border-color: #ccc;}html body .page-container .page-content .content-container .login-container form .checkbox-inline .checker span:after{content: "\e976" !important;top: 0;left: 0;color: #cf4226;font-weight: bold;font-size: 14px !important;right: 0;bottom: 0;margin-top: 1px;}html body .page-container .page-content .content-container .login-container form .checkbox-inline a{text-transform: capitalize;color: #ffffff;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;text-decoration: underline;}html body .page-container .page-content .content-container .login-container form .validation-error-label{color: #cf4226;margin: 5px 0;}html body .page-container .page-content .content-container .login-container form input{width: 100%;}html body .page-container .page-content .content-container .login-container form input[type="password"]{padding-right: 45px;}html body .page-container .page-content .content-container .login-container form .view-password{position: absolute;right: 20px;top: 5px;z-index: 900;font-size: 18px;color: #9b9b9b;padding: 5px 10px 5px 10px;}html body .page-container .page-content .content-container .login-container form .view-password:hover{cursor: pointer;color: #686868;}html body .page-container .page-content .content-container .login-container .social-cont{display: flex;justify-content: center;}html body .page-container .page-content .content-container .login-container .social-cont .social-item{margin-right: 10px;}html body .page-container .page-content .content-container .login-container .register-cont{text-align: center;}html body .page-container .page-content .content-container .login-container .register-cont span{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #ffffff;}html body .page-container .page-content .content-container .login-container .register-cont a{font-size: 12px;font-weight: bold !important;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #ffffff;text-transform: uppercase;padding-bottom: 50px;text-decoration: underline;}html body .page-container .page-content .content-container .login-container .forgot-description{height: 45px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #ffffff;line-height: 22px;margin-bottom: 30px;}.forgotten-pass-container h2{margin-bottom: 15px !important;}.forgotten-pass-container .logo-container{margin: 60px 0 150px 0 !important;}.back-to-login{margin-top: 10px !important;}.back-to-login a{font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #ffffff !important;display: flex;}.back-to-login a img{margin-right: 10px;}.login-page .logo-container{margin: 39px 0 50px 0 !important;}@media screen and (max-width: 991px) {body .page-container { background: #120c3b;}.left-column{width: 100% !important;height: 100% !important;display: flex;justify-content: center;}.login-container{background-image: none !important;}.login-container .alert{width: 100% !important;}.login-container .logo-container{margin: 20px 0 0 !important;}.login-container h2{font-size: 28px;}.login-container form{padding: 0 15px !important;}.forgotten-pass-container h2{margin-bottom: 15px !important;}.forgotten-pass-container .logo-container{margin: 20px 0 0 !important;}.forgotten-pass-container .forgot-description{text-align: center;width: 100% !important;}.forgotten-pass-container .back-to-login{display: flex;justify-content: center;margin: 0 0 30px 0;}.content-container{background-image: none !important;}}@media screen and (max-width: 991px) {h2, h3 { text-align: center;}button[type="submit"]{width: 100% !important;}.forgotten-pass-cont{text-align: center !important;margin-bottom: 40px;}.social-cont{justify-content: center;}.register-cont{text-align: center;margin-bottom: 25px;}.logo-container{margin: 35px 0 30px 0;text-align: center;}.logo-container img{max-width: 120px !important;}.logo-container .arrow{position: absolute;left: 20px;top: 18px;text-decoration: none !important;font-size: 18px;}.logo-container .arrow:focus, .logo-container .arrow:hover, .logo-container .arrow:active{text-decoration: none !important;}.logo-container .arrow i{color: #ffffff !important;}.login-container{width: 100%;}.login-container h3{font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #ffffff !important;font-size: 14px;}.login-container .register-cont{max-width: 250px;margin: 54px auto 25px auto;}.login-container .register-cont a{text-decoration: underline !important;}.login-container form button[type="submit"]{margin: 25px auto;display: block;width: 100%;}.register-container button[type="submit"]{margin-top: 20px;margin-bottom: 40px !important;}.login-container h2{font-size: 20px !important;}}@media screen and (max-width: 991px) and (min-width: 550px) {.login-container form { max-width: 500px;margin: 35px auto 0 auto;}}@media screen and (max-width: 550px) {.login-container { padding: 0 15px !important;}.login-container form{max-width: 100% !important;margin: 0 auto;}.login-container h2{font-size: 18px !important;}}@media screen and (max-width: 480px) {.login-container { width: 100%;}}@media screen and (max-width: 676px) {.benefit-item img { display: none !important;}.benefit-item h3{margin: 0 0 10px 0 !important;}}.mw370{max-width: 370px;}.datepicker table tr td span.active.active{background-color: #cf4226 !important;}input::-moz-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #333333;opacity: 0.5;line-height: 30px;}input:-ms-input-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;opacity: 0.5;}input::-webkit-input-placeholder{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;opacity: 0.5;}.element-countryId .select2 .select2-selection, .element-workSpecializationCategoryId .select2 .select2-selection{height: 45px !important;border-radius: 22px;padding-left: 20px;background-color: #ffffff !important;}.element-countryId .select2 .select2-selection .select2-selection__rendered, .element-workSpecializationCategoryId .select2 .select2-selection .select2-selection__rendered{height: 45px !important;line-height: 45px !important;padding: 0;font-family: "Manrope", sans-serif !important;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;}.element-countryId .select2 .select2-selection .select2-selection__arrow, .element-workSpecializationCategoryId .select2 .select2-selection .select2-selection__arrow{top: 6px;right: 10px;}.file-input .file-preview{border-radius: 5px;border: 1px dashed #979797;height: 200px;margin-bottom: 17px;}.file-input .file-preview .file-drop-zone{border: 0;}.file-input .file-preview .file-drop-zone .file-drop-zone-title{padding: 30px 10px 25px 10px;}.file-input .file-preview .file-drop-zone .file-drop-zone-title i{font-size: 75px;}.file-input .file-preview .file-drop-zone .file-drop-zone-title p{font-size: 14px;font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;text-align: center;color: #999999;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;max-width: 50%;margin: 10px auto;}.file-input .file-preview .file-drop-zone .file-preview-frame{display: block;border: 0;position: relative;max-width: 100px;max-height: 100px;padding: 0;}.file-input .file-preview .file-drop-zone .file-preview-frame .kv-file-content{max-width: 100px;max-height: 100px;}.file-input .file-preview .file-drop-zone .file-preview-frame .kv-file-content img{width: 100px !important;}.file-input .file-preview .file-drop-zone .file-preview-frame .kv-file-content object{max-width: 100px;max-height: 100px;}.file-input .file-preview .file-drop-zone .file-preview-frame .kv-file-content object .file-preview-other{max-width: 100px;max-height: 100px;padding: 0 !important;display: flex;align-items: center;justify-content: center;}.file-input .file-preview .file-drop-zone .file-preview-frame .kv-file-content object .file-preview-other .file-other-icon i:after{font-size: 40px;color: #333 !important;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer{position: absolute;top: 0;width: 100%;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-footer-caption{display: none;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-thumb-progress{display: none;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-upload-indicator{display: none;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-actions{margin: 0;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-actions .kv-file-upload{display: none;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-actions .kv-file-remove{position: absolute;border-radius: 100%;background: #000;color: #fff;padding: 2px 4px 0 4px;top: -8px;right: -9px;display: flex;width: 20px;height: 20px;align-items: center;justify-content: center;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-actions .kv-file-remove i{font-size: 10px;margin: 0;}.file-input .file-preview .file-drop-zone .file-preview-frame .file-thumbnail-footer .file-actions .kv-file-zoom{display: none;}.file-input .file-preview .fileinput-remove{background-color: transparent;}.file-input .file-preview .fileinput-remove span{text-shadow: none;}.file-input .file-caption-main{display: none;}.file-input .file-caption-main .input-group-append{background: #fff !important;background-color: #fff !important;}.file-input .file-caption{border: 0;box-shadow: none;background-color: #fff !important;}.file-input .file-caption .file-caption-name{border: 0;height: 100%;font-size: 12px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #999999;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;outline: none;pointer-events: none;}.file-input .file-caption .file-caption-name:hover{cursor: default;}.file-input .file-caption .file-caption-icon{display: none;}.file-input .btn-file{background-color: #fff !important;font-size: 12px;font-weight: bold;font-style: normal;font-stretch: normal;line-height: 30px !important;letter-spacing: 1px;color: #000000;font-family: 'Manrope', Arial, 'Helvetica Neue', Helvetica, sans-serif;height: 40px;text-align: right;background: #fff !important;}.file-input .btn-file i{display: none;}.file-input .btn-file:hover, .file-input .btn-file:active, .file-input .btn-file:focus{box-shadow: none !important;}.file-input .btn-file:hover span, .file-input .btn-file:active span, .file-input .btn-file:focus span{color: #000 !important;}.file-input .fileinput-remove-button{display: none !important;}.file-input .kv-zoom-cache{display: none;}.intl-tel-input{width: 100%;height: 45px !important;}.intl-tel-input #telephone{padding-left: 50px !important;}html{height: 100% !important;}html body{height: 100% !important;}html body .page-container{height: 100% !important;}html body .page-container .page-content{height: 100% !important;}html body .page-container .page-content .content-container{height: 100% !important;}html body .page-container .page-content .content-container> .row{height: 100% !important;}html body .page-container .page-content .content-container> .row .left-column{width: 480px;position: absolute;right: 0;height: 100% !important;}html body .page-container .page-content .content-container> .row .left-column .alert{width: 80%;}html body .page-container .page-content .content-container> .row .left-column .login-container{height: 100%;display: flex;align-items: flex-start;justify-content: flex-start;flex-direction: column;}html body .page-container .page-content .content-container> .row .left-column .login-container h3{margin: 25px 0 30px 0;}html body .page-container .page-content .content-container> .row .left-column .login-container .logo-container{width: 100%;margin: 34px 0 30px 0;}html body .page-container .page-content .content-container> .row .left-column .login-container .logo-container img{width: 100%;max-width: 175px;}html body .page-container .page-content .content-container> .row .left-column .login-container form{width: 100%;}html body .page-container .page-content .content-container> .row .left-column .login-container form .login-options a{font-size: 12px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #333333;text-decoration: underline;}html body .page-container .page-content .content-container> .row .left-column .login-container form .forgotten-pass-cont{margin-bottom: 30px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .forgotten-pass-cont a{font-weight: bold !important;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;text-decoration: underline !important;color: #333333;text-transform: uppercase;}html body .page-container .page-content .content-container> .row .left-column .login-container form h2{font-size: 50px;font-weight: 500;font-style: normal;font-stretch: normal;line-height: 1;letter-spacing: normal;color: #333333;margin-bottom: 30px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .back-to-login{font-size: 12px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #333333;text-decoration: underline;text-transform: uppercase;}html body .page-container .page-content .content-container> .row .left-column .login-container form p:not(.input-description){font-size: 14px;font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;}html body .page-container .page-content .content-container> .row .left-column .login-container form .form-control{height: 45px !important;border-radius: 22px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;padding-left: 20px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .form-group.login-options{margin-bottom: 20px;}html body .page-container .page-content .content-container> .row .left-column .login-container form button[type="submit"]{min-width: 175px !important;margin-bottom: 18px;cursor: pointer;}html body .page-container .page-content .content-container> .row .left-column .login-container form .checkbox-inline{line-height: 23px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #333333;padding-left: 30px !important;}html body .page-container .page-content .content-container> .row .left-column .login-container form .checkbox-inline .checker span{height: 20px;width: 20px;border-radius: 5px;border-color: #ccc;}html body .page-container .page-content .content-container> .row .left-column .login-container form .checkbox-inline .checker span:after{content: "\e976" !important;top: 0;left: 0;color: #ff315d;font-weight: bold;font-size: 14px !important;right: 0;bottom: 0;margin-top: 1px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .checkbox-inline a{text-transform: capitalize;color: #333;font-family: 'Manrope', sans-serif;font-size: 14px;text-decoration: underline;}html body .page-container .page-content .content-container> .row .left-column .login-container form .validation-error-label{color: #d84315;margin: 5px 0;}html body .page-container .page-content .content-container> .row .left-column .login-container form input[type="password"]{padding-right: 45px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .view-password{position: absolute;right: 20px;top: 5px;z-index: 900;font-size: 18px;color: #9b9b9b;padding: 5px 10px 5px 10px;}html body .page-container .page-content .content-container> .row .left-column .login-container form .view-password:hover{cursor: pointer;color: #686868;}html body .page-container .page-content .content-container> .row .left-column .login-container .social-cont{display: flex;}html body .page-container .page-content .content-container> .row .left-column .login-container .social-cont .social-item{margin-right: 10px;}html body .page-container .page-content .content-container> .row .left-column .login-container .register-cont span{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;}html body .page-container .page-content .content-container> .row .left-column .login-container .register-cont a{font-size: 12px;font-weight: bold !important;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #333333;text-transform: uppercase;padding-bottom: 50px;text-decoration: underline;}html body .page-container .page-content .content-container> .row .left-column .login-container .forgot-description{width: 387px;height: 45px;font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: normal;font-style: normal;font-stretch: normal;letter-spacing: normal;color: #333333;line-height: 22px;margin-bottom: 30px;}html body .page-container .page-content .auth-background{background: url("/assets/themes/backend/icollectivo/images/landing/auth/login/right.png");background-repeat: no-repeat;background-size: cover;background-position: left;height: 100%;position: fixed;right: 0;top: 0;bottom: 0;}html body .page-container .page-content .registration-background{background: url("/assets/themes/backend/icollectivo/images/landing/auth/login/right.png");background-repeat: no-repeat;background-size: cover;background-position: left;height: 100%;position: fixed;right: 0;top: 0;bottom: 0;}html body .page-container .page-content .forgotten-background{background: url("/assets/themes/backend/icollectivo/images/landing/auth/forgotten/right.png");background-repeat: no-repeat;background-size: cover;background-position: left;height: 100%;position: fixed;right: 0;top: 0;bottom: 0;}.login-container{background-color: #fff;}.forgotten-pass-container h2{margin-bottom: 15px !important;}.forgotten-pass-container .logo-container{margin: 60px 0 150px 0 !important;}.back-to-login{margin-top: 80px;}.back-to-login a{font-weight: bold;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: 1px;color: #333333;display: flex;}.back-to-login a img{margin-right: 10px;}.login-page .logo-container{margin: 60px 0;}@media screen and (max-width: 991px) {.left-column { width: 100% !important;height: 100% !important;display: flex;justify-content: center;}.login-container .alert{width: 100% !important;}.login-container .logo-container{margin: 20px 0 0 !important;}.login-container .mobile-banner{width: 100%;}.login-container .mobile-banner img{width: 100%;}.login-container h2{font-size: 28px;}.login-container form{padding: 0 15px !important;}.forgotten-pass-container h2{margin-bottom: 15px !important;}.forgotten-pass-container .logo-container{margin: 20px 0 0 !important;}.forgotten-pass-container .forgot-description{text-align: center;width: 100% !important;}.forgotten-pass-container .back-to-login{display: flex;justify-content: center;margin: 0 0 30px 0;}}@media screen and (max-width: 991px) {h2, h3 { text-align: center;}button[type="submit"]{width: 100% !important;}.forgotten-pass-cont{text-align: center !important;margin-bottom: 40px;}.social-cont{justify-content: center;}.register-cont{text-align: center;margin-bottom: 25px;}.logo-container{margin: 35px 0 30px 0;text-align: center;}.logo-container img{max-width: 120px !important;}.logo-container .arrow{position: absolute;left: 20px;top: 21px;}.logo-container .arrow i{color: #333;}.mw370{max-width: 100% !important;}.login-container{width: 100%;}.login-container h3{font-weight: 600;font-style: normal;font-stretch: normal;line-height: normal;letter-spacing: normal;color: #333333;font-size: 14px;}.login-container .register-cont{max-width: 250px;margin: 54px auto 25px auto;}.login-container .register-cont a{text-decoration: underline !important;}.login-container form button[type="submit"]{margin: 25px auto;display: block;}.register-container button[type="submit"]{margin-top: 20px;margin-bottom: 40px !important;}}@media screen and (max-width: 991px) and (min-width: 550px) {.login-container form { max-width: 500px;margin: 0 auto;}}@media screen and (max-width: 550px) {.login-container form { max-width: 100% !important;margin: 0 auto;}}@media screen and (max-width: 480px) {.login-container { width: 100%;}}@media screen and (max-width: 676px) {.benefit-item img { display: none !important;}}@font-face {font-family: 'icomoon';src:url('/assets/plugins/icomoon/fonts/icomoon.eot?3p0rtw');src:url('/assets/plugins/icomoon/fonts/icomoon.eot?#iefix3p0rtw') format('embedded-opentype'), url('/assets/plugins/icomoon/fonts/icomoon.woff?3p0rtw') format('woff'), url('/assets/plugins/icomoon/fonts/icomoon.ttf?3p0rtw') format('truetype'), url('/assets/plugins/icomoon/fonts/icomoon.svg?3p0rtw#icomoon') format('svg');font-weight: normal;font-style: normal;}[class^="ico-"], [class*=" ico-"]{font-family: 'icomoon';speak: none;font-style: normal;font-variant: normal;text-transform: none;line-height: 1;min-width: 1em;display: inline-block;text-align: center;font-size: 16px;vertical-align: middle;position: relative;top: -1px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.ico-2x{font-size: 32px;}.ico-3x{font-size: 48px;}.ico-bordered{padding: 5px;border: 2px solid;border-radius: 50%;}.ico-home:before{content: "\e900";}.ico-home2:before{content: "\e901";}.ico-home3:before{content: "\e902";}.ico-home4:before{content: "\e903";}.ico-home5:before{content: "\e904";}.ico-home6:before{content: "\e905";}.ico-home7:before{content: "\e906";}.ico-home8:before{content: "\e907";}.ico-home9:before{content: "\e908";}.ico-office:before{content: "\e909";}.ico-city:before{content: "\e90a";}.ico-newspaper:before{content: "\e90b";}.ico-magazine:before{content: "\e90c";}.ico-design:before{content: "\e90d";}.ico-pencil:before{content: "\e90e";}.ico-pencil2:before{content: "\e90f";}.ico-pencil3:before{content: "\e910";}.ico-pencil4:before{content: "\e911";}.ico-pencil5:before{content: "\e912";}.ico-pencil6:before{content: "\e913";}.ico-pencil7:before{content: "\e914";}.ico-eraser:before{content: "\e915";}.ico-eraser2:before{content: "\e916";}.ico-eraser3:before{content: "\e917";}.ico-quill:before{content: "\e918";}.ico-quill2:before{content: "\e919";}.ico-quill3:before{content: "\e91a";}.ico-quill4:before{content: "\e91b";}.ico-pen:before{content: "\e91c";}.ico-pen-plus:before{content: "\e91d";}.ico-pen-minus:before{content: "\e91e";}.ico-pen2:before{content: "\e91f";}.ico-pen3:before{content: "\e920";}.ico-pen4:before{content: "\e921";}.ico-pen5:before{content: "\e922";}.ico-marker:before{content: "\e923";}.ico-marker2:before{content: "\e924";}.ico-blog:before{content: "\e925";}.ico-blog2:before{content: "\e926";}.ico-pen6:before{content: "\e927";}.ico-brush:before{content: "\e928";}.ico-spray:before{content: "\e929";}.ico-palette:before{content: "\e92a";}.ico-palette2:before{content: "\e92b";}.ico-color-sampler:before{content: "\e92c";}.ico-toggle:before{content: "\e92d";}.ico-bucket:before{content: "\e92e";}.ico-bucket2:before{content: "\e92f";}.ico-gradient:before{content: "\e930";}.ico-eyedropper:before{content: "\e931";}.ico-eyedropper2:before{content: "\e932";}.ico-eyedropper3:before{content: "\e933";}.ico-droplet:before{content: "\e934";}.ico-droplet2:before{content: "\e935";}.ico-droplet-contrast:before{content: "\e936";}.ico-color-clear:before{content: "\e937";}.ico-paint-format:before{content: "\e938";}.ico-stamp:before{content: "\e939";}.ico-images:before{content: "\e93a";}.ico-image:before{content: "\e93b";}.ico-image2:before{content: "\e93c";}.ico-image-compare:before{content: "\e93d";}.ico-images2:before{content: "\e93e";}.ico-image3:before{content: "\e93f";}.ico-images3:before{content: "\e940";}.ico-image4:before{content: "\e941";}.ico-image5:before{content: "\e942";}.ico-image6:before{content: "\e943";}.ico-camera:before{content: "\e944";}.ico-camera2:before{content: "\e945";}.ico-camera3:before{content: "\e946";}.ico-shutter:before{content: "\e947";}.ico-headphones:before{content: "\e948";}.ico-headset:before{content: "\e949";}.ico-music:before{content: "\e94a";}.ico-music2:before{content: "\e94b";}.ico-music3:before{content: "\e94c";}.ico-music4:before{content: "\e94d";}.ico-music5:before{content: "\e94e";}.ico-music6:before{content: "\e94f";}.ico-album:before{content: "\e950";}.ico-cassette:before{content: "\e951";}.ico-tape:before{content: "\e952";}.ico-piano:before{content: "\e953";}.ico-guitar:before{content: "\e954";}.ico-trumpet:before{content: "\e955";}.ico-speakers:before{content: "\e956";}.ico-play:before{content: "\e957";}.ico-play2:before{content: "\e958";}.ico-clapboard-play:before{content: "\e959";}.ico-clapboard:before{content: "\e95a";}.ico-media:before{content: "\e95b";}.ico-presentation:before{content: "\e95c";}.ico-movie:before{content: "\e95d";}.ico-film:before{content: "\e95e";}.ico-film2:before{content: "\e95f";}.ico-film3:before{content: "\e960";}.ico-film4:before{content: "\e961";}.ico-video-camera:before{content: "\e962";}.ico-video-camera2:before{content: "\e963";}.ico-video-camera-slash:before{content: "\e964";}.ico-video-camera3:before{content: "\e965";}.ico-video-camera4:before{content: "\e966";}.ico-video-camera-slash2:before{content: "\e967";}.ico-video-camera5:before{content: "\e968";}.ico-recording:before{content: "\e969";}.ico-dice:before{content: "\e96a";}.ico-gamepad:before{content: "\e96b";}.ico-gamepad2:before{content: "\e96c";}.ico-gamepad3:before{content: "\e96d";}.ico-pacman:before{content: "\e96e";}.ico-spades:before{content: "\e96f";}.ico-clubs:before{content: "\e970";}.ico-diamonds:before{content: "\e971";}.ico-chess-king:before{content: "\e972";}.ico-chess-queen:before{content: "\e973";}.ico-chess-rook:before{content: "\e974";}.ico-chess-bishop:before{content: "\e975";}.ico-chess-knight:before{content: "\e976";}.ico-chess-pawn:before{content: "\e977";}.ico-chess:before{content: "\e978";}.ico-bullhorn:before{content: "\e979";}.ico-megaphone:before{content: "\e97a";}.ico-new:before{content: "\e97b";}.ico-connection:before{content: "\e97c";}.ico-connection2:before{content: "\e97d";}.ico-connection3:before{content: "\e97e";}.ico-connection4:before{content: "\e97f";}.ico-podcast:before{content: "\e980";}.ico-station:before{content: "\e981";}.ico-station2:before{content: "\e982";}.ico-antenna:before{content: "\e983";}.ico-satellite-dish:before{content: "\e984";}.ico-satellite-dish2:before{content: "\e985";}.ico-feed:before{content: "\e986";}.ico-podcast2:before{content: "\e987";}.ico-antenna2:before{content: "\e988";}.ico-mic:before{content: "\e989";}.ico-mic-off:before{content: "\e98a";}.ico-mic2:before{content: "\e98b";}.ico-mic-off2:before{content: "\e98c";}.ico-mic3:before{content: "\e98d";}.ico-mic4:before{content: "\e98e";}.ico-mic5:before{content: "\e98f";}.ico-book:before{content: "\e990";}.ico-book2:before{content: "\e991";}.ico-book-play:before{content: "\e992";}.ico-book3:before{content: "\e993";}.ico-bookmark:before{content: "\e994";}.ico-books:before{content: "\e995";}.ico-archive:before{content: "\e996";}.ico-reading:before{content: "\e997";}.ico-library:before{content: "\e998";}.ico-library2:before{content: "\e999";}.ico-graduation:before{content: "\e99a";}.ico-file-text:before{content: "\e99b";}.ico-profile:before{content: "\e99c";}.ico-file-empty:before{content: "\e99d";}.ico-file-empty2:before{content: "\e99e";}.ico-files-empty:before{content: "\e99f";}.ico-files-empty2:before{content: "\e9a0";}.ico-file-plus:before{content: "\e9a1";}.ico-file-plus2:before{content: "\e9a2";}.ico-file-minus:before{content: "\e9a3";}.ico-file-minus2:before{content: "\e9a4";}.ico-file-download:before{content: "\e9a5";}.ico-file-download2:before{content: "\e9a6";}.ico-file-upload:before{content: "\e9a7";}.ico-file-upload2:before{content: "\e9a8";}.ico-file-check:before{content: "\e9a9";}.ico-file-check2:before{content: "\e9aa";}.ico-file-eye:before{content: "\e9ab";}.ico-file-eye2:before{content: "\e9ac";}.ico-file-text2:before{content: "\e9ad";}.ico-file-text3:before{content: "\e9ae";}.ico-file-picture:before{content: "\e9af";}.ico-file-picture2:before{content: "\e9b0";}.ico-file-music:before{content: "\e9b1";}.ico-file-music2:before{content: "\e9b2";}.ico-file-play:before{content: "\e9b3";}.ico-file-play2:before{content: "\e9b4";}.ico-file-video:before{content: "\e9b5";}.ico-file-video2:before{content: "\e9b6";}.ico-copy:before{content: "\e9b7";}.ico-copy2:before{content: "\e9b8";}.ico-file-zip:before{content: "\e9b9";}.ico-file-zip2:before{content: "\e9ba";}.ico-file-xml:before{content: "\e9bb";}.ico-file-xml2:before{content: "\e9bc";}.ico-file-css:before{content: "\e9bd";}.ico-file-css2:before{content: "\e9be";}.ico-file-presentation:before{content: "\e9bf";}.ico-file-presentation2:before{content: "\e9c0";}.ico-file-stats:before{content: "\e9c1";}.ico-file-stats2:before{content: "\e9c2";}.ico-file-locked:before{content: "\e9c3";}.ico-file-locked2:before{content: "\e9c4";}.ico-file-spreadsheet:before{content: "\e9c5";}.ico-file-spreadsheet2:before{content: "\e9c6";}.ico-copy3:before{content: "\e9c7";}.ico-copy4:before{content: "\e9c8";}.ico-paste:before{content: "\e9c9";}.ico-paste2:before{content: "\e9ca";}.ico-paste3:before{content: "\e9cb";}.ico-paste4:before{content: "\e9cc";}.ico-stack:before{content: "\e9cd";}.ico-stack2:before{content: "\e9ce";}.ico-stack3:before{content: "\e9cf";}.ico-folder:before{content: "\e9d0";}.ico-folder-search:before{content: "\e9d1";}.ico-folder-download:before{content: "\e9d2";}.ico-folder-upload:before{content: "\e9d3";}.ico-folder-plus:before{content: "\e9d4";}.ico-folder-plus2:before{content: "\e9d5";}.ico-folder-minus:before{content: "\e9d6";}.ico-folder-minus2:before{content: "\e9d7";}.ico-folder-check:before{content: "\e9d8";}.ico-folder-heart:before{content: "\e9d9";}.ico-folder-remove:before{content: "\e9da";}.ico-folder2:before{content: "\e9db";}.ico-folder-open:before{content: "\e9dc";}.ico-folder3:before{content: "\e9dd";}.ico-folder4:before{content: "\e9de";}.ico-folder-plus3:before{content: "\e9df";}.ico-folder-minus3:before{content: "\e9e0";}.ico-folder-plus4:before{content: "\e9e1";}.ico-folder-minus4:before{content: "\e9e2";}.ico-folder-download2:before{content: "\e9e3";}.ico-folder-upload2:before{content: "\e9e4";}.ico-folder-download3:before{content: "\e9e5";}.ico-folder-upload3:before{content: "\e9e6";}.ico-folder5:before{content: "\e9e7";}.ico-folder-open2:before{content: "\e9e8";}.ico-folder6:before{content: "\e9e9";}.ico-folder-open3:before{content: "\e9ea";}.ico-certificate:before{content: "\e9eb";}.ico-cc:before{content: "\e9ec";}.ico-price-tag:before{content: "\e9ed";}.ico-price-tag2:before{content: "\e9ee";}.ico-price-tags:before{content: "\e9ef";}.ico-price-tag3:before{content: "\e9f0";}.ico-price-tags2:before{content: "\e9f1";}.ico-price-tag4:before{content: "\e9f2";}.ico-price-tags3:before{content: "\e9f3";}.ico-price-tag5:before{content: "\e9f4";}.ico-price-tags4:before{content: "\e9f5";}.ico-barcode:before{content: "\e9f6";}.ico-barcode2:before{content: "\e9f7";}.ico-qrcode:before{content: "\e9f8";}.ico-ticket:before{content: "\e9f9";}.ico-ticket2:before{content: "\e9fa";}.ico-theater:before{content: "\e9fb";}.ico-store:before{content: "\e9fc";}.ico-store2:before{content: "\e9fd";}.ico-cart:before{content: "\e9fe";}.ico-cart2:before{content: "\e9ff";}.ico-cart3:before{content: "\ea00";}.ico-cart4:before{content: "\ea01";}.ico-cart5:before{content: "\ea02";}.ico-cart-add:before{content: "\ea03";}.ico-cart-add2:before{content: "\ea04";}.ico-cart-remove:before{content: "\ea05";}.ico-basket:before{content: "\ea06";}.ico-bag:before{content: "\ea07";}.ico-bag2:before{content: "\ea08";}.ico-percent:before{content: "\ea09";}.ico-coins:before{content: "\ea0a";}.ico-coin-dollar:before{content: "\ea0b";}.ico-coin-euro:before{content: "\ea0c";}.ico-coin-pound:before{content: "\ea0d";}.ico-coin-yen:before{content: "\ea0e";}.ico-piggy-bank:before{content: "\ea0f";}.ico-wallet:before{content: "\ea10";}.ico-cash:before{content: "\ea11";}.ico-cash2:before{content: "\ea12";}.ico-cash3:before{content: "\ea13";}.ico-cash4:before{content: "\ea14";}.ico-credit-card:before{content: "\ea15";}.ico-credit-card2:before{content: "\ea16";}.ico-calculator:before{content: "\ea17";}.ico-calculator2:before{content: "\ea18";}.ico-calculator3:before{content: "\ea19";}.ico-chip:before{content: "\ea1a";}.ico-lifebuoy:before{content: "\ea1b";}.ico-phone:before{content: "\ea1c";}.ico-phone2:before{content: "\ea1d";}.ico-phone-slash:before{content: "\ea1e";}.ico-phone-wave:before{content: "\ea1f";}.ico-phone-plus:before{content: "\ea20";}.ico-phone-minus:before{content: "\ea21";}.ico-phone-plus2:before{content: "\ea22";}.ico-phone-minus2:before{content: "\ea23";}.ico-phone-incoming:before{content: "\ea24";}.ico-phone-outgoing:before{content: "\ea25";}.ico-phone3:before{content: "\ea26";}.ico-phone-slash2:before{content: "\ea27";}.ico-phone-wave2:before{content: "\ea28";}.ico-phone-hang-up:before{content: "\ea29";}.ico-phone-hang-up2:before{content: "\ea2a";}.ico-address-book:before{content: "\ea2b";}.ico-address-book2:before{content: "\ea2c";}.ico-address-book3:before{content: "\ea2d";}.ico-notebook:before{content: "\ea2e";}.ico-at-sign:before{content: "\ea2f";}.ico-envelop:before{content: "\ea30";}.ico-envelop2:before{content: "\ea31";}.ico-envelop3:before{content: "\ea32";}.ico-envelop4:before{content: "\ea33";}.ico-envelop5:before{content: "\ea34";}.ico-mailbox:before{content: "\ea35";}.ico-pushpin:before{content: "\ea36";}.ico-pushpin2:before{content: "\ea37";}.ico-location:before{content: "\ea38";}.ico-location2:before{content: "\ea39";}.ico-location3:before{content: "\ea3a";}.ico-location4:before{content: "\ea3b";}.ico-location5:before{content: "\ea3c";}.ico-location6:before{content: "\ea3d";}.ico-location7:before{content: "\ea3e";}.ico-compass:before{content: "\ea3f";}.ico-compass2:before{content: "\ea40";}.ico-compass3:before{content: "\ea41";}.ico-compass4:before{content: "\ea42";}.ico-compass5:before{content: "\ea43";}.ico-compass6:before{content: "\ea44";}.ico-map:before{content: "\ea45";}.ico-map2:before{content: "\ea46";}.ico-map3:before{content: "\ea47";}.ico-map4:before{content: "\ea48";}.ico-map5:before{content: "\ea49";}.ico-direction:before{content: "\ea4a";}.ico-reset:before{content: "\ea4b";}.ico-history:before{content: "\ea4c";}.ico-clock:before{content: "\ea4d";}.ico-clock2:before{content: "\ea4e";}.ico-clock3:before{content: "\ea4f";}.ico-clock4:before{content: "\ea50";}.ico-watch:before{content: "\ea51";}.ico-watch2:before{content: "\ea52";}.ico-alarm:before{content: "\ea53";}.ico-alarm-add:before{content: "\ea54";}.ico-alarm-check:before{content: "\ea55";}.ico-alarm-cancel:before{content: "\ea56";}.ico-bell:before{content: "\ea57";}.ico-bell2:before{content: "\ea58";}.ico-bell3:before{content: "\ea59";}.ico-bell-plus:before{content: "\ea5a";}.ico-bell-minus:before{content: "\ea5b";}.ico-bell-check:before{content: "\ea5c";}.ico-bell-cross:before{content: "\ea5d";}.ico-stopwatch:before{content: "\ea5e";}.ico-calendar:before{content: "\ea5f";}.ico-calendar2:before{content: "\ea60";}.ico-calendar3:before{content: "\ea61";}.ico-calendar4:before{content: "\ea62";}.ico-calendar5:before{content: "\ea63";}.ico-calendar-empty:before{content: "\ea64";}.ico-calendar-day:before{content: "\ea65";}.ico-calendar-week:before{content: "\ea66";}.ico-printer:before{content: "\ea67";}.ico-printer2:before{content: "\ea68";}.ico-printer3:before{content: "\ea69";}.ico-printer4:before{content: "\ea6a";}.ico-shredder:before{content: "\ea6b";}.ico-mouse:before{content: "\ea6c";}.ico-mouse2:before{content: "\ea6d";}.ico-mouse-left:before{content: "\ea6e";}.ico-mouse-right:before{content: "\ea6f";}.ico-keyboard:before{content: "\ea70";}.ico-keyboard2:before{content: "\ea71";}.ico-typewriter:before{content: "\ea72";}.ico-display:before{content: "\ea73";}.ico-display2:before{content: "\ea74";}.ico-display3:before{content: "\ea75";}.ico-display4:before{content: "\ea76";}.ico-laptop:before{content: "\ea77";}.ico-mobile:before{content: "\ea78";}.ico-mobile2:before{content: "\ea79";}.ico-tablet:before{content: "\ea7a";}.ico-mobile3:before{content: "\ea7b";}.ico-tv:before{content: "\ea7c";}.ico-radio:before{content: "\ea7d";}.ico-cabinet:before{content: "\ea7e";}.ico-drawer:before{content: "\ea7f";}.ico-drawer2:before{content: "\ea80";}.ico-drawer-out:before{content: "\ea81";}.ico-drawer-in:before{content: "\ea82";}.ico-drawer3:before{content: "\ea83";}.ico-box:before{content: "\ea84";}.ico-box-add:before{content: "\ea85";}.ico-box-remove:before{content: "\ea86";}.ico-download:before{content: "\ea87";}.ico-upload:before{content: "\ea88";}.ico-floppy-disk:before{content: "\ea89";}.ico-floppy-disks:before{content: "\ea8a";}.ico-floppy-disks2:before{content: "\ea8b";}.ico-floppy-disk2:before{content: "\ea8c";}.ico-floppy-disk3:before{content: "\ea8d";}.ico-disk:before{content: "\ea8e";}.ico-disk2:before{content: "\ea8f";}.ico-usb-stick:before{content: "\ea90";}.ico-drive:before{content: "\ea91";}.ico-server:before{content: "\ea92";}.ico-database:before{content: "\ea93";}.ico-database2:before{content: "\ea94";}.ico-database3:before{content: "\ea95";}.ico-database4:before{content: "\ea96";}.ico-database-menu:before{content: "\ea97";}.ico-database-add:before{content: "\ea98";}.ico-database-remove:before{content: "\ea99";}.ico-database-insert:before{content: "\ea9a";}.ico-database-export:before{content: "\ea9b";}.ico-database-upload:before{content: "\ea9c";}.ico-database-refresh:before{content: "\ea9d";}.ico-database-diff:before{content: "\ea9e";}.ico-database-edit:before{content: "\ea9f";}.ico-database-edit2:before{content: "\eaa0";}.ico-database-check:before{content: "\eaa1";}.ico-database-arrow:before{content: "\eaa2";}.ico-database-time:before{content: "\eaa3";}.ico-database-time2:before{content: "\eaa4";}.ico-undo:before{content: "\eaa5";}.ico-redo:before{content: "\eaa6";}.ico-rotate-ccw:before{content: "\eaa7";}.ico-rotate-cw:before{content: "\eaa8";}.ico-rotate-ccw2:before{content: "\eaa9";}.ico-rotate-cw2:before{content: "\eaaa";}.ico-rotate-ccw3:before{content: "\eaab";}.ico-rotate-cw3:before{content: "\eaac";}.ico-flip-vertical:before{content: "\eaad";}.ico-flip-vertical2:before{content: "\eaae";}.ico-flip-horizontal:before{content: "\eaaf";}.ico-flip-horizontal2:before{content: "\eab0";}.ico-flip-vertical3:before{content: "\eab1";}.ico-flip-vertical4:before{content: "\eab2";}.ico-angle:before{content: "\eab3";}.ico-shear:before{content: "\eab4";}.ico-unite:before{content: "\eab5";}.ico-subtract:before{content: "\eab6";}.ico-interset:before{content: "\eab7";}.ico-exclude:before{content: "\eab8";}.ico-align-left:before{content: "\eab9";}.ico-align-center-horizontal:before{content: "\eaba";}.ico-align-right:before{content: "\eabb";}.ico-align-top:before{content: "\eabc";}.ico-align-center-vertical:before{content: "\eabd";}.ico-align-bottom:before{content: "\eabe";}.ico-undo2:before{content: "\eabf";}.ico-redo2:before{content: "\eac0";}.ico-forward:before{content: "\eac1";}.ico-reply:before{content: "\eac2";}.ico-reply-all:before{content: "\eac3";}.ico-bubble:before{content: "\eac4";}.ico-bubbles:before{content: "\eac5";}.ico-bubbles2:before{content: "\eac6";}.ico-bubble2:before{content: "\eac7";}.ico-bubbles3:before{content: "\eac8";}.ico-bubbles4:before{content: "\eac9";}.ico-bubble-notification:before{content: "\eaca";}.ico-bubbles5:before{content: "\eacb";}.ico-bubbles6:before{content: "\eacc";}.ico-bubble3:before{content: "\eacd";}.ico-bubble-dots:before{content: "\eace";}.ico-bubble-lines:before{content: "\eacf";}.ico-bubble4:before{content: "\ead0";}.ico-bubble-dots2:before{content: "\ead1";}.ico-bubble-lines2:before{content: "\ead2";}.ico-bubble5:before{content: "\ead3";}.ico-bubble6:before{content: "\ead4";}.ico-bubbles7:before{content: "\ead5";}.ico-bubble7:before{content: "\ead6";}.ico-bubbles8:before{content: "\ead7";}.ico-bubble8:before{content: "\ead8";}.ico-bubble-dots3:before{content: "\ead9";}.ico-bubble-lines3:before{content: "\eada";}.ico-bubble9:before{content: "\eadb";}.ico-bubble-dots4:before{content: "\eadc";}.ico-bubble-lines4:before{content: "\eadd";}.ico-bubbles9:before{content: "\eade";}.ico-bubbles10:before{content: "\eadf";}.ico-bubble-blocked:before{content: "\eae0";}.ico-bubble-quote:before{content: "\eae1";}.ico-bubble-user:before{content: "\eae2";}.ico-bubble-smiley:before{content: "\eae3";}.ico-bubble-check:before{content: "\eae4";}.ico-bubble-video:before{content: "\eae5";}.ico-bubble-link:before{content: "\eae6";}.ico-bubble-lock:before{content: "\eae7";}.ico-bubble-star:before{content: "\eae8";}.ico-bubble-heart:before{content: "\eae9";}.ico-bubble-paperclip:before{content: "\eaea";}.ico-bubble-cancel:before{content: "\eaeb";}.ico-bubble-plus:before{content: "\eaec";}.ico-bubble-minus:before{content: "\eaed";}.ico-bubble-notification2:before{content: "\eaee";}.ico-bubble-left:before{content: "\eaef";}.ico-bubble-right:before{content: "\eaf0";}.ico-bubble-first:before{content: "\eaf1";}.ico-bubble-last:before{content: "\eaf2";}.ico-bubble-reply:before{content: "\eaf3";}.ico-bubble-forward:before{content: "\eaf4";}.ico-bubble-reply2:before{content: "\eaf5";}.ico-bubble-forward2:before{content: "\eaf6";}.ico-user:before{content: "\eaf7";}.ico-users:before{content: "\eaf8";}.ico-user-plus:before{content: "\eaf9";}.ico-user-minus:before{content: "\eafa";}.ico-user-cancel:before{content: "\eafb";}.ico-user-block:before{content: "\eafc";}.ico-user-lock:before{content: "\eafd";}.ico-user-check:before{content: "\eafe";}.ico-users2:before{content: "\eaff";}.ico-user2:before{content: "\eb00";}.ico-users3:before{content: "\eb01";}.ico-user-plus2:before{content: "\eb02";}.ico-user-minus2:before{content: "\eb03";}.ico-user-cancel2:before{content: "\eb04";}.ico-user-block2:before{content: "\eb05";}.ico-user-lock2:before{content: "\eb06";}.ico-user-check2:before{content: "\eb07";}.ico-user3:before{content: "\eb08";}.ico-user4:before{content: "\eb09";}.ico-user5:before{content: "\eb0a";}.ico-user6:before{content: "\eb0b";}.ico-users4:before{content: "\eb0c";}.ico-user-tie:before{content: "\eb0d";}.ico-user7:before{content: "\eb0e";}.ico-users5:before{content: "\eb0f";}.ico-collaboration:before{content: "\eb10";}.ico-vcard:before{content: "\eb11";}.ico-hat:before{content: "\eb12";}.ico-bowtie:before{content: "\eb13";}.ico-tie:before{content: "\eb14";}.ico-hanger:before{content: "\eb15";}.ico-tshirt:before{content: "\eb16";}.ico-pants:before{content: "\eb17";}.ico-shorts:before{content: "\eb18";}.ico-sock:before{content: "\eb19";}.ico-laundry:before{content: "\eb1a";}.ico-quotes-left:before{content: "\eb1b";}.ico-quotes-right:before{content: "\eb1c";}.ico-quotes-left2:before{content: "\eb1d";}.ico-quotes-right2:before{content: "\eb1e";}.ico-hour-glass:before{content: "\eb1f";}.ico-hour-glass2:before{content: "\eb20";}.ico-hour-glass3:before{content: "\eb21";}.ico-spinner:before{content: "\eb22";}.ico-spinner2:before{content: "\eb23";}.ico-spinner3:before{content: "\eb24";}.ico-spinner4:before{content: "\eb25";}.ico-spinner5:before{content: "\eb26";}.ico-spinner6:before{content: "\eb27";}.ico-spinner7:before{content: "\eb28";}.ico-spinner8:before{content: "\eb29";}.ico-spinner9:before{content: "\eb2a";}.ico-spinner10:before{content: "\eb2b";}.ico-spinner11:before{content: "\eb2c";}.ico-microscope:before{content: "\eb2d";}.ico-binoculars:before{content: "\eb2e";}.ico-binoculars2:before{content: "\eb2f";}.ico-search:before{content: "\eb30";}.ico-zoom-in:before{content: "\eb31";}.ico-zoom-out:before{content: "\eb32";}.ico-search2:before{content: "\eb33";}.ico-zoom-in2:before{content: "\eb34";}.ico-zoom-out2:before{content: "\eb35";}.ico-search3:before{content: "\eb36";}.ico-search4:before{content: "\eb37";}.ico-zoom-in3:before{content: "\eb38";}.ico-zoom-out3:before{content: "\eb39";}.ico-search5:before{content: "\eb3a";}.ico-search6:before{content: "\eb3b";}.ico-enlarge:before{content: "\eb3c";}.ico-shrink:before{content: "\eb3d";}.ico-enlarge2:before{content: "\eb3e";}.ico-shrink2:before{content: "\eb3f";}.ico-enlarge3:before{content: "\eb40";}.ico-shrink3:before{content: "\eb41";}.ico-enlarge4:before{content: "\eb42";}.ico-shrink4:before{content: "\eb43";}.ico-enlarge5:before{content: "\eb44";}.ico-shrink5:before{content: "\eb45";}.ico-enlarge6:before{content: "\eb46";}.ico-shrink6:before{content: "\eb47";}.ico-enlarge7:before{content: "\eb48";}.ico-shrink7:before{content: "\eb49";}.ico-key:before{content: "\eb4a";}.ico-key2:before{content: "\eb4b";}.ico-key3:before{content: "\eb4c";}.ico-key4:before{content: "\eb4d";}.ico-key5:before{content: "\eb4e";}.ico-keyhole:before{content: "\eb4f";}.ico-lock:before{content: "\eb50";}.ico-lock2:before{content: "\eb51";}.ico-lock3:before{content: "\eb52";}.ico-lock4:before{content: "\eb53";}.ico-unlocked:before{content: "\eb54";}.ico-lock5:before{content: "\eb55";}.ico-unlocked2:before{content: "\eb56";}.ico-safe:before{content: "\eb57";}.ico-wrench:before{content: "\eb58";}.ico-wrench2:before{content: "\eb59";}.ico-wrench3:before{content: "\eb5a";}.ico-equalizer:before{content: "\eb5b";}.ico-equalizer2:before{content: "\eb5c";}.ico-equalizer3:before{content: "\eb5d";}.ico-equalizer4:before{content: "\eb5e";}.ico-cog:before{content: "\eb5f";}.ico-cogs:before{content: "\eb60";}.ico-cog2:before{content: "\eb61";}.ico-cog3:before{content: "\eb62";}.ico-cog4:before{content: "\eb63";}.ico-cog5:before{content: "\eb64";}.ico-cog6:before{content: "\eb65";}.ico-cog7:before{content: "\eb66";}.ico-factory:before{content: "\eb67";}.ico-hammer:before{content: "\eb68";}.ico-hammer-wrench:before{content: "\eb69";}.ico-knife:before{content: "\eb6a";}.ico-screwdriver:before{content: "\eb6b";}.ico-screwdriver2:before{content: "\eb6c";}.ico-magic-wand:before{content: "\eb6d";}.ico-magic-wand2:before{content: "\eb6e";}.ico-pulse:before{content: "\eb6f";}.ico-pulse2:before{content: "\eb70";}.ico-aid-kit:before{content: "\eb71";}.ico-aid-kit2:before{content: "\eb72";}.ico-stethoscope:before{content: "\eb73";}.ico-ambulance:before{content: "\eb74";}.ico-alarm2:before{content: "\eb75";}.ico-pandage:before{content: "\eb76";}.ico-pandage2:before{content: "\eb77";}.ico-bug:before{content: "\eb78";}.ico-bug2:before{content: "\eb79";}.ico-syringe:before{content: "\eb7a";}.ico-syringe2:before{content: "\eb7b";}.ico-pill:before{content: "\eb7c";}.ico-construction:before{content: "\eb7d";}.ico-traffic-cone:before{content: "\eb7e";}.ico-traffic-lights:before{content: "\eb7f";}.ico-pie-chart:before{content: "\eb80";}.ico-pie-chart2:before{content: "\eb81";}.ico-pie-chart3:before{content: "\eb82";}.ico-pie-chart4:before{content: "\eb83";}.ico-pie-chart5:before{content: "\eb84";}.ico-pie-chart6:before{content: "\eb85";}.ico-pie-chart7:before{content: "\eb86";}.ico-stats-dots:before{content: "\eb87";}.ico-stats-bars:before{content: "\eb88";}.ico-pie-chart8:before{content: "\eb89";}.ico-stats-bars2:before{content: "\eb8a";}.ico-stats-bars3:before{content: "\eb8b";}.ico-stats-bars4:before{content: "\eb8c";}.ico-stats-bars5:before{content: "\eb8d";}.ico-stats-bars6:before{content: "\eb8e";}.ico-chart:before{content: "\eb8f";}.ico-stats-growth:before{content: "\eb90";}.ico-stats-decline:before{content: "\eb91";}.ico-stats-growth2:before{content: "\eb92";}.ico-stats-decline2:before{content: "\eb93";}.ico-stairs-up:before{content: "\eb94";}.ico-stairs-down:before{content: "\eb95";}.ico-stairs:before{content: "\eb96";}.ico-stairs2:before{content: "\eb97";}.ico-ladder:before{content: "\eb98";}.ico-rating:before{content: "\eb99";}.ico-rating2:before{content: "\eb9a";}.ico-rating3:before{content: "\eb9b";}.ico-cake:before{content: "\eb9c";}.ico-podium:before{content: "\eb9d";}.ico-stars:before{content: "\eb9e";}.ico-medal-star:before{content: "\eb9f";}.ico-medal:before{content: "\eba0";}.ico-medal2:before{content: "\eba1";}.ico-medal-first:before{content: "\eba2";}.ico-medal-second:before{content: "\eba3";}.ico-medal-third:before{content: "\eba4";}.ico-crown:before{content: "\eba5";}.ico-trophy:before{content: "\eba6";}.ico-trophy2:before{content: "\eba7";}.ico-trophy3:before{content: "\eba8";}.ico-diamond:before{content: "\eba9";}.ico-diamond2:before{content: "\ebaa";}.ico-trophy4:before{content: "\ebab";}.ico-gift:before{content: "\ebac";}.ico-gift2:before{content: "\ebad";}.ico-balloon:before{content: "\ebae";}.ico-pipe:before{content: "\ebaf";}.ico-mustache:before{content: "\ebb0";}.ico-mustache2:before{content: "\ebb1";}.ico-glass:before{content: "\ebb2";}.ico-glass2:before{content: "\ebb3";}.ico-glass3:before{content: "\ebb4";}.ico-glass4:before{content: "\ebb5";}.ico-bottle:before{content: "\ebb6";}.ico-bottle2:before{content: "\ebb7";}.ico-bottle3:before{content: "\ebb8";}.ico-bottle4:before{content: "\ebb9";}.ico-mug:before{content: "\ebba";}.ico-fork-knife:before{content: "\ebbb";}.ico-spoon-knife:before{content: "\ebbc";}.ico-cook:before{content: "\ebbd";}.ico-plate:before{content: "\ebbe";}.ico-steak:before{content: "\ebbf";}.ico-fish:before{content: "\ebc0";}.ico-chicken:before{content: "\ebc1";}.ico-hamburger:before{content: "\ebc2";}.ico-pizza:before{content: "\ebc3";}.ico-cheese:before{content: "\ebc4";}.ico-bread:before{content: "\ebc5";}.ico-icecream:before{content: "\ebc6";}.ico-milk:before{content: "\ebc7";}.ico-cup:before{content: "\ebc8";}.ico-cup2:before{content: "\ebc9";}.ico-coffee-bean:before{content: "\ebca";}.ico-coffee:before{content: "\ebcb";}.ico-teapot:before{content: "\ebcc";}.ico-leaf:before{content: "\ebcd";}.ico-leaf2:before{content: "\ebce";}.ico-apple:before{content: "\ebcf";}.ico-grapes:before{content: "\ebd0";}.ico-cherry:before{content: "\ebd1";}.ico-tree:before{content: "\ebd2";}.ico-tree2:before{content: "\ebd3";}.ico-tree3:before{content: "\ebd4";}.ico-tree4:before{content: "\ebd5";}.ico-cactus:before{content: "\ebd6";}.ico-mountains:before{content: "\ebd7";}.ico-paw:before{content: "\ebd8";}.ico-footprint:before{content: "\ebd9";}.ico-tent:before{content: "\ebda";}.ico-flower:before{content: "\ebdb";}.ico-flower2:before{content: "\ebdc";}.ico-rocket:before{content: "\ebdd";}.ico-meter:before{content: "\ebde";}.ico-meter2:before{content: "\ebdf";}.ico-meter-slow:before{content: "\ebe0";}.ico-meter-medium:before{content: "\ebe1";}.ico-meter-fast:before{content: "\ebe2";}.ico-meter3:before{content: "\ebe3";}.ico-hammer2:before{content: "\ebe4";}.ico-balance:before{content: "\ebe5";}.ico-scale:before{content: "\ebe6";}.ico-bomb:before{content: "\ebe7";}.ico-fire:before{content: "\ebe8";}.ico-fire2:before{content: "\ebe9";}.ico-lab:before{content: "\ebea";}.ico-atom:before{content: "\ebeb";}.ico-atom2:before{content: "\ebec";}.ico-magnet:before{content: "\ebed";}.ico-magnet2:before{content: "\ebee";}.ico-dumbbell:before{content: "\ebef";}.ico-skull:before{content: "\ebf0";}.ico-skull2:before{content: "\ebf1";}.ico-lamp:before{content: "\ebf2";}.ico-lamp2:before{content: "\ebf3";}.ico-lamp3:before{content: "\ebf4";}.ico-spotlight:before{content: "\ebf5";}.ico-lamp4:before{content: "\ebf6";}.ico-lamp5:before{content: "\ebf7";}.ico-lamp6:before{content: "\ebf8";}.ico-lamp7:before{content: "\ebf9";}.ico-lamp8:before{content: "\ebfa";}.ico-broom:before{content: "\ebfb";}.ico-toiletpaper:before{content: "\ebfc";}.ico-bin:before{content: "\ebfd";}.ico-bin2:before{content: "\ebfe";}.ico-bin3:before{content: "\ebff";}.ico-bin4:before{content: "\ec00";}.ico-bin5:before{content: "\ec01";}.ico-briefcase:before{content: "\ec02";}.ico-briefcase2:before{content: "\ec03";}.ico-briefcase3:before{content: "\ec04";}.ico-airplane:before{content: "\ec05";}.ico-airplane2:before{content: "\ec06";}.ico-airplane3:before{content: "\ec07";}.ico-airplane4:before{content: "\ec08";}.ico-paperplane:before{content: "\ec09";}.ico-car:before{content: "\ec0a";}.ico-steering-wheel:before{content: "\ec0b";}.ico-car2:before{content: "\ec0c";}.ico-gas:before{content: "\ec0d";}.ico-bus:before{content: "\ec0e";}.ico-truck:before{content: "\ec0f";}.ico-bike:before{content: "\ec10";}.ico-road:before{content: "\ec11";}.ico-train:before{content: "\ec12";}.ico-train2:before{content: "\ec13";}.ico-ship:before{content: "\ec14";}.ico-boat:before{content: "\ec15";}.ico-chopper:before{content: "\ec16";}.ico-chopper2:before{content: "\ec17";}.ico-cube:before{content: "\ec18";}.ico-cube2:before{content: "\ec19";}.ico-cube3:before{content: "\ec1a";}.ico-cube4:before{content: "\ec1b";}.ico-pyramid:before{content: "\ec1c";}.ico-pyramid2:before{content: "\ec1d";}.ico-package:before{content: "\ec1e";}.ico-puzzle:before{content: "\ec1f";}.ico-puzzle2:before{content: "\ec20";}.ico-puzzle3:before{content: "\ec21";}.ico-puzzle4:before{content: "\ec22";}.ico-glasses-3d:before{content: "\ec23";}.ico-glasses-3d2:before{content: "\ec24";}.ico-glasses:before{content: "\ec25";}.ico-glasses2:before{content: "\ec26";}.ico-brain:before{content: "\ec27";}.ico-accessibility:before{content: "\ec28";}.ico-accessibility2:before{content: "\ec29";}.ico-strategy:before{content: "\ec2a";}.ico-target:before{content: "\ec2b";}.ico-target2:before{content: "\ec2c";}.ico-target3:before{content: "\ec2d";}.ico-ammo:before{content: "\ec2e";}.ico-gun:before{content: "\ec2f";}.ico-gun-forbidden:before{content: "\ec30";}.ico-shield:before{content: "\ec31";}.ico-shield-check:before{content: "\ec32";}.ico-shield-notice:before{content: "\ec33";}.ico-shield2:before{content: "\ec34";}.ico-shield3:before{content: "\ec35";}.ico-shield4:before{content: "\ec36";}.ico-soccer:before{content: "\ec37";}.ico-football:before{content: "\ec38";}.ico-archery:before{content: "\ec39";}.ico-bow:before{content: "\ec3a";}.ico-sword:before{content: "\ec3b";}.ico-tennis:before{content: "\ec3c";}.ico-pingpong:before{content: "\ec3d";}.ico-baseball:before{content: "\ec3e";}.ico-basketball:before{content: "\ec3f";}.ico-golf:before{content: "\ec40";}.ico-golf2:before{content: "\ec41";}.ico-hockey:before{content: "\ec42";}.ico-racing:before{content: "\ec43";}.ico-finish:before{content: "\ec44";}.ico-eight-ball:before{content: "\ec45";}.ico-bowling:before{content: "\ec46";}.ico-bowling2:before{content: "\ec47";}.ico-power:before{content: "\ec48";}.ico-power2:before{content: "\ec49";}.ico-power3:before{content: "\ec4a";}.ico-switch:before{content: "\ec4b";}.ico-switch2:before{content: "\ec4c";}.ico-power-cord:before{content: "\ec4d";}.ico-power-cord2:before{content: "\ec4e";}.ico-outlet:before{content: "\ec4f";}.ico-clipboard:before{content: "\ec50";}.ico-clipboard2:before{content: "\ec51";}.ico-clipboard3:before{content: "\ec52";}.ico-clipboard4:before{content: "\ec53";}.ico-clipboard5:before{content: "\ec54";}.ico-clipboard6:before{content: "\ec55";}.ico-playlist:before{content: "\ec56";}.ico-playlist-add:before{content: "\ec57";}.ico-list-numbered:before{content: "\ec58";}.ico-list:before{content: "\ec59";}.ico-list2:before{content: "\ec5a";}.ico-more:before{content: "\ec5b";}.ico-more2:before{content: "\ec5c";}.ico-grid:before{content: "\ec5d";}.ico-grid2:before{content: "\ec5e";}.ico-grid3:before{content: "\ec5f";}.ico-grid4:before{content: "\ec60";}.ico-grid5:before{content: "\ec61";}.ico-grid6:before{content: "\ec62";}.ico-grid7:before{content: "\ec63";}.ico-tree5:before{content: "\ec64";}.ico-tree6:before{content: "\ec65";}.ico-tree7:before{content: "\ec66";}.ico-lan:before{content: "\ec67";}.ico-lan2:before{content: "\ec68";}.ico-lan3:before{content: "\ec69";}.ico-menu:before{content: "\ec6a";}.ico-circle-small:before{content: "\ec6b";}.ico-menu2:before{content: "\ec6c";}.ico-menu3:before{content: "\ec6d";}.ico-menu4:before{content: "\ec6e";}.ico-menu5:before{content: "\ec6f";}.ico-menu6:before{content: "\ec70";}.ico-menu7:before{content: "\ec71";}.ico-menu8:before{content: "\ec72";}.ico-menu9:before{content: "\ec73";}.ico-menu10:before{content: "\ec74";}.ico-cloud:before{content: "\ec75";}.ico-cloud-download:before{content: "\ec76";}.ico-cloud-upload:before{content: "\ec77";}.ico-cloud-check:before{content: "\ec78";}.ico-cloud2:before{content: "\ec79";}.ico-cloud-download2:before{content: "\ec7a";}.ico-cloud-upload2:before{content: "\ec7b";}.ico-cloud-check2:before{content: "\ec7c";}.ico-download2:before{content: "\ec7d";}.ico-download3:before{content: "\ec7e";}.ico-upload2:before{content: "\ec7f";}.ico-upload3:before{content: "\ec80";}.ico-import:before{content: "\ec81";}.ico-import2:before{content: "\ec82";}.ico-download4:before{content: "\ec83";}.ico-upload4:before{content: "\ec84";}.ico-download5:before{content: "\ec85";}.ico-upload5:before{content: "\ec86";}.ico-download6:before{content: "\ec87";}.ico-upload6:before{content: "\ec88";}.ico-download7:before{content: "\ec89";}.ico-upload7:before{content: "\ec8a";}.ico-download8:before{content: "\ec8b";}.ico-upload8:before{content: "\ec8c";}.ico-download9:before{content: "\ec8d";}.ico-upload9:before{content: "\ec8e";}.ico-download10:before{content: "\ec8f";}.ico-upload10:before{content: "\ec90";}.ico-sphere:before{content: "\ec91";}.ico-sphere2:before{content: "\ec92";}.ico-sphere3:before{content: "\ec93";}.ico-planet:before{content: "\ec94";}.ico-planet2:before{content: "\ec95";}.ico-earth:before{content: "\ec96";}.ico-earth2:before{content: "\ec97";}.ico-earth3:before{content: "\ec98";}.ico-link:before{content: "\ec99";}.ico-unlink:before{content: "\ec9a";}.ico-link2:before{content: "\ec9b";}.ico-unlink2:before{content: "\ec9c";}.ico-link3:before{content: "\ec9d";}.ico-unlink3:before{content: "\ec9e";}.ico-link4:before{content: "\ec9f";}.ico-unlink4:before{content: "\eca0";}.ico-link5:before{content: "\eca1";}.ico-unlink5:before{content: "\eca2";}.ico-anchor:before{content: "\eca3";}.ico-flag:before{content: "\eca4";}.ico-flag2:before{content: "\eca5";}.ico-flag3:before{content: "\eca6";}.ico-flag4:before{content: "\eca7";}.ico-flag5:before{content: "\eca8";}.ico-flag6:before{content: "\eca9";}.ico-flag7:before{content: "\ecaa";}.ico-flag8:before{content: "\ecab";}.ico-attachment:before{content: "\ecac";}.ico-attachment2:before{content: "\ecad";}.ico-eye:before{content: "\ecae";}.ico-eye-plus:before{content: "\ecaf";}.ico-eye-minus:before{content: "\ecb0";}.ico-eye-blocked:before{content: "\ecb1";}.ico-eye2:before{content: "\ecb2";}.ico-eye-blocked2:before{content: "\ecb3";}.ico-eye3:before{content: "\ecb4";}.ico-eye-blocked3:before{content: "\ecb5";}.ico-eye4:before{content: "\ecb6";}.ico-bookmark2:before{content: "\ecb7";}.ico-bookmark3:before{content: "\ecb8";}.ico-bookmarks:before{content: "\ecb9";}.ico-bookmark4:before{content: "\ecba";}.ico-spotlight2:before{content: "\ecbb";}.ico-starburst:before{content: "\ecbc";}.ico-snowflake:before{content: "\ecbd";}.ico-temperature:before{content: "\ecbe";}.ico-temperature2:before{content: "\ecbf";}.ico-weather-lightning:before{content: "\ecc0";}.ico-weather-lightning2:before{content: "\ecc1";}.ico-weather-rain:before{content: "\ecc2";}.ico-weather-rain2:before{content: "\ecc3";}.ico-weather-snow:before{content: "\ecc4";}.ico-weather-snow2:before{content: "\ecc5";}.ico-weather-cloud-wind:before{content: "\ecc6";}.ico-weather-cloud-wind2:before{content: "\ecc7";}.ico-weather-cloud-sun:before{content: "\ecc8";}.ico-weather-cloud-sun2:before{content: "\ecc9";}.ico-weather-cloudy:before{content: "\ecca";}.ico-weather-cloudy2:before{content: "\eccb";}.ico-weather-sun-wind:before{content: "\eccc";}.ico-weather-sun-wind2:before{content: "\eccd";}.ico-sun:before{content: "\ecce";}.ico-sun2:before{content: "\eccf";}.ico-moon:before{content: "\ecd0";}.ico-day-night:before{content: "\ecd1";}.ico-day-night2:before{content: "\ecd2";}.ico-weather-windy:before{content: "\ecd3";}.ico-fan:before{content: "\ecd4";}.ico-umbrella:before{content: "\ecd5";}.ico-sun3:before{content: "\ecd6";}.ico-contrast:before{content: "\ecd7";}.ico-brightness-contrast:before{content: "\ecd8";}.ico-brightness-high:before{content: "\ecd9";}.ico-brightness-medium:before{content: "\ecda";}.ico-brightness-low:before{content: "\ecdb";}.ico-bed:before{content: "\ecdc";}.ico-bed2:before{content: "\ecdd";}.ico-furniture:before{content: "\ecde";}.ico-chair:before{content: "\ecdf";}.ico-star-empty:before{content: "\ece0";}.ico-star-empty2:before{content: "\ece1";}.ico-star-full:before{content: "\ece2";}.ico-star-empty3:before{content: "\ece3";}.ico-star-half:before{content: "\ece4";}.ico-star-full2:before{content: "\ece5";}.ico-star:before{content: "\ece6";}.ico-heart:before{content: "\ece7";}.ico-heart2:before{content: "\ece8";}.ico-heart3:before{content: "\ece9";}.ico-heart4:before{content: "\ecea";}.ico-heart-broken:before{content: "\eceb";}.ico-heart5:before{content: "\ecec";}.ico-heart6:before{content: "\eced";}.ico-heart-broken2:before{content: "\ecee";}.ico-heart7:before{content: "\ecef";}.ico-heart8:before{content: "\ecf0";}.ico-heart-broken3:before{content: "\ecf1";}.ico-lips:before{content: "\ecf2";}.ico-lips2:before{content: "\ecf3";}.ico-thumbs-up:before{content: "\ecf4";}.ico-thumbs-up2:before{content: "\ecf5";}.ico-thumbs-down:before{content: "\ecf6";}.ico-thumbs-down2:before{content: "\ecf7";}.ico-thumbs-up3:before{content: "\ecf8";}.ico-thumbs-down3:before{content: "\ecf9";}.ico-height:before{content: "\ecfa";}.ico-man:before{content: "\ecfb";}.ico-woman:before{content: "\ecfc";}.ico-man-woman:before{content: "\ecfd";}.ico-male:before{content: "\ecfe";}.ico-female:before{content: "\ecff";}.ico-peace:before{content: "\ed00";}.ico-yin-yang:before{content: "\ed01";}.ico-happy:before{content: "\ed02";}.ico-happy2:before{content: "\ed03";}.ico-smile:before{content: "\ed04";}.ico-smile2:before{content: "\ed05";}.ico-tongue:before{content: "\ed06";}.ico-tongue2:before{content: "\ed07";}.ico-sad:before{content: "\ed08";}.ico-sad2:before{content: "\ed09";}.ico-wink:before{content: "\ed0a";}.ico-wink2:before{content: "\ed0b";}.ico-grin:before{content: "\ed0c";}.ico-grin2:before{content: "\ed0d";}.ico-cool:before{content: "\ed0e";}.ico-cool2:before{content: "\ed0f";}.ico-angry:before{content: "\ed10";}.ico-angry2:before{content: "\ed11";}.ico-evil:before{content: "\ed12";}.ico-evil2:before{content: "\ed13";}.ico-shocked:before{content: "\ed14";}.ico-shocked2:before{content: "\ed15";}.ico-baffled:before{content: "\ed16";}.ico-baffled2:before{content: "\ed17";}.ico-confused:before{content: "\ed18";}.ico-confused2:before{content: "\ed19";}.ico-neutral:before{content: "\ed1a";}.ico-neutral2:before{content: "\ed1b";}.ico-hipster:before{content: "\ed1c";}.ico-hipster2:before{content: "\ed1d";}.ico-wondering:before{content: "\ed1e";}.ico-wondering2:before{content: "\ed1f";}.ico-sleepy:before{content: "\ed20";}.ico-sleepy2:before{content: "\ed21";}.ico-frustrated:before{content: "\ed22";}.ico-frustrated2:before{content: "\ed23";}.ico-crying:before{content: "\ed24";}.ico-crying2:before{content: "\ed25";}.ico-cursor:before{content: "\ed26";}.ico-cursor2:before{content: "\ed27";}.ico-lasso:before{content: "\ed28";}.ico-lasso2:before{content: "\ed29";}.ico-select:before{content: "\ed2a";}.ico-select2:before{content: "\ed2b";}.ico-point-up:before{content: "\ed2c";}.ico-point-right:before{content: "\ed2d";}.ico-point-down:before{content: "\ed2e";}.ico-point-left:before{content: "\ed2f";}.ico-pointer:before{content: "\ed30";}.ico-reminder:before{content: "\ed31";}.ico-drag-left-right:before{content: "\ed32";}.ico-drag-left:before{content: "\ed33";}.ico-drag-right:before{content: "\ed34";}.ico-touch:before{content: "\ed35";}.ico-multitouch:before{content: "\ed36";}.ico-touch-zoom:before{content: "\ed37";}.ico-touch-pinch:before{content: "\ed38";}.ico-hand:before{content: "\ed39";}.ico-grab:before{content: "\ed3a";}.ico-stack-empty:before{content: "\ed3b";}.ico-stack-plus:before{content: "\ed3c";}.ico-stack-minus:before{content: "\ed3d";}.ico-stack-star:before{content: "\ed3e";}.ico-stack-picture:before{content: "\ed3f";}.ico-stack-down:before{content: "\ed40";}.ico-stack-up:before{content: "\ed41";}.ico-stack-cancel:before{content: "\ed42";}.ico-stack-check:before{content: "\ed43";}.ico-stack-text:before{content: "\ed44";}.ico-stack-clubs:before{content: "\ed45";}.ico-stack-spades:before{content: "\ed46";}.ico-stack-hearts:before{content: "\ed47";}.ico-stack-diamonds:before{content: "\ed48";}.ico-stack-user:before{content: "\ed49";}.ico-stack4:before{content: "\ed4a";}.ico-stack-music:before{content: "\ed4b";}.ico-stack-play:before{content: "\ed4c";}.ico-move:before{content: "\ed4d";}.ico-dots:before{content: "\ed4e";}.ico-warning:before{content: "\ed4f";}.ico-warning2:before{content: "\ed50";}.ico-notification:before{content: "\ed51";}.ico-notification2:before{content: "\ed52";}.ico-question:before{content: "\ed53";}.ico-question2:before{content: "\ed54";}.ico-question3:before{content: "\ed55";}.ico-question4:before{content: "\ed56";}.ico-question5:before{content: "\ed57";}.ico-question6:before{content: "\ed58";}.ico-plus:before{content: "\ed59";}.ico-minus:before{content: "\ed5a";}.ico-plus2:before{content: "\ed5b";}.ico-minus2:before{content: "\ed5c";}.ico-plus3:before{content: "\ed5d";}.ico-minus3:before{content: "\ed5e";}.ico-plus-circle:before{content: "\ed5f";}.ico-minus-circle:before{content: "\ed60";}.ico-plus-circle2:before{content: "\ed61";}.ico-minus-circle2:before{content: "\ed62";}.ico-info:before{content: "\ed63";}.ico-info2:before{content: "\ed64";}.ico-cancel-circle:before{content: "\ed65";}.ico-cancel-circle2:before{content: "\ed66";}.ico-blocked:before{content: "\ed67";}.ico-cancel-square:before{content: "\ed68";}.ico-cancel-square2:before{content: "\ed69";}.ico-cancel:before{content: "\ed6a";}.ico-spam:before{content: "\ed6b";}.ico-cross:before{content: "\ed6c";}.ico-cross2:before{content: "\ed6d";}.ico-cross3:before{content: "\ed6e";}.ico-checkmark:before{content: "\ed6f";}.ico-checkmark2:before{content: "\ed70";}.ico-checkmark3:before{content: "\ed71";}.ico-checkmark4:before{content: "\ed72";}.ico-checkmark5:before{content: "\ed73";}.ico-spell-check:before{content: "\ed74";}.ico-spell-check2:before{content: "\ed75";}.ico-enter:before{content: "\ed76";}.ico-exit:before{content: "\ed77";}.ico-enter2:before{content: "\ed78";}.ico-exit2:before{content: "\ed79";}.ico-enter3:before{content: "\ed7a";}.ico-exit3:before{content: "\ed7b";}.ico-wall:before{content: "\ed7c";}.ico-fence:before{content: "\ed7d";}.ico-play3:before{content: "\ed7e";}.ico-pause:before{content: "\ed7f";}.ico-stop:before{content: "\ed80";}.ico-previous:before{content: "\ed81";}.ico-next:before{content: "\ed82";}.ico-backward:before{content: "\ed83";}.ico-forward2:before{content: "\ed84";}.ico-play4:before{content: "\ed85";}.ico-pause2:before{content: "\ed86";}.ico-stop2:before{content: "\ed87";}.ico-backward2:before{content: "\ed88";}.ico-forward3:before{content: "\ed89";}.ico-first:before{content: "\ed8a";}.ico-last:before{content: "\ed8b";}.ico-previous2:before{content: "\ed8c";}.ico-next2:before{content: "\ed8d";}.ico-eject:before{content: "\ed8e";}.ico-volume-high:before{content: "\ed8f";}.ico-volume-medium:before{content: "\ed90";}.ico-volume-low:before{content: "\ed91";}.ico-volume-mute:before{content: "\ed92";}.ico-speaker-left:before{content: "\ed93";}.ico-speaker-right:before{content: "\ed94";}.ico-volume-mute2:before{content: "\ed95";}.ico-volume-increase:before{content: "\ed96";}.ico-volume-decrease:before{content: "\ed97";}.ico-volume-high2:before{content: "\ed98";}.ico-volume-medium2:before{content: "\ed99";}.ico-volume-medium3:before{content: "\ed9a";}.ico-volume-low2:before{content: "\ed9b";}.ico-volume-mute3:before{content: "\ed9c";}.ico-volume-increase2:before{content: "\ed9d";}.ico-volume-decrease2:before{content: "\ed9e";}.ico-volume-decrease3:before{content: "\ed9f";}.ico-volume-5:before{content: "\eda0";}.ico-volume-4:before{content: "\eda1";}.ico-volume-3:before{content: "\eda2";}.ico-volume-2:before{content: "\eda3";}.ico-volume-1:before{content: "\eda4";}.ico-volume-0:before{content: "\eda5";}.ico-volume-mute4:before{content: "\eda6";}.ico-volume-mute5:before{content: "\eda7";}.ico-loop:before{content: "\eda8";}.ico-loop2:before{content: "\eda9";}.ico-loop3:before{content: "\edaa";}.ico-infinite-square:before{content: "\edab";}.ico-infinite:before{content: "\edac";}.ico-infinite2:before{content: "\edad";}.ico-loop4:before{content: "\edae";}.ico-shuffle:before{content: "\edaf";}.ico-shuffle2:before{content: "\edb0";}.ico-wave:before{content: "\edb1";}.ico-wave2:before{content: "\edb2";}.ico-split:before{content: "\edb3";}.ico-merge:before{content: "\edb4";}.ico-first2:before{content: "\edb5";}.ico-last2:before{content: "\edb6";}.ico-arrow-up:before{content: "\edb7";}.ico-arrow-up2:before{content: "\edb8";}.ico-arrow-up3:before{content: "\edb9";}.ico-arrow-up4:before{content: "\edba";}.ico-arrow-right:before{content: "\edbb";}.ico-arrow-right2:before{content: "\edbc";}.ico-arrow-right3:before{content: "\edbd";}.ico-arrow-right4:before{content: "\edbe";}.ico-arrow-down:before{content: "\edbf";}.ico-arrow-down2:before{content: "\edc0";}.ico-arrow-down3:before{content: "\edc1";}.ico-arrow-down4:before{content: "\edc2";}.ico-arrow-left:before{content: "\edc3";}.ico-arrow-left2:before{content: "\edc4";}.ico-arrow-left3:before{content: "\edc5";}.ico-arrow-left4:before{content: "\edc6";}.ico-arrow-up5:before{content: "\edc7";}.ico-arrow-right5:before{content: "\edc8";}.ico-arrow-down5:before{content: "\edc9";}.ico-arrow-left5:before{content: "\edca";}.ico-arrow-up-left:before{content: "\edcb";}.ico-arrow-up6:before{content: "\edcc";}.ico-arrow-up-right:before{content: "\edcd";}.ico-arrow-right6:before{content: "\edce";}.ico-arrow-down-right:before{content: "\edcf";}.ico-arrow-down6:before{content: "\edd0";}.ico-arrow-down-left:before{content: "\edd1";}.ico-arrow-left6:before{content: "\edd2";}.ico-arrow-up-left2:before{content: "\edd3";}.ico-arrow-up7:before{content: "\edd4";}.ico-arrow-up-right2:before{content: "\edd5";}.ico-arrow-right7:before{content: "\edd6";}.ico-arrow-down-right2:before{content: "\edd7";}.ico-arrow-down7:before{content: "\edd8";}.ico-arrow-down-left2:before{content: "\edd9";}.ico-arrow-left7:before{content: "\edda";}.ico-arrow-up-left3:before{content: "\eddb";}.ico-arrow-up8:before{content: "\eddc";}.ico-arrow-up-right3:before{content: "\eddd";}.ico-arrow-right8:before{content: "\edde";}.ico-arrow-down-right3:before{content: "\eddf";}.ico-arrow-down8:before{content: "\ede0";}.ico-arrow-down-left3:before{content: "\ede1";}.ico-arrow-left8:before{content: "\ede2";}.ico-circle-up:before{content: "\ede3";}.ico-circle-right:before{content: "\ede4";}.ico-circle-down:before{content: "\ede5";}.ico-circle-left:before{content: "\ede6";}.ico-circle-up2:before{content: "\ede7";}.ico-circle-right2:before{content: "\ede8";}.ico-circle-down2:before{content: "\ede9";}.ico-circle-left2:before{content: "\edea";}.ico-circle-up-left:before{content: "\edeb";}.ico-circle-up3:before{content: "\edec";}.ico-circle-up-right:before{content: "\eded";}.ico-circle-right3:before{content: "\edee";}.ico-circle-down-right:before{content: "\edef";}.ico-circle-down3:before{content: "\edf0";}.ico-circle-down-left:before{content: "\edf1";}.ico-circle-left3:before{content: "\edf2";}.ico-circle-up-left2:before{content: "\edf3";}.ico-circle-up4:before{content: "\edf4";}.ico-circle-up-right2:before{content: "\edf5";}.ico-circle-right4:before{content: "\edf6";}.ico-circle-down-right2:before{content: "\edf7";}.ico-circle-down4:before{content: "\edf8";}.ico-circle-down-left2:before{content: "\edf9";}.ico-circle-left4:before{content: "\edfa";}.ico-arrow-resize:before{content: "\edfb";}.ico-arrow-resize2:before{content: "\edfc";}.ico-arrow-resize3:before{content: "\edfd";}.ico-arrow-resize4:before{content: "\edfe";}.ico-arrow-resize5:before{content: "\edff";}.ico-arrow-resize6:before{content: "\ee00";}.ico-arrow-resize7:before{content: "\ee01";}.ico-arrow-resize8:before{content: "\ee02";}.ico-square-up-left:before{content: "\ee03";}.ico-square-up:before{content: "\ee04";}.ico-square-up-right:before{content: "\ee05";}.ico-square-right:before{content: "\ee06";}.ico-square-down-right:before{content: "\ee07";}.ico-square-down:before{content: "\ee08";}.ico-square-down-left:before{content: "\ee09";}.ico-square-left:before{content: "\ee0a";}.ico-arrow-up9:before{content: "\ee0b";}.ico-arrow-right9:before{content: "\ee0c";}.ico-arrow-down9:before{content: "\ee0d";}.ico-arrow-left9:before{content: "\ee0e";}.ico-arrow-up10:before{content: "\ee0f";}.ico-arrow-right10:before{content: "\ee10";}.ico-arrow-down10:before{content: "\ee11";}.ico-arrow-left10:before{content: "\ee12";}.ico-arrow-up-left4:before{content: "\ee13";}.ico-arrow-up11:before{content: "\ee14";}.ico-arrow-up-right4:before{content: "\ee15";}.ico-arrow-right11:before{content: "\ee16";}.ico-arrow-down-right4:before{content: "\ee17";}.ico-arrow-down11:before{content: "\ee18";}.ico-arrow-down-left4:before{content: "\ee19";}.ico-arrow-left11:before{content: "\ee1a";}.ico-arrow-up-left5:before{content: "\ee1b";}.ico-arrow-up12:before{content: "\ee1c";}.ico-arrow-up-right5:before{content: "\ee1d";}.ico-arrow-right12:before{content: "\ee1e";}.ico-arrow-down-right5:before{content: "\ee1f";}.ico-arrow-down12:before{content: "\ee20";}.ico-arrow-down-left5:before{content: "\ee21";}.ico-arrow-left12:before{content: "\ee22";}.ico-arrow-up13:before{content: "\ee23";}.ico-arrow-right13:before{content: "\ee24";}.ico-arrow-down13:before{content: "\ee25";}.ico-arrow-left13:before{content: "\ee26";}.ico-arrow-up14:before{content: "\ee27";}.ico-arrow-right14:before{content: "\ee28";}.ico-arrow-down14:before{content: "\ee29";}.ico-arrow-left14:before{content: "\ee2a";}.ico-circle-up5:before{content: "\ee2b";}.ico-circle-right5:before{content: "\ee2c";}.ico-circle-down5:before{content: "\ee2d";}.ico-circle-left5:before{content: "\ee2e";}.ico-circle-up6:before{content: "\ee2f";}.ico-circle-right6:before{content: "\ee30";}.ico-circle-down6:before{content: "\ee31";}.ico-circle-left6:before{content: "\ee32";}.ico-arrow-up15:before{content: "\ee33";}.ico-arrow-right15:before{content: "\ee34";}.ico-arrow-down15:before{content: "\ee35";}.ico-arrow-left15:before{content: "\ee36";}.ico-arrow-up16:before{content: "\ee37";}.ico-arrow-right16:before{content: "\ee38";}.ico-arrow-down16:before{content: "\ee39";}.ico-arrow-left16:before{content: "\ee3a";}.ico-menu-open:before{content: "\ee3b";}.ico-menu-open2:before{content: "\ee3c";}.ico-menu-close:before{content: "\ee3d";}.ico-menu-close2:before{content: "\ee3e";}.ico-enter4:before{content: "\ee3f";}.ico-enter5:before{content: "\ee40";}.ico-esc:before{content: "\ee41";}.ico-enter6:before{content: "\ee42";}.ico-backspace:before{content: "\ee43";}.ico-backspace2:before{content: "\ee44";}.ico-tab:before{content: "\ee45";}.ico-transmission:before{content: "\ee46";}.ico-transmission2:before{content: "\ee47";}.ico-sort:before{content: "\ee48";}.ico-sort2:before{content: "\ee49";}.ico-move-up:before{content: "\ee4a";}.ico-move-down:before{content: "\ee4b";}.ico-sort-alpha-asc:before{content: "\ee4c";}.ico-sort-alpha-desc:before{content: "\ee4d";}.ico-sort-numeric-asc:before{content: "\ee4e";}.ico-sort-numberic-desc:before{content: "\ee4f";}.ico-sort-amount-asc:before{content: "\ee50";}.ico-sort-amount-desc:before{content: "\ee51";}.ico-sort-time-asc:before{content: "\ee52";}.ico-sort-time-desc:before{content: "\ee53";}.ico-battery-6:before{content: "\ee54";}.ico-battery-5:before{content: "\ee55";}.ico-battery-4:before{content: "\ee56";}.ico-battery-3:before{content: "\ee57";}.ico-battery-2:before{content: "\ee58";}.ico-battery-1:before{content: "\ee59";}.ico-battery-0:before{content: "\ee5a";}.ico-battery-charging:before{content: "\ee5b";}.ico-key-keyboard:before{content: "\ee5c";}.ico-key-A:before{content: "\ee5d";}.ico-key-up:before{content: "\ee5e";}.ico-key-right:before{content: "\ee5f";}.ico-key-down:before{content: "\ee60";}.ico-key-left:before{content: "\ee61";}.ico-command:before{content: "\ee62";}.ico-shift:before{content: "\ee63";}.ico-ctrl:before{content: "\ee64";}.ico-opt:before{content: "\ee65";}.ico-checkbox-checked:before{content: "\ee66";}.ico-checkbox-unchecked:before{content: "\ee67";}.ico-checkbox-partial:before{content: "\ee68";}.ico-square:before{content: "\ee69";}.ico-triangle:before{content: "\ee6a";}.ico-triangle2:before{content: "\ee6b";}.ico-diamond3:before{content: "\ee6c";}.ico-diamond4:before{content: "\ee6d";}.ico-checkbox-checked2:before{content: "\ee6e";}.ico-checkbox-unchecked2:before{content: "\ee6f";}.ico-checkbox-partial2:before{content: "\ee70";}.ico-radio-checked:before{content: "\ee71";}.ico-radio-checked2:before{content: "\ee72";}.ico-radio-unchecked:before{content: "\ee73";}.ico-toggle-on:before{content: "\ee74";}.ico-toggle-off:before{content: "\ee75";}.ico-checkmark-circle:before{content: "\ee76";}.ico-circle:before{content: "\ee77";}.ico-circle2:before{content: "\ee78";}.ico-circles:before{content: "\ee79";}.ico-circles2:before{content: "\ee7a";}.ico-crop:before{content: "\ee7b";}.ico-crop2:before{content: "\ee7c";}.ico-make-group:before{content: "\ee7d";}.ico-ungroup:before{content: "\ee7e";}.ico-vector:before{content: "\ee7f";}.ico-vector2:before{content: "\ee80";}.ico-rulers:before{content: "\ee81";}.ico-ruler:before{content: "\ee82";}.ico-pencil-ruler:before{content: "\ee83";}.ico-scissors:before{content: "\ee84";}.ico-scissors2:before{content: "\ee85";}.ico-scissors3:before{content: "\ee86";}.ico-haircut:before{content: "\ee87";}.ico-comb:before{content: "\ee88";}.ico-filter:before{content: "\ee89";}.ico-filter2:before{content: "\ee8a";}.ico-filter3:before{content: "\ee8b";}.ico-filter4:before{content: "\ee8c";}.ico-font:before{content: "\ee8d";}.ico-ampersand:before{content: "\ee8e";}.ico-ligature:before{content: "\ee8f";}.ico-ligature2:before{content: "\ee90";}.ico-font-size:before{content: "\ee91";}.ico-typography:before{content: "\ee92";}.ico-text-height:before{content: "\ee93";}.ico-text-width:before{content: "\ee94";}.ico-height2:before{content: "\ee95";}.ico-width:before{content: "\ee96";}.ico-bold:before{content: "\ee97";}.ico-underline:before{content: "\ee98";}.ico-italic:before{content: "\ee99";}.ico-strikethrough:before{content: "\ee9a";}.ico-strikethrough2:before{content: "\ee9b";}.ico-font-size2:before{content: "\ee9c";}.ico-bold2:before{content: "\ee9d";}.ico-underline2:before{content: "\ee9e";}.ico-italic2:before{content: "\ee9f";}.ico-strikethrough3:before{content: "\eea0";}.ico-omega:before{content: "\eea1";}.ico-sigma:before{content: "\eea2";}.ico-nbsp:before{content: "\eea3";}.ico-page-break:before{content: "\eea4";}.ico-page-break2:before{content: "\eea5";}.ico-superscript:before{content: "\eea6";}.ico-subscript:before{content: "\eea7";}.ico-superscript2:before{content: "\eea8";}.ico-subscript2:before{content: "\eea9";}.ico-text-color:before{content: "\eeaa";}.ico-highlight:before{content: "\eeab";}.ico-pagebreak:before{content: "\eeac";}.ico-clear-formatting:before{content: "\eead";}.ico-table:before{content: "\eeae";}.ico-table2:before{content: "\eeaf";}.ico-insert-template:before{content: "\eeb0";}.ico-pilcrow:before{content: "\eeb1";}.ico-ltr:before{content: "\eeb2";}.ico-rtl:before{content: "\eeb3";}.ico-ltr2:before{content: "\eeb4";}.ico-rtl2:before{content: "\eeb5";}.ico-section:before{content: "\eeb6";}.ico-paragraph-left:before{content: "\eeb7";}.ico-paragraph-center:before{content: "\eeb8";}.ico-paragraph-right:before{content: "\eeb9";}.ico-paragraph-justify:before{content: "\eeba";}.ico-paragraph-left2:before{content: "\eebb";}.ico-paragraph-center2:before{content: "\eebc";}.ico-paragraph-right2:before{content: "\eebd";}.ico-paragraph-justify2:before{content: "\eebe";}.ico-indent-increase:before{content: "\eebf";}.ico-indent-decrease:before{content: "\eec0";}.ico-paragraph-left3:before{content: "\eec1";}.ico-paragraph-center3:before{content: "\eec2";}.ico-paragraph-right3:before{content: "\eec3";}.ico-paragraph-justify3:before{content: "\eec4";}.ico-indent-increase2:before{content: "\eec5";}.ico-indent-decrease2:before{content: "\eec6";}.ico-share:before{content: "\eec7";}.ico-share2:before{content: "\eec8";}.ico-new-tab:before{content: "\eec9";}.ico-new-tab2:before{content: "\eeca";}.ico-popout:before{content: "\eecb";}.ico-embed:before{content: "\eecc";}.ico-embed2:before{content: "\eecd";}.ico-markup:before{content: "\eece";}.ico-regexp:before{content: "\eecf";}.ico-regexp2:before{content: "\eed0";}.ico-code:before{content: "\eed1";}.ico-circle-css:before{content: "\eed2";}.ico-circle-code:before{content: "\eed3";}.ico-terminal:before{content: "\eed4";}.ico-unicode:before{content: "\eed5";}.ico-seven-segment-0:before{content: "\eed6";}.ico-seven-segment-1:before{content: "\eed7";}.ico-seven-segment-2:before{content: "\eed8";}.ico-seven-segment-3:before{content: "\eed9";}.ico-seven-segment-4:before{content: "\eeda";}.ico-seven-segment-5:before{content: "\eedb";}.ico-seven-segment-6:before{content: "\eedc";}.ico-seven-segment-7:before{content: "\eedd";}.ico-seven-segment-8:before{content: "\eede";}.ico-seven-segment-9:before{content: "\eedf";}.ico-share3:before{content: "\eee0";}.ico-share4:before{content: "\eee1";}.ico-mail:before{content: "\eee2";}.ico-mail2:before{content: "\eee3";}.ico-mail3:before{content: "\eee4";}.ico-mail4:before{content: "\eee5";}.ico-amazon:before{content: "\eee6";}.ico-google:before{content: "\eee7";}.ico-google2:before{content: "\eee8";}.ico-google3:before{content: "\eee9";}.ico-google-plus:before{content: "\eeea";}.ico-google-plus2:before{content: "\eeeb";}.ico-google-plus3:before{content: "\eeec";}.ico-hangouts:before{content: "\eeed";}.ico-google-drive:before{content: "\eeee";}.ico-facebook:before{content: "\eeef";}.ico-facebook2:before{content: "\eef0";}.ico-instagram:before{content: "\eef1";}.ico-whatsapp:before{content: "\eef2";}.ico-spotify:before{content: "\eef3";}.ico-telegram:before{content: "\eef4";}.ico-twitter:before{content: "\eef5";}.ico-vine:before{content: "\eef6";}.ico-vk:before{content: "\eef7";}.ico-renren:before{content: "\eef8";}.ico-sina-weibo:before{content: "\eef9";}.ico-rss:before{content: "\eefa";}.ico-rss2:before{content: "\eefb";}.ico-youtube:before{content: "\eefc";}.ico-youtube2:before{content: "\eefd";}.ico-twitch:before{content: "\eefe";}.ico-vimeo:before{content: "\eeff";}.ico-vimeo2:before{content: "\ef00";}.ico-lanyrd:before{content: "\ef01";}.ico-flickr:before{content: "\ef02";}.ico-flickr2:before{content: "\ef03";}.ico-flickr3:before{content: "\ef04";}.ico-flickr4:before{content: "\ef05";}.ico-dribbble:before{content: "\ef06";}.ico-behance:before{content: "\ef07";}.ico-behance2:before{content: "\ef08";}.ico-deviantart:before{content: "\ef09";}.ico-500px:before{content: "\ef0a";}.ico-steam:before{content: "\ef0b";}.ico-steam2:before{content: "\ef0c";}.ico-dropbox:before{content: "\ef0d";}.ico-onedrive:before{content: "\ef0e";}.ico-github:before{content: "\ef0f";}.ico-npm:before{content: "\ef10";}.ico-basecamp:before{content: "\ef11";}.ico-trello:before{content: "\ef12";}.ico-wordpress:before{content: "\ef13";}.ico-joomla:before{content: "\ef14";}.ico-ello:before{content: "\ef15";}.ico-blogger:before{content: "\ef16";}.ico-blogger2:before{content: "\ef17";}.ico-tumblr:before{content: "\ef18";}.ico-tumblr2:before{content: "\ef19";}.ico-yahoo:before{content: "\ef1a";}.ico-yahoo2:before{content: "\ef1b";}.ico-tux:before{content: "\ef1c";}.ico-appleinc:before{content: "\ef1d";}.ico-finder:before{content: "\ef1e";}.ico-android:before{content: "\ef1f";}.ico-windows:before{content: "\ef20";}.ico-windows8:before{content: "\ef21";}.ico-soundcloud:before{content: "\ef22";}.ico-soundcloud2:before{content: "\ef23";}.ico-skype:before{content: "\ef24";}.ico-reddit:before{content: "\ef25";}.ico-hackernews:before{content: "\ef26";}.ico-wikipedia:before{content: "\ef27";}.ico-linkedin:before{content: "\ef28";}.ico-linkedin2:before{content: "\ef29";}.ico-lastfm:before{content: "\ef2a";}.ico-lastfm2:before{content: "\ef2b";}.ico-delicious:before{content: "\ef2c";}.ico-stumbleupon:before{content: "\ef2d";}.ico-stumbleupon2:before{content: "\ef2e";}.ico-stackoverflow:before{content: "\ef2f";}.ico-pinterest:before{content: "\ef30";}.ico-pinterest2:before{content: "\ef31";}.ico-xing:before{content: "\ef32";}.ico-xing2:before{content: "\ef33";}.ico-flattr:before{content: "\ef34";}.ico-foursquare:before{content: "\ef35";}.ico-yelp:before{content: "\ef36";}.ico-paypal:before{content: "\ef37";}.ico-chrome:before{content: "\ef38";}.ico-firefox:before{content: "\ef39";}.ico-IE:before{content: "\ef3a";}.ico-edge:before{content: "\ef3b";}.ico-safari:before{content: "\ef3c";}.ico-opera:before{content: "\ef3d";}.ico-file-pdf:before{content: "\ef3e";}.ico-file-openoffice:before{content: "\ef3f";}.ico-file-word:before{content: "\ef40";}.ico-file-excel:before{content: "\ef41";}.ico-libreoffice:before{content: "\ef42";}.ico-html-five:before{content: "\ef43";}.ico-html-five2:before{content: "\ef44";}.ico-css3:before{content: "\ef45";}.ico-git:before{content: "\ef46";}.ico-codepen:before{content: "\ef47";}.ico-svg:before{content: "\ef48";}.ico-IcoMoon:before{content: "\ef49";}